/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## 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 ]
*/
:root {
  --primary-color: #1bbde4;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #6c7176;
  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: 10px;
  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;
}
.nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9;
}


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: #f6f7f9;
  padding: 20px;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 10px;
}

.pt-40 {
  padding-top: 15px;
}

.pt-50 {
  padding-top: 15px;
}

.pt-60 {
  padding-top: 20px;
}

.pt-80 {
  padding-top: 20px;
}

.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: 25px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 20px;
  }
}

.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: 80px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 80px 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: linear-gradient(45deg, #fffbf2, #edfffd);
}

.bg--success {
  background-color: #e5ebff;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.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;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #1A043F;
}

.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: #222222 !important;
}

.bg--gray {
  background-color: rgba(255, 255, 255, 0.8);
}

.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: 5px;
  background: #F1F1F1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-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);
  border-radius: 8px;
  color: #fff !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-area {
  margin-top: -5px;
  margin-bottom: -15px;
}
.table-area.two {
  border: 2px solid #F3F5F7;
  padding: 20px;
  border-radius: 10px;
}
.table-area.two .table-top {
  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;
}
.table-area.two .table-top .table-top-btn a {
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
}
.table-area.two .table-top .table-top-btn a i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.table-area.two .custom-table thead tr {
  background: transparent;
}
.table-area.two .custom-table thead tr th {
  font-size: 12px;
  color: #6389A8;
  padding: 5px 0;
}
.table-area.two .custom-table tbody tr {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.table-area.two .custom-table tbody tr:hover {
  -webkit-transform: none;
          transform: none;
}
.table-area.two .custom-table tbody tr td {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #1A043F;
}
.table-area.two .custom-table tbody tr td a {
  border-radius: 7px !important;
  font-size: 12px;
}

.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
  white-space: nowrap;
}
/* @media only screen and (max-width: 1199px) {
  .custom-table thead {
    display: none;
  }
} */
.custom-table thead tr {
  background: #222222;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: "Oxanium", cursive;
  font-size: 14px;
  padding: 10px 30px;
}
.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
  text-align: left;
}
.custom-table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
  text-align: right;
}
.custom-table tbody tr {
  background: #f6f6f6;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-table tbody tr:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #6c7176;
  font-family: "Oxanium", cursive;
  font-size: 13px;
  padding: 8px 30px;
}
.custom-table tbody tr td:first-child {
  text-align: left;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}
.custom-table tbody tr td a {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px !important;
}
.custom-table tbody tr td .btn {
  border-radius: 3px;
}
.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
/* @media only screen and (max-width: 1199px) {
  .custom-table tbody tr td {
    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;
    text-align: right;
    border-bottom: 1px solid #eee;
  }
  .custom-table tbody tr td:last-child {
    border: none;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: var(--primary-color);
    width: 50%;
    text-align: left;
  }
} */

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(27, 189, 228, 0.2);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 25px;
  border-radius: 10px;
}

.slider-next, .slider-prev {
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 26px;
  background-color: #f6f6f6;
  border-radius: 10px;
  color: var(--primary-color);
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: rgba(27, 189, 228, 0.1);
}

.slider-next {
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .slider-next {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-nav-area {
    margin-left: -10px;
  }
}

/*-------------------------------------------------
    [ ## 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;
  padding-top: 20px;
  margin-top: 60px;
}
.pagination .page-item {
  text-align: center;
  padding: 8px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #eee;
  color: #1A043F;
  padding: 0;
  font-weight: 500;
  line-height: 40px;
  font-size: 18px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 24px;
  background: #222222;
  border: 1px solid #eee;
  color: #fff;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #222222;
  border: 1px solid #eee;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item .page-link.next {
  font-size: 24px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  border-color: #eee;
  padding-left: 15px;
}
.nav-tabs .nav-link {
  background-color: transparent;
  padding: 5px 20px;
  color: #6c7176;
  font-weight: 600;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: #eee #eee #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  border: 2px solid #F3F5F7;
  border-radius: 20px;
  -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);
}
.custom--card .card-header {
  background: var(--primary-color);
  padding: 20px 25px;
  border-radius: 20px 20px 0 0;
  border: none;
}
.custom--card .card-header .card-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body p {
  font-size: 14px;
  font-family: "Oxanium", cursive;
}
.custom--card .card-body .card-form-wrapper label {
  font-size: 16px;
  font-weight: 600;
}
.custom--card .card-body .card-form-wrapper input {
  height: 50px;
  border-radius: 999px;
  padding: 10px 25px;
}
.custom--card .card-body .card-form-wrapper input:focus {
  border: 1px solid var(--primary-color);
}
.custom--card .card-body .card-form-wrapper input::-webkit-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.custom--card .card-body .card-form-wrapper input::-moz-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.custom--card .card-body .card-form-wrapper input:-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.custom--card .card-body .card-form-wrapper input::-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.custom--card .card-body .card-form-wrapper input::placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.custom--card .card-body .card-form-wrapper input:disabled {
  background-color: rgba(79, 75, 203, 0.07);
}
.custom--card .card-body .card-form-wrapper select {
  height: 50px;
  border-radius: 999px;
  padding: 10px 25px;
}
.custom--card .card-body .card-form-wrapper select:focus {
  border: 1px solid var(--primary-color);
}
.custom--card .card-body .card-form-wrapper button, .custom--card .card-body .card-form-wrapper input[type=submit], .custom--card .card-body .card-form-wrapper input[type=reset], .custom--card .card-body .card-form-wrapper input[type=button] {
  padding: 14px 40px;
  font-size: 16px;
}

.card-form-wrapper label {
  font-size: 16px;
  font-weight: 600;
}
.card-form-wrapper input {
  height: 50px;
  border-radius: 999px;
  padding: 10px 25px;
}
.card-form-wrapper input:focus {
  border: 1px solid var(--primary-color);
}
.card-form-wrapper button, .card-form-wrapper input[type=submit], .card-form-wrapper input[type=reset], .card-form-wrapper input[type=button] {
  padding: 14px 40px;
  font-size: 16px;
}

.d-header-btn a {
  padding: 5px 15px;
}

.modal-content {
  border-radius: 10px;
  border: none;
}
.modal-content .deposit-modal label {
  font-size: 16px;
  font-weight: 600;
}
.modal-content .deposit-modal input {
  border-radius: 999px 0 0 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-content .deposit-modal select {
  border-radius: 999px;
}
.modal-content .deposit-modal .input-group-text {
  border-radius: 0 999px 999px 0;
}
.modal-content .deposit-modal-btn button, .modal-content .deposit-modal-btn input[type=submit], .modal-content .deposit-modal-btn input[type=reset], .modal-content .deposit-modal-btn input[type=button] {
  padding: 8px 20px;
}
.modal-content .deposit-modal-btn button + button, .modal-content .deposit-modal-btn input[type=submit] + button, .modal-content .deposit-modal-btn button + input[type=submit], .modal-content .deposit-modal-btn input[type=submit] + input[type=submit], .modal-content .deposit-modal-btn input[type=reset] + button, .modal-content .deposit-modal-btn input[type=reset] + input[type=submit], .modal-content .deposit-modal-btn button + input[type=reset], .modal-content .deposit-modal-btn input[type=submit] + input[type=reset], .modal-content .deposit-modal-btn input[type=reset] + input[type=reset], .modal-content .deposit-modal-btn input[type=button] + button, .modal-content .deposit-modal-btn input[type=button] + input[type=submit], .modal-content .deposit-modal-btn input[type=button] + input[type=reset], .modal-content .deposit-modal-btn button + input[type=button], .modal-content .deposit-modal-btn input[type=submit] + input[type=button], .modal-content .deposit-modal-btn input[type=reset] + input[type=button], .modal-content .deposit-modal-btn input[type=button] + input[type=button] {
  margin-left: 10px;
}

.cursor {
  position: fixed;
  background-color: var(--primary-color);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 1px solid var(--primary-color);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.cursor-follower.hovered {
  opacity: 1;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #1A043F;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Oxanium", cursive;
}

h1 {
  font-size: 55px;
  font-weight: 700;
}
@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;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

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 {
  margin-bottom: 30px;
  position: relative;
}
.section-header .section-sub-titel {
  padding: 3px 10px;
  background-color: rgba(27, 189, 228, 0.1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.section-header .section-sub-titel i {
  font-size: 16px;
  width: 1.25em;
  color: var(--primary-color);
}
@media only screen and (max-width: 575px) {
  .section-header .section-sub-titel i {
    font-size: 14px;
  }
}
.section-header .section-title {
  color: #1A043F;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
   
  .section-header .section-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .section-header p {
    font-size: 12px;
  }
}

.banner-other-page {
  padding: 120px 0 !important;
  background-color: #f4f5f8;
}
.banner-other-page .banner-content .title {
  font-size: 50px;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
.banner-other-page .banner-content .banner-btn {
  margin-top: 10px !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #fff;
}

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: #ea5455;
}

.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: #ea5455;
}

.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;
}

.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;
  color: #000248;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.badge--base {
  background-color: var(--primary-color);
  color: #fff;
}

.btn--base {
  position: relative;
  background: var(--primary-color);
  color: #fff;
  border-radius: 15px;
  padding: 17px 25px;
  font-family: "Oxanium", cursive;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active {
  background: #fff;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(158, 154, 221, 0.1);
          box-shadow: 0px 10px 15px 0px rgba(158, 154, 221, 0.1);
  border: 1px solid #eee;
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #fff;
  background: var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--base:focus, .btn--base:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(27, 189, 228, 0.4);
          box-shadow: 0 10px 20px rgba(27, 189, 228, 0.4);
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 18px;
    font-size: 13px;
  }
}

.custom-btn {
  color: var(--primary-color) !important;
  font-weight: 700;
}

/*-------------------------------------------------
    [ ## 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: #1A043F;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #1A043F;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1A043F;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #1A043F;
}
input::placeholder, textarea::placeholder {
  color: #1A043F;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 100px;
}

input,
select,
textarea {
  border: 1px solid #eee;
  vertical-align: baseline;
  font-size: 100%;
  color: #1A043F;
}

label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Oxanium", cursive;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #1A043F;
}

.input-group {
  margin-bottom: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group input {
  border-radius: 10px 0 0 10px;
  border: 1px solid rgba(107, 124, 147, 0.15);
  color: #1A043F;
  height: 45px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(108, 113, 118, 0.2);
  color: rgba(26, 4, 63, 0.7);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 0 10px 10px 0;
  border: 1px solid #eee;
  border-right: none;
  background-color: #fff;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: var(--primary-color);
  color: #fff;
  height: 45px;
  border-radius: 0 10px 10px 0;
  font-weight: 500;
}
.input-group-text.copytext {
  border-radius: 10px 0 0 10px;
}

.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: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #eee;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eee;
}

.form--control {
  background-color: transparent;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  color: #1A043F;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Oxanium", cursive;
  font-weight: 600;
  padding: 10px 15px;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1A043F;
}
.form--control::-webkit-input-placeholder {
  color: rgba(108, 113, 118, 0.7);
}
.form--control::-moz-placeholder {
  color: rgba(108, 113, 118, 0.7);
}
.form--control:-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.7);
}
.form--control::-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.7);
}
.form--control::placeholder {
  color: rgba(108, 113, 118, 0.7);
}

.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;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #1A043F;
  margin: 0;
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #1A043F;
  margin: 0;
}

.radio-item [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 10px solid var(--primary-color);
  border-radius: 100%;
  background: #fff;
}

.radio-item [type=radio]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #eee;
  border-radius: 100%;
  background: #fff;
}

.radio-item [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.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 #eee !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #6c7176;
  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: #6c7176 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c7176 transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #fff;
  background: #222222;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Oxanium", cursive;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-color: #222222;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-two {
  position: relative;
}
.bg-overlay-black-two:before {
  content: "";
  position: absolute;
  /* background-color: #000000; */
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-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);
  }
}
/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes social-share {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  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.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes moveclouds {
  0% {
    margin-left: 125em;
  }
  100% {
    margin-left: -125em;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 125em;
  }
  100% {
    margin-left: -125em;
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}
@-webkit-keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}
@-webkit-keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}
@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}
@-webkit-keyframes giraffe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes giraffe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes giraffe2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes giraffe2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse > span {
  background: #179cd8;
  right: 0;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse > span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse > span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}
