:root {
  --bs-primary: #0081F7;
  --bs-gray: #ECECEC;
  --bs-dark: #222938;
  --bs-blue: #223A53;
  --bs-heading: #191A15;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-font-inter: "Inter", sans-serif;
}

body {
  font-weight: 400;
  font-family: var(--bs-font-inter);
  font-size: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font: var(--bs-font-inter);
  color: var(--bs-heading);
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 45px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 18px;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all 0.5s;
}

.btn {
  font-size: 18px;
  padding: 14px 40px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.5s;
}

.btn:focus,
.btn:active,
button:focus {
  box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-item {
  padding: 0 16px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #908E8E;
  padding: 0 0px;
  transition: all .1s;
  border-bottom: solid 3px;
  border-color: transparent;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-dark);
  border-bottom: solid 3px var(--bs-primary);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../assets/img/mobile-burger-ic.svg) no-repeat left center;
  transform: rotate(0deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: url(../assets/img/mobile-close-ic.svg) no-repeat left center;
  border: none;
  height: 30px;
  width: 30px;
  transition: all 0.5s;
  transform: rotate(180deg);
  background-size: 30px !important;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

header .navbar-nav li ul {
  opacity: 0;
  margin-top: 20px;
  z-index: 100;
  background: #fff;
  padding: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 500ms ease;
  border-left: none;
  border-right: none;
  border-top: none;
}

.solutions_dropdown {
  width: 310px;
}

.head_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}


.dropdown:hover .dropdown-menu {
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  opacity: 1;
  margin-top: 0;
}

header .navbar-nav li ul.dropdown-menu li {
  padding: 0 0 !important;
}

header .navbar-nav li ul.dropdown-menu li a {
  padding: 10px 20px !important;
}

.btn-outline-primary {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}

.btn-primary {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.btn-primary:hover {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}

.btn.request_demo {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
}

section,
.section {
  padding: 50px 0;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
}

.header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.sticky_margin,
.inner_page_hero {
  margin-top: 86px;
}

.header,
.hero_sec {
  background-color: #d3e9fd;
}

.client_item.slick-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_slider {
  max-width: 700px;
  margin: 40px auto 0;
}

.client_slider .slick-track {
  display: flex;
  align-items: baseline;
}

.genie_item_content h2 {
  color: #0081F7;
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 40px;
  line-height: 110px;
}

.genie_item_content h2 span {
  color: #191A15;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  display: block;
}

.genie_item_content p {
  margin-bottom: 20px;
  color: #908E8E;
}

.genie_item_content .btn {
  margin-top: 20px;
}

.head_btn {
  display: flex;
  gap: 10px;
}

.head_btn a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #908E8E;
  transition: all .1s;
}

.head_btn a:hover,
.head_btn a:focus {
  color: var(--bs-dark);
}

.genie_sec {
  background: url(../assets/img/homepageBg.svg) no-repeat top center;
  position: relative;
  padding-top: 100px;
  background-size: cover;
}
/* .genie_sec:after {
  content: '';
  background: url(../assets/img/genie_sec_bg.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 175px;
  z-index: 1;
} */
.genie_slider .slick-dots {
  list-style: none;
  display: flex;
  gap: 15px;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
}

.genie_slider .slick-dots li {
  max-width: 130px;
  width: 100%;
}

.genie_slider .slick-dots li button {
  position: relative;
  width: 100%;
  height: 14px;
  border: 0;
  border-radius: 10px;
  background-color: #ECECEC;
  font-size: 0;
}

.genie_slider .slick-dots li button:before {
  display: none;
}

.genie_slider .slick-dots li button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  border-radius: 10px;
  width: 0%;
  height: 100%;
}

.genie_slider .slick-dots li.slick-active button::after {
  background-color: var(--bs-primary);
  animation: progress 4s linear forwards;
}

.genie_slider .slick-list {
  padding-top: 50px;
}

.genie_slider.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.success_sec {
  background-color: #222938;
  color: var(--bs-white);
  overflow: hidden;
}

.success_sec h2 {
  color: var(--bs-white);
  font-weight: 600;
  max-width: 810px;
  margin: 0 auto 20px;
}

.success_story_bx {
  text-align: center;
  padding: 0 32px;
}

.success_story_bx h2 {
  font-size: 44px;
}

.success_story_bx p {
  font-size: 24px;
  margin-bottom: 0;
}

.testimonial_inner_sec {
  background-color: #F2F6FF;
  position: relative;
  padding: 50px 0;
  border-radius: 20px;
}

.testimonial_inner_sec::after {
  content: '';
  background: url(../assets/img/testimonials-bg.png) no-repeat center;
  background-size: 260px;
  width: 260px;
  height: 275px;
  display: inline-block;
  position: absolute;
  top: 88px;
  right: 88px;
}

.user_img img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100%;
}

.user_info h5 {
  font-size: 24px;
  color: #3D3D3D;
  margin-bottom: 5px;
}

.user_info p.user_position {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 500;
}

.user_info p {
  font-size: 18px;
  color: #3D3D3D;
}

.user_info p.quote_date {
  font-size: 12px;
  color: #525252;
  margin-bottom: 0;
}

.testimonial_slider {
  max-width: 850px;
  position: relative;
  z-index: 9;
  margin: auto;
  min-height: 350px;
}

.testimonial_item {
  background-color: var(--bs-white);
  width: 100%;
  margin: 20px auto !important;
  padding: 40px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  transition: all .5s;
  opacity: 1 !important;
}

/* .testimonial_item:nth-child(2) {
  transform: translateY(20px);
  z-index: 5;
}
.testimonial_item:nth-child(3) {
  transform: translateY(40px);
  z-index: 4;
}
.testimonial_item:nth-child(4) {
  transform: translateY(60px);
  z-index: 3;
}
.testimonial_item:nth-child(5) {
  transform: translateY(80px);
  z-index: 2;
}
.testimonial_item.active {
  z-index: 9;
  transform: translateY(0);
} */

.testimonial_slider .slick-dots li button:before {
  font-size: 15px;
  color: var(--bs-white);
  opacity: 1;
  transition: all .5s;
}

.testimonial_slider .slick-dots li.slick-active button:before,
.testimonial_slider .slick-dots li button:hover:before {
  color: #001E6C;
}

.testimonial_slider .slick-dots {
  bottom: -30px;
  left: 0;
}

.testimonial_inner_sec .sec_heading h2 {
  position: relative;
  z-index: 9;
  color: #0081F7;
  line-height: 60px;
}

.testimonial_inner_sec .sec_heading h2 span {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 45px;
}

.sec_heading .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 25px;
}

