/*--------------------------------------------------------------
>>> 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 ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #222222;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

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

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

.exchange-area code {
  font-size: 20px;
  color: #1a2361;
}

code {
  color: #1a2361;
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f5f5f5;
  padding: 40px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  text-align: center;
}
blockquote .quote-icon svg path {
  fill: #1a2361;
}

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

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #0041A8;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #dc3545 !important;
}
.bg--danger::before {
  background-color: #dc3545 !important;
}
.bg--danger:hover, .bg--danger:focus {
  color: #ffffff !important;
}

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

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #0041A8 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #0041A8;
}

.text--success {
  color: #28c76f;
}

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

.text--danger {
  color: #dc3545;
}

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

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

.text--dark {
  color: #10163A;
}

.text--base {
  color: #0041A8 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #0041A8;
}

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

.bg--gray {
  background-color: #FFFBF2;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

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

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

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

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

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 8px;
  line-height: 1;
  font-weight: 600;
  background-color: #0041A8;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 11px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
          transform: translateY(-50000%);
}
.scrollToTop small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  overflow: hidden;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  background-color: #1a2361;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.5);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.5);
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #ffffff;
  font-family: "Signika", sans-serif;
  text-align: center;
  font-size: 16px;
  padding: 20px 30px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.custom-table tbody tr td {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
  color: #222222;
  vertical-align: middle !important;
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
}
.custom-table tbody tr td:first-child {
  border-left: 1px solid #e5e5e5;
}
.custom-table tbody tr td span {
  font-weight: 700;
}
.custom-table tbody tr td .btn {
  font-size: 24px;
}
.custom-table tbody tr td .btn svg {
  width: 40px;
  fill: #1a2361;
}

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

.swiper-pagination {
  position: relative;
  padding: 18px 45px;
  background-color: #FFFBF2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  margin-top: 50px;
  width: auto !important;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 10px;
  border-radius: 5px;
  background-color: #0041A8;
  opacity: 0.25;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 46px;
}

.slider-next, .slider-prev {
  width: 55px;
  height: 55px;
  font-size: 30px;
  border-radius: 50%;
  color: #222222;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next::before, .slider-prev::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #0041A8;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .slider-next, .slider-prev {
    display: none;
  }
}

.slider-next {
  left: auto;
  right: -50px;
}
.slider-next::before {
  left: auto;
  right: -20px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #222222;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #222222;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #1a2361;
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -14px;
  margin-bottom: 40px;
}
.nav-tabs .nav-link {
  width: 250px;
  height: 150px;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-family: "Signika", sans-serif;
  font-size: 18px;
  background-color: #FFFBF2;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 14px;
}
.nav-tabs .nav-link span {
  display: block;
}
.nav-tabs .nav-link .product-tab-thumb {
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 15px;
}
.nav-tabs .nav-link .product-tab-thumb img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.nav-tabs .nav-link.active {
  background-color: rgba(16, 187, 187, 0.2);
  border: 1px solid rgba(16, 187, 187, 0.6);
  color: #222222;
}

.tab-content > .active {
  -webkit-animation: scroll-down 1s;
          animation: scroll-down 1s;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.how-we-do-tab .nav-tabs {
  padding-bottom: 30px;
  border-bottom: 1px solid #86d3d3;
  margin: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs {
    display: block;
    text-align: center;
    padding-bottom: 0;
  }
}
.how-we-do-tab .nav-tabs .nav-link {
  position: relative;
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  font-weight: 600;
  font-family: "Signika", sans-serif;
  font-size: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.how-we-do-tab .nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  bottom: -33px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #86d3d3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link::before {
    bottom: 0;
  }
}
.how-we-do-tab .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  width: 1px;
  height: 100%;
  background-color: #86d3d3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs .nav-link::after {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link::after {
    display: none;
  }
}
.how-we-do-tab .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: #0041A8;
}
.how-we-do-tab .nav-tabs .nav-link.active::before {
  width: 100%;
}
.how-we-do-tab .nav-tabs .nav-link:last-child::after {
  display: none;
}
.how-we-do-tab .nav-tabs .nav-link:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs .nav-link:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link:not(:last-child) {
    margin-right: 0;
  }
}

/*-------------------------------------------------
    [ ## 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 #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
  padding: 12px 30px;
}
.custom-card .table-wrapper {
  background-color: #ffffff;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
}
.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 45px;
  background: #0041A8;
  right: -1px;
  top: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
  background: #0041A8;
  right: 50%;
}
.toggle-container .switch-toggles.active .switch {
  color: #222222;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  position: relative;
  z-index: 9999999;
  background-color: #ffffff;
}

.modal-header {
  border-color: #e5e5e5;
}

.modal-footer {
  border-color: #e5e5e5;
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  color: #ffffff !important;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  font-family: "Signika", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

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

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper {
    display: block;
  }
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper .section-header {
    margin-bottom: 20px;
  }
}

.section-header {
  margin-bottom: 40px;
}
.section-header .section-title {
  margin-bottom: 0;
  font-weight: 700;
}
.section-header p {
  margin-top: 15px;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 60px;
}
.section-header__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 24px;
  border: 2px solid #0041A8;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background: #ffffff;
  font-family: "Signika", sans-serif;
}
.section-header__subtitle::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, transparent, #0041A8, transparent, #0041A8, transparent);
  background-size: 400% 400%;
  border-radius: 32px;
  z-index: -1;
  -webkit-animation: borderGlow 10s linear infinite;
          animation: borderGlow 10s linear infinite;
  opacity: 0;
}
.section-header__subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 65, 168, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(0, 65, 168, 0.4), transparent);
  -webkit-animation: shadowSlide 8s ease-in-out infinite;
          animation: shadowSlide 8s ease-in-out infinite;
}
.section-header__subtitle .subtitle__icon {
  color: #0041A8;
  font-size: 14px;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
.section-header__subtitle .subtitle__text {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-header__subtitle:hover::before {
  opacity: 1;
}
.section-header__title {
  font-family: "Signika", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-header__title .title__highlight {
  color: #0041A8;
  position: relative;
  display: inline-block;
  -webkit-animation: headShake 20s ease-in-out infinite;
          animation: headShake 20s ease-in-out infinite;
}
.section-header__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #222222;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
}

@-webkit-keyframes borderGlow {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

@keyframes borderGlow {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes shadowSlide {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shadowSlide {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes headShake {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
}
@keyframes headShake {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
}
@media (max-width: 768px) {
  .section-header {
    padding: 40px 15px;
  }
  .section-header__title {
    font-size: 2.25rem;
  }
  .section-header__description {
    font-size: 1rem;
  }
  .section-header__subtitle .subtitle__text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section-header__title {
    font-size: 1.875rem;
  }
  .section-header__subtitle {
    padding: 6px 15px;
  }
  .section-header__subtitle .subtitle__text {
    font-size: 11px;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #d63384;
}

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

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #dc3545;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455 !important;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  position: relative;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
  font-family: "Signika", sans-serif;
  color: #222222;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: #1a2361;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Signika", sans-serif;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: #0041A8;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0;
  left: -100%;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base svg {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 5px;
  fill: #ffffff;
}
.btn--base i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.btn--base.active {
  background: rgba(91, 187, 123, 0.1);
  color: #0041A8;
}
.btn--base.active::before {
  background: #0041A8;
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #ffffff;
}
.btn--base:focus, .btn--base:hover {
  color: #ffffff;
}
.btn--base:focus::before, .btn--base:hover::before {
  width: 200%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.custom-btn {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}

.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: #1a2361;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dc3545;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn--outline {
  position: relative;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #1a2361;
  font-family: "Signika", sans-serif;
  padding: 16px 35px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--outline::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: #1a2361;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 0;
  left: -100%;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--outline svg {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 5px;
  fill: #1a2361;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--outline i {
  font-size: 18px;
  position: relative;
  top: 1px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--outline.active {
  background: transparent;
  color: #0041A8;
}
.btn--outline.active::before {
  background: #0041A8;
}
.btn--outline.active:focus, .btn--outline.active:hover {
  color: #ffffff;
  border-color: #0041A8;
}
.btn--outline.active:focus svg, .btn--outline.active:hover svg {
  fill: #ffffff;
}
.btn--outline:focus, .btn--outline:hover {
  color: #ffffff;
  border-color: #1a2361;
}
.btn--outline:focus::before, .btn--outline:hover::before {
  width: 200%;
  height: 100%;
}
.btn--outline:focus svg, .btn--outline:hover svg {
  fill: #ffffff;
}
@media only screen and (max-width: 991px) {
  .btn--outline {
    padding: 8px 25px;
    font-size: 13px;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #222222;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #222222;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #222222;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #222222;
}
input::placeholder, textarea::placeholder {
  color: #222222;
}

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

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

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #6e6e6e;
  display: block;
}
label span {
  color: #1a2361;
}

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

option {
  color: #222222;
}

.input-group {
  position: relative;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: #0041A8 !important;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group .nice-select .current {
  color: #ffffff;
}
.input-group .f-dropdown > span {
  padding: 8px 12px;
  border-radius: 0 5px 5px 0;
  background-color: #0041A8;
  border: none;
  color: #ffffff !important;
  width: 110px;
}
.input-group .f-dropdown > span::before, .input-group .f-dropdown > span::after {
  background: #ffffff !important;
}
.input-group .f-dropdown ul {
  width: 110px;
  left: auto;
  right: 0;
}
.input-group.append input {
  border-left: none;
  padding-left: 0;
}
.input-group.append input:focus {
  border: 1px solid #e5e5e5;
  border-left: none;
}
.input-group.append .input-group-text {
  border-radius: 5px 0 0 5px;
}

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

.input-group-text {
  border: none;
  font-size: 18px;
  height: 45px;
  background-color: #1a2361;
  color: #ffffff;
  border: 1px solid #1a2361;
  border-radius: 0 5px 5px 0;
  padding: 0.375rem 0.75rem !important;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #1a2361;
  border: 1px solid #1a2361;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}
.custom-check-group label a {
  text-decoration: underline;
}

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

.form-control {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.form-control:focus {
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form--control {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: #ffffff;
  border: 1px solid #0041A8;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222222;
}
.form--control::-webkit-input-placeholder {
  color: #6e6e6e;
}
.form--control::-moz-placeholder {
  color: #6e6e6e;
}
.form--control:-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::placeholder {
  color: #6e6e6e;
}

textarea.form--control {
  line-height: inherit;
}

.fileholder {
  border-radius: 5px;
}

.file-holder-wrapper {
  width: 100%;
}

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

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

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #0041A8;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #0041A8;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #0041A8;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #0041A8;
}

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

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

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #0041A8;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #0041A8;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #0041A8;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #0041A8;
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  margin: 3px 7px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #0041A8;
  background-color: #0041A8;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #222222;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.radio-item [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  float: unset;
  padding: 0 25px;
}
.nice-select .list {
  width: 100%;
  background-color: #ffffff;
  left: auto;
  right: 0;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #222222;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

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

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

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #1a2361;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Signika", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

.custom-select {
  background-color: #1a2361;
  border-radius: 0 5px 5px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 270px;
  cursor: pointer;
}
.custom-select.active .custom-select-inner::before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select.active .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 16px;
}
.custom-select .custom-select-inner::before, .custom-select .custom-select-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select .custom-select-inner::before {
  margin-right: 3px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.custom-select .custom-currency {
  color: #ffffff;
}

.custom-select-wrapper {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  z-index: 9;
  border-radius: 15px;
  margin-left: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-wrapper.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.custom-select-search-wrapper {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: #0041A8;
}
.custom-select-search-wrapper input {
  padding-left: 50px;
  border: none !important;
}
.custom-select-search-wrapper input:focus {
  border: none !important;
}

.custom-select-list {
  max-height: 190px;
  overflow-y: auto;
}
.custom-select-list .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-list .custom-option:hover, .custom-select-list .custom-option.active {
  background-color: #FFFBF2;
}
.custom-select-list .custom-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.custom-select-list .custom-option .custom-country {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 12px;
  font-weight: 500;
}

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

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

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

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

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

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

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
.header-section.two {
  position: relative;
}
.header-section.two .header-bottom-area {
  background-color: #1a2361;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(26, 35, 97, 0.95);
  backdrop-filter: blur(3px);
  margin-top: 0;
  -webkit-animation: headerSlideDown 0.3s ease;
          animation: headerSlideDown 0.3s ease;
}
.header-section.header-fixed .header-bottom-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header-bottom-area {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-bottom-area .container {
  margin: 0 auto;
}

.header-menu-content {
  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;
  position: relative;
}

.navbar {
  width: 100%;
  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: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-logo {
  max-width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 140px;
  }
}
.site-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.navbar-collapse {
  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-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #1a2361 !important;
    border-radius: 10px;
    margin-top: 15px;
    padding: 20px !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.main-menu {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 15px 0;
  }
}
.main-menu li {
  position: relative;
  padding: 0 20px;
}
.main-menu li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .main-menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu li:last-child {
    border-bottom: none;
  }
}
.main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.main-menu li.menu_has_children {
  position: relative;
}
.main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .main-menu li.menu_has_children::before {
    content: "+";
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
  }
  .main-menu li.menu_has_children.show::before {
    content: "-";
  }
}
.main-menu li a {
  position: relative;
  padding: 8px 0;
  border-radius: 0;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.main-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#0041A8), to(rgb(15, 107.8571428571, 255)));
  background: linear-gradient(90deg, #0041A8, rgb(15, 107.8571428571, 255));
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-menu li a.active, .main-menu li a:hover {
  color: white;
}
.main-menu li a.active::after, .main-menu li a:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .main-menu li a {
    padding: 12px 15px !important;
    width: 100%;
    display: block;
    text-align: center;
  }
  .main-menu li a::after {
    display: none;
  }
  .main-menu li a.active {
    background-color: rgba(0, 65, 168, 0.1);
    border-left: 3px solid #0041A8;
  }
}

.navbar-toggler {
  background: rgba(0, 65, 168, 0.1);
  border: 1px solid rgba(0, 65, 168, 0.3);
  padding: 8px 12px;
  border-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-toggler:hover {
  background: #0041A8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.navbar-toggler .fas.fa-bars {
  font-size: 18px;
}

.header-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .header-action-area {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .header-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.header-action .header-btn {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header-action .header-btn {
    width: 100%;
  }
}
.header-action .btn--base {
  padding: 10px 25px;
  color: #ffffff;
}
.header-action .btn--outline {
  padding: 10px 25px;
}

.navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 0;
  width: 220px;
  background-color: #1a2361;
  border-radius: 10px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .navbar-collapse .main-menu li .sub-menu {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    border-radius: 5px;
  }
}
.navbar-collapse .main-menu li .sub-menu li {
  margin: 0;
  padding: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  z-index: 2;
}
.navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: none;
}
.navbar-collapse .main-menu li .sub-menu li:hover {
  background: rgba(0, 65, 168, 0.1);
}
.navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #0041A8;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none !important;
}
.navbar-collapse .main-menu li .sub-menu li a::after {
  display: none;
}
@media (max-width: 991px) {
  .navbar-collapse .main-menu li .sub-menu li a {
    padding: 10px 25px !important;
  }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse .main-menu li:last-child .sub-menu {
    right: auto;
    left: 0;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu {
    padding: 0;
  }
  .navbar-collapse .main-menu .menu_has_children .sub-menu {
    display: none !important;
  }
  .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: block !important;
  }
  .header-bottom-area {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .header-bottom-area .container {
    padding: 0 20px;
  }
}
.notification-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.1);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.1);
  border-radius: 5px;
  color: #222222;
  font-size: 20px;
}

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

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0041A8;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
}

.view-all-btn {
  margin-top: 60px;
}
.view-all-btn a svg {
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 5px;
  fill: #ffffff;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a2361;
}
.banner-section .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(14, 26, 92, 0.5);
}
.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-content {
  color: #ffffff;
  padding: 20px 0;
}
.banner-content .banner-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #ffffff;
}
.banner-content .banner-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

.banner-actions {
  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;
  gap: 25px;
}
.banner-actions .primary-button {
  background: #ffffff;
  color: #0041A8;
  border: none;
  padding: 14px 35px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-actions .primary-button:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.video-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.video-button-wrapper .video-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  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;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-button-wrapper .video-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
  opacity: 0;
}
.video-button-wrapper .video-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-animation: ripple 2s infinite 0.7s;
          animation: ripple 2s infinite 0.7s;
  opacity: 0;
}
.video-button-wrapper .video-button:hover {
  background: #ffffff;
}
.video-button-wrapper .video-button:hover .play-icon {
  border-left-color: #0041A8;
}
.video-button-wrapper .video-button .play-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  margin-left: 3px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-button-wrapper .video-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

.swiper-container {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}
@media (max-width: 991px) {
  .swiper-container .swiper-slide {
    text-align: center;
  }
}
.swiper-container .swiper-slide img {
  width: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .swiper-container .swiper-slide img {
    height: 100%;
  }
}

.swiper-pagination {
  bottom: 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  z-index: 10 !important;
  background: transparent !important;
  margin-top: 30px;
  text-align: right;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px !important;
  height: 8px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin: 0 4px !important;
  margin-top: 20px !important;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background: #ffffff !important;
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: wheat !important;
  -webkit-transform: scale(1.4) !important;
          transform: scale(1.4) !important;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .banner-section {
    text-align: center;
    padding: 60px 0;
    min-height: auto;
  }
  .banner-section .banner-content {
    margin-bottom: 40px;
  }
  .banner-section .banner-content .banner-title {
    font-size: 2.3rem;
  }
  .banner-section .banner-content .banner-description {
    font-size: 1.1rem;
    margin: 0 auto 30px;
  }
  .banner-section .banner-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-pagination {
    bottom: 15px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.3) !important;
            transform: scale(1.3) !important;
  }
}
@media (max-width: 768px) {
  .banner-content .banner-title {
    font-size: 2rem;
  }
  .swiper-container {
    height: 300px;
  }
  .banner-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .video-button-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .banner-content .banner-title {
    font-size: 1.7rem;
  }
  .banner-content .banner-description {
    font-size: 1rem;
  }
  .video-button {
    width: 50px;
    height: 50px;
  }
  .video-button .play-icon {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
  }
  .primary-button {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
  .swiper-pagination {
    bottom: 10px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px !important;
    height: 8px !important;
    margin: 0 3px !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.2) !important;
            transform: scale(1.2) !important;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -40px !important;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  border-radius: 0 70px 0 0;
  overflow: hidden;
}

.footer-top-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1a2361;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top-area .footer-top-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -15px;
}
.footer-top-area .footer-top-item {
  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;
  position: relative;
  margin: 15px;
}
.footer-top-area .footer-top-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -50%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .footer-top-area .footer-top-item::after {
    display: none;
  }
}
.footer-top-area .footer-top-item:last-child::after {
  display: none;
}
.footer-top-area .footer-top-item .footer-top-icon {
  width: 60px;
}
.footer-top-area .footer-top-item .footer-top-content {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.footer-top-area .footer-top-item .footer-top-content .footer-top-list {
  margin-bottom: -5px;
}
.footer-top-area .footer-top-item .footer-top-content .footer-top-list li {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 5px;
}

.footer-middle-area {
  padding-top: 80px;
  padding-bottom: 60px;
}
.footer-middle-area .footer-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -15px;
}
@media only screen and (max-width: 575px) {
  .footer-middle-area .footer-widget-wrapper {
    margin: 0;
  }
}
.footer-middle-area .footer-widget-wrapper .footer-widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.7%;
          flex: 0 0 22.7%;
  margin: 15px;
}
@media only screen and (max-width: 1399px) {
  .footer-middle-area .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.33%;
            flex: 0 0 16.33%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-middle-area .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.33%;
            flex: 0 0 22.33%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-middle-area .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.33%;
            flex: 0 0 40.33%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-middle-area .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}
.footer-middle-area .footer-widget-wrapper .footer-widget .widget-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-middle-area .footer-widget-wrapper .footer-widget p {
  color: #ffffff;
}
.footer-middle-area .footer-widget-wrapper .footer-widget.two {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer-middle-area .footer-widget-wrapper .footer-widget.two {
    padding-left: 0;
  }
}
.footer-middle-area .footer-list .title {
  color: #ffffff;
}
.footer-middle-area .footer-list li {
  padding-bottom: 8px;
  color: #ffffff;
  font-weight: 400;
}
.footer-middle-area .footer-list li span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.footer-middle-area .footer-list li a {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer-middle-area .footer-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  content: "\f105";
}
.footer-middle-area .footer-list li a:hover {
  text-decoration: underline;
}
.footer-middle-area .footer-list.two li {
  position: relative;
  padding-left: 20px;
}
.footer-middle-area .footer-list.two li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0041A8;
}
.footer-middle-area .subscribe-form {
  padding-top: 10px;
}
.footer-middle-area .subscribe-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.footer-middle-area .subscribe-form .subscribe-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #1a2361;
}
.footer-middle-area .subscribe-form input {
  background-color: #ffffff !important;
  border: none !important;
  height: 50px;
  line-height: 50px;
  color: #222222 !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 70px;
}
.footer-middle-area .subscribe-form input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.footer-middle-area .subscribe-form input::-moz-placeholder {
  color: #a0a0a0;
}
.footer-middle-area .subscribe-form input:-ms-input-placeholder {
  color: #a0a0a0;
}
.footer-middle-area .subscribe-form input::-ms-input-placeholder {
  color: #a0a0a0;
}
.footer-middle-area .subscribe-form input::placeholder {
  color: #a0a0a0;
}
.footer-middle-area .subscribe-form .subscribe-btn {
  position: absolute;
  border-radius: 5px;
  top: 7.5px;
  right: 7px;
  padding: 6px 15px;
  font-size: 12px;
}
.footer-middle-area .footer-social {
  padding-top: 15px;
}
.footer-middle-area .footer-social li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .footer-middle-area .footer-social li {
    font-size: 14px;
  }
}
.footer-middle-area .footer-social li + li {
  margin-left: 20px;
}

.footer-bottom-area {
  background-color: #1a2361;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom-area .footer-logo .site-logo {
  margin-right: 0;
}
.footer-bottom-area .footer-bottom-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) {
  .footer-bottom-area .footer-bottom-wrapper {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-area .copyright-area {
    padding-bottom: 15px;
  }
}
.footer-bottom-area .copyright-area p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.footer-bottom-area .copyright-area p a {
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom-area .copyright-area p a:hover {
  color: #0041A8;
}
.footer-bottom-area .footer-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-area .footer-bottom-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
  }
}
.footer-bottom-area .footer-bottom-list li {
  color: #ffffff;
  position: relative;
  font-weight: 400;
}
.footer-bottom-area .footer-bottom-list li::after {
  content: "/";
  padding-left: 15px;
  padding-right: 15px;
}
.footer-bottom-area .footer-bottom-list li:last-child::after {
  display: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.testimonial-content-slider {
  overflow: hidden;
}

.testimonial-quote-wrapper {
  margin-bottom: 15px;
}
.testimonial-quote-wrapper svg path {
  fill: #1a2361;
}

.testimonial-content {
  text-align: center;
}
.testimonial-content p {
  font-size: 28px;
  color: #222222;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .testimonial-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content p {
    font-size: 18px;
  }
}

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

.testimonial-user-slider {
  overflow: hidden;
  padding: 20px;
}

.testimonial-user-wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  text-align: left;
  border-radius: 90px;
  width: 100%;
  cursor: pointer;
}
.testimonial-user-wrapper .testimonial-user-thumb {
  width: 70px;
  height: 70px;
}
.testimonial-user-wrapper .testimonial-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-user-wrapper .testimonial-user-content {
  width: calc(100% - 70px);
  padding-left: 30px;
}
.testimonial-user-wrapper .testimonial-user-content .title {
  margin-bottom: 0;
}
.testimonial-user-wrapper .testimonial-user-content .sub-title {
  font-size: 14px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### app block ]
*/
.app-section {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.44%, #F0EFEC), color-stop(101.75%, rgba(251, 247, 237, 0.7)));
  background: linear-gradient(90deg, #F0EFEC -0.44%, rgba(251, 247, 237, 0.7) 101.75%);
}
.app-section .section-header {
  text-align: left;
  padding: 0;
}
@media (max-width: 768px) {
  .app-section .section-header {
    text-align: center;
  }
}
.app-section .section-header__title {
  font-size: 32px;
}
.app-section .section-header__subtitle {
  padding: 6px 15px;
}
.app-section .section-header__subtitle .subtitle__text {
  font-size: 11px;
}
.app-section .app-thumb {
  text-align: left;
}
.app-section .app-thumb img {
  max-height: 400px;
}

.app-content .app-btn-wrapper {
  margin: -8px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-content .app-btn-wrapper .app-btn {
  position: relative;
  background-color: #1a2361;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 18px;
  width: 200px;
  margin: 8px;
}
@media (max-width: 768px) {
  .app-content .app-btn-wrapper .app-btn {
    width: auto;
  }
}
.app-content .app-btn-wrapper .app-btn .icon {
  font-size: 26px;
}
.app-content .app-btn-wrapper .app-btn .content {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.app-content .app-btn-wrapper .app-btn .content span {
  font-size: 12px;
  color: #ffffff;
}
.app-content .app-btn-wrapper .app-btn .content .title {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.app-content .app-btn-wrapper .app-btn .app-qr {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .app-content .app-btn-wrapper .app-btn .app-qr {
    display: none;
  }
}
.app-content .app-btn-wrapper .app-btn:hover .app-qr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
  margin-bottom: -12px;
}
.faq-wrapper .faq-item {
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 65, 168, 0.7);
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.faq-wrapper .faq-item .faq-title {
  padding: 12px 20px;
  font-size: 15px;
  -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;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 14px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
}
.faq-wrapper .faq-item .faq-content {
  padding: 20px;
  padding-top: 5px;
  display: none;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-content {
    margin-top: 15px;
  }
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 13px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 50%;
  position: relative;
  color: #ffffff;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #222222;
  -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: 12px;
  top: 50%;
  left: 50%;
  background: #ffffff !important;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #ffffff;
}
.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 .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.map-area iframe {
  width: 100%;
  height: 400px;
  -webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
          filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.contact-form-area {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 40px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  margin-left: 40px;
  margin-top: -180px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area {
    padding: 30px;
  }
}
.contact-form-area .contact-header {
  margin-bottom: 20px;
}
.contact-form-area .contact-form textarea {
  min-height: 160px;
}

.contact-widget-item-wrapper .contact-header {
  margin-bottom: 30px;
}

.contact-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.contact-widget-item .contact-widget-icon {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-widget-item .contact-widget-icon img {
  position: relative;
  top: -8px;
  left: -10px;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-widget-item .contact-widget-icon img {
    top: 0;
    left: 0;
  }
}
.contact-widget-item .contact-widget-content {
  padding-left: 15px;
}
.contact-widget-item .contact-widget-content p {
  margin-bottom: 0;
}

.contact-banner-area {
  width: 100%;
  height: 300px;
}
.contact-banner-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-area {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  position: relative;
  background-position: bottom;
  padding: 50px 30px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 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 p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.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 #e5e5e5;
  -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: #0041A8;
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.forgot-item a {
  color: #1a2361;
}

.account-item label {
  font-weight: 500;
  font-size: 14px;
  color: #222222;
}
.account-item label a {
  font-weight: 600;
  color: #1a2361;
  text-decoration: underline;
}

.terms-item label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: #222222;
}
.terms-item label a {
  font-weight: 600;
  color: #1a2361;
  text-decoration: underline;
}

.show_hide_password {
  position: relative;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
  color: #6e6e6e;
}
.show_hide_password.two .show-pass {
  top: 45px;
}

.forgot-item {
  display: inline-block;
  color: #0041A8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
}
.forgot-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#1a2361), to(rgb(47.5609756098, 64.0243902439, 177.4390243902)));
  background: linear-gradient(90deg, #1a2361, rgb(47.5609756098, 64.0243902439, 177.4390243902));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}
.forgot-item:hover {
  color: rgb(36.7804878049, 49.512195122, 137.2195121951);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.forgot-item:hover::after {
  width: 100%;
}
.forgot-item:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.otp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .otp-container {
    gap: 5px;
  }
}
.otp-container input {
  padding: 10px;
}
.otp-container .otp {
  width: 65px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
}
.otp-container .otp:focus {
  border-color: #0041A8;
  outline: none;
}
@media (max-width: 768px) {
  .otp-container .otp {
    width: 50px;
    font-size: 12px;
  }
}

.password-strength {
  margin-top: 10px;
}
.password-strength .strength-bar {
  height: 15px;
  background-color: #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}
.password-strength .strength-level {
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.password-strength .strength-level.weak {
  width: 33%;
  background-color: #ea5455;
}
.password-strength .strength-level.medium {
  width: 66%;
  background-color: #ff9f43;
}
.password-strength .strength-level.strong {
  width: 100%;
  background-color: #28c76f;
}
.password-strength .strength-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #6e6e6e;
}

#countdown {
  font-weight: 600;
  color: #1a2361;
}

.rtl {
  direction: rtl;
}

.rtl .me-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.rtl .site-logo {
  margin-right: 0;
  margin-left: 60px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li {
  padding-right: 0;
  padding-left: 40px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-left: 0;
  margin-left: 0;
}

.rtl .header-language {
  margin-right: 0;
  margin-left: 25px;
}

.rtl .banner-widget.two {
  -webkit-transform: translate3d(calc(523px - 22.75%), -37px, -100px) rotateZ(15deg) scale(0.8);
          transform: translate3d(calc(523px - 22.75%), -37px, -100px) rotateZ(15deg) scale(0.8);
}

.rtl .banner-form-wrapper .banner-form .form-group label::after {
  left: auto;
  right: 0;
}

.rtl .banner-form-wrapper .banner-form .custom-select img {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .custom-select .custom-select-inner::before, .rtl .custom-select .custom-select-inner::after {
  right: auto;
  left: 12px;
}

.rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::before, .rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::after {
  right: auto;
  left: 0;
}

.rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::before {
  margin-right: 0;
  margin-left: 3px;
}

.rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::after {
  margin-left: 6px;
}

.rtl .banner-form-wrapper .banner-form .custom-select-list .custom-option img {
  margin-right: 0;
  margin-left: 15px;
}

.rtl .banner-form-wrapper .banner-form .custom-select-search-wrapper input {
  text-align: right;
  padding-left: 0;
  padding-right: 45px;
}

.rtl .banner-form-wrapper .banner-form .custom-select-search-wrapper .search-btn {
  left: auto;
  right: 15px;
}

.rtl .section-header-wrapper .section-header {
  text-align: right;
}

.rtl .app-content .app-btn-wrapper .app-btn .content {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.rtl .testimonial-user-wrapper .testimonial-user-content {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

.rtl .btn--base svg {
  margin-left: 0;
  margin-right: 5px;
}

.rtl .footer-middle-area .footer-list li a {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .footer-middle-area .footer-list li a::before {
  content: "\f104";
  left: auto;
  right: 0;
}

.rtl .footer-middle-area .footer-social li + li {
  margin-left: 0;
  margin-right: 20px;
}

.rtl .footer-middle-area .subscribe-form .subscribe-icon {
  left: auto;
  right: 20px;
}

.rtl .footer-middle-area .subscribe-form .subscribe-btn {
  right: auto;
  left: 7px;
}

.rtl .footer-middle-area .subscribe-form input {
  padding-left: 70px;
  padding-right: 40px;
}

.rtl .scrollToTop {
  right: auto;
  left: 30px;
}

.rtl .badge {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .badge::before {
  left: auto;
  right: 0;
}

.rtl .how-it-works-item-wrapper .how-it-works-item .main-title::after {
  left: auto;
  right: 0;
}

.rtl .service-icon::before {
  right: auto;
  left: -20px;
}

.rtl .blog-content {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .blog-content .blog-user-wrapper .blog-user-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .widget-box .widget-title::before {
  left: auto;
  right: -30px;
}

.rtl .single-popular-item .popular-item-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .blog-sidebar {
  margin-left: 0;
  margin-right: 60px;
}

.rtl .category-widget-box .category-list li span {
  float: left;
}

.rtl .contact-widget-item .contact-widget-content {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .contact-widget-item .contact-widget-icon img {
  left: auto;
  right: -10px;
}

.rtl .show_hide_password .show-pass {
  right: auto;
  left: 30px;
}

.rtl .show_hide_password input {
  padding-right: 25px;
  padding-left: 60px;
}

.rtl .custom-check-group label::before {
  margin-right: 0;
  margin-left: 8px;
}

.rtl .custom-check-group input:checked + label::after {
  left: auto;
  right: 7px;
}

.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 .toggle-container {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .notification-wrapper {
  right: auto;
  left: 0;
}

.rtl .notification-wrapper .notification-list li .content {
  padding-left: 0;
  padding-right: 10px;
}

.rtl .notification-wrapper .notification-list li .content .sub-title {
  text-align: right;
}

.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .sidebar {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .rtl .sidebar {
    right: -300px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar.active {
    right: 0;
  }
}
.rtl .body-wrapper {
  padding-right: 285px;
  padding-left: 30px;
}

.rtl .body-wrapper.active {
  padding-left: 10px;
  padding-right: 85px;
}

@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper {
    padding-right: 15px;
  }
  .rtl .body-wrapper.active {
    padding-right: 15px;
  }
}
.rtl .navbar-wrapper {
  margin-left: 0;
  margin-right: 250px;
}

.rtl .navbar-wrapper.active {
  margin-right: 60px;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper {
    margin-right: 0;
  }
  .rtl .navbar-wrapper.active {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .dashboard-title-part .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .dashboard-list-right {
    text-align: right;
  }
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .rtl .preview-list-right {
    text-align: right;
  }
}
.rtl .chat-container .media .media-body p::before {
  left: auto;
  right: -10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  left: -10px;
  right: auto;
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}

.rtl .chat-container .media.media-chat-reverse {
  margin-left: 0;
  margin-right: auto;
}

.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtl .btn-close {
  margin-right: auto;
  margin-left: 0;
}

.rtl .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .dashbord-item .dashboard-content {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

.rtl .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: left;
}

.rtl .profile-thumb-content .profile-thumb {
  margin-right: 0;
  margin-left: 40px;
}

.rtl .profile-thumb-content .profile-thumb .avatar-edit {
  right: auto;
  left: 0;
}

.rtl .profile-thumb-content .profile-content .user-info-list li i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .nice-select {
  text-align: right !important;
}

.rtl .nice-select:after {
  right: auto;
  left: 12px;
}

.rtl .nice-select .option {
  text-align: right;
}

.rtl .note-area ul li::before {
  left: auto;
  right: 0;
}

.rtl .note-area ul li {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .trace-item {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .trace-item::before {
  left: auto;
  right: 0;
}

.rtl .trace-item::after {
  left: auto;
  right: -10px;
}

.brandpartners-section {
  padding: 60px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}

.brandpartners-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brandpartners-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: brandScroll 30s linear infinite;
          animation: brandScroll 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.brandpartners-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.brandpartners-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 40px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brandpartners-item img {
  width: 120px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brandpartners-item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes brandScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes brandScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .brandpartners-section {
    padding: 40px 0;
  }
  .brandpartners-item {
    margin: 0 25px;
  }
  .brandpartners-item img {
    width: 100px;
    height: 50px;
  }
  .brandpartners-track {
    -webkit-animation: brandScroll 20s linear infinite;
            animation: brandScroll 20s linear infinite;
  }
}
@media (max-width: 480px) {
  .brandpartners-item {
    margin: 0 20px;
  }
  .brandpartners-item img {
    width: 80px;
    height: 40px;
  }
}
.esim-plan-section .esim-plan-tab-content {
  background-color: #ffffff;
}
.esim-plan-section .esim-plan-tab-content .esim-plan-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  justify-items: center;
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-tab-content .esim-plan-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.esim-plan-section .esim-plan-tab-content .plan-card {
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.esim-plan-section .esim-plan-tab-content .plan-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 65, 168, 0.15);
          box-shadow: 0 8px 25px rgba(0, 65, 168, 0.15);
  border-color: #0041A8;
}
.esim-plan-section .esim-plan-tab-content .plan-card:hover .plan-card-content::before {
  width: 100px;
  background: linear-gradient(135deg, #0041A8, rgb(0, 49.2142857143, 127.2));
}
.esim-plan-section .esim-plan-tab-content .plan-card:hover .plan-card-arrow {
  background: #ffffff;
}
.esim-plan-section .esim-plan-tab-content .plan-card:hover .plan-card-arrow i {
  color: #0041A8;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-tab-content .plan-card {
    max-width: 100%;
  }
}
.esim-plan-section .esim-plan-tab-content .plan-card-content {
  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: 20px;
  position: relative;
  z-index: 2;
}
.esim-plan-section .esim-plan-tab-content .plan-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(135deg, #FFFBF2, rgb(0, 55.1339285714, 142.5));
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
@media (max-width: 480px) {
  .esim-plan-section .esim-plan-tab-content .plan-card-content {
    padding: 15px;
  }
}
.esim-plan-section .esim-plan-tab-content .plan-card-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.esim-plan-section .esim-plan-tab-content .plan-card-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.esim-plan-section .esim-plan-tab-content .plan-card-flag img {
  width: 40px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-card:hover .esim-plan-section .esim-plan-tab-content .plan-card-flag {
  border-color: #0041A8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 480px) {
  .esim-plan-section .esim-plan-tab-content .plan-card-flag {
    width: 45px;
    height: 45px;
  }
  .esim-plan-section .esim-plan-tab-content .plan-card-flag img {
    width: 25px;
    height: 25px;
  }
}
.esim-plan-section .esim-plan-tab-content .plan-card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.esim-plan-section .esim-plan-tab-content .plan-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 5px 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .esim-plan-section .esim-plan-tab-content .plan-card-title {
    font-size: 16px;
  }
}
.esim-plan-section .esim-plan-tab-content .esim-plan-price {
  font-size: 14px;
  color: #0041A8;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 480px) {
  .esim-plan-section .esim-plan-tab-content .esim-plan-price {
    font-size: 13px;
  }
}
.esim-plan-section .esim-plan-tab-content .plan-card-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 65, 168, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.esim-plan-section .esim-plan-tab-content .plan-card-arrow i {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 800 !important;
}
.esim-plan-section .esim-plan-tab-content .plan-card-arrow:hover {
  background: rgb(0, 45.2678571429, 117);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 480px) {
  .esim-plan-section .esim-plan-tab-content .plan-card-arrow {
    width: 35px;
    height: 35px;
  }
  .esim-plan-section .esim-plan-tab-content .plan-card-arrow i {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-tab-content .esim-plan-tab-content {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .esim-plan-section .esim-plan-tab-content .esim-plan-tab-content {
    padding: 40px 0;
  }
  .esim-plan-section .esim-plan-tab-content .plan-card-left {
    gap: 12px;
  }
  .esim-plan-section .esim-plan-tab-content .plan-card-content::before {
    width: 50px;
  }
  .esim-plan-section .esim-plan-tab-content .plan-card:hover .plan-card-content::before {
    width: 70px;
  }
}
.esim-plan-section .esim-plan-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  height: 100%;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.esim-plan-section .esim-plan-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 65, 168, 0.15);
          box-shadow: 0 12px 30px rgba(0, 65, 168, 0.15);
  border-color: #0041A8;
}
.esim-plan-section .esim-plan-card:hover .esim-plan-map img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.esim-plan-section .esim-plan-card:hover .esim-plan-explore-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1200px) {
  .esim-plan-section .esim-plan-card {
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-card {
    min-height: 240px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-card {
    min-height: 220px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.esim-plan-section .esim-plan-map {
  height: 140px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #FFFBF2, rgb(255, 254.1384615385, 252.2));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.esim-plan-section .esim-plan-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.esim-plan-section .esim-plan-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .esim-plan-section .esim-plan-map {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-map {
    height: 110px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-map {
    height: 100px;
  }
}
.esim-plan-section .esim-plan-content {
  padding: 20px;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-content {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-content {
    padding: 12px 15px;
  }
}
.esim-plan-section .esim-plan-details {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
}
.esim-plan-section .esim-plan-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 12px 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-title {
    font-size: 15px;
  }
}
.esim-plan-section .esim-plan-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-badges {
    gap: 6px;
    margin-bottom: 12px;
  }
}
.esim-plan-section .esim-plan-badge {
  padding: 6px 12px;
  background: rgb(142.5, 186.0267857143, 255);
  color: #0041A8;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid rgb(66, 139.125, 255);
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-badge {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.esim-plan-section .esim-plan-explore-btn {
  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;
  gap: 8px;
  padding: 5px 10px;
  background: #0041A8;
  color: #ffffff;
  border: 2px solid #0041A8;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  width: 100%;
  margin-top: auto;
  border: none;
}
.esim-plan-section .esim-plan-explore-btn i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.esim-plan-section .esim-plan-explore-btn:hover {
  background: rgb(0, 45.2678571429, 117);
  border-color: rgb(0, 45.2678571429, 117);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 65, 168, 0.3);
          box-shadow: 0 6px 20px rgba(0, 65, 168, 0.3);
}
.esim-plan-section .esim-plan-explore-btn:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media (min-width: 769px) {
  .esim-plan-section .esim-plan-explore-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media (max-width: 768px) {
  .esim-plan-section .esim-plan-explore-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .esim-plan-explore-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .row {
    margin: 0 -10px;
  }
  .esim-plan-section .row > [class*=col-] {
    padding: 0 10px;
  }
}
.esim-plan-section .plan-nav {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0;
  position: relative;
  margin: 30px auto;
  max-width: 700px;
}
.esim-plan-section .plan-nav-items {
  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;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media (max-width: 768px) {
  .esim-plan-section .plan-nav-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.esim-plan-section .plan-nav-item {
  margin: 0;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #e5e5e5;
}
.esim-plan-section .plan-nav-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .esim-plan-section .plan-nav-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .esim-plan-section .plan-nav-item:last-child {
    border-bottom: none;
  }
}
.esim-plan-section .plan-nav-link {
  display: block;
  padding: 18px 30px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.esim-plan-section .plan-nav-link:hover {
  color: #0041A8;
  background: rgb(157.8, 195.4071428571, 255);
}
@media (max-width: 768px) {
  .esim-plan-section .plan-nav-link {
    padding: 16px 20px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .plan-nav-link {
    padding: 14px 15px;
    font-size: 14px;
  }
}
.esim-plan-section .active-plan-item .plan-nav-link {
  color: #ffffff;
  background: #0041A8;
  position: relative;
}
.esim-plan-section .active-plan-item .plan-nav-link:hover {
  color: #ffffff;
  background: #0041A8;
}
.esim-plan-section .plan-sections-container {
  position: relative;
  min-height: 400px;
}
.esim-plan-section .plan-section {
  display: none;
  padding: 40px 0;
  background-color: #ffffff;
}
.esim-plan-section .plan-section.active {
  display: block;
  -webkit-animation: fadeInUp 0.4s ease-out;
          animation: fadeInUp 0.4s ease-out;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .esim-plan-section .plan-nav {
    margin: 20px auto;
    border-radius: 8px;
  }
  .esim-plan-section .plan-section {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .esim-plan-section .plan-nav {
    margin: 15px auto;
  }
  .esim-plan-section .plan-section {
    padding: 25px 0;
  }
}

.service-section {
  background: linear-gradient(135deg, #f0ffff 0%, #ffffff 65%, #2b1975 45%, #000102 100%);
  position: relative;
  overflow: hidden;
}
.service-section .esim-service-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 5px solid #e5e5e5;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.service-section .esim-service-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-color: #0041A8;
}
.service-section .esim-service-item .service-icon {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0041A8, #1a2361);
  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;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.service-section .esim-service-item .service-icon i {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.service-section .esim-service-item .service-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #0041A8;
  border-radius: 50%;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
  opacity: 0;
}
.service-section .esim-service-item .service-icon:hover::after {
  opacity: 1;
}
.service-section .esim-service-item .service-item-title {
  font-family: "Signika", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
  line-height: 1.3;
  margin-top: 30px;
  text-align: left;
}
.service-section .esim-service-item .service-description {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}

@media (max-width: 768px) {
  .service-section {
    padding: 60px 0;
  }
  .esim-service-item .service-icon {
    top: -15px;
    right: -15px;
    width: 60px;
    height: 60px;
  }
  .esim-service-item .service-icon i {
    font-size: 24px;
  }
  .esim-service-item .service-item-title {
    padding-right: 50px;
    font-size: 18px;
  }
}
.esim-identity-section .section-header {
  text-align: left;
}
.esim-identity-section .statistics-wrapper .statistics-item {
  margin-bottom: 30px;
}
.esim-identity-section .statistics-wrapper .statistics-item .statistics-content {
  text-align: center;
  border: 1px solid #0041A8;
  border-radius: 10px;
  padding: 5px 10px;
}
.esim-identity-section .statistics-wrapper .statistics-item .statistics-content .odo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.esim-identity-section .statistics-wrapper .statistics-item .statistics-content .odo-area .odo-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}
.esim-identity-section .statistics-wrapper .statistics-item .statistics-content .odo-area .title {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}
.esim-identity-section .statistics-wrapper .statistics-item .statistics-content p {
  margin: 0;
  font-size: 14px;
  color: #222222;
}
.esim-identity-section .esim-image-wrapper {
  text-align: right;
}
.esim-identity-section .esim-image-wrapper .esim-image {
  max-height: 600px;
  width: 100%;
  border-radius: 12px;
  -webkit-animation: smoothPulse 5s ease-in-out infinite;
          animation: smoothPulse 5s ease-in-out infinite;
}

@-webkit-keyframes smoothPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes smoothPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
[dir=rtl] .esim-identity-section .section-header {
  text-align: right;
}
[dir=rtl] .esim-identity-section .section-header__subtitle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
[dir=rtl] .esim-identity-section .statistics-wrapper .statistics-content .odo-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rtl .esim-identity-section .section-header {
  text-align: right;
}
.rtl .esim-identity-section .section-header__subtitle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rtl .esim-identity-section .statistics-wrapper .statistics-content .odo-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.how-it-works-section {
  background: rgba(0, 65, 168, 0.05);
}
.how-it-works-section .works-items {
  position: relative;
}
.how-it-works-section .works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  padding: 30px 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.7;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.how-it-works-section .works-item__icon {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}
.how-it-works-section .works-item__icon i {
  font-size: 24px;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how-it-works-section .works-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.how-it-works-section .works-item__title {
  font-family: "Signika", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how-it-works-section .works-item__description {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80%;
}
.how-it-works-section .works-item.working-process-active {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background: rgba(0, 65, 168, 0.05);
  border-radius: 30px;
}
.how-it-works-section .works-item.working-process-active .works-item__icon {
  background: #0041A8;
  border-color: #0041A8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 8px 25px rgba(0, 65, 168, 0.3);
          box-shadow: 0 8px 25px rgba(0, 65, 168, 0.3);
}
.how-it-works-section .works-item.working-process-active .works-item__icon i {
  color: #ffffff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.how-it-works-section .works-item.working-process-active .works-item__title {
  color: #0041A8;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.how-it-works-section .works-item.working-process-active .works-item__description {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.how-it-works-section .works-item:hover:not(.working-process-active) {
  opacity: 0.9;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.how-it-works-section .works-item:hover:not(.working-process-active) .works-item__icon {
  border-color: #0041A8;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.how-it-works-section .works-item:hover:not(.working-process-active) .works-item__icon i {
  color: #0041A8;
}
.how-it-works-section .works-item:hover:not(.working-process-active) .works-item__title {
  color: #0041A8;
}
.how-it-works-section .works-image {
  position: relative;
  text-align: center;
  min-height: 550px;
}
.how-it-works-section .works-image__img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(-60px) scale(0.88);
          transform: translateX(-60px) scale(0.88);
  visibility: hidden;
  max-height: 550px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform, opacity;
}
.how-it-works-section .works-image__img.active {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  visibility: visible;
}
.how-it-works-section .works-image__img:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
}
.how-it-works-section .works-image__img.active {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .how-it-works-section .works-item {
    gap: 20px;
  }
  .how-it-works-section .works-item__icon {
    width: 60px;
    height: 60px;
  }
  .how-it-works-section .works-item__icon i {
    font-size: 22px;
  }
  .how-it-works-section .works-item__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .how-it-works-section {
    padding: 60px 0;
  }
  .how-it-works-section .works-items {
    margin-bottom: 50px;
  }
  .how-it-works-section .works-item {
    padding: 25px 0;
    gap: 20px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .how-it-works-section .works-item.working-process-active {
    -webkit-transform: none;
            transform: none;
  }
  .how-it-works-section .works-item.working-process-active .works-item__title,
  .how-it-works-section .works-item.working-process-active .works-item__description {
    -webkit-transform: none;
            transform: none;
  }
  .how-it-works-section .works-item:hover:not(.working-process-active) {
    -webkit-transform: none;
            transform: none;
  }
  .how-it-works-section .works-item__icon {
    width: 60px;
    height: 60px;
  }
  .how-it-works-section .works-item__icon i {
    font-size: 20px;
  }
  .how-it-works-section .works-image {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .how-it-works-section .works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px 0;
  }
  .how-it-works-section .works-item__icon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .how-it-works-section .works-item__title {
    font-size: 18px;
  }
  .how-it-works-section .works-item__description {
    font-size: 14px;
  }
  .how-it-works-section .works-image {
    min-height: 300px;
  }
  .how-it-works-section .works-image__img {
    border-radius: 8px;
  }
}
@media (max-width: 576px) {
  .how-it-works-section {
    padding: 40px 0;
  }
  .how-it-works-section .works-item {
    padding: 15px 0;
  }
  .how-it-works-section .works-item__icon {
    width: 50px;
    height: 50px;
  }
  .how-it-works-section .works-item__icon i {
    font-size: 18px;
  }
  .how-it-works-section .works-image {
    min-height: 250px;
  }
}
.why-choose-us {
  padding: 80px 0;
  overflow: hidden;
  background: #ffffff;
}
.why-choose-us .choose-area {
  padding: 60px 30px;
  border-radius: 40px;
  margin-bottom: -30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.why-choose-us .choose-area:last-child {
  margin-bottom: 0;
}
.why-choose-us .choose-contents .choose-title {
  margin-bottom: 40px;
}
.why-choose-us .choose-contents .choose-title h2 {
  font-family: "Signika", sans-serif;
  color: black;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 10px solid #0041A8;
  padding-left: 20px;
}
.why-choose-us .choose-contents .choose-title p {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 1.1rem;
  line-height: 1.6;
}
.why-choose-us .choose-contents .choose-list-items .choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px dashed #e5e5e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}
.why-choose-us .choose-contents .choose-list-items .choose-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 65, 168, 0.15);
          box-shadow: 0 10px 25px rgba(0, 65, 168, 0.15);
  border-color: #0041A8;
}
.why-choose-us .choose-contents .choose-list-items .choose-item:hover .choose-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgb(0, 84.7321428571, 219);
}
.why-choose-us .choose-contents .choose-list-items .choose-item .choose-icon {
  width: 40px;
  height: 40px;
  background: #0041A8;
  border-radius: 12px;
  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;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why-choose-us .choose-contents .choose-list-items .choose-item .choose-icon i {
  color: #ffffff;
  font-size: 16px;
}
.why-choose-us .choose-contents .choose-list-items .choose-item .choose-text h5 {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.why-choose-us .choose-thumb {
  text-align: center;
  padding: 20px;
}
.why-choose-us .choose-thumb img {
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 350px;
  width: 100%;
}
.why-choose-us .choose-thumb img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (max-width: 768px) {
  .why-choose-us {
    padding: 50px 0;
  }
  .why-choose-us .choose-area {
    margin-bottom: 60px;
  }
  .why-choose-us .choose-contents .choose-title h2 {
    font-size: 2rem;
  }
  .why-choose-us .choose-contents .choose-list-items .choose-item {
    padding: 15px;
    min-height: 90px;
  }
  .why-choose-us .choose-contents .choose-list-items .choose-item .choose-icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  .why-choose-us .choose-contents .choose-list-items .choose-item .choose-icon i {
    font-size: 1rem;
  }
  .why-choose-us .choose-contents .choose-list-items .choose-item .choose-text h5 {
    font-size: 1rem;
  }
  .why-choose-us .choose-thumb {
    padding: 0;
    margin-top: 40px;
  }
  .why-choose-us .choose-thumb img {
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .why-choose-us .choose-contents .choose-list-items .choose-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  .why-choose-us .choose-contents .choose-list-items .choose-item .choose-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.choose-plan-section {
  padding: 80px 0;
  background: #ffffff;
}
.choose-plan-section .plans-item-wrapper .plan-item {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}
.choose-plan-section .plans-item-wrapper .plan-item:hover {
  border-color: #0041A8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 65, 168, 0.1);
          box-shadow: 0 10px 30px rgba(0, 65, 168, 0.1);
}
.choose-plan-section .plans-item-wrapper .plan-item.active {
  border-color: #0041A8;
  background: rgb(193.5, 217.2946428571, 255);
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-radio {
  position: absolute;
  top: 15px;
  right: 15px;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-radio .plan-radio-input {
  display: none;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-radio .plan-radio-input:checked + .plan-radio-label {
  background: #0041A8;
  border-color: #0041A8;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-radio .plan-radio-input:checked + .plan-radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-radio .plan-radio-label {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-item-header {
  margin-bottom: 20px;
  padding-right: 30px;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-item-header .plan-capacity {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-item-header .plan-validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-item-header .plan-validation i {
  color: #0041A8;
  font-size: 14px;
}
.choose-plan-section .plans-item-wrapper .plan-item .plan-item-header .plan-validation span {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 0.9rem;
}
.choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .choose-plan-price {
  margin-bottom: 20px;
}
.choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .choose-plan-price .price {
  font-family: "Signika", sans-serif;
  color: #0041A8;
  font-size: 2rem;
  font-weight: 700;
}
.choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .package-list .package-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .package-list .package-item i {
  color: #0041A8;
  font-size: 14px;
  width: 16px;
}
.choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .package-list .package-item span {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 0.9rem;
}
.choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .package-list .package-item:last-child {
  margin-bottom: 0;
}
.choose-plan-section .choose-plan-sidebar {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  overflow: hidden;
  position: sticky;
  top: 20px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-header {
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
  background: rgb(142.5, 186.0267857143, 255);
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-header .flag-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-header .flag-contents .flag-icon {
  width: 50px;
  height: 50px;
  background: #0041A8;
  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;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-header .flag-contents .flag-icon i {
  color: #ffffff;
  font-size: 1.5rem;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-header .flag-contents .flag-content .flag-title {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-header .flag-contents .flag-content .flag-description {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 0.9rem;
  margin: 0;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body {
  padding: 25px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items {
  margin-bottom: 25px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items .plan-info-item {
  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;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items .plan-info-item:last-child {
  border-bottom: none;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items .plan-info-item .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items .plan-info-item .info-left i {
  color: #0041A8;
  font-size: 14px;
  width: 16px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items .plan-info-item .info-left span {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 0.9rem;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .choosen-plan-items .plan-info-item .info-right span {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 0.9rem;
  font-weight: 600;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul li {
  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;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul li.total-price {
  border-bottom: none;
  padding-top: 15px;
  margin-top: 10px;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul li.total-price .price-label,
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul li.total-price .price-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #0041A8;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul li .price-label {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 0.9rem;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-body .plan-price-summary ul li .price-value {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 0.9rem;
  font-weight: 600;
}
.choose-plan-section .choose-plan-sidebar .plan-sidebar-footer {
  padding: 25px;
  border-top: 1px solid #e5e5e5;
  background: #FFFBF2;
}

@media (max-width: 991px) {
  .choose-plan-section .choose-plan-sidebar {
    margin-top: 40px;
    position: static;
  }
}
@media (max-width: 768px) {
  .choose-plan-section {
    padding: 50px 0;
  }
  .choose-plan-section .plans-item-wrapper .plan-item {
    padding: 20px;
  }
  .choose-plan-section .plans-item-wrapper .plan-item .plan-item-header .plan-capacity {
    font-size: 1.3rem;
  }
  .choose-plan-section .plans-item-wrapper .plan-item .choose-plan-body .choose-plan-price .price {
    font-size: 1.7rem;
  }
}
.choose-plan-breadcrumb {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.choose-plan-breadcrumb .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.choose-plan-breadcrumb .container {
  position: relative;
  z-index: 2;
}
.choose-plan-breadcrumb .breadcrumb-content .breadcrumb-title {
  font-family: "Signika", sans-serif;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.choose-plan-breadcrumb .breadcrumb-content .breadcrumb-description {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .choose-plan-breadcrumb {
    padding: 70px 0;
  }
  .choose-plan-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 2.2rem;
  }
  .choose-plan-breadcrumb .breadcrumb-content .breadcrumb-description {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .choose-plan-breadcrumb {
    padding: 50px 0;
  }
  .choose-plan-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 1.8rem;
  }
  .choose-plan-breadcrumb .breadcrumb-content .breadcrumb-description {
    font-size: 1rem;
  }
}
.payment-section {
  background: rgba(0, 65, 168, 0.05);
  padding: 30px;
  border-radius: 15px;
}
.payment-section .payment-heading h3 {
  font-size: 20px;
  color: "Signika", sans-serif;
  text-transform: capitalize;
}
.payment-section .choose-item {
  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: #ffffff;
  border: 1px solid rgba(0, 65, 168, 0.05);
  padding: 15px;
  border-radius: 8px;
  margin: 5px auto;
}
.payment-section .choose-item .left-part .radio-with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.payment-section .choose-item .left-part .radio-with-label input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #0041A8;
  cursor: pointer;
}
.payment-section .choose-item .left-part .radio-with-label .choose-label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #222222;
  margin-bottom: 0;
}
.payment-section .choose-item .right-part .item-image {
  max-height: 25px;
  width: auto;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Blog ]
*/
.blog-item {
  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;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    display: block;
  }
}
.blog-item.details {
  display: block;
}
.blog-item.details .blog-thumb {
  width: 100%;
}
.blog-item.details .blog-thumb a {
  height: 500px;
}
.blog-item.details .blog-thumb a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blog-item.details .blog-content {
  width: 100%;
  padding-top: 30px;
}

.blog-thumb {
  width: 356px;
}
@media only screen and (max-width: 767px) {
  .blog-thumb {
    width: 100%;
  }
}
.blog-thumb a {
  display: block;
  overflow: hidden;
}
.blog-thumb img {
  width: 100%;
  border-radius: 5px;
}

.blog-content {
  width: calc(100% - 356px);
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-content .category {
  margin-bottom: 20px;
  color: #1a2361;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid;
}
.blog-content .title {
  margin-bottom: 20px;
  font-family: "Signika", sans-serif;
}
.blog-content .blog-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}
.blog-content .blog-user-wrapper .blog-user-thumb {
  width: 70px;
  height: 70px;
}
.blog-content .blog-user-wrapper .blog-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog-content .blog-user-wrapper .blog-user-content {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.blog-content .blog-user-wrapper .blog-user-content .title {
  margin-bottom: 5px;
}
.blog-content .blog-user-wrapper .blog-user-content .sub-title {
  font-size: 14px;
  font-weight: 500;
}

.blog-sidebar {
  position: sticky;
  top: 10%;
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 0;
  }
}

.widget-box {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 30px;
  border-radius: 5px;
}
@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: #0041A8;
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: #0041A8;
}
.category-widget-box .category-list li span {
  float: right;
  background: #0041A8;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  min-width: 40px;
}

.popular-widget-box {
  margin-bottom: -10px;
}

.single-popular-item {
  margin-bottom: 20px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content span {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
  line-height: 1.5;
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #0041A8;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #0041A8;
  color: #0041A8;
}

.blog-details-section .blog-content {
  padding-left: 0;
}

.blog-share-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-share-options .share-title {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
.blog-share-options .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blog-share-options .share-icons .share-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}
.blog-share-options .share-icons .share-icon i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-share-options .share-icons .share-icon.facebook {
  background: #ffffff;
  border-color: #1877F2;
}
.blog-share-options .share-icons .share-icon.facebook i {
  color: #1877F2;
}
.blog-share-options .share-icons .share-icon.facebook:hover {
  background: #1877F2;
}
.blog-share-options .share-icons .share-icon.facebook:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.twitter {
  background: #ffffff;
  border-color: #1DA1F2;
}
.blog-share-options .share-icons .share-icon.twitter i {
  color: #1DA1F2;
}
.blog-share-options .share-icons .share-icon.twitter:hover {
  background: #1DA1F2;
}
.blog-share-options .share-icons .share-icon.twitter:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.linkedin {
  background: #ffffff;
  border-color: #0077B5;
}
.blog-share-options .share-icons .share-icon.linkedin i {
  color: #0077B5;
}
.blog-share-options .share-icons .share-icon.linkedin:hover {
  background: #0077B5;
}
.blog-share-options .share-icons .share-icon.linkedin:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.whatsapp {
  background: #ffffff;
  border-color: #25D366;
}
.blog-share-options .share-icons .share-icon.whatsapp i {
  color: #25D366;
}
.blog-share-options .share-icons .share-icon.whatsapp:hover {
  background: #25D366;
}
.blog-share-options .share-icons .share-icon.whatsapp:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.link {
  background: #ffffff;
  border-color: #0041A8;
}
.blog-share-options .share-icons .share-icon.link i {
  color: #0041A8;
}
.blog-share-options .share-icons .share-icon.link:hover {
  background: #0041A8;
}
.blog-share-options .share-icons .share-icon.link:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-share-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .blog-share-options .share-icons .share-icon {
    width: 35px;
    height: 35px;
  }
  .blog-share-options .share-icons .share-icon i {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .blog-share-options .share-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  background-color: #f5f9ff;
  position: relative;
  min-height: 100vh;
}
.page-wrapper .custom-card .card-body {
  border: none;
}

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

.sidebar {
  width: 250px;
  position: fixed;
  background: #1a2361;
  padding: 20px 10px;
  top: 0;
  left: 0;
  height: 98vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  margin: 10px;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar.active {
  width: 60px;
}
@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;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: none;
}
.sidebar.active .menu-title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}
.sidebar.active .sidebar-doc-box {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}
.sidebar.active:hover {
  width: 250px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar.active:hover .menu-title {
  display: inline-block;
}
.sidebar.active:hover .sidebar-doc-box {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.sidebar-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}
.sidebar-logo .sidebar-main-logo {
  max-width: 90px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #222222;
  background-color: transparent;
  display: none;
}

.sidebar-menu-wrapper {
  padding-top: 15px;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}
.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 5px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: #0041A8;
  -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;
  font-size: 14px;
  color: #ffffff;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  color: #222222;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #222222;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: #0041A8;
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: #0041A8;
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: #0041A8;
  font-weight: 700;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  color: #222222;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: #0041A8;
  color: #ffffff;
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
  border-radius: 5px;
}
.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  color: #0041A8;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
  color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content p {
  color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  padding: 14px 40px;
  font-size: 14px;
  border: none;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.navbar-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  padding: 15px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 60px;
  padding-left: 20px;
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
  margin: 0;
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-navbar-wrapper {
  padding-bottom: 60px;
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-title-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-title-part .left .icon {
  margin-right: 10px;
}
.dashboard-title-part .left .icon button, .dashboard-title-part .left .icon input[type=button], .dashboard-title-part .left .icon input[type=reset], .dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #222222;
  background-color: transparent;
}
.dashboard-title-part .title {
  margin-bottom: 0;
}
.dashboard-title-part p {
  font-size: 12px;
  font-weight: 500;
}
.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}

.dashboard-path {
  font-size: 15px;
}
.dashboard-path span {
  font-weight: 600;
  font-family: "Signika", sans-serif;
}
.dashboard-path .main-path {
  color: #222222;
  font-weight: 600;
}

.header-search-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  min-width: 300px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 45px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 18px;
  line-height: 40px;
  color: rgba(34, 34, 34, 0.4);
  left: 10px;
  top: 2px;
}

.header-user-wrapper {
  margin: 8px;
}
.header-user-wrapper .header-user-thumb {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-wrapper {
  padding-top: 20px;
  padding-left: 285px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-wrapper.active {
  padding-left: 85px;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .title span {
  font-size: 14px;
  color: #1a2361;
  font-weight: 800;
}
.dashboard-header-wrapper .dashboard-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 14px;
}

.dashbord-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.dashbord-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: rgb(219, 232.9285714286, 255);
}
.dashbord-item:hover .dashboard-icon {
  background-color: #0041A8;
  color: #ffffff;
}
.dashbord-item:hover .dashboard-icon i {
  color: #ffffff;
}
.dashbord-item .dashboard-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: #FFFBF2;
  color: #0041A8;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashbord-item .dashboard-icon i {
  color: #0041A8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashbord-item .dashboard-content {
  padding-left: 30px;
}
.dashbord-item .dashboard-content .sub-title {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}
.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}
.dashbord-item .dashboard-content .title span {
  color: #1a2361;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .dashbord-item {
    padding: 30px;
  }
  .dashbord-item .dashboard-content {
    padding-left: 20px;
  }
  .dashbord-item .dashboard-content .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .dashbord-item {
    padding: 15px;
  }
  .dashbord-item .dashboard-content {
    padding-left: 15px;
  }
  .dashbord-item .dashboard-content .title {
    font-size: 20px;
  }
}
.chart-wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 10px;
  overflow: hidden;
}
.chart-wrapper line {
  stroke: #e5e5e5;
}
.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

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

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

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

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-wrapper .dashboard-list-item {
    display: block;
  }
}
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #d63384;
  color: #ffffff;
}
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
  color: #ffffff;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  color: #0041A8;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon img {
  width: 50%;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .sub-title {
  font-weight: 600;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .btn {
  padding: 3px 15px;
  font-size: 12px;
}

.dashboard-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-right {
    text-align: left;
    margin-top: 10px;
  }
}
.dashboard-list-right .main-money {
  font-size: 16px;
  font-weight: 700;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.dashboard-list-right .select-btn {
  padding: 8px 25px;
}
.dashboard-list-right .small {
  padding: 5px 8px;
}

.dashboard-list-item-wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper.selected {
  background: rgba(131, 88, 255, 0.1);
}
.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: #ffffff;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: #0041A8;
  border: 1px solid #0041A8;
}

.preview-list-wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.44%, #F0EFEC), color-stop(101.75%, rgba(251, 247, 237, 0.7)));
  background: linear-gradient(90deg, #F0EFEC -0.44%, rgba(251, 247, 237, 0.7) 101.75%);
  border-radius: 5px;
  overflow: hidden;
}
.preview-list-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  -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: 25px;
  height: 25px;
  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: #1a2361;
  border: 1px solid #1a2361;
  color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
  color: #222222;
  font-weight: 500;
}

.preview-list-right {
  text-align: right;
  color: #222222;
  font-weight: 500;
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
@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;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #e5e5e5;
}
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
}

.support-card-wrapper {
  width: calc(100% - 500px);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  max-height: 660px;
  min-height: 660px;
  padding: 30px 15px;
}
.chat-container .media > * {
  margin: 0 10px;
}
.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}
.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
  background-color: #1a2361;
  color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: #1a2361;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #f7f7f7;
  font-size: 13px;
  color: #222222;
  border-radius: 5px;
}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #f7f7f7;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #e5e5e5;
}

.chat-form .publisher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px;
  border-top: 1px solid #e5e5e5;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #ffffff;
  border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #1a2361;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  color: #222222;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #ffffff;
  border-left: 1px solid #e5e5e5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
  padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}
.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.chat-user-wrapper {
  background-color: #ffffff;
  border-right: 1px solid #e5e5e5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .chat-user-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .chat-user-wrapper {
    width: 100%;
  }
}
.chat-user-wrapper.active {
  right: 0;
}
.chat-user-wrapper .card-header-user-area {
  padding: 10px 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.chat-user-wrapper .card-header-user-area.active {
  background-color: #FFFBF2;
}

.profile-body-wrapper {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 15px;
}

.profile-form-area {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .profile-form-area {
    padding: 25px;
  }
}

.profile-settings-wrapper {
  background: linear-gradient(135deg, #0041A8 0%, rgb(0, 35.4017857143, 91.5) 100%);
  padding: 40px 40px 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .profile-settings-wrapper {
    padding: 30px 25px 60px;
  }
}
.profile-settings-wrapper .profile-thumb-content {
  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;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper .profile-thumb-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb {
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper .profile-thumb-content .profile-thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  padding: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFBF2;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit label {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  color: #0041A8;
  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: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit label:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.profile-settings-wrapper .profile-thumb-content .profile-content .username {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.profile-settings-wrapper .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 -15px;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 15px;
  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;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e5e5;
  padding: 5px 20px;
  border-radius: 10px;
}
.profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list li i {
  font-size: 16px;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.9);
}
.profile-settings-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #1a2361;
  border-radius: 30px 30px 0 0;
}

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

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

.notification-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}
.notification-wrapper .notification-list {
  margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-list li .content .time {
  color: #1a2361;
  font-weight: 600;
}
.notification-wrapper .notification-footer {
  font-size: 12px;
}

.exchange-area {
  background-color: #f7f7f7;
  padding: 30px 80px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}

.user-profile-list {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  right: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list {
    right: 0;
  }
}
.user-profile-list li {
  color: #ffffff;
  border-right: none;
  border-radius: 0 999px 999px 0;
  padding: 10px 20px;
  width: 100%;
  text-align: right;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list li {
    border-radius: 999px;
    right: 0 !important;
    text-align: center;
  }
}
.user-profile-list li:hover {
  margin-left: 10px;
}
.user-profile-list li.one {
  position: relative;
  right: 15%;
}
.user-profile-list li.two {
  position: relative;
  right: 5%;
}
.user-profile-list li.four {
  position: relative;
  right: 5%;
}
.user-profile-list li.five {
  position: relative;
  right: 15%;
}
.user-profile-list li span {
  font-weight: 700;
}
.user-profile-list.two li {
  background-color: #FFFBF2;
  color: #222222;
}

.user-profile-list-two {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two {
    left: 0;
  }
}
.user-profile-list-two li {
  color: #222222;
  border-right: none;
  background-color: #FFFBF2;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-two li:hover {
  margin-left: 10px;
}
.user-profile-list-two li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-two li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-two li span {
  font-weight: 700;
}

.user-profile-list-three {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three {
    left: 0;
  }
}
.user-profile-list-three li {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-three li:hover {
  margin-left: 10px;
}
.user-profile-list-three li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-three li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-three li span {
  font-weight: 700;
}

.user-action-btn-area {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area {
    left: 0;
  }
}
.user-action-btn-area .user-action-btn {
  margin-bottom: 25px;
}
.user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-action-btn-area .user-action-btn button:hover, .user-action-btn-area .user-action-btn input[type=button]:hover, .user-action-btn-area .user-action-btn input[type=reset]:hover, .user-action-btn-area .user-action-btn input[type=submit]:hover, .user-action-btn-area .user-action-btn a:hover {
  margin-left: 10px;
}
.user-action-btn-area .user-action-btn button.one, .user-action-btn-area .user-action-btn input.one[type=button], .user-action-btn-area .user-action-btn input.one[type=reset], .user-action-btn-area .user-action-btn input.one[type=submit], .user-action-btn-area .user-action-btn a.one {
  position: relative;
  left: 15%;
}
.user-action-btn-area .user-action-btn button.two, .user-action-btn-area .user-action-btn input.two[type=button], .user-action-btn-area .user-action-btn input.two[type=reset], .user-action-btn-area .user-action-btn input.two[type=submit], .user-action-btn-area .user-action-btn a.two {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.four, .user-action-btn-area .user-action-btn input.four[type=button], .user-action-btn-area .user-action-btn input.four[type=reset], .user-action-btn-area .user-action-btn input.four[type=submit], .user-action-btn-area .user-action-btn a.four {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.five, .user-action-btn-area .user-action-btn input.five[type=button], .user-action-btn-area .user-action-btn input.five[type=reset], .user-action-btn-area .user-action-btn input.five[type=submit], .user-action-btn-area .user-action-btn a.five {
  position: relative;
  left: 15%;
}

.user-profile-thumb {
  position: relative;
  z-index: 2;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .user-profile-thumb {
    width: 250px;
    height: 250px;
  }
}
.user-profile-thumb img {
  width: 100%;
  height: 100%;
}

.note-area {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}
.note-area ul li {
  position: relative;
  padding-top: 5px;
  padding-left: 15px;
  font-weight: 500;
}
.note-area ul li::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #222222;
  border-radius: 50%;
}
.note-area ul li span {
  font-weight: 600;
}

.trace-area {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 40px 30px;
  border-radius: 5px;
}

.trace-wrapper {
  margin-bottom: -40px;
}

.trace-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  padding-left: 30px;
  position: relative;
}
.trace-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #e5e5e5;
}
.trace-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
}
.trace-item.active::before {
  border-left: 2px dashed #1a2361;
}
.trace-item.active::after {
  border: 2px solid #1a2361;
}
.trace-item:last-child::before {
  display: none;
}
.trace-item .trace-item-left {
  width: 60%;
}
.trace-item .trace-item-left p span {
  font-weight: 600;
}
.trace-item .trace-item-right {
  text-align: right;
}
.trace-item .trace-item-right span {
  font-weight: 500;
  font-size: 14px;
}

.payment-area {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 40px 30px;
  border-radius: 5px;
}
.payment-area .title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #1a2361;
          box-shadow: inset 0px 0px 0px #1a2361;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #1a2361;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #1a2361;
            box-shadow: inset 0px 0px 0px 30px #1a2361;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #1a2361;
            box-shadow: inset 0px 0px 0px 30px #1a2361;
  }
}
.dashboard-plan-item .plan-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard-plan-item .plan-card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.dashboard-plan-item .plan-card__header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dashboard-plan-item .plan-card__icon-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dashboard-plan-item .plan-card__icon {
  width: 50px;
  height: 50px;
  background: rgb(142.5, 186.0267857143, 255);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-plan-item .plan-card__icon svg {
  width: 24px;
  height: 24px;
  fill: #0041A8;
}
.dashboard-plan-item .plan-card__type-badge {
  display: inline-block;
  padding: 4px 8px;
  color: #0041A8;
  border-radius: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
}
.dashboard-plan-item .plan-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dashboard-plan-item .plan-card__title-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: 15px;
}
.dashboard-plan-item .plan-card__title {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.dashboard-plan-item .plan-card__price {
  font-family: "DM Sans", sans-serif;
  color: #0041A8;
  font-size: 28px;
  font-weight: 700;
}
.dashboard-plan-item .plan-card__meta-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}
.dashboard-plan-item .plan-card__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard-plan-item .plan-card__meta-label {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dashboard-plan-item .plan-card__meta-value {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-plan-item .plan-card__active-countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dashboard-plan-item .plan-card__countries-label {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.dashboard-plan-item .plan-card__flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
.dashboard-plan-item .plan-card__flag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-left: -2px;
}
.dashboard-plan-item .plan-card__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-plan-item .plan-card__usage {
  margin-top: 20px;
}
.dashboard-plan-item .plan-card__usage-label {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 14px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard-plan-item .plan-card__usage-text {
  font-weight: 600;
  color: #0041A8;
}
.dashboard-plan-item .plan-card__usage-bar {
  height: 10px;
  background: rgb(241.75, 241.75, 241.75);
  border-radius: 10px;
  overflow: hidden;
}
.dashboard-plan-item .plan-card__usage-progress {
  height: 100%;
  background: #0041A8;
  border-radius: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.dashboard-plan-item .plan-card__usage-details {
  margin-top: 25px;
  padding: 20px;
  background: rgb(255, 254.1384615385, 252.2);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.dashboard-plan-item .plan-card__usage-item {
  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 0;
  border-bottom: 1px solid rgb(236.65, 236.65, 236.65);
}
.dashboard-plan-item .plan-card__usage-item:last-child {
  border-bottom: none;
}
.dashboard-plan-item .plan-card__usage-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard-plan-item .plan-card__usage-label {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.dashboard-plan-item .plan-card__usage-total {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 12px;
  opacity: 0.7;
}
.dashboard-plan-item .plan-card__usage-remaining {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dashboard-plan-item .plan-card__usage-amount {
  font-family: "DM Sans", sans-serif;
  color: #0041A8;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.dashboard-plan-item .plan-card__usage-status {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 12px;
  opacity: 0.7;
}
.dashboard-plan-item .plan-details__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.dashboard-plan-item .plan-details__item {
  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: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "DM Sans", sans-serif;
  color: #222222;
}
.dashboard-plan-item .plan-details__item:last-child {
  border-bottom: none;
}
.dashboard-plan-item .plan-details__label {
  font-weight: 500;
  font-size: 15px;
}
.dashboard-plan-item .plan-details__value {
  font-weight: 600;
  color: #0041A8;
  font-size: 15px;
}
.dashboard-plan-item .plan-details__button {
  background: #0041A8;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
.dashboard-plan-item .plan-details__button:hover {
  background: rgb(0, 49.2142857143, 127.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 65, 168, 0.3);
          box-shadow: 0 4px 12px rgba(0, 65, 168, 0.3);
}

.my-esim-section .table-header {
  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: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.my-esim-section .table-header .table-title {
  font-family: "Signika", sans-serif;
  color: #222222;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.my-esim-section .table-header .table-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.my-esim-section .table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.my-esim-section .table-container::-webkit-scrollbar {
  height: 8px;
}
.my-esim-section .table-container::-webkit-scrollbar-track {
  background: #FFFBF2;
  border-radius: 0 0 4px 4px;
}
.my-esim-section .table-container::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 4px;
}
.my-esim-section .table-container::-webkit-scrollbar-thumb:hover {
  background: rgb(203.5, 203.5, 203.5);
}
.my-esim-section .esim-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.my-esim-section .esim-table thead {
  background: #1a2361;
}
.my-esim-section .esim-table thead tr th {
  font-family: "Signika", sans-serif;
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 0.75rem;
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.my-esim-section .esim-table thead tr th:first-child {
  padding-left: 1.5rem;
}
.my-esim-section .esim-table thead tr th:last-child {
  padding-right: 1.5rem;
}
.my-esim-section .esim-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.my-esim-section .esim-table tbody tr:last-child {
  border-bottom: none;
}
.my-esim-section .esim-table tbody tr:hover {
  background: #FFFBF2;
}
.my-esim-section .esim-table tbody tr td {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  padding: 1rem 0.75rem;
  font-size: 0.95rem;
  white-space: nowrap;
}
.my-esim-section .esim-table tbody tr td:first-child {
  padding-left: 1.5rem;
  font-weight: 600;
  color: #0041A8;
}
.my-esim-section .esim-table tbody tr td:last-child {
  padding-right: 1.5rem;
}
.my-esim-section .esim-table tbody tr .status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  min-width: 100px;
}
.my-esim-section .esim-table tbody tr .status-badge.status-active {
  color: #009600;
  border: 1px solid rgba(0, 150, 0, 0.3);
}
.my-esim-section .esim-table tbody tr .status-badge.status-inactive {
  color: #ff0000;
  border: 1px solid rgba(255, 0, 0, 0.3);
}
.my-esim-section .esim-table tbody tr .status-badge.status-not-valid {
  color: #895f0d;
  border: 1px solid rgb(255, 230, 64);
}
.my-esim-section .esim-table tbody tr .btn-action {
  background: transparent;
  color: #0041A8;
  border: 1px solid #0041A8;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.my-esim-section .esim-table tbody tr .btn-action:hover {
  background: #0041A8;
  color: #ffffff;
}
@media (max-width: 768px) {
  .my-esim-section {
    padding: 1rem 0;
  }
  .my-esim-section .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .my-esim-section .table-header .table-actions {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .my-esim-section .table-container {
    border-radius: 4px;
  }
  .my-esim-section .table-container::-webkit-scrollbar {
    height: 6px;
  }
}
.my-esim-section .btn--outline {
  border: 1px solid #0041A8;
  padding: 10px 20px;
  border-radius: 15px;
}

/* QRSim Canvas Styles */
.qr-sim-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1000;
}

.qr-sim-overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qr-sim-canvas-container {
  width: 600px;
  height: 100vh;
  background: #ffffff;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.show .qr-sim-canvas-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.qr-sim-canvas {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-y: auto;
}

/* Close Button */
.qr-sim-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #222222;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qr-sim-close-btn:hover {
  background: #0041A8;
  border-color: #0041A8;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Header Styles */
.qr-sim-canvas-header {
  background: linear-gradient(135deg, #0041A8 0%, black 100%);
  color: #ffffff;
  padding: 2.5rem 2rem 2rem 2rem;
  position: relative;
  border-radius: 0 0 0px 40px;
}

.qr-sim-canvas-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.qr-sim-plan-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.qr-sim-canvas-heading {
  font-family: "Signika", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  color: #ffffff;
  line-height: 1.2;
}

/* Plan Info Items */
.qr-sim-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 768px) {
  .qr-sim-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qr-sim-info-icon {
  width: 45px;
  height: 45px;
  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: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 1.3rem;
}

.qr-sim-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qr-sim-info-value {
  font-family: "Signika", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}

.qr-sim-info-label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  opacity: 0.9;
  color: #ffffff;
  margin-top: 0.25rem;
}

/* Body Styles */
.qr-sim-canvas-body {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qr-sim-features-heading {
  font-family: "Signika", sans-serif;
  font-size: 1.25rem;
  color: #222222;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Feature Items */
.qr-sim-feature-item {
  background: #ffffff;
  border: 1px solid rgb(234.1, 234.1, 234.1);
  border-radius: 12px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.qr-sim-feature-item:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-color: rgb(66, 139.125, 255);
  background: rgb(178.2, 207.9142857143, 255);
}

.qr-sim-feature-text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #222222;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

/* Footer Styles */
.qr-sim-canvas-footer {
  padding: 2rem;
  background: rgb(255, 252.5692307692, 247.1);
  border-top: 1px solid #e5e5e5;
}

.qr-sim-status-section,
.qr-sim-actions-section {
  margin-bottom: 1.5rem;
}

.qr-sim-status-heading,
.qr-sim-actions-heading {
  font-family: "Signika", sans-serif;
  font-size: 1.1rem;
  color: #222222;
  margin-bottom: 1rem;
}

.qr-sim-status-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.qr-sim-status-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "DM Sans", sans-serif;
  color: #222222;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.qr-sim-status-option:hover {
  color: #0041A8;
}

.qr-sim-status-option input[type=radio] {
  display: none;
}

.qr-sim-status-option input[type=radio]:checked + .qr-sim-radio-custom {
  border-color: #0041A8;
}

.qr-sim-status-option input[type=radio]:checked + .qr-sim-radio-custom::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.qr-sim-radio-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #e5e5e5;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qr-sim-radio-custom::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0041A8;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

/* Action Buttons */
.qr-sim-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.qr-sim-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.qr-sim-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.qr-sim-btn-freeze {
  background: rgb(255, 242.4, 219.3);
  color: rgb(178.5, 115.5, 0);
  border: 1px solid #ffdb99;
}

.qr-sim-btn-freeze:hover {
  background: rgb(255, 233.4, 193.8);
}

.qr-sim-btn-remove {
  background: rgb(255, 229.5, 229.5);
  color: rgb(178.5, 0, 0);
  border: 1px solid rgb(255, 178.5, 178.5);
}

.qr-sim-btn-remove:hover {
  background: #ffcccc;
}

.qr-sim-save-section {
  text-align: center;
  margin-top: 1rem;
}

/* Responsive Design */
@media (max-width: 480px) {
  .qr-sim-canvas-container {
    width: 100vw;
  }
  .qr-sim-canvas-header,
  .qr-sim-canvas-body,
  .qr-sim-canvas-footer {
    padding: 1.5rem;
  }
  .qr-sim-status-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}