@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}
@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes colorchange {
  0% {
    background: #2dbb6c;
  }
  25% {
    background: red;
  }
  50% {
    background: blue;
  }
  75% {
    background: #000000;
  }
  100% {
    background: #2dbb6c;
  }
}

@keyframes colorchange {
  0% {
    background: #2dbb6c;
  }
  25% {
    background: red;
  }
  50% {
    background: blue;
  }
  75% {
    background: #000000;
  }
  100% {
    background: #2dbb6c;
  }
}
@-webkit-keyframes slides {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slides {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-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.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh) rotate(600deg);
    transform: translateY(-100vh) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh) rotate(600deg);
    transform: translateY(-100vh) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh) rotate(600deg);
    transform: translateY(-100vh) rotate(600deg);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-circle img {
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
          mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.custom-container {
  max-width: 1630px;
}

.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: var(--primary-color);
  color: #fff;
}
::selection {
  background-color: var(--primary-color);
  color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  margin-bottom: -71px;
}
@media only screen and (max-width: 991px) {
  .header-section {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.header-section.home .header-bottom-area {
  border-bottom: 1px solid #eee;
}
.header-section.home.header-fixed .header-bottom-area {
  border-bottom: none;
}
.header-section.home.header-fixed .language-select {
  display: none;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header-section.header-fixed.service {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}
.header-section.header-fixed .header-middle-area {
  display: none;
}
.header-section.header-fixed .header-bottom-area {
  margin-top: 0;
  padding: 0;
}
.header-section.header-fixed .header-bottom-area .navbar-expand-lg {
  padding: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-section.header-fixed .header-bottom-area .navbar-expand-lg .site-logo {
  display: block;
}
.header-section.header-fixed .header-bottom-area .navbar-expand-lg .main-menu {
  margin-left: auto;
}

.header-middle-area {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.header-bottom-area {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    margin-top: 0;
    padding: 10px 0 !important;
  }
}
.header-bottom-area .navbar-expand-lg {
  padding: 0 0 0 10px !important;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 !important;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    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 li {
  position: relative;
  padding-right: 35px;
}
@media only screen and (max-width: 1399px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 12px;
  }
}
.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 {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.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: 15px 0 15px 0;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  font-family: "Oxanium", cursive;
  display: inline-block;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    color: #6c7176;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a.active, .header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li a.active::before, .header-bottom-area .navbar-collapse .main-menu li a:hover::before {
  height: 2px;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 0;
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
  transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li a::before {
  position: absolute;
  content: "";
  background: var(--primary-color);
  bottom: 30px;
  height: 5px;
  width: 5px;
  opacity: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 50%;
  -webkit-transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
  transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li a i {
  font-size: 12px;
  color: var(--primary-color);
  position: relative;
  top: 0;
  padding-left: 3px;
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 1399px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
    font-weight: 600;
  }
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
  border-bottom: 3px solid var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f4f5f8;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu::after {
    display: none;
  }
}
.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:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 15px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #fff;
  margin-left: 10px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a::before {
  display: none;
}
.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 a {
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  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::after {
  position: unset;
  content: none;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li .sub-menu {
    position: initial !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.site-logo {
  max-width: 180px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width:120px;
    display: block;
  }
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
}
.body-overlay.active {
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #fff;
}
.header-link a i {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
.header-social li + li {
  margin-left: 5px;
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
   display: flex;
    align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
.header-action .language-select select{
  padding: 0;
  padding-right: 5px;
  margin: 0;
  border: none !important;
  width: auto;
  height: auto;
}
.header-action .language-select{
  margin-right: 20px;
}
.header-action .language-select .nice-select{
  padding: 0;
  padding-right: 25px;
  margin: 0;
  border: none !important;
  width: auto;
  height: auto;
}
.header-action .language-select .nice-select .list{
  width: auto !important;
}
@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
    margin-top: 15px;
  }
}
.header-action a {
  padding: 15px 25px;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .header-action a {
    border-radius: 10px;
  }
}
.header-action a i {
  font-size: 15px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
}

.header-middle-wrapper {
  padding: 25px 0;
  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) {
    .scrollToTop.active {
    bottom: 66px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
    .pb-20 {
  padding-bottom: 80px;
}

  .header-middle-wrapper {
    padding: 0px 0;
  }
}
.header-middle-wrapper .site-logo {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header-middle-wrapper .site-logo {
    display: none;
  }
}
.header-middle-wrapper .header-middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-middle-wrapper .header-middle-content {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-middle-wrapper .header-middle-content .header-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px;
}
.header-middle-wrapper .header-middle-content .header-social-list li {
  margin: 5px;
}
.header-middle-wrapper .header-middle-content .header-social-list li a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f6f6f6;
  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;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-middle-wrapper .header-middle-content .header-social-list li .fa-youtube{
  color: #f00;
}
.header-middle-wrapper .header-middle-content .header-social-list li .fa-facebook{
  color: blue;
}
.header-middle-wrapper .header-middle-content .header-social-list li .fa-instagram{
  color: #fbad50;
}
.header-middle-wrapper .header-middle-content .header-social-list li:hover .fa-youtube{
  color: #fff;
}
.header-middle-wrapper .header-middle-content .header-social-list li:hover .fa-facebook{
  color: #fff;
}
.header-middle-wrapper .header-middle-content .header-social-list li:hover .fa-instagram{
  color: #fff;
}
.header-middle-wrapper .header-middle-content .header-social-list li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-social-list li a {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}
.header-middle-wrapper .header-middle-content .header-address-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-address-area {
    padding-right: 10px;
  }
}
.header-middle-wrapper .header-middle-content .header-address-area .header-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item {
    margin-right: 10px;
  }
}
.header-middle-wrapper .header-middle-content .header-address-area .header-address-item .thumb {
  width: 50px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .thumb {
    width: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content {
    display: none;
  }
}
.header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content span {
  color: #6c7176;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content span {
    font-size: 10px;
  }
}
.header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content .title {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content .title {
    font-size: 12px;
  }
}

.header-top-area {
  background-color: #f6f6f6;
}
.header-top-area .title {
  color: #1A043F;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header-top-area .title {
    font-size: 12px;
  }
}
.header-top-area .title i {
  color: var(--primary-color);
  margin-right: 5px;
}
.header-top-area .header-top-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;
}
.header-top-area .header-top-wrapper a {
  border-radius: 0;
  padding: 10px 20px;
}
@media only screen and (max-width: 430px) {
  .header-top-area .header-top-wrapper a {
    padding: 5px 10px;
    font-size: 11px;
  }
}
.header-top-area .header-top-wrapper a:hover {
  background-color: #222222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 430px) {
  .header-top-area .header-top-wrapper .title {
    font-size: 10px;
  }
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  color: #fff;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.banner-section .banner-content {
  position: relative;
  z-index: 10;
}
.banner-section .banner-content .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  color: #14f6d1;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
  }
}
.banner-section .banner-content .title span {
  color: #1A043F;
}
.banner-section .banner-content .sub-title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.banner-slider {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-slider .slider-prev, .banner-slider .slider-next {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 70px;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.8);
  color: #1A043F;
  border-radius: 0 50px 50px 0;
  font-size: 18px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-slider .slider-prev:hover, .banner-slider .slider-next:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.banner-slider .slider-next {
  left: auto;
  right: 0;
  margin-left: 0;
  border-radius: 50px 0 0 50px;
}

.banner-flotting-section {
  margin-top: 0px;
}
.banner-flotting-section.home {
  margin-top: 0;
}
.banner-flotting-section.home .banner-flotting-item {
  border: 1px solid #eee;
}

.banner-flotting-item {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
  padding: 30px;
  border-radius: 15px;
}
.banner-flotting-item .banner-flotting-item-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.banner-flotting-item .banner-flotting-item-form .form-group {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  margin: 5px;
}
@media only screen and (max-width: 1199px) {
  .banner-flotting-item .banner-flotting-item-form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-flotting-item .banner-flotting-item-form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media only screen and (max-width: 767px) {
    .banner-slider-view{
        padding-top: 72px;
    }
  .banner-flotting-item .banner-flotting-item-form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* .banner-flotting-item .banner-flotting-item-form .form-group.single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74%;
          flex: 0 0 74%;
}
.banner-flotting-item .banner-flotting-item-form .form-group.btn-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
} */
.banner-flotting-item .banner-flotting-item-form .form-group .search-btn {
  padding: 12px 25px;
}
.banner-flotting-item .banner-flotting-item-form .form-group input {
  caret-color: var(--primary-color);
}
.banner-flotting-item .banner-flotting-item-form .dr-name i {
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 12px;
}
.banner-flotting-item .banner-flotting-item-form .dr-name input {
  padding-left: 25px;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  z-index: 1;
}
.footer-section .footer-wrapper {
  border-radius: 20px;
}
.footer-section .footer-wrapper .footer-logo {
  margin-bottom: 20px;
}
.footer-section .footer-wrapper .footer-logo .site-logo {
  max-width: 175px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .footer-section .footer-wrapper .footer-logo .site-logo {
    max-width: 150px;
    display: block;
  }
}

.footer-widget .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  color: #1A043F;
}
@media only screen and (max-width: 575px) {
  .footer-widget .widget-title {
    font-size: 14px;
  }
}
.footer-widget .footer-list {
  margin-bottom: -10px;
}
.footer-widget .footer-list.two .form-group, .footer-widget .footer-list.two li {
  margin-bottom: 15px;
  position: relative;
}
.footer-widget .footer-list.two .form-group input, .footer-widget .footer-list.two li input {
  padding-left: 35px;
}
.footer-widget .footer-list.two .form-group .input-icon, .footer-widget .footer-list.two li .input-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 17px;
  color: var(--primary-color);
}
.footer-widget .footer-list li {
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-widget .footer-list li a {
  text-transform: capitalize;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  font-family: "Oxanium", cursive;
}
@media only screen and (max-width: 575px) {
  .footer-widget .footer-list li a {
    font-size: 12px;
  }
}
.footer-widget .footer-list li a:hover {
 color: var(--primary-color);
}
.footer-widget .app-img {
  overflow: hidden;
  width: 120px;
}
.footer-widget .app-img img {
  width: 100%;
  height: auto;
}
.footer-widget .footer-content-bottom {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.footer-widget .footer-content-bottom .footer-list li a {
  font-size: 14px;
  font-weight: 500;
}
.footer-widget .footer-content-bottom .footer-list li a i {
  position: relative;
  top: 1px;
  font-size: 14px;
  color: var(--primary-color);
}

.copyright-area {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.copyright-area .copyright-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;
}
@media only screen and (max-width: 767px) {
  .copyright-area .copyright-wrapper {
    display: block;
    text-align: center;
  }
}
.copyright-area .copyright-wrapper p {
  font-size: 16px;
  color: #1A043F;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .copyright-area .copyright-wrapper p {
    font-size: 12px;
  }
}
.copyright-area .copyright-wrapper .footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .copyright-area .copyright-wrapper .footer-social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .copyright-area .copyright-wrapper .footer-social-list {
    margin-top: 10px;
  }
}
.copyright-area .copyright-wrapper .footer-social-list li a {
  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;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: #222222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright-area .copyright-wrapper .footer-social-list li a:hover {
  background-color: var(--primary-color);
}
.copyright-area .copyright-wrapper .footer-social-list li a:hover i {
  color: #fff;
}
.copyright-area .copyright-wrapper .footer-social-list li a i {
  color: #fff;
  font-size: 12px;
}
.copyright-area .copyright-wrapper .footer-social-list li + li {
  margin-left: 10px;
}
.copyright-area .copyright-wrapper .footer-social-list li .fa-youtube{
  color: #f00;
}
.copyright-area .copyright-wrapper .footer-social-list li .fa-facebook{
  color: blue;
}
.copyright-area .copyright-wrapper .footer-social-list li .fa-instagram{
  color: #fbad50;
}
.copyright-area .copyright-wrapper .footer-social-list li:hover .fa-youtube{
  color: #fff;
}
.copyright-area .copyright-wrapper .footer-social-list li:hover .fa-facebook{
  color: #fff;
}
.copyright-area .copyright-wrapper .footer-social-list li:hover .fa-instagram{
  color: #fff;
}
.sub-btn {
  margin-top: 10px;
}
.sub-btn i {
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/
.testimonial-section {
  overflow: hidden;
}

.testimonial-slider-wrapper {
  margin: -20px;
}

.testimonial-slider {
  overflow: hidden;
  padding: 20px;
}
.testimonial-slider .swiper-wrapper .swiper-slide-active .testimonial-item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  border: 1px solid rgba(27, 189, 228, 0.4);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.testimonial-item {
  padding: 15px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  -webkit-box-sizing: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-sizing: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item {
    padding: 23px 30px 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .testimonial-item {
    padding: 18px 25px 25px;
  }
}
.testimonial-item:hover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  border: 1px solid rgba(27, 189, 228, 0.4);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.testimonial-item .testimonial-icon-list li {
  display: inline-block;
}
.testimonial-item .testimonial-icon-list li i {
  font-size: 18px;
  font-weight: 900;
  color: #e4ab19;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-icon-list li i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1099px) {
  .testimonial-item .testimonial-icon-list li i {
    font-size: 14px;
  }
}
.testimonial-item .testimonial-icon-list li + li {
  margin-left: 5px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-icon-list li + li {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-icon-list li + li {
    margin-left: 0;
  }
}
.testimonial-item .testimonial-title {
  padding: 15px 0;
  margin-bottom: 0;
  line-height: 31.2px;
  margin-top: -6px;
  color: #1A043F;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-title {
    padding: 18px 0 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-title {
    padding: 18px 0 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  .testimonial-item .testimonial-title {
    padding: 8px 0 15px;
    font-size: 18px;
  }
}
.testimonial-item p {
  font-size: 16px;
  margin-top: -7px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1109px) {
  .testimonial-item p {
    font-size: 14px;
  }
}
.testimonial-item .testimonial-user-area {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-item .testimonial-user-area .user-area img {
  margin-right: 25px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-user-area .user-area img {
    margin-right: 20px;
    height: 55px;
    width: 55px;
  }
}
@media only screen and (max-width: 1099px) {
  .testimonial-item .testimonial-user-area .user-area img {
    margin-right: 15px;
    height: 50px;
    width: 50px;
  }
}
.testimonial-item .testimonial-user-area .title-area h5 {
  font-size: 18px;
  line-height: 31.2px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1A043F;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-user-area .title-area h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1099px) {
  .testimonial-item .testimonial-user-area .title-area h5 {
    font-size: 16px;
  }
}
.testimonial-item .testimonial-user-area .title-area p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .testimonial-user-area .title-area p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1099px) {
  .testimonial-item .testimonial-user-area .title-area p {
    font-size: 13px;
  }
}

.testimonial-bottom-wrapper {
  padding-top: 10px;
  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;
}
.testimonial-bottom-wrapper .testimonial-date {
  font-size: 12px;
  color: #1A043F;
}
.testimonial-bottom-wrapper .testimonial-date i {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
  [ ## About ]
*/
.about-section .section-header p {
  font-size: 14px;
  font-weight: 400;
}

.about-content-wrapper {
  margin-right: 20px;
}

.about-thumb img {
  border-radius: 30px;
}

.about-feature-area .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-feature-area .feature-list li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 30px;
  padding-top: 15px;
  color: #1A043F;
}
@media only screen and (max-width: 390px) {
  .about-feature-area .feature-list li {
    font-size: 12px;
  }
}
.about-feature-area .feature-list li::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.feature-statistics-wrapper {
  margin-top: 50px;
  border-radius: 10px;
  font-family: "Oxanium", cursive;
}
.feature-statistics-wrapper .statistics-item {
  border-right: 1px solid #eee;
}
.feature-statistics-wrapper .statistics-item .odo-area .odo-title {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0px;
}
.feature-statistics-wrapper .statistics-item .odo-area {
  display: flex;
  align-items: center;
}
.feature-statistics-wrapper .statistics-item .odo-area .title {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0;
}
.feature-statistics-wrapper .statistics-item p {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.video-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 57px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  z-index: 2;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (max-width: 575px) {
  .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: var(--primary-color);
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
  position: relative;
  background: linear-gradient(45deg, #fffbf2, #edfffd);
  margin-top: -200px;
  padding: 200px 0;
}
.subscribe-section .subscribe-element-one {
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-animation: scroll-down 3s linear infinite;
          animation: scroll-down 3s linear infinite;
}
.subscribe-section .subscribe-element-two {
  position: absolute;
  bottom: -100px;
  right: 0;
  -webkit-animation: scroll-down 3s linear infinite;
          animation: scroll-down 3s linear infinite;
}

.subscribe-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;
}

.subscribe-content {
  width: 50%;
}
.subscribe-content .title {
  margin-bottom: 20px;
}
.subscribe-content p {
  font-size: 16px;
}

.subscribe-form {
  position: relative;
  width: 50%;
}
.subscribe-form input {
  background: #fff;
  -webkit-box-shadow: 0 20px 80px rgba(49, 62, 103, 0.07);
          box-shadow: 0 20px 80px rgba(49, 62, 103, 0.07);
  border: none;
  border-radius: 999px;
  font-size: 16px;
  height: 90px;
  position: relative;
  font-weight: 500;
  padding: 10px 40px;
}
.subscribe-form input:focus {
  color: #6c7176;
  border: solid 1px #475672;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #6c7176;
}
.subscribe-form input::-moz-placeholder {
  color: #6c7176;
}
.subscribe-form input:-ms-input-placeholder {
  color: #6c7176;
}
.subscribe-form input::-ms-input-placeholder {
  color: #6c7176;
}
.subscribe-form input::placeholder {
  color: #6c7176;
}
.subscribe-form button, .subscribe-form input[type=button], .subscribe-form input[type=reset], .subscribe-form input[type=submit] {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 999px;
  padding: 20px 30px;
  font-size: 16px;
}

/*-------------------------------------------------
    [ ### product block ]
*/
.product-item {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 80px rgba(49, 62, 103, 0.07);
          box-shadow: 0 20px 80px rgba(49, 62, 103, 0.07);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.product-item.product--style .product-content {
  padding: 20px;
}
.product-item.product--style .product-footer {
  margin-top: 15px;
}
.product-item.product--style .product-bottom {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  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;
}

.product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-category .thumb {
  width: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.product-category .content {
  width: calc(100% - 30px);
  padding-left: 8px;
}

.product-preview i {
  border: 1px solid #eee;
  padding: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-preview i:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

.product-thumb {
  border-radius: 10px;
}
.product-thumb img {
  width: 100%;
}

.product-content {
  padding: 30px;
}
.product-content .title {
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-content .title:hover {
  color: var(--primary-color);
}

.rating span {
  font-weight: 500;
  margin-right: 5px;
  font-size: 14px;
}
.rating i {
  font-weight: 600;
  font-size: 16px;
  color: #f2b827;
}

.product-footer {
  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-top: 30px;
}

.product-price span {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-section {
  background: linear-gradient(45deg, #fffbf2, #edfffd);
}

.brand-wrapper {
  overflow: hidden;
}

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

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
  margin-bottom: -30px;
}
.faq-wrapper .faq-item {
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  padding: 15px;
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 13px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: relative;
  right: -15px;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .faq-title {
  background: #222222;
  color: #fff;
}
.faq-wrapper .faq-item.open .right-icon {
  background-color: rgba(27, 189, 228, 0.1);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form-area {
  -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
}
.contact-form-area .contact-form label {
  color: #1A043F;
  font-weight: 500;
}
.contact-form-area .contact-form label span {
  color: var(--primary-color);
}

.contact-widget-box {
  -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
}

.contact-widget-item-wrapper {
  margin-bottom: -20px;
}
.contact-widget-item-wrapper .contact-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.contact-widget-item-wrapper .contact-widget-item .contact-widget-icon {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  text-align: center;
  color: #52526C;
  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;
}
.contact-widget-item-wrapper .contact-widget-item .contact-widget-icon svg {
  fill: #52526C;
}
.contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
  padding-left: 10px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
/*-------------------------------------------------
  [ ### Account block ]
*/
.account-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-section.two, .account-section.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s ease-out;
          transition-delay: 0.2s ease-out;
}
.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);
  -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: all 0.5s;
  transition: all 0.5s;
  top: 0;
  z-index: 9;
}
.account-section.register {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  display: block;
}
.account-section.register .account-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .account-section.register .account-thumb {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .account-section.register .account-thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .account-section.register .account-thumb {
    width: 100%;
    height: 400px;
  }
}
.account-section.register .account-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-section.register .right {
  padding: 1.5rem 2rem;
  width: 55%;
  min-height: 100vh;
  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: #000000;
}
@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-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(156, 164, 182);
  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: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background-position: bottom;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .account-area {
    width: 400px;
  }
}
@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.change-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .account-area.change-form {
    display: block;
  }
}
.account-area p {
  font-size: 15px;
  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: var(--primary-color);
  -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: var(--primary-color);
  -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 #eee;
  -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: var(--primary-color);
  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: #fff;
}

.account-item label {
  font-weight: 500;
  font-size: 15px;
}
.account-item label a {
  font-weight: 600;
  color: var(--primary-color);
}

.terms-item label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.terms-item label a {
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: underline;
}

.account-footer p {
  font-size: 15px;
}

.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;
}
.account-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(2, 1, 1, 0)), color-stop(95%, #0A0B0F));
  background-image: linear-gradient(180deg, rgba(2, 1, 1, 0) 19%, #0A0B0F 95%);
  border-radius: 5px;
}

.account-logo {
  margin-bottom: 30px;
  text-align: center;
}

.show_hide_password {
  position: relative;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 16px;
  right: 30px;
  cursor: pointer;
}
.show_hide_password .show-pass.two {
  top: 50px;
}

.otp {
  display: inline-block;
  width: 57px;
  height: 50px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  background-color: transparent;
}

@media only screen and (max-width: 470px) {
  .otp {
    width: 48px;
  }
}
@media only screen and (max-width: 380px) {
  .otp {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 350px) {
  .otp {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 330px) {
  .otp {
    width: 40px;
    height: 40px;
  }
}
.otp:focus {
  border: 3px solid #222f43;
}

.otp.required {
  border: 3px solid #ea5455;
}

#time {
  color: #ea5455;
}

.account-form .form-group {
  position: relative;
}
.account-form .form-group .show-pass {
  position: absolute;
  top: 13px;
  right: 30px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.account-form .forgot-item a {
  color: var(--primary-color);
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account-form .forgot-item a:hover {
  color: #222222;
}

.account-form-area .account-logo .site-logo {
  display: inline-block;
}

.account-form-area p {
  font-size: 12px;
  margin-bottom: 30px;
}

.account-form input {
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: #1A043F;
}

.account-form input:focus {
  border-color: #1cc2e7 !important;
  background-color: transparent;
}

.account-form input::-webkit-input-placeholder {
  color: #6c7176;
}

.account-form input::-moz-placeholder {
  color: #6c7176;
}

.account-form input:-ms-input-placeholder {
  color: #6c7176;
}

.account-form input::-ms-input-placeholder {
  color: #6c7176;
}

.account-form input::placeholder {
  color: #6c7176;
}

/*-------------------------------------------------
    [ ### bubbles block ]
*/
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(27, 189, 228, 0.5);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

/*-------------------------------------------------
      [ ## how-it-works-item ]
  */
.how-it-works-item {
  position: relative;
  text-align: center;
  z-index: 3;
}
.how-it-works-item .how-it-works-icon-wrapper {
  background-color: #ffffff;
  padding: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
          box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
}
.how-it-works-item .how-it-works-icon-wrapper .how-it-works-icon {
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  background-color: rgba(27, 189, 228, 0.1);
  border-radius: 50%;
  font-size: 28px;
}
.how-it-works-item .how-it-works-content .sub-title {
  padding-bottom: 5px;
}
.how-it-works-item .how-it-works-content .title {
  margin-bottom: 5px;
}
.how-it-works-item .process-devider {
  position: absolute;
  top: 29%;
  width: calc(100% - 115px);
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#222222), color-stop(40%, #222222), color-stop(40%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #222222, #222222 40%, transparent 40%, transparent 100%);
  background-size: 12px 1px;
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-animation: slides 5s linear infinite;
          animation: slides 5s linear infinite;
}
.how-it-works-item .process-devider::after {
  content: "\f061";
  font-family: "line Awesome Free";
  color: var(--primary-color);
  font-weight: 600;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 767px) {
  .how-it-works-item .process-devider {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  div[class*=col]:nth-of-type(4n + 2) .how-it-works-item .process-devider {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  div[class*=col]:nth-of-type(4n + 3) .how-it-works-item .process-devider {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  div[class*=col]:nth-of-type(4n + 3) .how-it-works-item .process-devider {
    display: unset;
  }
}
@media only screen and (max-width: 767px) {
  div[class*=col]:nth-of-type(4n + 3) .how-it-works-item .process-devider {
    display: none;
  }
}

.btn--base.small {
  padding: 10px 20px;
  border-radius: 10px;
}
.btn--base.e-small {
  padding: 2px 20px;
  border-radius: 8px;
  font-size: 13px;
}

.payment-form-modal-wrapper {
  padding: 20px;
}
.payment-form-modal-wrapper .date-select-wrapper {
  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;
  margin-bottom: 20px;
}
.payment-form-modal-wrapper .date-select-wrapper select {
  width: auto;
  height: auto;
}
.payment-form-modal-wrapper .date-select-wrapper .title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-form-modal-wrapper .date-select-wrapper .title i {
  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: #222222;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  margin-right: 5px;
}
.payment-form-modal-wrapper .date-select-wrapper .cross {
  padding: 5px 10px;
  border-radius: 50%;
}

/*shedule Item*/
.shedule-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.shedule-item {
  padding: 5px;
  width: 50%;
}
.shedule-item.action {
  width: 33.3333333333%;
}
.shedule-item .shedule-inner label {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  background: #ffffff;
  color: #1A043F;
  
  border-radius: 10px;
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
}
.shedule-item .shedule-inner label strong {
  font-weight: 600;
}
.shedule-item .shedule-inner label::before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: #fff;
  background: var(--primary-color);
  width: 20px;
  height: 20px;
  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;
  position: absolute;
  left: 10px;
  top: 8;
  font-size: 16px;
  display: none;
  border-radius: 50%;
}
@media only screen and (max-width: 490px) {
  .shedule-item .shedule-inner label::before {
    top: 0;
    left: 0;
    border-radius: 0 0 8px 0;
  }
}
.shedule-item .shedule-inner label sup {
  font-size: 70%;
  line-height: 1;
  color: var(--primary-color);
}
.shedule-item .shedule-inner .hide-input {
  display: none;
}
.shedule-item .shedule-inner .hide-input:checked ~ label {
  background: rgba(27, 189, 228, 0.1);
  position: relative;
  border-color: var(--primary-color);
}
.shedule-item .shedule-inner .hide-input:checked ~ label::before {
  display: block;
}
.shedule-item .shedule-inner .hide-input:checked ~ label sup {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .shedule-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .shedule-item {
    width: 50%;
  }
  .shedule-item .shedule-inner strong {
    font-size: 13px;
  }
}
@media (max-width: 510px) {
  .shedule-item {
    width: 100%;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*-------------------------------------------------
    [ ## Doctor ]
*/
.doctor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
@media only screen and (max-width: 575px) {
  .doctor-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.doctor-item .doctor-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
@media only screen and (max-width: 1299px) {
  .doctor-item .doctor-thumb {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .doctor-item .doctor-thumb {
    width: 250px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .doctor-item .doctor-thumb {
    width: 200px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .doctor-item .doctor-thumb {
    width: auto;
    height: auto;
  }
}
.doctor-item .doctor-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
 
}
.doctor-item .content {
    padding-left: 20px;
    width: 100%;
}
@media only screen and (max-width: 575px) {
  .doctor-item .content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.doctor-item .content .title {
  margin-bottom: 5px;
}
.doctor-item .content p {
  margin-bottom: 5px;
}
.doctor-item .btn--base {
  padding: 5px 10px;
}

.booking-area {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
}
.booking-area.fixed {
  position: sticky;
  top: 70px;
}
.booking-area .thumb {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 5px solid #eee;
}
.booking-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.booking-area .content {
  padding-top: 40px;
}
.booking-area .content .list {
  margin-top: 10px;
}
.booking-area .content .list li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #363333;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
@media only screen and (max-width: 470px) {
  .booking-area .content .list li {
    font-size: 12px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 350px) {
  .booking-area .content .list li {
    font-size: 11px;
    font-weight: 500;
  }
}
.booking-area .content .list li span {
  text-transform: capitalize;
  color: #6c7176;
  font-weight: 500;
  font-size: 13px;
  padding-left: 5px;
}
@media only screen and (max-width: 470px) {
  .booking-area .content .list li span {
    font-size: 10px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 350px) {
  .booking-area .content .list li span {
    font-size: 9px;
    font-weight: 400;
  }
}
.booking-area .content .list li span .btn--base{
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
}
.booking-area .booking-form label {
  font-weight: 500;
  color: #413d3d;
}
.booking-area .booking-form label span {
  color: var(--primary-color);
}

.investigation-area .investigation-item {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}
.investigation-area .investigation-item .price {
  font-weight: 600;
}
.investigation-area .investigation-item .price-cut {
  font-weight: 600;
  text-decoration: line-through;
  color: rgba(173, 2, 2, 0.425);
}

.home-service-item {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 20px;
  text-align: center;
}

.home-check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.home-check-area .home-check-wrapper {
  margin: 10px;
}

.branch-item {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 20px;
}
.branch-item .icon-wrapper {
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.branch-item .icon-wrapper .icon-area {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 5px solid #fff;
  color: #fff;
  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-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  margin-bottom: 10px;
}
.branch-item .icon-wrapper .icon-area i {
  font-size: 28px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  width: 250px;
  position: fixed;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  margin: 16px 0px 16px 16px;
  padding: 10px;
  top: 0;
  left: 0;
  height: calc(100vh - 30px);
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar.active {
  width: 60px;
}
.sidebar.active .sidebar-submenu .nav-item a i {
  margin-right: 0;
}
.sidebar.active .sidebar-submenu .nav-item a .title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active {
    width: 250px;
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.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:hover {
  width: 250px;
}
.sidebar:hover .sidebar-submenu .nav-item a i {
  margin-right: 5px;
}
.sidebar:hover .sidebar-submenu .nav-item a .title {
  display: block;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar:hover .menu-title {
  display: inline-block;
}
.sidebar:hover .sidebar-doc-box {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}

.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: 15px;
  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: 130px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #6c7176;
  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;
  border-radius: 10px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: var(--primary-color);
  -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: #1A043F;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  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: 10px;
  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: 25px;
  font-family: "line Awesome Free";
  color: #6c7176;
  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: #6c7176;
  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: var(--primary-color);
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(27, 189, 228, 0.1);
}
.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);
  color: #fff;
}
.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;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  line-height: 20px !important;
  padding: 0 !important;
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
  color: #1A043F;
  font-size: 14px;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-item-badge span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-doc-box {
  border-radius: 15px;
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.5);
}
.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: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 5px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  background: linear-gradient(126.97deg, rgba(6, 11, 40, 0.74) 28.26%, rgba(10, 14, 35, 0.71) 91.2%);
  padding: 14px 40px;
  font-size: 14px;
}
.sidebar-doc-box .sidebar-doc-content p {
  margin-bottom: 5px;
}

.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 {
  padding: 20px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 85px;
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 35px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    padding: 0 20px 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .dashboard-title-part {
    display: block;
  }
}
.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: #1A043F;
  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 .main-path {
  color: #1A043F;
  font-weight: 600;
}

.header-search-wrapper {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 8px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 40px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #1A043F;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.header-search-wrapper input::placeholder {
  color: rgba(108, 113, 118, 0.8);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 16px;
  line-height: 38px;
  color: rgba(108, 113, 118, 0.9);
  left: 10px;
  top: 1px;
}

.header-user-wrapper {
  margin: 8px;
  display: flex;
}
.header-user-wrapper .header-user-thumb {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  overflow: hidden;
}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: center;
}

.body-wrapper {
  padding-left: 285px;
  padding-right: 20px;
  padding-bottom: 20px;
  -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;
  }
}

.dashboard-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: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.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;
  border-radius: 8px;
}

.dashbord-item {
  background: #EBEDEF;
  border: 1px solid #eee;
  border-radius: 10px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashbord-item:hover {
  -webkit-transform: scale(105%) translateY(-5px);
          transform: scale(105%) translateY(-5px);
  -webkit-box-shadow: 0px 10px 35px 0px rgba(158, 154, 221, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(158, 154, 221, 0.1);
}
.dashbord-item .dashboard-content .sub-title {
  margin-bottom: 5px;
}
.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
}
.dashbord-item .dashboard-icon {
  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: #222222;
  color: var(--primary-color);
  border-radius: 15px;
  font-size: 24px;
  overflow: hidden;
}
.dashbord-item .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chart-wrapper {
  background: #EBEDEF;
  border: 1px solid #eee;
  padding: 30px 10px;
  border-radius: 10px;
}
.chart-wrapper line {
  stroke: #eee;
}
.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

.apexcharts-legend-text {
  color: #1A043F !important;
}

.apexcharts-yaxis text {
  fill: #1A043F !important;
}

.apexcharts-grid line {
  stroke: #eee !important;
}

.apexcharts-graphical line {
  stroke: #eee !important;
}

.apexcharts-xaxis-texts-g text {
  fill: #1A043F !important;
}

.chart-area-footer {
  border-color: #eee;
}

.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;
  border-radius: 15px;
  margin-bottom: 20px;
}
.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 {
  color: #fff;
  background-color: var(--primary-color);
}
.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 {
  color: #fff;
  background-color: #28c76f;
}

.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: #222222;
  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-right {
  text-align: right;
}
.dashboard-list-right .main-money {
  font-size: 16px;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.dashboard-list-right .dashboard-list-right-btn-area .btn--base {
  padding: 5px 10px;
  border-radius: 4px;
}
.dashboard-list-right .btn--base {
  padding: 5px 15px;
  border-radius: 8px;
}

.dashboard-list-item-wrapper {
  background-color: #EBEDEF;
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.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;
  border: 1px solid #eee;
  background-color: #f6f6f6;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #eee;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: var(--primary-color);
  background-color: rgba(27, 189, 228, 0.1);
}

.preview-list-wrapper {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.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 #eee;
  -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: 700;
}
@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: rgba(27, 189, 228, 0.1);
  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-right {
  text-align: right;
}

.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;
  border-radius: 10px;
}
@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;
  height: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #eee;
  object-fit: cover;
  object-position: center;
}
.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);
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #EBEDEF;
  border-radius: 10px 0 0 0;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  height: calc(100vh - 250px);
  padding: 30px 15px;
  border-right: 1px solid rgba(0,0,0,.125);
  border-left: 1px solid rgba(0,0,0,.125);
}
@media only screen and (max-width: 360px) {
  .chat-container {
    max-height: 68vh;
  }
}
.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%;
  }
}

@media only screen and (max-width: 767px) {
  .chat-container {
    height: calc(100vh - 300px);
  }
}
.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: var(--primary-color);
  color: #fff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: var(--primary-color);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #EBEDEF;
  font-size: 13px;
  border-radius: 10px;
  color: #1A043F;
  white-space: pre-wrap;
}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #eee;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #eee;
  object-fit: cover;
  object-position: center;
}

.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: 12px 20px;
  background-color: #EBEDEF;
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
}
.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(108, 113, 118, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(108, 113, 118, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(108, 113, 118, 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: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  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;
  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: 17.8px 20px;
  background-color: #EBEDEF;
  border-bottom: 1px solid rgba(0,0,0,.125);
  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;
}

.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-radius: 10px 10px 0 0;
  border: none;
  background-color: var(--primary-color);
  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 #eee;
  background-color: rgba(255, 255, 255, 0.8);
  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);
  border-radius: 50%;
  color: #fff;
  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: #1A043F;
}
.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: var(--primary-color);
}

.pdf-area {
  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;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.pdf-area.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.play-store-thumb {
  width: 193px;
  height: 193px;
  margin: 0 auto;
}
.play-store-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-push-wrapper {
  position: relative;
}

.push-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 280px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  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;
  max-height: 400px;
  overflow-y: scroll;
}
.push-wrapper::-webkit-scrollbar {
  height: 20px;
  width: 4px;
  background: #f1f1f1;
  border-radius: 10px;
}

.push-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.push-wrapper::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .push-wrapper {
    width: 250px;
  }
}
.push-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.push-wrapper .push-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: 15px;
}
.push-wrapper .push-header .title {
  margin-bottom: 0;
}
.push-wrapper .push-header .sub-title {
  font-size: 12px;
}
.push-wrapper .push-list {
  margin-bottom: -15px;
}
.push-wrapper .push-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.push-wrapper .push-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.push-wrapper .push-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.push-wrapper .push-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.push-wrapper .push-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;
}
.push-wrapper .push-list li .content .title {
  margin-bottom: 0;
  color: #1A043F;
  width: calc(100% - 72px);
}
.push-wrapper .push-list li .content .time {
  color: var(--primary-color);
  font-weight: 600;
}
.push-wrapper .push-footer {
  font-size: 12px;
}

.push-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: rgba(255, 255, 255, 0.05);
  color: #1A043F;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 20px;
}

.exchange-area {
  background-color: rgba(27, 189, 228, 0.1);
  padding: 30px 80px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}

.exchange-area code {
  font-size: 20px;
  color: var(--primary-color);
}

code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

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

.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%;
}

/*-------------------------------------------------
    [ ## dashboard 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 {
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 20px;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=button], .custom-card input[type=reset], .custom-card input[type=submit], .custom-card .btn--base {
  padding: 12px 30px;
}

.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;
}

.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: var(--primary-color);
  border-radius: 5px;
  color: #fff;
  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: #fff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fileholder.active {
  border: 2px dashed #eee;
}

.fileholder-drag-drop-title {
  color: #6c7176;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.dash-payment-item {
  padding: 20px 30px;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.dash-payment-item .dash-payment-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.dash-payment-item .dash-payment-title-area .dash-payment-badge {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}
.dash-payment-item .dash-payment-title-area .title {
  margin: 0;
  padding-left: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.dash-payment-item:not(:last-child) {
  margin-bottom: 25px;
}
.dash-payment-item .dash-payment-body {
  padding-top: 25px;
  display: none;
}
.dash-payment-item.active {
  border: 1px solid #eee;
}
.dash-payment-item.active .dash-payment-body {
  display: block;
}
.dash-payment-item button.custom-button, .dash-payment-item input.custom-button[type=button], .dash-payment-item input.custom-button[type=reset], .dash-payment-item input.custom-button[type=submit] {
  min-width: 160px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .dash-payment-item {
    padding: 15px;
  }
}

.paste-wrapper {
  position: relative;
}
.paste-wrapper .paste-badge {
  position: absolute;
  top: 41px;
  right: 25px;
  font-weight: 600;
  color: var(--primary-color);
  padding: 2px 15px;
  background-color: rgba(27, 189, 228, 0.1);
  border-radius: 5px;
}

.qr-code-thumb img {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.table-wrapper {
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  padding: 30px;
  border-radius: 15px;
}

.my-address-item {
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 10px;
  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;
}
.my-address-item .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-address-item .icon-wrapper .icon-box {
  width: 50px;
  height: 50px;
  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: #222222;
  color: var(--primary-color);
  border-radius: 10px;
  font-size: 18px;
}
.my-address-item .icon-wrapper .title-wrapper {
  margin-left: 10px;
}
.my-address-item .icon-wrapper .title-wrapper .title {
  margin-bottom: 5px;
}
.my-address-item .my-address-btn-area button, .my-address-item .my-address-btn-area input[type=button], .my-address-item .my-address-btn-area input[type=reset], .my-address-item .my-address-btn-area input[type=submit], .my-address-item .my-address-btn-area a {
  padding: 7px 10px;
  border-radius: 50px;
  background-color: rgba(27, 189, 228, 0.1);
  color: var(--primary-color);
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.my-address-item .my-address-btn-area button:hover, .my-address-item .my-address-btn-area input[type=button]:hover, .my-address-item .my-address-btn-area input[type=reset]:hover, .my-address-item .my-address-btn-area input[type=submit]:hover, .my-address-item .my-address-btn-area a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.my-address-item .my-address-btn-area button:last-child, .my-address-item .my-address-btn-area input[type=button]:last-child, .my-address-item .my-address-btn-area input[type=reset]:last-child, .my-address-item .my-address-btn-area input[type=submit]:last-child, .my-address-item .my-address-btn-area a:last-child {
  background-color: rgba(127, 12, 12, 0.1);
  color: #ff0101;
}
.my-address-item .my-address-btn-area button:last-child:hover, .my-address-item .my-address-btn-area input[type=button]:last-child:hover, .my-address-item .my-address-btn-area input[type=reset]:last-child:hover, .my-address-item .my-address-btn-area input[type=submit]:last-child:hover, .my-address-item .my-address-btn-area a:last-child:hover {
  background-color: #b60707;
  color: #fff;
}

.map-area iframe {
  width: 100%;
  height: 280px;
}

.overview-section {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .copyright-area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
    .feature-statistics-wrapper .statistics-item .odo-area .title {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
}
    .feature-statistics-wrapper .statistics-item p {
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}
  .empty-gap {
    padding: 0;
  }
}

.voucher-label {
  cursor: pointer;
}
.voucher-label input {
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  left: 8px;
  cursor: pointer;
}

.voucher-apply-wrapper {
  display: none;
}

.form-group .payment-method-select {
  display: none;
}
.form-group .payment-method-select.active {
  display: block;
}

.feature-item {
  display: block;
  -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-item:hover {
  border: 1px solid rgba(27, 189, 228, 0.5);
}
.feature-item:hover .icon-area {
  color: #fff;
  background-color: var(--primary-color);
}
.feature-item:hover .title {
  color: var(--primary-color);
}
.feature-item .icon-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;
  color: var(--primary-color);
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: rgba(27, 189, 228, 0.1);
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-item .title {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-check-other-input {
  display: none;
}

.card-form .show_hide_password {
  position: relative;
}
.card-form .show_hide_password .show-pass {
  position: absolute;
  top: 43px;
  right: 25px;
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #eee !important;
  float: unset;
  padding: 0 25px;
  color: #6c7176 !important;
}

.nice-select .list {
  width: 100%;
}

.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;

  line-height: 1.8;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
      [ ## blog ]
  */
.blog-item {
  padding: 40px;
  border: 2px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 7px 0px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .blog-item {
    padding: 20px 20px 40px 20px;
  }
}
.blog-item:hover {
  border-color: rgba(27, 189, 228, 0.4);
}
.blog-item:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-item .thumb {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.blog-item .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: auto;
}
.blog-item .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-item .icon-wrapper .icon {
  margin-top: -35px;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 25px;
  background: var(--primary-color);
  border: 10px solid #fff;
  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;
}
.blog-item .icon-wrapper .icon i {
  color: #fff;
  font-size: 34px;
}
.blog-item .content {
  margin-top: 20px;
  text-align: center;
  padding: 0 10px;
}
.blog-item .content .title {
  font-size: 24px;
  font-weight: 600;
  color: #1A043F;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .content .title:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 1399px) {
  .blog-item .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-item .content .title {
    font-size: 18px;
  }
}
.blog-item .content p {
  color: rgba(108, 113, 118, 0.7);
}
.blog-item .blog-item-btn-area {
  position: relative;
}
.blog-item .blog-item-btn-area a {
  position: absolute;
  bottom: -68px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 15px;
  background-color: #222222;
  border-radius: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-item-btn-area a:hover {
  background-color: var(--primary-color);
}

.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: 2px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  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 #eee;
  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-color: #f6f6f6;
  border-radius: 3px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 40px;
}
.blog-comment-area input {
  border-radius: 999px;
}
.blog-comment-area textarea {
  border-radius: 20px;
}

.blog-sidebar {
  position: sticky;
  top: 10%;
}

.widget-box {
  -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
  border: 1px solid #eee;
  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;
  }
}

.search-widget-box .search-form {
  position: relative;
}
.search-widget-box .search-form button, .search-widget-box .search-form input[type=button], .search-widget-box .search-form input[type=reset], .search-widget-box .search-form input[type=submit] {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: #6c7176;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category-widget-box .category-list li a:hover {
  color: var(--primary-color);
}
.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: 90px;
  height: 90px;
  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.3s;
  transition: all 0.3s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: var(--primary-color);
}
.single-popular-item .popular-item-content .date {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #eee;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.blog-item-details {
  border-radius: 10px;
  overflow: hidden;
}
.blog-item-details .blog-content {
  padding-top: 20px;
}
.blog-item-details .blog-thumb {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.blog-item-details .blog-thumb img {
  height: auto;
  width: 100%;
}
.blog-item-details .blog-social-area {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 15px 20px;
  border-radius: 10px;
}
.blog-item-details .blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}
.blog-item-details .blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
}
.blog-item-details .blog-social-area .blog-social li:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.blog-item-details .blog-social-area .blog-social li + li {
  margin-left: 5px;
}

/*-------------------------------------------------
    [ ## alert ]
*/
.alert {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 20px 20px 15px 20px;
  display: flex !important;
  top: auto !important;
  bottom: 20px;
}

[data-notify=icon] {
  color: #fff;
  margin-right: 10px;
}

.alert.alert-success {
  background: #39DA8A !important;
  color: #FFF !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
          box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
  border: none;
}

.alert.alert-danger {
  background: #EA5455!important;
  color: #FFF!important;
  box-shadow: 0 3px 8px 0 rgba(234, 84, 85,0.4);
  border: none;
}


.alert.alert-warning {
  background: #ff9f43!important;
  color: #FFF!important;
  box-shadow: 0 3px 8px 0 rgba(255, 159, 67,0.4);
  border: none;
}

.alert strong {
  display: block;
}

.alert span {
  line-height: 1.5em;
}

.alert .las{
  font-size: 18px;
  position: relative;
  top: -4px;
}

.alert .close {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}


.btn-for-modal{
  padding: 12px 25px;
}


.select2-container--default .select2-selection--single{
  border-radius: 10px;
}

@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: 350px) {
  .col-xs-6 {
    width: 100%;
  }
}