.sec_heading .btn:hover {
  background-color: transparent;
  color: var(--bs-heading);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.testimonial_slider .slick-prev {
  left: 200px;
}

.testimonial_slider .slick-next {
  right: 200px;
}

.testimonial_slider .slick-prev,
.slick-next {
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 9;
  top: auto;
  transform: translate(0, 0);
  bottom: -80px;
}

.prefoot_sec {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}

form.newlatter_form {
  max-width: 410px;
  margin: 0;
  position: relative;
}

form.newlatter_form input {
  background-color: transparent;
  border: 2px solid #E4E4E4;
  padding: 18px 70px 18px 18px;
  font-size: 18px;
  border-radius: 70px;
  color: var(--bs-white);
}

form.newlatter_form .form-control:focus {
  background-color: transparent;
  border: 2px solid #E4E4E4;
  color: var(--bs-white);
  box-shadow: none;
}

form.newlatter_form .btn {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.prefoot_form p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #A6A6A6;
}

.top_footer {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  margin-bottom: 70px;
  align-items: center;
}

.footer-pera p {
  color: var(--bs-white);
  margin-bottom: 0;
}

.footer_main_menu h6 {
  font-size: 18px;
  color: var(--bs-white);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.footer_main_menu ul li {
  margin-bottom: 10px;
}

.footer_main_menu ul li:last-child {
  margin-bottom: 0;
}

.footer_main_menu ul li a {
  color: #A6A6A6;
}

.footer_main_menu ul li a:hover {
  color: var(--bs-white);
}

.footer {
  background-color: #222938;
  padding-top: 50px;
}

.footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom_footer {
  align-items: center;
  padding: 20px 0;
}

.footer_menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #A6A6A6;
  text-transform: capitalize;
}

.footer_menu ul li a:hover {
  color: var(--bs-white);
}

.footer_socials h6 {
  font-size: 18px;
  color: var(--bs-white);
  margin-top: 50px;
}

.footer_socials ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 15px 0 35px;
}

.footer_socials ul li a {
  background: var(--bs-primary);
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
}

.footer_socials ul li img {
  width: 25px;
  height: 25px;
  transition: all .5s;
}

.footer_socials ul li a:hover img {
  transform: scale(1.3);
}

.main_footer {
  border-bottom: 1px solid var(--bs-white);
  padding-bottom: 30px;
}

.copywrite p {
  font-size: 14px;
  font-weight: 500;
  color: #A6A6A6;
  margin-bottom: 0;
  margin-top: 0;
}

#loom-companion-mv3 {
  display: none;
}

@keyframes progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.hero_slider .slider {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.circular-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.circular-slider .wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  max-height: 410px;
}

.circular-slider .wrapper .controls__left,
.circular-slider .wrapper .controls__right,
.circular-slider .wrapper .controls__autoplay {
  position: absolute;
  z-index: 101;
  -webkit-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all;
}

.circular-slider .wrapper .controls__left:hover .icon-wrapper,
.circular-slider .wrapper .controls__right:hover .icon-wrapper,
.circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}

.circular-slider .wrapper .controls__left .icon-wrapper,
.circular-slider .wrapper .controls__right .icon-wrapper,
.circular-slider .wrapper .controls__autoplay .icon-wrapper {
  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;
  width: 100%;
  height: 100%;
  color: #8EB8E5;
  font-size: 1.5em;
  opacity: .7;
}

.circular-slider .wrapper .controls__left,
.circular-slider .wrapper .controls__right {
  top: 50%;
}

.circular-slider .wrapper .controls__left {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circular-slider .wrapper .controls__left:hover {
  left: 0;
}

.circular-slider .wrapper .controls__right {
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.circular-slider .wrapper .controls__autoplay {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.circular-slider .wrapper .controls__autoplay_running .pause {
  display: block;
}

.circular-slider .wrapper .controls__autoplay_running .run {
  display: none;
}

.circular-slider .wrapper .controls__autoplay_paused .pause {
  display: none;
}

.circular-slider .wrapper .controls__autoplay_paused .run {
  display: block;
}

.circular-slider .wrapper .slides-holder {
  border-radius: 50%;
  border: 2px solid #8EB8E5;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  position: relative;
  z-index: 100;
}

.circular-slider .wrapper .slides-holder__item {
  border-radius: 50%;
  border: none;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #222;
  transition: all .3s;
  max-width: 80px;
  max-height: 80px;
}

.circular-slider .wrapper .slides-holder__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circular-slider .wrapper .slides-holder__item_active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  opacity: 0;
}

.circular-slider .wrapper .descriptions {
  position: absolute;
  top: 35px;
  z-index: 9999;
}

.circular-slider .wrapper .descriptions__item {
  width: 100%;
  height: 0%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0s 0s linear;
  -o-transition: opacity 0s 0s linear;
  transition: opacity 0s 0s linear;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.circular-slider .wrapper .descriptions__item_visible {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .6s 0s linear;
  -o-transition: opacity .6s 0s linear;
  transition: opacity .6s 0s linear;
}

.circular-slider .wrapper .descriptions__item h1,
.circular-slider .wrapper .descriptions__item .description {
  font-family: Helvetica, sans-serif;
  color: white;
  text-align: center;
}

.circular-slider .wrapper .descriptions__item h1 {
  font-size: 200%;
  padding-top: 5px;
}

.circular-slider .wrapper .descriptions__item .description {
  font-size: 100%;
  margin-top: 5px;
  padding: 0% 10%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-y: hidden;
}

.hero_slider {
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: -50px;
}

.laptop_img {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 630px;
}

.circular-slider .wrapper .descriptions__item img {
  max-width: 470px;
}

.descriptions__item h5 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.descriptions__item p {
  font-size: 14px;
  margin-bottom: 0;
}

.request_demo-popup .modal-header {
  border: none;
}

.request_demo-popup .modal-dialog {
  max-width: 1000px;
}

.modal {
  z-index: 2000000000;
}

.modal-backdrop {
  z-index: 2222222;
}

.request_demo-popup .btn-close {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9999;
}

.request_demo-popup .modal-body {
  padding: 0;
}

.request_demo-popup .request_pop_main {
  background: #222938;
  color: var(--bs-white);
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.request_pop_content h5 {
  color: var(--bs-white);
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
}

.request_pop_content h6 {
  color: var(--bs-white);
  font-weight: 600;
}

.pop-list {
  padding-left: 10px;
  margin-bottom: 40px;
}

.pop-list li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  opacity: .75;
}

.pop-list li::marker {
  font-size: 24px;
  line-height: 1;
}

.request_pop_content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  opacity: .75;
}

.trusted_logo ul {
  display: flex;
  gap: 30px;
  align-items: baseline;
  margin-top: 20px;
}

.request_demo_form {
  background: #f8f9fa;
  padding: 45px;
  height: 100%;
}

.request_demo_form .form-label {
  font-size: 14px;
  font-weight: 400;
  color: #191A15;
  margin-bottom: 2px;
}

.request_demo_form .col-md-6 {
  margin-top: 10px;
}

.request_demo_form .form-control {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ECEEF0;
  padding: 14px 20px;
  border-radius: 0;
  appearance: auto;
}

.form-check-label {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}

.advertise_checkbx h6 {
  margin-bottom: 10px;
}

.request_demo_form .btn {
  border-radius: 6px;
  font-size: 14px;
}

.advertise_checkbx .form-check-input {
  border-color: #191A15;
}

.advertise_checkbx .form-check-label {
  color: #191A15;
}

.form-control:focus {
  box-shadow: none;
}

/* Features */
.inner_page_hero {
  padding: 120px 0;
}

.inner_page_hero h1 {
  font-size: 40px;
  font-weight: 600;
}

.inner_page_hero h5 {
  font-size: 24px;
  font-weight: 500;
}

section.section.features_sec {
  padding-bottom: 0px;
  padding-top: 0px;
}

.features_sec h2 {
  font-size: 40px;
  font-weight: 700;
}

.partners_logo .slick-track {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.features_sec h3 {
  font-size: 30px;
  font-weight: 700;
}

.partners_content {
  padding: 60px 0;
}

.dsm_list_section {
  padding: 80px 0;
  background: #E7F2FF url(../assets/img/dsm_bg.svg) no-repeat top center;
  background-size: cover;
}

.bg_light {
  background-color: #FFF;
}

.bg_dark {
  background-color: #F2F6FF;
}

.p-0 {
  padding: 0px;
}

.dsm_heading {
  text-align: center;
}

.dsm_heading h4 {
  color: #232526;
  font-size: 40px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.dsm_heading h4 span {
  color: #0081F7;
}

.dsm_heading h4:after {
  content: "";
  border-bottom: solid 3px var(--bs-primary);
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 245px;
  left: 0;
  right: 0;
  margin: auto;
}

.dsm_card_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}

.dsm_card {
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 23%;
  text-align: left;
}

.dsm_card h3 {
  font-size: 17px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.dsm_card h3 span.icon_box {
  background: #E8F4FF;
  padding: 8px;
  border-radius: 8px;
}

.dsm_card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.dsm_card ul li {
  margin-bottom: 16px;
  font-size: 15px;
  position: relative;
  padding-left: 27px;
}

.dsm_card ul li img.list_icon {
  position: absolute;
  left: 0;
}

.dsm_card ul li:last-child {
  margin-bottom: 0;
}

ul.features_lists {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 30px;
}

ul.features_lists li {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

ul.features_lists li b,
ul.partner_lists li b {
  display: block;
}

.comparison_content {
  max-width: 850px;
  margin: auto;
}

/* Market Place */
.inner_page_hero {
  padding: 120px 0;
}

.inner_page_hero h1 {
  font-size: 40px;
  font-weight: 600;
}

.inner_page_hero h5 {
  font-size: 24px;
  font-weight: 500;
}

section.section.partners_sec {
  padding-bottom: 0px;
}

.partners_sec h2 {
  font-size: 40px;
  font-weight: 700;
}

.resources_single_sec {
  margin-top: 90px;
}

/*.partners_logo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}*/
.partners_sec h3 {
  font-size: 30px;
  font-weight: 700;
}

.bg_light {
  background-color: #FFF;
}

.bg_dark {
  background-color: #E7F2FF;
}

ul.partner_lists {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 30px;
}

ul.partner_lists li {
  margin-bottom: 35px;
  display: flex;
  gap: 10px;
  color: #595959;
}

ul.partner_lists li b {
  color: #141414;
}

.comparison_content {
  max-width: 850px;
  margin: auto;
}

.feature_matrix {
  background-color: #F2F6FF;
  padding: 50px 0 60px 0;
}

.table.feature_matrix_table {
  border: none;
}

.table.feature_matrix_table thead tr {
  border: none !important;
}

.table.feature_matrix_table th,
.table.feature_matrix_table td {
  border: none;
  padding: 8px 15px;
  font-size: 14px;
}

.table.feature_matrix_table td {
  text-align: center;
  border-left: 1px solid var(--bs-white);
}

.table.feature_matrix_table tr:nth-child(odd) {
  background-color: #F0F5FF;
  border: solid 1px #FFF;
}

.table.feature_matrix_table tr:nth-child(even) {
  background-color: #FFF;
}

.tbl_head {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}

.table.feature_matrix_table tr:nth-child(odd) .tbl_genie {
  background-color: #D8E4FF;
}

.table.feature_matrix_table tr:nth-child(even) .tbl_genie {
  background-color: #F2F0F0;
}

/* Resources */
.resources_hero_sec {
  padding: 340px 0 80px;
  background: url(../assets/img/resources_hero_bg.jpg) no-repeat center;
  background-size: cover;
  color: var(--bs-white);
  margin-top: -90px;
}

.hero_heading {
  position: relative;
  z-index: 1;
}

.resources_hero_sec .hero_heading h1, .resources_hero_sec .hero_heading h2 {
  color: var(--bs-white);
}

.resources_hero_sec .hero_heading h4 {
  color: #92C5FF;
  font-weight: 500;
}

.resources_hero_sec .hero_heading p {
  font-size: 22px;
}

.lets_case_study {
  margin-top: 100px;
}

.resources_header {
  background-color: transparent;
}

.resources_header .navbar-light .navbar-nav .nav-link {
  color: #CFCFCF;
}

.resources_header .navbar-light .navbar-nav .nav-link:hover,
.resources_header .navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-white);
}

.case_study_content p {
  font-size: 22px;
  color: #555555;
  margin-bottom: 20px;
}

.resources_single_sec p {
  font-size: 20px;
  color: #3D3E40;
  margin-bottom: 20px;
}

.resources_single_sec b,
.resources_single_sec strong {
  font-weight: 600;
  text-decoration: underline;
}

.case_study_lisy {
  padding-left: 25px;
}

.case_study_summary h4 {
  margin-top: 40px;
}

.resources_single_sec .hero_heading h1 {
  font-size: 35px;
}

.resources_single_sec h4 {
  font-size: 28px;
}

.heading hr {
  max-width: 290px;
  height: 7px;
  color: #D0D5DD;
}

.solution_sec {
  background-color: #F2F6FF;
}

.solution_sec .heading p {
  font-size: 18px;
  margin-bottom: 30px;
}

.solution_content h5 {
  font-size: 20px;
}

.solution_content p {
  font-size: 18px;
  color: #555555;
}

.choose_item_ic {
  background: linear-gradient(180deg, #3689D6 -16.79%, #2080D7 20.89%, #498ECC 62.48%, #56A4EB 104.06%);
  display: inline-block;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.why_choose_item {
  text-align: center;
}

.choose_item_content h6 {
  font-size: 20px;
}

.choose_item_content p {
  font-size: 18px;
  margin-bottom: 0;
  color: #555555;
}

.choose_item_ic img {
  max-width: 25px;
}

.contact_details li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.need_help_ic {
  background: rgba(243, 249, 255, 0.93);
  padding: 15px;
  display: inline-block;
  border-radius: 100%;
}

.need_help_ic img {
  max-width: 28px;
  max-height: 28px;
  object-fit: cover;
}

.need_help_contect a {
  font-size: 18px;
  color: #1A191E;
}

.need_help_contect p {
  font-size: 14px;
  color: rgba(26, 25, 30, 0.5);
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0 !important;
  margin-bottom: 20px;
}

.accordion-item .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 0 0 1rem;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: transparent;
  box-shadow: none;
}

.accordion-body p {
  font-size: 18px;
  color: #555555;
}

.accordion-button::after {
  background-image: url(../assets/img/plus-ic.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../assets/img/minus-ic.svg);
}

.policy_sec h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-black);
  margin-top: 40px;
}

.policy_sec p {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
table.policy_tbl {
  width: 100%;
  border: solid 1px #e0e0e0;
  margin-bottom: 30px;
}

table.policy_tbl thead tr th {
  background: #e0e0e0;
  padding: 15px 20px;
}

table.policy_tbl thead tr th p {
  margin-bottom: 0;
  font-size: 15px;
}

table.policy_tbl tbody tr td {
  border-bottom: solid 1px #e0e0e0;
  padding: 15px 20px;
}

table.policy_tbl tbody tr td p {
  margin-bottom: 0;
  font-size: 14px;
}
.line_cookie {
  border-top: solid 1px #e0e0e0;
  padding-top: 15px;
}
.hero_sec .hero_heading h1 {
  margin: 0 auto 10px;
  font-weight: 700;
  color: #0081F7;
  font-size: 92px;
}

.hero_sec .hero_heading h2 {
  margin: 0 auto 80px;
  font-weight: 700;
  color: #414345;
  font-size: 68px;
}

.hero_sec .hero_heading h2.small_head {
  font-size: 40px;
}

.hero_sec .about_hero h1 {
  max-width: 100%;
  margin: 0 auto 10px;
  font-weight: 700;
  color: #0081F7;
  font-size: 92px;
}

.hero_sec .about_hero h6 {
  margin: 0 auto 80px;
  font-weight: 700;
  color: #191A15;
  font-size: 35px;
}

.table-responsive {
  background: #EDF3FE;
  padding: 30px 50px;
  border-radius: 20px;
}

.partners_logo img {
  max-width: 100px;
}

.partners_logo {
  max-width: 600px;
  margin: 20px auto;
}

.case_study_content h2 {
  font-size: 35px;
}

.resources_header .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../assets/img/mobile-burger-ic-white.svg) no-repeat left center;
}

.new_solutions .heading p {
  font-size: 18px;
  margin-bottom: 30px;
}

.need_help_sec .heading h2 {
  font-weight: 500;
}

.home_client {
  padding: 80px 0 80px;
  position: relative;
  z-index: 999;
}

header.header.resources_header.is-sticky {
  background: #303d4d;
}

.request-submit-item {
  text-align: center;
}

.request-submit-item img {
  margin-bottom: 20px;
}

.request-submit-item h4 {
  font-size: 25px;
  color: #0DA476;
  margin-bottom: 30px;
}

.request-submit-item p {
  font-size: 22px;
  color: #191A15;
  margin-bottom: 10px;
  font-weight: 500;
}

.request-submit-item p+p {
  color: #999999;
  margin-bottom: 20px;
  font-weight: 400;
}

.request_demo_submit .modal-dialog {
  max-width: 750px;
}

.request_demo_submit .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #F8F9FA;
  border: none;
  border-radius: 30px;
  outline: 0;
}