.branch-btn-search .btn--base{
  padding: 12px 25px;
}

.account-delete{
  /* position: absolute;
  top: 10px;
  right: 10px; */
  padding: 5px 15px !important;
  border-radius: 30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.user-lang-wrapper{
  margin: 8px;
}
.user-lang-wrapper .form--control{
  height: 42px;
  line-height: 41px;
}


/*--------------------------------------------------------------
    [ ## RTL ]
--------------------------------------------------------------*/
/*-------------------------------------------------
  [ ### RTL block ]
*/
.rtl {
  direction: rtl;
}
.rtl .navbar-nav.main-menu.me-auto {
  margin-right: unset !important;
  margin-left: auto !important;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li:first-child {
  padding-right: 0;
  margin-right: 0;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 35px;
  margin-right: 0;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li a i {
  padding-left: 0;
  padding-right: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -2px;
}
.rtl .header-action a i {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.rtl .header-middle-wrapper .header-middle-content .header-address-area {
  padding-right: 0;
  padding-left: 50px;
}
.rtl .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .thumb {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .header-middle-wrapper .header-middle-content .header-address-area .header-address-item {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .preloader {
  direction: ltr;
}
.rtl .btn--base.search-btn i.me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.rtl .how-it-works-item .process-devider::after {
  right: unset;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.rtl .about-feature-area .feature-list li::before {
  left: unset;
  right: 0;
}
.rtl .about-feature-area .feature-list li {
  padding-left: 0;
  padding-right: 30px;
}
.rtl .feature-statistics-wrapper .statistics-item {
  border-right: none;
  border-left: 1px solid #eee;
}
.rtl .faq-wrapper .faq-item .right-icon {
  right: unset;
  left: -15px;
}
.rtl .testimonial-item .testimonial-user-area .user-area img {
  margin-left: 25px;
}
.rtl .testimonial-section .slider-nav-area {
  direction: ltr;
}
.rtl .blog-item .blog-item-btn-area a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rtl .footer-widget .footer-content-bottom .footer-list li a i.me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.rtl .footer-btn-area .btn--base.sub-btn i.ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rtl .copyright-area .copyright-wrapper .footer-social-list li + li {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .header-section.header-fixed .header-bottom-area .navbar-expand-lg .site-logo {
  display: none;
}
.rtl .doctor-item .content {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .doctor-list-section .doctor-item .content .title i.me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.rtl .single-popular-item .popular-item-content {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .blog-tag-wrapper span {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
  padding-left: unset;
  padding-right: 10px;
}
.rtl .account-form .form-group .show-pass {
  right: unset;
  left: 30px;
}
.rtl .custom-check-group label::before {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .booking-area .btn--base i.ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}
.rtl .booking-section .booking-area .title i.me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.rtl .booking-area .content .list li span {
  float: left;
}
.rtl .card-form .show_hide_password .show-pass {
  position: absolute;
  top: 43px;
  right: unset;
  left: 25px;
}
.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .dashboard-title-part .left .icon {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .custom-table thead tr th:last-child {
  text-align: left;
  border-radius: 5px 0 0 5px;
}
.rtl .custom-table tbody tr td:last-child {
  border-radius: 5px 0 0 5px;
}
.rtl .custom-table tbody tr td:last-child {
  text-align: left;
}
.rtl .custom-table thead tr th:first-child {
  border-radius: 0 5px 5px 0;
  text-align: right;
}
.rtl .custom-table tbody tr td:first-child {
  border-radius: 0 5px 5px 0;
}
.rtl .custom-table tbody tr td:first-child {
  text-align: right;
}
.rtl .custom-check-group input:checked + label::after {
  content: "";
  left: unset;
  right: 7px;
}
.rtl .support-card-wrapper .card-header {
  border-radius: 0 10px 0 0;
}
.rtl .card-header-user-area .card-header-user-content {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  left: unset;
  right: -10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  left: -10px;
  right: auto;
  background-color: #1bbde4;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.rtl .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: unset;
  margin-right: auto;
}
.rtl .support-profile-wrapper .support-profile-list li span, .rtl .support-profile-wrapper .support-profile-list li p {
  float: left;
}
.rtl .profile-thumb-content .profile-thumb {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header-action .language-select {
  margin-right: 0;
  margin-left: 20px;
}
.specialities_new .list li {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #363333;
    border-bottom: 1px solid #6ce6b7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.specialities_new{
    border: 1px solid #629380;
    padding: 5px 10px;
    border-radius: 10px 20px;
    box-shadow: 2px 3px 4px #629380;
}
  .marquee {
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            box-sizing: border-box;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
      letter-spacing: 0.457rem;
        }

        .marquee span {
            display: inline-block;
            width: max-content;

            padding-left: 100%;
            /* show the marquee just outside the paragraph */
            will-change: transform;
            animation: marquee 35s linear infinite;
        }

        .marquee span:hover {
            animation-play-state: paused
        }


        @keyframes marquee {
            0% {
                transform: translate(0, 0);
            }

            100% {
                transform: translate(-100%, 0);
            }
        }


        /* Respect user preferences about animations */

        @media (prefers-reduced-motion: reduce) {
            .marquee span {
                animation-iteration-count: 1;
                animation-duration: 0.01;
                /* instead of animation: none, so an animationend event is
     * still available, if previously attached.
     */
                width: auto;
                padding-left: 0;
            }
        }
.menu-top-area {
    padding: 5px 0;
    background: #de2600;
}


.sticky-container{
    display: none;
}
@media only screen and (max-width: 767px) {
    .sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -91px;
    top: 130px;
    width: 135px;
    z-index: 999;
}
.sticky-view li {
    list-style-type: none;
    background-color:#de2600;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    /* filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale); */
}
.sticky-view li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
    width: 30px;
}
.sticky-view li p {
    float: left;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
    color: #fff;
    font-size: 12px;
} 
.sticky-view li:hover {
    margin-left: -115px;
}
    .sticky-container{
    display: block;
}
    .faq-wrapper .faq-item .faq-title {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}
    .feature-section{
        display: none;
    }
    .marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2em;
}
    .header-middle-wrapper .header-middle-content {
        display: none;
    }
    .navbar-toggler span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
}
    .banner-flotting-item {
    position: relative;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    padding: 13px;
    border-radius: 15px;
}
}
.header-bottom-nav{
    display: none;
}
@media only screen and (max-width: 767px) {
    .header-bottom-nav{
    display: block;
}
}
@media only screen and (max-width: 1199px) {
    .header-bottom-nav {
        position:fixed;
        bottom: 0;
        width: 100%;
        box-shadow: 0px -2px 35px #00000048;
        background: #fff;
        border-radius: 10px 10px 0 0;
        padding: 10px 0 8px;
        z-index: 99
    }
}

.header-bottom-nav ul {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .header-bottom-nav ul {
        justify-content:space-between;
        margin: 0 -10px
    }
}

.header-bottom-nav li {
    line-height: normal;
    margin: 0 12px
}

@media only screen and (max-width: 1199px) {
    .header-bottom-nav li {
        margin:0 3px
    }
}

.header-bottom-nav a {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333;
    padding: 8px 0
}

@media only screen and (max-width: 1199px) {
    .header-bottom-nav a {
        flex-direction:column;
        text-align: center;
        font-size: 10px;
        padding: 0
    }
}

.header-bottom-nav a:hover {
    color: #db7c65
}

.header-bottom-nav img {
    margin-right: 4px;
    width: 30px
}

@media only screen and (max-width: 1199px) {
    .header-bottom-nav img {
        filter:brightness(.3);
        width: 23px;
        margin: 0 0 5px
    }
}

.book-appointment a {
    color: #181515;
    font-size: 12px;
    font-weight: 600;
    background: #f4d7d0;
    border-radius: 54px;
    padding: 7px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    line-height: 1.1
}

.book-appointment a:hover {
    background: #db7c65;
    color: #fff
}

 
.table td{
    padding: 10px 15px;
}
.ck-table-resized img{
    border-radius: 10px;
}




.book-appointment a:hover img {
    filter: brightness(100)
}

@media only screen and (max-width: 1199px) {
    .book-appointment a {
        color:#333;
        font-weight: 700;
        margin: 0 8px;
        background: 0 0;
        border-radius: 0;
        padding: 0;
        font-size: 10px;
        min-height: auto
    }

    .book-appointment a:hover {
        background: #fff;
        color: #db7c65
    }

    .book-appointment a:hover img {
        filter: none
    }
}

.book-appointment img {
    width: 14px;
    margin-right: 13px
}

@media only screen and (max-width: 1199px) {
    .book-appointment img {
        filter:none;
        box-shadow: 0px -2px 9px #00000034;
        background: #f4d7d0;
        width: 50px;
        height: 50px;
        padding: 0 11px;
        margin: -26px 0 5px;
        border: 5px solid #fff;
        border-radius: 50%
    }
}
.wrapper {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