.request_demo_submit .modal-body {
  padding: 3rem;
}

.request-submit-item .btn {
  max-width: 200px;
  width: 100%;
  border-radius: 10px;
}

.is-invalid {
  border: 1px solid red !important;
}

.newlatter_form .is-invalid {
  border: 2px solid red !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.home_client p {
  margin-bottom: 0;
}



/* .genie_sec h2 span {
  position: relative;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #0081F7 0%, #94C2EB 100%) 1;
} */

.genie_sec .genie_item {
  padding-bottom: 100px;
}

.genie_sec .genie_item:last-child {
  padding-bottom: 0;
}

.request_demo_sec {
  padding: 20px 0;
  background: linear-gradient(to right, #f2f6ff 0%, #d3dbed 100%);
}

.request_demo_item button {
  font-size: 24px;
  font-weight: 700;
  color: #001E6C;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 50px;
  width: 300px;
  flex-direction: row-reverse;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* .testimonial_item .row {
  flex-direction: row-reverse;
  text-align: left;
} */

.request_demo_item button img {
  max-width: 30px;
}

.request_demo_slider .slick-track {
  width: 100% !important;
  display: flex;
  align-items: center;
}

.genie_item_text {
  color: #4b5259;
  font-size: 22px;
  line-height: 40px;
  text-align: justify;
  padding-top: 140px;
}

.request_demo-popup .modal-dialog.request_demo_submit {
  max-width: 750px;
}

.partner_heading {
  padding-right: 30px;
  border-right: 1px solid #E5E5E5;
}

.market_partner_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 20px;
}

.market_partner_logo h6 {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 18px 10px;
  border-radius: 10px;
  width: calc(21% - 23px);
}

.market_partner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin-top: -170px;
  background: #fff;
  border: 1px solid #E6E8EB;
  margin-bottom: 70px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.partner_heading p {
  margin-bottom: 0;
}

.market_partner .partner_item {
  padding: 45px;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.market_hero {
  padding-bottom: 200px;
}

th h6 {
  margin-bottom: 0;
  font-size: 20px;
  color: #5D5D5D;
  font-weight: 600;
  text-align: center;
}

.over_product {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.over_product p {
  color: #555555;
}

.over_product p b {
  font-weight: 600;
}

.about_hakuhodo {
  padding: 80px 0;
  position: relative;
}

.about_sections {
  background: url(../assets/img/about_bg.png) no-repeat 0px 470px;
  position: relative;
  padding-top: 0px;
  background-size: cover;
}

.about_curve_section {
  position: relative;
}

.about_curve_section:after {
  content: '';
  background: url(../assets/img/about_top_curve.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 1;
}

/* .about_hakuhodo:after {
  content: '';
  background: url(../assets/img/genie_sec_bg.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 1;
} */

.leadership_sec h2 {
  color: #0081F7;
}

.leadership_item {
  text-align: center;
  margin-bottom: 40px;
}

.subHead {
  color: #6c7f91;
  font-size: 18px;
  font-weight: 700;
}

.leader_img {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.leader_img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}

.leader_info h6 {
  margin-bottom: 5px;
  color: #141414;
}

.leader_info p {
  font-size: 14px;
  margin-bottom: 0;
  color: #141414;
}

.our_product_a {
  padding: 100px 0 150px
}

.about_hakuhodo p {
  color: #555555;
  line-height: 30px;
  margin-bottom: 0;
}

.about_hakuhodo_cont-1 {
  padding-right: 100px;
}

.about_hakuhodo_cont-2 {
  padding-left: 100px;
}

/* .about_hakuhodo h2 span {
  position: relative;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #0081F7 0%, #94C2EB 100%) 1;
} */

.about_para {
  padding: 80px 0 40px 0;
}

ul.brands_logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  gap: 50px;
  padding: 0;
  margin: 40px 0;
}

.platforms_section {
  padding: 40px 0;
}

.platforms_section h2 {
  color: #191A15;
  font-weight: 600;
  max-width: 810px;
  margin: 0 auto 20px;
}

.platforms_section ul.brands_logo {
  justify-content: center !important;
  margin-bottom: 0px !important;
}

.section_heading h2 {
  color: #0081F7;
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 40px;
  line-height: 50px;
}

.section_heading h2.double_line {
  line-height: 76px;
}

.section_heading h2 span {
  color: #191A15;
  font-weight: 700;
  font-size: 44px;
  line-height: 23px;
}

.img_animation {
  display: block;
}

.img_regular {
  display: none;
}

.about_heading h2 {
  color: #0081F7;
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 40px;
  line-height: 80px;
}

.about_heading h2 span {
  color: #191A15;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
}

.pim_img {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 20px !important;
}

.asterisk {
  color: red;
}
.policy_section {
  border-bottom: solid 1px #b3b3b3eb;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.policy_section h6 {
  margin-bottom: 10px;
  font-size: 20px;
}
.policy_section .bold_text {
  display: block;
}

.policy_section ol li, .policy_section ul li {
  margin-bottom: 15px;
}

/*====================== Testimonial Slider Css Start Here =======================*/

/* page styles */
.ax-hidden {
  visibility: hidden;
  position: absolute;
}

/* carousel styles */
.carousel {
  --carousel-height: 400px;
  --carousel-width: 1000px;
  --carousel-item-height: 150px;
  --carousel-item-width: 150px;

  width: 100%;
}

.carousel-container {
  align-items: center;
  display: flex;
  min-height: var(--carousel-height);
  margin: 0 auto;
  max-width: var(--carousel-width);
  position: relative;
}

.carousel-item {
  height: var(--carousel-item-height);
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: var(--carousel-item-width);
  z-index: 0;
  display: block;
}

.carousel-item-1 {
  left: 15%;
  opacity: 0.4;
}
.testimonial_card {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
  border-radius: 10px;
}
.testimonial_card .testimonial_img {
  width: 70px;
  height: 70px;
  border-radius: 80px;
  object-fit: cover;
}
.testimonial_card h3 {
  font-size: 16px;
}
.testimonial_top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial_card strong {
  font-size: 12px;
}

.testimonial_card small {
  color: #00000099;
  font-size: 12px;
}

.testimonial_cont {
  display: flex;
  flex-direction: column;
}

.testimonial_desc {
  font-size: 14px;
}
.testimonial_slider_wrap .carousel-container {
  max-width: 100%;
}
.carousel-item-2,
.carousel-item-4 {
  height: calc(var(--carousel-item-height) * 1.5);
  opacity: 1;
  width: calc(var(--carousel-item-width) * 1.5);
  z-index: 1;
}

.carousel-item-2 {
  left: 30%;
}

.carousel-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: calc(var(--carousel-item-height) * 2);
  opacity: 1;
  left: 50%;
  width: calc(var(--carousel-item-width) * 2);
  z-index: 2;
}

.carousel-item-4 {
  left: 70%;
}

.carousel-item-5 {
  left: 85%;
  opacity: 0.4;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

/* carousel button styles */
.carousel-control {  
  background-color: transparent;
  border: 2px solid;
  border-radius: 4px;
  color: #aaa;
  cursor: pointer;
  height: 22px;
  margin: 0 20px;
  position: relative;
  transform: scale(1.5);
  transition: transform 0.5s ease-out;
  width: 22px;
}

.carousel-control:hover {
  transform: scale(1.3);
}

/* previous button */
.carousel-control-previous::after,
.carousel-control-previous::before {
  box-sizing: border-box; 
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  top: 5px
}
.carousel-control-previous::before {
  background: currentColor;
  border-radius: 2px;
  right: 11px;
  width: 2px;
}
.carousel-control-previous::after {
  border-bottom: 4px solid transparent;
  border-right: 5px solid;
  border-top: 4px solid transparent;
  right: 5px;
  width: 0;
}

/* next button */
.carousel-control-next::after,
.carousel-control-next::before {
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 5px
}
.carousel-control-next::before {
  background: currentColor;
  border-radius: 2px;
  left: 11px;
  width: 2px;
}
.carousel-control-next::after {
  border-bottom: 4px solid transparent;
  border-left: 5px solid;
  border-top: 4px solid transparent;
  left: 5px;
  width: 0;
}

/* play button */
.carousel-control-play::before {
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  border-top: 5px solid transparent;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 7px;
  top: 4px;
  width: 0;
}

/* pause button */
.carousel-control-play.playing::before {
  border-bottom: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  border-top: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 6px; 
  width: 6px;
}

/* add button */
.carousel-control-add::after,
.carousel-control-add::before {
  background: currentColor;
  border-radius: 5px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 4px;
  top: 8px;
  width: 10px;
}
.carousel-control-add::after {
  height: 10px;
  left: 8px;
  top: 4px;
  width: 2px;
}


/*===================== Cookie Popup Css Start =================================*/
.cookie_banner_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 200000000;
  border-radius: 8px 8px 0px 0px;
  min-height: 190px;
  padding: 24px 74px 24px 74px;
  animation: slideUp .6s ease-out forwards;
}

.cookie_controls {
  display: flex;
  justify-content: end;
}

.cookie_dismiss {
  width: 36px;
  height: 22.5px;
  padding: 6.75px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: .563px solid #767676;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/close_icon.svg");
}

.cookie_header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.cookie_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  text-align: left;
}

.cookie_primary_block {
  display: flex;
}

.cookie_primary_content {
  color: #767676;
  font-size: 14.045px;
  font-style: normal;
  line-height: 21.429px;
  margin-right: 90px;
}

.cookie_consent_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  gap: 15px;
}

.cookie_consent_buttons button {
  display: flex;
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #0081f7;
  color: #0081f7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  background: #FFF;
}

.cookie_secondary_content {
  color: #767676;
  font-size: 14.045px;
  font-style: normal;
  line-height: 21.429px;
  margin-bottom: 16.07px;
  display: inline;
}

.cookie_expand {
  display: inline;
  cursor: pointer;
    font-size: 14.045px;
}
.cookie_collapse {
  display: inline;
  cursor: pointer;
  font-size: 14.045px;
}
.cookie_secondary_content_expanded {
  color: #767676;
  font-size: 14.045px;
  font-style: normal;
  line-height: 21.429px;
  margin-bottom: 0;
}

.cookie_secondary_content_expanded p {
  margin-bottom: 0;
}
/* ============== Cookies Css ================*/

.ensModalWrapper .modal-dialog {
  max-width: 900px;
  height: 85%;
  overflow: auto;
  border: none !important;
  border-top: 3px solid #0081f7 !important;
  box-shadow: 0 0 0 transparent !important;
}

.ensModalWrapper .modal-dialog .modal-content {
  border-radius: 0;
  border: none !important;
}

.ensModalWrapper .ensTitle {
  position: relative;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  font-size: 20px;
  color: #000000;
  width: auto;
  left: 0;
  top: 0;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 40px;
  padding-right: 20px;
}

.ensModalWrapper .consentDescription {
  font-size: 15px;
  margin: 30px 40px 30px 40px;
  line-height: 24px;
}

.ensModalWrapper .ensToggleRowWrapper {
  margin: 0 40px 0 40px;
}

.ensModalWrapper .ensToggleRow {
  border: 1px solid #d6d6d6;
  padding: 25px 25px 25px 25px;
  font-size: 15px;
  line-height: 24px;
      margin-bottom: 20px;
}

.ensModalWrapper .ensToggleRow label.ensToggleLabel {
  font-size: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.ensModalWrapper .switch {
  display: block;
  width: 50px;
  height: 15px;
  background: #939393;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.ensModalWrapper input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .ensCheckbox ~ .switch {
  position: relative;
  width: 66px;
  height: 28px;
  background-color: #58595b;
  border-radius: 45px;
}
.ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .ensCheckbox:checked ~ .switch {
  background: #0081f7;
  position: relative;
}
.ensModalWrapper .toggle {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: -2px;
  left: -2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.ensModalWrapper input[type="checkbox"]:checked ~ .toggle {
  background: #fff;
  left: 36px;
  transition: 0.5s;
}
.ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .ensCheckbox ~ .toggle {
  height: 23px;
  width: 23px;
  top: 2px;
  left: 3px;
  display: inline-block;
}
.ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .ensCheckbox:checked ~ .toggle {
  left: 40px;
}
.ensToggleRow .card{
border: none;
}
.ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .ensCheckbox ~ .switch:after {
  content: 'off';
  position: absolute;
  top: 2.5px;
  left: 30px;
  font-weight: bold;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.ensToggleRowWrapper .ensToggleRow .ensToggleLabel .card .ensCheckbox:checked ~ .switch:after {
  content: 'on';
  left: 10px;
}
.consent-btn{
width: 220px;
    margin: 0 5px;
}
.ensButtons {
  text-align: center;
  padding: 10px 0 30px 0;
}
table.policy_tbl {
  width: 100%;
  border: solid 1px #e0e0e0;
  margin-bottom: 30px;
}

table.policy_tbl thead tr th {
  background: #e0e0e0;
  padding: 15px 20px;
}

table.policy_tbl thead tr th p {
  margin-bottom: 0;
  font-size: 15px;
}

table.policy_tbl tbody tr td {
  border-bottom: solid 1px #e0e0e0;
  padding: 15px 20px;
}

table.policy_tbl tbody tr td p {
  margin-bottom: 0;
  font-size: 14px;
}
.line_cookie {
  border-top: solid 1px #e0e0e0;
  padding-top: 15px;
}
.ensButtons .btn-dark {
  background: #0081f7;
  border: #0081f7;
}
.ensButtons .btn-dark:hover, .ensButtons .btn-dark:focus {
  background: #222938;
  color: #FFF;
}

.ensButtons .btn-outline-dark {
  border: solid 1px #0081f7;
  color: #0081f7;
}
.ensButtons .btn-outline-dark:hover, .ensButtons .btn-outline-dark:focus {
  background: #222938;
  color: #FFF;
  border: solid 1px #222938;
}

/* Blog List Page */
    .blog_list_sec h1 {
      color: #0081f7;
      font-size: 45px;
      margin-bottom: 10px;
    }

    .blog_list_sec .description {
      font-size: 16px;
      color: #474948;
      margin-bottom: 30px;
    }

    .blog_list_sec .tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      
    }

    .blog_list_sec .nav-tabs {
      border-bottom:none;
      gap: 20px;
      margin-bottom: 40px;
    }

    .blog_list_sec .nav-link, .blog_list_sec a.nav-link{
      font-weight: 600;
      color: #1f1d1e;
      font-size: 14px;
      padding: 0;
    }
    .blog_list_sec .nav-link:focus, .blog_list_sec .nav-link:hover, .blog_list_sec a.nav-link:hover, .blog_list_sec a.nav-link:focus{
         border: solid 1px transparent !important;
         outline: none !important;
         color: #647676;
    }

    .blog_list_sec .nav-link.active {
      border-bottom:solid 1px #647676 !important;
      color: #647676;
      border: solid 1px transparent;
      outline: none !important;
    }

    .blog_list_sec .blog-list {
      display: none;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }

    .blog_list_sec .blog-list.active {
      display: grid;
    }

     .blog_list_sec .custom_badge {
      position: absolute;
      bottom: 20px;
      left: 0px;
      background: #333;
      color: #fff;
      padding: 6px 17px;
      font-size: 14px;
      font-weight: 600;
    }
    .blog-card-box{
      position: relative;
    }
    .grey_badge{
      background: #4a534e !important;
    }
    .purple_badge{
      background: #614085 !important;
    }

    .blog_list_sec .blog-card {
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.32);
      -webkit-box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.32);
      -moz-box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.32);
    }

    .blog_list_sec .card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .blog_list_sec .blog-card h3 {
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 10px;
    }

    .blog_list_sec .blog-card p {
      font-size: 14px;
      color: #333;
    }

    .blog_list_sec .read-more {
      margin-top: 13px;
      font-weight: 400;
      color: #333;
      text-decoration: none;
    }

    .blog_list_sec .read-more:hover {
      text-decoration: underline;
    }
    .sidebar_cat {
    background-color: #F2F6FF;
    border: solid 1px #dfe2e9;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.sidebar_cat .nav.nav-tabs {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
    border-bottom: none;
}

.sidebar_cat .nav.nav-tabs .nav-link:hover, .sidebar_cat .nav.nav-tabs .nav-link:focus {background: #FFF;}

.sidebar_cat .nav.nav-tabs .nav-link {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    border: none !important;
}

.sidebar_cat .nav.nav-tabs .nav-item {
    margin-bottom: 10px;
}
.sidebar_cat .nav.nav-tabs .nav-item:last-child {
    margin-bottom: 0px;
}
.sidebar_form_container {
  position: relative;
}
.sidebar_form {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 100px;
}

.sidebar_form h2 {
    font-size: 18px;
}

.sidebar_form .form_row {
    margin-bottom: 15px;
}

.sidebar_form label.form-label {
    font-size: 14px;
    font-weight: 400;
    color: #191A15;
    margin-bottom: 2px;
}

.sidebar_form .form-control {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ECEEF0;
    padding: 14px 20px;
    border-radius: 0;
    appearance: auto;
}

.sidebar_form .form_row .btn-primary {
    padding: 10px 40px;
    font-size: 14px;
    margin-top: 8px;
}

.sidebar_form .form_row:last-child {
    margin-bottom: 0;
}
.sidebar_newsletter {
    background: #222938;
    padding: 20px;
}

.sidebar_newsletter h6 {
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.sidebar_newsletter p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #A6A6A6;
}

.breadcrumb {
      display: flex;
    align-items: center;
    background: #FFF;
    padding: 10px 20px;
    font-size: 13px;
    width: 300px;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 14px;
}

.breadcrumb-blog {
    display: flex;
    align-items: center;
    background: none;
    padding: 0 15px;
    width: auto;
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
  display: flex;
  align-items: center;
  display: flex;
  gap: 5px;
}

.breadcrumb a i {
  margin-right: 5px;
}

.breadcrumb span.separator {
  margin: 0 8px;
  color: #999;
}

.breadcrumb span.active {
  font-weight: bold;
  color: #000;
}

.table_content {
    margin-bottom: 30px;
    width: 100%;
    background: #f0f1f3;
    padding: 22px;
}

.table_content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.table_content ul {
    padding: 0 0 0 15px;
        margin-bottom: 0;
}

.table_content ul li {
    margin-bottom: 8px;
}

.table_content ul li a {
    color: #000;
}
    .load_more_wrap {
      text-align: center;
    }
    .load_more_btn{
      background: #0081f7;
      color: #FFF;
      padding: 12px 40px;
      margin-top: 10px;
      display: inline-block;
    }
    .load_more_btn:hover, .load_more_btn:focus{
      background: #000;
      color: #FFF;
    }

/* Blog Detail Page */
.blog_details_sec h1 {
    color: #0081f7;
    font-size: 45px;
    margin-bottom: 10px;
}
.date_social {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.date_social strong {
    font-size: 13px;
}
.share_link {
    display: flex;
    gap: 10px;
}
.share_link .share_title {
    background: #efefef;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #4f4f51;
    text-transform: uppercase;
}
.share-buttons {
    display: flex;
    gap: 10px;
}

.blog_socials ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0px;
}

.blog_socials ul li a {
  background: var(--bs-primary);
  padding: 7px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 1px;
  display: inline-block;
}

.blog_socials ul li img {
  transition: all .5s;
}

.blog_socials ul li a:hover img {
  transform: scale(1.3);
}
.large_text {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dedede;
}
.blog_details_sec p{
  line-height: 32px;
  color: #4b5259;
}
.blog_details_sec a{
  color: #000;
  font-weight: 400;
}
.blog_detail_section h2 {
    color: #0081f7;
    font-size: 22px;
    margin-bottom: 5px;
}
.highlight-box {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 25px;
}

.highlight-box p {
    margin-bottom: 0;
}
ul.pim_work {
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
}

ul.pim_work li {
    margin-bottom: 15px;
}
.author_box {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.author_box .author_img {
    width: 144px;
    height: 144px;
    border-radius: 200px;
}
.author_title {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.author-details span {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.author_title a {
    border: solid 1px #e7e7e7;
    padding: 5px 25px;
    border-radius: 60px;
    font-size: 13px;
}

.see_more_btn {
    border: solid 1px #1b1b1b;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.see_more_btn:hover, .see_more_btn:focus {
    background: #1b1b1b;
    color: #FFF;
}
.follow_link {
    display: flex;
    gap: 5px;
    align-items: center;
}


.resource_card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: none;
}

.resource_card_header {
  position: relative;
}

.resource_card_header .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #e5006e;
  color: white;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.resource_card_header img {
  width: 100%;
  /* height: 220px; */
  object-fit: cover;
}

.resource_card_body {
  padding: 16px;
}

.resource_card_body .meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.resource_card_body .title {
  font-size: 16px;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.resource_card_body .desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.resource_card_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.resource_card_link a {
  color: #2c3e50;
  background: #eef3f9;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.resource_card_link span {
  font-size: 18px;
}
.resource_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.view_more_btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #0081f7;
}



/*====================== Testimonial Slider Css End Here =======================*/

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px !important;
  }
}

@media (max-width: 1199px) {
  ul.brands_logo {
    gap: 10px;
  }

  .home_client ul.brands_logo li img {
    height: 80px;
  }

  br {
    display: none;
  }

  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 34px;
  }

  h4,
  .h4 {
    font-size: 28px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .testimonial_inner_sec {
    padding: 50px 30px;
  }

  .footer_menu ul {
    gap: 40px;
  }

  .circular-slider .wrapper .descriptions__item img {
    max-width: 560px;
  }

  .navbar-light .navbar-nav .nav-link,
  .btn.request_demo {
    font-size: 12px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .partners_logo .slick-track {
    display: block;
  }

  .partners_logo .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .testimonial_slider {
    min-height: 420px;
  }

  .header.is-sticky .container {
    margin-left: 30px;
    max-width: 100%;
  }

  .navbar-light .navbar-nav .nav-link,
  .btn.request_demo {
    font-size: 14px;
  }

  .hero_sec .hero_heading h1 {
    font-size: 72px;
  }

  .hero_sec .hero_heading h2 {
    font-size: 48px;
  }

  ul.brands_logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .genie_sec .genie_item .col-md-6 {
    width: 100%;
  }

  .genie_sec .genie_item .col-md-6 .genie_item_text {
    padding-top: 0;
  }

  .testimonial_inner_sec .sec_heading h2 {
    font-size: 32px;
  }

  .head_btn {
    display: none;
  }

  .logo_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .navbar-light .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #908e95;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    border: none;
  }

  header .navbar-nav li ul {
    border: none;
    max-width: 95%;
    margin: 0 auto;
  }

  .navbar-light .navbar-nav .nav-item:last-child {
    border: none;
  }

  .main_footer .footer_main_menu {
    margin-bottom: 30px;
  }

  .hero_slider {
    margin-top: 50px;
  }

  .features_sec h3 {
    font-size: 20px;
  }

  .market_partner_logo {
    gap: 20px;
  }

  .market_partner_logo h6 {
    width: calc(33% - 15px);
    font-size: 14px;
  }

  .footer .col-md-8,
  .footer .col-md-4 {
    width: 50%;
  }

  .navbar-collapse {
    background: #FFF;
    position: absolute;
    top: 108px;
    right: 0;
    width: 100%;
  }

  .navbar-collapse ul li {
    padding: 10px 0 !important;
  }

  .user_img img {
    width: 125px;
    height: 125px;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .request_demo_form .form-control {
    font-size: 13px;
  }

  .request_demo_form .form-control {
    padding: 12px 10px;
  }

  .table-responsive {
    padding: 30px 20px;
  }

  .resources_header .navbar-light .navbar-nav .nav-link {
    color: #000;
  }

  .resources_header .navbar-light .navbar-nav .nav-link:hover,
  .resources_header .navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
  }

  .laptop_img {
    width: 470px;
    top: 0;
  }

  .circular-slider .wrapper .descriptions__item img,
  .circular-slider .wrapper .descriptions__item {
    max-width: 320px;
  }

  .circular-slider .wrapper,
  .hero_slider {
    height: 335px !important;
  }

  .circular-slider .wrapper .descriptions {
    top: 17px;
  }

  .slider {
    max-width: 768px;
    margin: 0 auto;
  }

  .about_hakuhodo_cont-1 {
    padding-right: 0;
    margin-top: 30px;
  }

  .about_hakuhodo_cont-2 {
    padding-left: 0;
    margin-top: 30px;
  }

  .section_heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section_heading h2 span {
    font-size: 30px;
  }

  .dsm_card {
    width: 46%;
  }

  .about_para {
    padding-top: 0;
  }

  .about_hakuhodo .col-lg-12 img {
    width: 100%;
  }
}



@media (max-width: 767px) {
  .testimonial_slider {
    min-height: 550px;
  }
  .about_heading h2 span {
    font-size: 26px;
  }

  .about_hakuhodo {
    padding-bottom: 0;
  }

  .dsm_heading h4 {
    font-size: 32px;
  }

  section.section.partners_sec {
    padding-top: 0;
  }

  .footer .col-md-8,
  .footer .col-md-4 {
    width: 100%;
  }

  .circular-slider .wrapper .slides-holder {
    margin-top: 55px !important;
  }

  .footer_menu ul {
    gap: 20px;
    margin-top: 20px;
  }

  .copywrite {
    text-align: center;
  }

  .market_partner_logo {
    margin-top: 30px;
    padding-left: 0;
  }

  .footer_socials {
    margin: auto;
    text-align: center;
  }

  .footer_socials ul {
    justify-content: center;
  }

  .prefoot_form h6 {
    justify-content: center;
  }

  .footer_logo {
    text-align: center;
    max-width: 150px;
    margin: 0 auto 20px;
  }

  .footer-pera p {
    text-align: center;
  }

  .inner_page_hero h1 {
    font-size: 28px;
  }

  .inner_page_hero h5 {
    font-size: 20px;
  }

  /*.partners_logo {
      flex-direction: column;
  }*/
  .success_sec h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }

  .table.feature_matrix_table {
    white-space: nowrap;
  }

  .partners_sec h3 {
    font-size: 25px;
  }

  
  .resources_hero_sec .hero_heading h1, .resources_hero_sec .hero_heading h2 {
    font-size: 34px;
  }

  .resources_hero_sec .hero_heading p {
    font-size: 20px;
  }

  .case_study_content h2,
  .features_sec h2,
  .solution_sec h2,
  .why_choose_sec h2 {
    font-size: 26px;
  }

  .case_study_content p {
    font-size: 17px;
  }

  .case_study_img {
    margin: 25px 0;
  }

  p {
    font-size: 16px !important;
  }

  .resources_single_sec .hero_heading h1 {
    font-size: 30px;
  }

  .our-mission {
    margin-bottom: 20px;
  }

  .accordion-item .accordion-button {
    line-height: 24px;
    font-size: 16px;
  }

  .hero_heading h1 {
    font-size: 30px;
  }

  .genie_item_content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .testimonial_inner_sec .sec_heading h2 {
    font-size: 28px;
    line-height: 45px;
  }

  .genie_item_content h2 span {
    font-size: 38px;
  }

  .testimonial_inner_sec {
    padding: 50px 30px;
  }

  .prefoot_form p {
    text-align: center;
  }

  .prefoot_form {
    text-align: center;
  }

  form.newlatter_form {
    margin: auto;
  }

  .genie_item img {
    max-width: 360px;
    margin: 0 auto 30px;
    padding-left: 0;
  }

  .testimonial_slider .slick-arrow {
    display: none !important;
  }

  .genie_slider .slick-dots li button {
    width: 100%;
    height: 10px;
  }

  .success_sec {
    overflow: hidden;
  }

  .btn {
    font-size: 16px;
    padding: 12px 30px;
  }

  form.newlatter_form input {
    padding: 11px 70px 11px 18px;
  }

  form.newlatter_form .btn {
    width: 40px;
    height: 40px;
  }

  .request_demo-popup .btn-close {
    background-image: url(../assets/img/popclose-mob.svg);
  }

  .modal-dialog {
    margin: 2.5rem;
  }

  .request_demo_form {
    padding: 25px;
  }

  .request_demo-popup .request_pop_main {
    padding: 50px 25px 25px;
  }

  .laptop_img {
    width: 390px;
    top: 5px;
  }

  .circular-slider .wrapper .descriptions__item img,
  .circular-slider .wrapper .descriptions__item {
    max-width: 250px;
  }

  .circular-slider .wrapper {
    height: 250px !important;
  }

  .circular-slider .wrapper .descriptions {
    top: 15px;
  }

  .slider {
    max-width: 576px;
    margin: 0 auto;
  }

  .hero_slider {
    height: 280px !important;
  }

  .descriptions__item h5 {
    font-size: 18px;
  }

  .descriptions__item p {
    font-size: 14px !important;
  }

  .circular-slider .wrapper .slides-holder__item {
    max-width: 65px;
    max-height: 65px;
  }

  .about_hakuhodo:after {
    top: -45px;
  }

  .partner_heading {
    padding-right: 0;
    border-right: none;
  }

  .descriptions__item h5 {
    margin-top: 10px;
  }

  .genie_sec {
    padding-top: 0;
  }

  .genie_sec .genie_item {
    padding-bottom: 50px;
  }

  .genie_item_img {
    padding-left: 0;
  }

  .request_demo_item button img {
    max-width: 25px;
  }

  .request_demo_item button {
    font-size: 20px;
    width: 240px;
  }

  .hero_sec .hero_heading h1 {
    font-size: 48px;
  }

  .hero_sec .hero_heading h2 {
    font-size: 30px;
  }

  .hero_sec .hero_heading h2.small_head {
    font-size: 30px;
  }

  .home_client h2 {
    font-size: 28px;
  }

  .genie_sec:after {
    height: 90px;
  }
}

@media (max-width: 575px) {

  .laptop_img {
    width: 200px;
    top: 0;
  }

  .circular-slider .wrapper .descriptions__item img,
  .circular-slider .wrapper .descriptions__item {
    max-width: 210px;
  }

  .circular-slider .wrapper .descriptions {
    top: 33px;
  }

  .hero_slider {
    height: 230px !important;
    margin-top: 50px;
  }

  .market_partner_logo h6 {
    width: calc(50% - 10px);
  }

  .market_partner .partner_item {
    padding: 45px 25px;
  }

  .circular-slider .wrapper {
    height: 230px !important;
  }

  .slider {
    max-width: 360px;
    margin: 0 auto;
  }

  .circular-slider .wrapper .slides-holder__item {
    border: none;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  .resources_hero_sec {
    padding: 240px 0 80px;
  }

  .testimonial_inner_sec {
    padding: 50px 15px;
  }

  .testimonial_slider {
    padding: 0;
    min-height: 580px;
  }


  .request_demo_submit .modal-body {
    padding: 2rem 1rem;
  }

  .request_demo_submit .modal-dialog {
    margin: 1rem;
  }

  .circular-slider .wrapper .slides-holder__item {
    max-width: 45px;
    max-height: 45px;
  }

  br {
    display: none;
  }

  .circular-slider .wrapper .slides-holder {
    margin-top: 50px !important;
  }

  .about_hakuhodo {
    padding: 50px 0;
  }

  .our_product_a {
    padding: 50px 0 100px
  }

  .descriptions__item h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  .descriptions__item p {
    font-size: 13px !important;
  }

  .request_pop_content h5 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .footer_main_menu h6 {
    justify-content: center;
  }

  .footer_main_menu ul {
    text-align: center;
  }

  .genie_item img {
    text-align: center;
    max-width: 100%;
  }
  .user_info p {
    font-size: 14px !important;
  }
}