/* =======================.campaign-1================== */
/* ==================================================== */

.campaign-1 {
  padding: 59px 0 41px 0;
  background-color: #fbfaf5;
}

.campaign-1 .heading-text {
  text-align: center;
}

.campaign-1 .heading-text h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0px;
  color: var(--primary-color);
  padding-bottom: 24px;
}

.campaign-1 .heading-text h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: var(--primary-color);
  padding-bottom: 24px;
}

.campaign-1 .heading-text p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: var(--text-color-1);
  padding-bottom: 25px;
}

.campaign-1 .image {
  height: 200px;
}

.campaign-1 .image img {
  width: 100%;
  padding-bottom: 0;
  height: 100%;
  object-fit: cover;
}

.campaign-1 .content-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  font-family: var(--headingFont);
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 85px;
}

.guides.campaign-1.two .content-wrapper h4,
.campaign-1.campaign-2.two.campaign-3 .content-wrapper h4,
.guides.campaign-1 .content-wrapper h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 58px;
}

.campaign-1 .content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.campaign-1 .content-wrapper .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--secondary-color);
  width: 100%;
  height: 55px;
  border-radius: 12px;
  font-family: var(--headingFont);
}

.campaign-1 .content-wrapper {
  border: 2px solid #395460;
  border-radius: 24px;
  overflow: hidden;
}

.campaign-1 .content-wrapper .button a span {
  background-color: transparent;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
}

.campaign-1 .content-wrapper .text-wrap {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* .campaign-1 .content-wrapper .text-wrap p{
    padding: 20px 0 0 0;
} */
.campaign-1 .content-wrapper .text-wrap p {
  padding-bottom: 20px;
  color: var(--text-color-1);
  min-height: 120px;
}

.guides.campaign-1.two .content-wrapper .text-wrap p,
.campaign-1.campaign-2.two.campaign-3 .content-wrapper .text-wrap p,
.guides.campaign-1 .content-wrapper .text-wrap p {
  min-height: 170px;
}

.campaign-1 .bottom-text p {
  font-size: 16px;
  font-style: italic;
  font-family: var(--headingFont);
  text-align: center;
}

/* cta-1 */
.cta-1 {
  background-color: #173c50;
  color: #fff;
  padding: 59px 0 40px 0;
}

.cta-1 .heading-wrap h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  font-family: var(--headingFont);
  padding-bottom: 47px;
}

.cta-1 .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--bodyFont);
  padding-bottom: 10px;
}

/* tab-1 */
.tab-1 {
  padding: 80px 0 60px 0;
  background-color: #fff;
}

.tab-1 .heading h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  font-family: var(--headingFont);
  color: var(--headingFont);
  text-align: center;
  padding-bottom: 21px;
}

.tab-1 .heading h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: var(--primary-color);
  text-align: center;
  padding-bottom: 60px;
}

.tab-1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  opacity: 0;
  visibility: hidden;
}

.tab-1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  opacity: 0;
  visibility: hidden;
}

.tab-1 .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

.tab-1 .swiper-button-prev {
  background-color: color(srgb 0.04 0.16 0.23 / 0.56);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  left: -22px;
}

.tab-1 .swiper-button-next {
  background-color: color(srgb 0.04 0.16 0.23 / 0.56);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  right: -22px;
}

.tab-1 .nav-pills .nav-item .nav-link {
  background-color: #173c50;
  color: #fff;
  padding: 16px 30px;
  font-size: 18px;
  font-family: var(--bodyFont);
  border-radius: 15px !important;
}

.tab-1 .nav-pills .nav-item .nav-link.active,
.tab-1 .nav-pills .nav-item .nav-link:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

.tab-1 #pills-tab {
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  padding-top: 13px;
}

.tab-1 .inner-heading-wrapper {
  text-align: center;
}

.tab-1 .inner-heading-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-1);
}

.tab-1 .inner-heading-wrapper .p-2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-color-1);
  margin-top: 20px;
  margin-bottom: 13px;
}

.tab-1.campaign-1 .button-1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 70px; */
  padding-top: 25px;
}

.tab-1.campaign-1 .button-1 a {
  background-color: #092a3b;
  color: #fff;
  padding: 33px 32px;
  border-radius: 12px;
  line-height: 0;
}

.tab-1.campaign-1 .button-1 a:hover {
  background-color: var(--secondary-color);
}

.tab-1 #pills-contact .content-wrapper {
  height: 578px !important;
}

/* .campaign-1.campaign-2.two.campaign-3 .col-lg-12.px-3 .content-wrap.three{
  padding: 0 15px;
} 

#pills-tabContent .content-wrapper {
  height: 588px !important;
} */

#pills-tabContent .swiper.mySwiper.campaign {
  width: calc(100% - 90px);
}

/* spotlight */
.spotlight .header {
  text-align: center;
}

.spotlight .header h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  align-items: center;
  padding-bottom: 20px;
}

.spotlight .header h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: var(--text-color-1);
  align-items: center;
  padding-bottom: 25px;
}

.button-wrapper-1 a {
  background-color: var(--primary-color);
  line-height: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--bodyFont);
  color: #fff;
  padding: 20px 35px;
  border-radius: 12px;
}

.button-wrapper-1 a:hover {
  background-color: var(--secondary-color);
}

.button-wrapper-1 {
  width: 100%;
  text-align: center;
  padding-top: 92px;
}

/* guides  */

.guides.campaign-1 .heading-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  text-align: center;
  padding-bottom: 50px;
}

.guides.campaign-1 .heading-wrapper p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: var(--bodyFont);
  color: #173c50;
  text-align: center;
}

.guides.campaign-1 .heading-wrapper {
  padding-bottom: 20px;
}

.guides.campaign-1 {
  background-color: #f1eddb;
}

/* conversation */
.conversation {
  /* background-color: #B8EBEF; */
  padding: 75px 0 77px;
}

.conversation.one1 .heading h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  color: var(--primary-color);
  font-family: var(--bodyFont);
  text-align: center;
  padding-bottom: 10px;
}

.one1 .conversation {
  /* background-color: #B8EBEF; */
  padding: 19px 0 40px 0;
  margin-bottom: 15px;
}

.conversation #conversation {
  padding-top: 20px;
}

/* .conversation #conversation .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-clickable{
  margin-top: -10px;
} */
.conversation.one1.two .heading h3 {
  padding-bottom: 10px !important;
}

.conversation .heading h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  text-align: center;
  padding-bottom: 10px;
}

.conversation .heading h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  color: var(--primary-color);
  font-family: var(--bodyFont);
  text-align: center;
  padding-bottom: 40px;
}

.conversation .heading p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: var(--bodyFont);
  color: #173c50;
  text-align: center;
}

.conversation .swiper .content-wrapper img {
  width: 100%;
}

.campaign-1.one .content-wrapper {
  height: 100% !important;
  background-color: #fdfdfa;
}

.campaign-1.one {
  background-color: #fbfaf5;
}

.campaign-1.one .heading-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  font-family: var(--headingFont);
  color: var(--primary-color);
}

.campaign-1.one .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.campaign-1.one .heading-wrapper a {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-color-1);
}

.campaign-1.one .heading-wrapper {
  padding-bottom: 34px;
}

.campaign-1.one {
  padding: 90px 0 80px 0;
}

/* .campaign-1.one .content-wrap{
  padding: 0 15px;
} */

footer {
  background-color: #092a3b;
  padding: 50px 0 26px;
}

footer .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .content-wrapper .logo {
  width: fit-content;
  flex: auto;
}

footer .content-wrapper .logo img {
  width: auto;
  height: 91px;
}

footer .content-wrapper p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
  font-family: var(--bodyFont);
}

.main_parent {
  justify-content: space-between;
}

footer .left_content {
  width: 29.885%;
  padding: 0;
}

footer .right_content {
  width: 65.9%;
  padding: 0;
}

footer .right_content .col-lg-3 {
  padding: 0;
}

footer .content-wrapper form .one input {
  height: 72px;
  padding: 8px 24px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #092a3b;
  outline: none;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* padding: 0 11px !important; */
}

.swiper.mySwiper.campaign {
  width: calc(100% - 60px);
}

.campaign-1.one .swiper-button-prev {
  background-color: #092a3b99;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  color: #ffff;
  position: absolute;
  left: 10px;
}

.campaign-1.one .swiper-button-next {
  background-color: #092a3b99;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  color: #ffff;
  position: absolute;
  right: 10px;
  /* z-index: 99999; */
}

.campaign-1.one .swiper-button-next::after {
  font-size: 18px;
}

.campaign-1.one .swiper-button-next::after,
.campaign-1.one .swiper-button-prev::after {
  font-size: 20px !important;
  color: #ededede6;
  font-weight: bold;
}

.campaign-1.one .content-wrap {
  position: relative;
}

footer .content-wrapper form .one {
  position: relative;
}

footer .content-wrapper form .one button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: #1ba0b7;
  color: #fff;
  outline: none;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

footer .icon-wrap h5 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--headingFont);
  line-height: 0px;
  /* margin-bottom: -10px; */
}

footer .icon-wrap li {
  display: flex;
  align-items: center;
  gap: 18px;
}

footer .icon-wrap li img {
  width: 15px;
  height: 15px;
}

footer .icon-wrap {
  display: flex;
  flex-direction: column;
}

/* footer .row{
    padding-right: calc(var(--bs-gutter-x) * 6) !important;
    padding-left: calc(var(--bs-gutter-x) * 6) !important;
} */
footer h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

footer ul li {
  padding-bottom: 9px;
  margin-top: 9px;
}

footer ul li:first-child {
  margin-top: 0;
}

footer ul li:last-child {
  padding-bottom: 0;
}

footer .footer-text-wrap p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

footer .checkbox {
  display: flex;
  gap: 15px;
  align-items: start;
  padding: 10px 0;
}

footer .checkbox p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffffb0;
}

footer .checkbox input {
  width: 20px;
  height: 20px;
}

footer .footer-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

footer .footer-text-wrap .one {
  text-align: center;
  line-height: 28px;
  margin-bottom: 8px;
  font-family: "Inter", Sans-serif;
}

footer .footer-text-wrap {
  padding-top: 12px;
  margin-top: 20px;
}

.campaign-1.campaign-2.two.campaign-3 .swiper-button-prev {
  left: 4px;
}

.campaign-1.campaign-2.two.campaign-3 .swiper-button-next {
  right: 4px;
}

.conversation .content-wrapper {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.conversation .content-wrapper .main-image img {
  width: 100%;
  height: 175;
}

.conversation .content-wrapper .text-wrapper {
  padding: 12px 20px 15px 20px;
}

.conversation .content-wrapper .text-wrapper .paragraph {
  text-align: left;
  font-size: 14px;
  color: rgb(17, 17, 17);
  line-height: 18px;
}

.conversation .content-wrapper .text-wrapper a {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 300;
  line-height: 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0);
}

.conversation .content-wrapper .text-wrapper a:hover {
  border-bottom: 1px solid rgba(17, 17, 17, 0.301);
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 11px;
  border-bottom: 0.5px solid rgba(17, 17, 17, 0.212);
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .profile {
  display: flex;
  gap: 10px;
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .profile .svg-icon {
  width: 34px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  border: 1px solid #d3d3d3;
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .profile .svg-icon svg {
  width: 17px;
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .profile h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .profile p {
  font-size: 13px;
  text-align: left;
  color: rgba(17, 17, 17, 0.7);
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .icon img {
  width: 24px;
}

.conversation .content-wrapper .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}

.conversation .content-wrapper .icon-wrapper .icon img {
  width: 16px;
}

.conversation .content-wrapper .icon-wrapper .left-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
}

.conversation .content-wrapper .icon-wrapper .icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.conversation .content-wrapper .icon-wrapper .icon p {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.7);
}

.conversation .content-wrapper .icon-wrapper .icon {
  position: relative;
}

.conversation .content-wrapper .icon-wrapper .icon div {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
  position: absolute;
  top: 3px;
  right: -15px;
}

.conversation .swiper-pagination-bullet .swiper-pagination-bullet-active {
  width: 6px !important;
  min-width: 6px !important;
  height: 6px !important;
  background: rgb(17, 17, 17) !important;
  border-radius: 50% !important;
  transition: transform 0.3s !important;
  transform: scale(1) !important;
}

.conversation .wrapper {
  position: relative;
}

/* #conversation .swiper-button-next{
  
} */
.swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}

.campaign-1 .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 44px;
  height: 44px;
  background-color: #092a3ba8;
  border-radius: 50px;
  right: -12px;
  /* opacity: 0; */
  transform: 0.4s;
}

.campaign-1 .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 44px;
  height: 44px;
  background-color: #092a3ba8;
  border-radius: 50px;
  left: -12px;
  /* opacity: 0; */
  transition: 0.4s;
}

#conversation .swiper-button-next {
  background-color: #000000a9 !important;
}

.conversation .swiper-wrapper:hover .swiper-button-next,
.conversation .swiper-wrapper:hover .swiper-button-prev {
  opacity: 1 !important;
}

#conversation:hover .swiper-button-next {
  opacity: 1;
}

.conversation .wrapper:hover .swiper-button-prev {
  opacity: 1 !important;
}

.conversation .bottom-wrapper .icon-wrapper {
  display: flex;
  align-self: center;
  gap: 5px;
  justify-content: center;
}

.conversation .bottom-wrapper .icon-wrapper a {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #173c50;
  align-items: center;
  justify-content: center;
  display: flex;
}

.conversation .bottom-wrapper .icon-wrapper a img {
  width: 25px;
}

.conversation .bottom-wrapper p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: var(--bodyFont);
  color: var(--text-color-1);
  padding-bottom: 40px;
}

.conversation .swiper-pagination-bullet {
  background-color: #000;
  width: 5px;
  height: 5px;
}

.conversation .swiper-pagination-bullet-active {
  background-color: #000;
  scale: 1.4;
}

/* .swiper-pagination{
  background-color: #000;
} */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}

/* .latest-news */
.latest-news {
  padding: 90px 0 51px 0;
}

.latest-news .heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 120px;
}

.latest-news .heading-wrap h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  color: var(--primary-color);
  font-family: var(--headingFont);
}

.latest-news .heading-wrap a {
  font-size: 16px;
  font-weight: 600;
  color: #092a3b;
}

.latest-news .inner-box {
  background-color: #fff;
}

.latest-news .inner-box .image img {
  width: 100%;
}

.latest-news .inner-box {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
}

.latest-news .inner-box .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #173c50;
  padding-bottom: 20px;
}

.latest-news .inner-box .bg-color-text h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  background-color: #3087d9;
  display: inline-block;
  color: #fff;
  padding: 1px 13px;
  border-radius: 5px;
  text-transform: capitalize;
}

.latest-news .inner-box .bg-color-text {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 18px;
}

.guides.campaign-1.two.four .content-wrapper .text-wrap .button {
  margin-top: 20px;
}

.latest-news .inner-box h3,
.latest-news .inner-box h3 a {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-1);
  font-family: var(--headingFont);
  padding-bottom: 20px;
}

.latest-news .inner-box p {
  font-size: 15px;
  font-family: var(--bodyFont);
  color: var(--text-color-1);
  font-weight: 400;
}

.latest-news .inner-box .text-wrapper {
  padding: 20px 20px 30px 20px;
}

.latest-news .inner-content-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 30px;
}

/* cta-2 */
.cta-2 {
  background-image: url(../images/bg-img-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0 90px 0;
}

.cta-2 .content-wrapper h2 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  font-family: var(--headingFont);
  text-align: center;
  padding-bottom: 27px;
}

.cta-2 .content-wrapper .email {
  text-align: center;
  position: relative;
}

.cta-2 .content-wrapper .text {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-bottom: 28px;
}

.cta-2 .content-wrapper .email input {
  width: 400px;
  height: 72px;
  outline: none;
  border: 1px solid #092a3b;
  border-radius: 12px;
  padding: 0 160px 0 20px;
}

.cta-2 .content-wrapper .email {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.cta-2 .content-wrapper .email button {
  background-color: #092a3b;
  color: #fff;
  width: 139px;
  height: 48px;
  border-radius: 8px;
  outline: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 11px;
}

.cta-2 .content-wrapper .checkbox {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: center;
  padding-top: 12px;
}

.cta-2 .content-wrapper .checkbox input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.cta-2 .content-wrapper .checkbox p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffffb0;
}

.campaign-1 .content-wrap {
  position: relative;
}

.tab-1 .tab-content-wrapper {
  position: relative;
}

.spotlight .slid-content {
  position: relative;
}

.guides .guides-content-wpapper {
  position: relative;
}

/* inner-banner-2 */
.inner-banner-2 {
  padding: 40px 0 36px 0;
  background-color: #fbfaf5;
}

.inner-banner-2 .image-wrapper img {
  width: 100%;
  margin-top: -30px;
}

.inner-banner-2 .left-content-wrapper h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #092a3c;
  font-family: var(--headingFont);
  padding-bottom: 20px;
}

.inner-banner-2 .left-content-wrapper p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--bodyFont);
  color: var(--text-color-1);
  padding-bottom: 35px;
}

.inner-banner-2 .button-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 20px;
  padding-right: 30px;
  padding-left: 10px;
}

.inner-banner-2 .button-wrapper .bg-color {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  background-color: #1ba0b7;
  border-radius: 10px;
}

.inner-banner-2 .button-wrapper .bg-color a {
  color: #fff;
  font-size: 16px;
  line-height: 0;
}

.inner-banner-2 .button-wrapper .bg-color:hover {
  background-color: var(--primary-color);
}

/* .latest-news-tab */
.latest-news-tab {
  background-color: #ffff;
}

.latest-news-tab .heading h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  padding-bottom: 18px;
}

.latest-news-tab .wraper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}

.latest-news-tab.latest-news .inner-content-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 15px;
}

.latest-news-tab .nav-link {
  background-color: #f6f6f7;
  color: #1ba5c3;
  border: 2px solid #e0e0e0e1;
  font-size: 18px;
  padding: 11px 20px;
  border-radius: 8px;
}

.latest-news-tab .nav-link.active {
  background-color: #b8ebef;
  color: var(--primary-color);
  border: 2px solid #94c5c9e3;
}

.latest-news-tab #pills-tab {
  gap: 10px;
}

.latest-news-tab form {
  position: relative;
}

.latest-news-tab form input {
  height: 55px;
  width: 323px;
  padding: 0 10px 0 15px;
  border-radius: 12px;
}

.latest-news-tab form .image {
  position: absolute;
  right: 4px;
  top: 27%;
  transform: translateY(-73%);
  height: auto !important;
}

.latest-news-tab form .image img {
  width: 40px;
}

.latest-news-tab .button2 a {
  border: 1px solid #092a3b;
  color: #ffffff;
  background-color: #092a3b;
  padding: 12px 24px;
  border-radius: 12px !important;
  font-size: 16px;
  font-weight: 600;
}

.latest-news-tab .button2 {
  text-align: center;
  padding-top: 65px;
}

.guides.campaign-1 #guides1 .swiper-button-next {
  position: absolute;
  right: -44px !important;
}

/* conversation two */
.conversation.two {
  padding: 70px 0 120px 0;
}

/* k.r */
.contact .box {
  max-width: 850px;
  width: 100%;
  margin: 25px auto 0;
  border-radius: 24px 24px 24px 24px;
  padding: 40px;
  border: #000 2px solid;
  background: var(--bs-white);
}

.contact .box h2 {
  font-size: 32px;
  font-weight: 800;
}

.contact .box p {
  margin: 30px 0 20px;
  font-weight: 400;
}

.contactForm h2 {
  font-size: 40px;
  font-weight: 800;
}

.p-v-80 {
  padding: 70px 0;
}

.contactForm p {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0 20px;
}

.contactForm .form-control {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #173c50;
  min-height: 59px;
  border: 2px solid #69727d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.contactForm .form-select {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #999;
  min-height: 59px;
  border: 2px solid #69727d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

textarea {
  resize: none;
  height: 90px !important;
}

.contactForm .form-control::placeholder {
  color: #999;
}

.contactForm .btn {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 20px;
  font-weight: 6800;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem !important;
}

.btn-secondary2 {
  background-color: #173c50 !important;
  color: #ffffff !important;
  border-color: #173c50 !important;
}

.law-sec1 h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
}

.hero.law-sec1 p {
  margin: 25px 0 15px;
}

.hero.law-sec1 {
  padding: 70px 0;
}

.law-sec2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}

.law-sec2 h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
}

.commonHeading {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
}

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

.lists {
  margin-left: 30px;
  list-style-type: disc;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
}

.p-v-35 {
  padding: 35px 0;
}

.law-sec3 .abt_img img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  height: 260px;
  object-fit: cover;
}

.law-sec3 h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.law-sec3 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0;
}

.law-sec3 .btn {
  padding: 20px 32px 20px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-shadow: none !important;
  border-color: #092a3c33;
}

.law-sec4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.law-sec4 p {
  margin: 15px 0 20px;
}

.law-sec5 p {
  margin: 20px 0 0;
}

.media_sec1 h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.media_sec1 p small,
.media_sec2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.media_sec1 p small a,
.media_sec2 p a {
  color: #23aebe;
}

.media_sec1 p small a:hover,
.media_sec2 p a:hover {
  color: var(--primary-color);
}

.media_sec3.latest-news-tab.latest-news .inner-content-wrapper {
  gap: 30px;
}

.term_sec1 .accordion p {
  line-height: 1.5;
  color: #444647;
  margin: 0 0 10px;
}

.term_sec1 .col-lg-7 {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion {
  --bs-accordion-active-bg: #ffffff;
  --bs-accordion-active-color: #000000;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  /* border: 2px solid #000000;
  box-shadow: 5px 5px #000000; */
  border: none;
}

.accordion-button.collapsed {
  border: none;
}

.accordion-collapse {
  transition: all 0.3s;
}

.campaign-1 .swiper#tab-2 .swiper-button-next {
  right: -41px !important;
}

.elementor-30714 .elementor-element.elementor-element-289dfc9>.elementor-widget-container {
  margin: 30px 0px 30px 0px;
}

.guides.campaign-1 {
  padding: 77px 0 80px 0;
}

.latest-news-tab.latest-news {
  padding: 62px 0 70px 0;
}

.guides.campaign-1.two {
  padding: 83px 0 70px 0;
}

#conversation1 .swiper-button-prev {
  background-color: #000000a9 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

#conversation1 .swiper-button-next {
  background-color: #000000a9 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.conversation.one1 .swiper-button-next {
  background-color: #000000a9 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: -20px;
  opacity: 0;
}

.conversation.one1 .swiper-button-prev {
  background-color: #000000a9 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: -20px;
  opacity: 0;
}

.conversation.one1 .wrapper:hover .swiper-button-next {
  opacity: 1;
}

.conversation.one1 .wrapper:hover .swiper-button-prev {
  opacity: 1;
}

.conversation.two.two2 .swiper-button-next {
  background-color: #000000a9 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: -20px;
  opacity: 0;
}

.conversation.two.two2 .swiper-button-prev {
  background-color: #000000a9 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: -20px;
  opacity: 0;
}

.conversation.two.two2 .wrapper:hover .swiper-button-next {
  opacity: 1;
}

.conversation.two.two2 .wrapper:hover .swiper-button-prev {
  opacity: 1;
}

#conversation {
  padding-top: 20px !important;
}

/* employment-claims-cta-1 */
.employment-claims-cta-1 {
  background-color: #fbd1a2;
  padding: 80px 0 62px 0;
}

.employment-claims-cta-1 .heading h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  font-family: var(--headingFont);
  color: #092a3b;
  padding-bottom: 40px;
}

.employment-claims-cta-1 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: #13303f;
}

.employment-claims-cta-1 h5 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #324e5a;
}

.employment-claims-cta-1 .left-content-wrapper h5 {
  padding: 30px 0 20px 0;
}

.employment-claims-cta-1 .right-content .icon-box {
  display: flex;
  gap: 15px;
}

.employment-claims-cta-1 .right-content .icon-box svg {
  height: 50px;
  width: 50px;
  fill: var(--text-color-1);
  color: var(--text-color-1);
}

.employment-claims-cta-1 .right-content .icon-box .text h6 {
  font-size: 20px;
  font-weight: 700;
  color: #173c50;
  padding-bottom: 21px;
  padding-top: 11px;
}

.employment-claims-cta-1 .right-content {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-left: 4px;
}

/* different-types */
.different-types {
  padding: 60px 0 50px 0;
  background-color: #f7f5eb;
}

.different-types .wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
}

.different-types .wrapper .box-wrapper {
  border: 1px solid #333333;
  border-radius: 30px;
  text-align: center;
  padding: 30px;
}

.different-types .wrapper .box-wrapper svg {
  width: 50px;
  height: 50px;
  fill: var(--text-color-1);
  color: var(--text-color-1);
}

.different-types .wrapper .box-wrapper h6 {
  font-size: 20px;
  font-weight: 700;
  color: #173c50;
  padding-top: 32px;
  padding-bottom: 30px;
}

.different-types .wrapper .box-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color-1);
}

.different-types .heading-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  padding-bottom: 21px;
}

.different-types .heading-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary-color);
  padding-bottom: 27px;
}

/* breaches-content */
.breaches-content {
  background-color: #fbfaf5;
  padding: 50px 0;
}

.breaches-content .icon-box .box-wrapper ul {
  list-style: disc;
}

.breaches-content .wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  padding-bottom: 22px;
}

.breaches-content .wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary-color);
  padding-bottom: 24px;
}

.breaches-content .wrapper .icon-box ul {
  padding-left: 40px;
}

.breaches-content .wrapper .icon-box ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary-color);
}

.learn-section.two .claim-button a {
  background-color: var(--secondary-color);
  color: #fff;
  border: 2px solid #18889e;
}

.learn-section.two .claim-button a:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.learn-section.two .buttom-text p {
  font-style: italic;
  font-size: 16px;
  color: var(--text-color-1);
  text-align: left;
  padding-top: 15px;
}

.learn-section.two .claim-button {
  margin-top: 45px;
}

.learn-section.two .heading-title {
  padding-bottom: 43px;
  color: #173c50;
  line-height: 60px;
}

.learn-section.two {
  padding-top: 83px;
  padding-bottom: 88px;
  background-color: #fbfaf5;
}

/* inner-banner-4 */
.inner-banner-4 .image-wrapper img {
  width: 100%;
}

.inner-banner-4 .left-content-wrapper h1 {
  font-size: 46px;
  font-weight: 900;
  line-height: 54px;
  font-family: var(--headingFont);
  color: var(--primary-color);
  padding-bottom: 28px;
}

.inner-banner-4 .left-content-wrapper h6 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.conversation.two.two2 #conversation .content-wrapper {
  height: 433px !important;
}

/* inner-banner-4 */
.inner-banner-4 {
  background-color: #f7f5eb;
  padding-top: 100px;
  padding-bottom: 94px;
}

.inner-banner-4 .left-content-wrapper h6 {
  padding-bottom: 20px;
}

.inner-banner-4 .left-content-wrapper .text-wrap p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  line-height: 28px;
  padding-bottom: 8px;
}

.inner-banner-4 .left-content-wrapper .button-wrapper a {
  padding: 20px 35px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: 2px solid #18889e;
  border-radius: 12px;
}

.inner-banner-4 .left-content-wrapper .button-wrapper {
  padding-bottom: 32px;
  padding-top: 42px;
}

.icon-sec.one {
  padding: 35px 40px;
}

.spotlight.campaign-1.one {
  background-color: #e8f5f8;
}

.spotlight.campaign-1.one .header h2 {
  padding-bottom: 33px;
}

.spotlight.campaign-1.one .content-wrapper {
  height: 420px !important;
}

.spotlight.campaign-1.one .content-wrapper h4 {
  padding-bottom: 18px;
}

.spotlight.campaign-1.one .button-wrapper-1 {
  padding-top: 60px;
}

.spotlight.campaign-1.one .button-wrapper-1 a {
  background-color: var(--secondary-color);
  border: 2px solid #12869b;
}

.spotlight.campaign-1.one .button-wrapper-1 a:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.spotlight.campaign-1.one {
  padding-bottom: 27px;
  padding-top: 85px;
}

.do-claim.one {
  padding-top: 55px;
  padding-bottom: 30px;
}

/* .claiming-matters */
.claiming-matters1 {
  background-color: #fbfaf5;
  padding: 55px;
}

.claiming-matters1 .image-wrapper img {
  width: 100%;
  border-radius: 30px;
}

.claiming-matters1 .left-content .heading-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  padding-bottom: 15px;
}

.claiming-matters1 .left-content .heading-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary-color);
  font-family: var(--bodyFont);
  padding-bottom: 30px;
}

.claiming-matters1 .left-content ul {
  list-style: disc;
  padding-left: 30px;
  padding-bottom: 12px;
}

.claiming-matters1 .left-content ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary-color);
}

.claiming-matters1 .left-content .button-wrap a {
  padding: 18px 35px;
  background-color: var(--secondary-color);
  border: 2px solid #12788d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
}

.claiming-matters1 .left-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary-color);
  padding-bottom: 32px;
}

.claiming-matters1 .row {
  align-items: center;
}

.do-claim.one.light {
  background-color: #fbd1a2 !important;
  padding-top: 48px;
  padding-bottom: 35px;
}

.do-claim.one.light .heading h3 {
  color: #173c50;
  text-align: center;
  line-height: 60px;
  padding-bottom: 33px;
}

.do-claim.one.light .para-2 {
  color: var(--primary-color) !important;
}

.para-2 p {
  margin-block-end: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.do-claim.one.light .claim-list {
  color: var(--primary-color);
}

.do-claim.one.light ul li {
  align-items: start;
}

.do-claim.one.light ul li .claim-list {
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.do-claim.one.light ul li .claim-list b {
  color: #173c50;
  font-size: 20px;
}

.do-claim.one.light ul {
  padding: 0;
}

.guides.campaign-1.two {
  background-color: #fff;
  padding-bottom: 130px;
}

.guides.campaign-1.two .heading-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-1);
}

.guides.campaign-1.two .heading-wrapper h2 {
  padding-bottom: 11px;
}

.guides.campaign-1.two .heading-wrapper {
  padding-bottom: 40px;
}

.guides.campaign-1.two .swiper-button-next {
  opacity: 0;
}

.guides.campaign-1.two .swiper-button-prev {
  opacity: 0;
}

/* cta5 */
.cta5 {
  background-color: var(--secondary-color);
  padding: 40px 0 40px 0;
}

.cta5 .content-wrapper h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: #fff;
  font-family: var(--headingFont);
  padding-bottom: 30px;
}

.cta5 .content-wrapper {
  text-align: center;
}

.cta5 .content-wrapper h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  font-family: var(--bodyFont);
  padding-bottom: 60px;
}

.cta5 .content-wrapper a {
  background-color: var(--primary-color);
  padding: 21px 35px;
  border-radius: 12px;
  color: #fff;
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .icon a {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.conversation .content-wrapper .text-wrapper .inner-profile-wrap .profile-wrapper .icon a img {
  width: 17px;
}

.conversation.one1.two {
  background-color: #f7edfc;
  padding-top: 60px;
  padding-bottom: 44px;
  justify-content: center;
}

.conversation.one1.two .heading h2 {
  padding-bottom: 20px;
}

.conversation.one1.two .heading h3 {
  padding-bottom: 20px !important;
}

.conversation.one1.two .heading {
  padding-bottom: 10px;
}

/* accordion-section */
.faqs-section {
  background-color: #fff;
  padding: 80px 0 140px 0;
}

.faqs-section .heading {
  text-align: center;
}

.faqs-section .heading h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  color: var(--text-color-1);
  padding-bottom: 35px;
}

.faqs-section .accordion-body {
  padding: 0 0 30px 0 !important;
}

.faqs-section .accordion-button {
  padding: 38px 0 !important;
}

.faqs-section .accordion-item .accordion-button {
  color: #092a3b;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  font-family: var(--headingFont);
}

.faqs-section .accordion-item .accordion-body .text-wrap p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: #092a3b;
}

.faqs-section .accordion-item .accordion-body .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.latest-news-tab.latest-news.latest-news-wrap-1 .button2 {
  padding-top: 18px;
}

.latest-news-tab.latest-news.latest-news-wrap-1 .button2 a {
  padding: 22px 35px;
}

.latest-news-tab.latest-news.latest-news-wrap-1 {
  background-color: #fbfaf5;
  padding-bottom: 109px;
  padding-top: 90px;
}

.latest-news-tab.latest-news.latest-news-wrap-1 .heading h2 {
  padding-bottom: 40px;
}

.campaign-1.campaign-2.two {
  padding-bottom: 105px;
  padding-top: 90px;
}

.conversation.one1.four {
  background-color: #b8ebef;
}

.conversation.one1.four .heading h3 {
  padding-bottom: 30px;
}

ul.categories__main {
  gap: 10px;
}

.guides.campaign-1.two.four {
  background-color: transparent !important;
  padding-bottom: 60px;
}

.guides.campaign-1.two.four .heading-wrapper h2 {
  padding-bottom: 52px;
}

.guides.campaign-1.two.four .heading-wrapper {
  padding-bottom: 26px;
}

.conversation.one1.two.four {
  background-color: #b8ebef;
  padding-top: 72px;
  padding-bottom: 120px;
}

.conversation.one1.two.four .heading h3 {
  padding-bottom: 10px !important;
}

.conversation.one1.two.four .heading h2 {
  padding-bottom: 13px;
}

.conversation.one1.two.four .heading {
  padding-bottom: 10px !important;
}

.conversation.one1.two.four .conversation {
  padding-top: 10px;
}

.data-filter .filterDiv {
  float: left;
  /* background-color: #2196F3; */
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
}

.data-filter .show {
  display: block;
}

/* .data-filter .container {
  margin-top: 20px;
  overflow: hidden;
} */

/* Style the buttons  */
.data-filter .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.data-filter .btn:hover {
  background-color: #ddd;
}

/* .btn.active {
  background-color: #666;
  color: white;
} */

.data-filter #myBtnContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 30px;
}

.data-filter #myBtnContainer .btn {
  background-color: #eae7ee;
  border: 2px solid #092a3c0f;
  color: var(--secondary-color);
  cursor: pointer;
}

.data-filter #myBtnContainer .btn.active {
  background-color: #b8ebef;
}

.data-filter #myBtnContainer .btn.active {
  color: #000;
}

/* Boxes */
.data-filter .filterDiv {
  float: left;
  /* background-color: #2196F3; */
  color: #ffffff;
  width: 100%;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none;
}

.data-filter .show {
  display: block;
}

/* Fallback default .btn CSS */
.data-filter .btn {
  border: none;
  outline: none;
  padding: 13px 16px;
  background-color: #f1f1f1;
  color: var(--secondary-color);
}

.data-filter .btn:hover {
  background-color: #ddd;
  color: #000 !important;
}

.data-filter .btn.active {
  background-color: #666;
  color: white;
}

.data-filter {
  background-color: #ffff;
  padding: 10px 0 90px;
}

#accordionExample {
  padding-bottom: 30px;
}

.data-filter .container {
  padding-top: 80px;
  border-top: 1px solid #092a3c1c;
}

.data-filter .heading-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  text-align: center;
  padding-bottom: 40px;
}

.my-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inner-banner-4.two .image-wrapper img {
  width: 81%;
}

.inner-banner-4.two {
  background-color: #c0e6bd;
}

.inner-banner-4.two .left-content-wrapper p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color-1);
  font-family: var(--bodyFont);
}

.inner-banner-4.two .left-content-wrapper .text-wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 37px;
  margin-bottom: 37px;
}

.inner-banner-4.two .left-content-wrapper i {
  color: var(--text-color-1);
  /* padding-top: 40px; */
}

.inner-banner-4.two {
  padding-top: 69px;
  padding-bottom: 30px;
}

.claim.marketing-overview.two .inner-heading .heading-para {
  color: var(--primary-color);
}

.claim.marketing-overview.two .text-wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--text-color-1);
}

.claim.marketing-overview.two .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.claim.marketing-overview.two ul li {
  align-items: center;
}

.claim.marketing-overview.two h3 {
  padding-bottom: 20px;
}

/* .faq-text */
.faq-text {
  padding: 50px 0;
}

.line-ber .wrapper {
  width: 100%;
  height: 22px;
  background-color: #e8f5f8;
  border: 2px solid #cddce1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 3px;
}

.line-ber .wrapper .inner-wrap {
  width: 70px;
  height: 14px;
  background-color: #1ba0b7;
  border-radius: 10px;
}

.faq-text .heading-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-color);
  font-family: var(--headingFont);
  padding-bottom: 28px;
  padding-top: 24px;
}

.faq-text .heading-wrapper .text-1 p {
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-1);
  font-family: var(--bodyFont);
}

.guides.campaign-1.five {
  background-color: #fff;
}

.guides.campaign-1.five.four .heading-wrapper h2 {
  padding-bottom: 30px;
}

.guides.campaign-1.five.four .heading-wrapper p {
  padding-bottom: 20px;
}

.guides.campaign-1.five.four {
  padding-bottom: 49px !important;
}

.faq-text .heading-wrapper .text-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.heading-32 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  color: var(--primary-color);
  font-family: var(--headingFont);
}

.heading-30 {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--headingFont);
}

.paragraph-18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--text-color-1);
}

.faq-text .paragraph-18 {
  padding-top: 20px;
}

.faq-text .inner-comtent-wrapper {
  padding-top: 30px;
}

.faq-text .inner-comtent-wrapper ul li {
  list-style: disc;
}

.faq-text .inner-comtent-wrapper ul {
  padding-left: 40px;
}

.faq-text .inner-comtent-wrapper ul .paragraph-18 {
  padding-top: 7px;
}

/* .image{
  margin-top: -20px;
  background-color: #fff;
} */
.image .image-wrapper img {
  width: 100%;
}

.image .link-text p {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 400;
  padding-top: 20px;
}

.image .link-text p a {
  color: var(--secondary-color);
  font-weight: 600;
}

.heading-40 {
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color);
  font-family: var(--headingFont);
}

/* common-types */
.common-types {
  padding: 66px 0 40px 0;
  background-color: #fff;
}

.common-types .container {
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 44px;
}

.common-types .heading-40 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.common-types .box-wrapper .box {
  display: flex;
  gap: 20px;
  border: 1px solid var(--primary-color);
  padding: 12px 10px;
  border-radius: 30px;
}

.common-types .box-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 20px;
  column-gap: 45px;
}

.common-types .box-wrapper .box svg {
  fill: var(--secondary-color);
  color: var(--secondary-color);
  width: 44px;
  height: 44px;
}

.common-types .box-wrapper .heading-32 {
  padding-bottom: 13px;
}

/* heading-section */
.heading-section {
  text-align: center;
}

.heading-section a {
  color: #8ea0aa;
  font-size: 18px;
  padding-top: 25px;
}

.heading-section .text-wrapper {
  background-color: #dff6f8;
  padding: 90px 0;
}

.claim.marketing-overview.three ul li .claim-list a span {
  color: var(--primary-color);
  font-weight: 600;
}

.claim.marketing-overview.three ul li {
  padding-bottom: 5px;
}

.claim.marketing-overview.three h3 {
  text-align: left;
  padding-bottom: 10px;
}

.claim.marketing-overview.three .hrading-button-text {
  padding-bottom: 24px;
}

.paragraph-18.two {
  padding-top: 25px;
}

.guides.campaign-1 .content-wrapper {
  background-color: #fff;
}

.guides.campaign-1.two.four .content-wrapper {
  background-color: #f8f6ed;
}

.guides.campaign-1 #guides1 .swiper-slide {
  padding: 0 5px !important;
}

.guides.guides-2.campaign-1.five.guides-one {
  background-color: #fbfaf5;
  padding-bottom: 0 !important;
}

.m_top-60 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.common-types.one .container {
  border: none;
}

.common-types.one .box-wrapper {
  display: grid;
  grid-template-columns: auto;
  gap: 25px;
}

.common-types.one {
  background-color: #ffff;
}

.common-types.one .box-wrapper .box {
  border: 1px solid #00000000;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0;
  padding-bottom: 40px;
}

.heading-section.two .text-wrapper {
  background-color: #c0e6bd;
}

.heading-section.two {
  padding-bottom: 50px;
}

.common-types.one.two .box-wrapper .box {
  border: none;
}

.common-types.one.two.three {
  padding-top: 0px;
}

.common-types.one.two.three.common-types-one .box-wrapper {
  gap: 0px;
}

.common-types.one.two.three.common-types-one {
  padding-bottom: 0px;
}

/* .common-types-three{
  padding-bottom: 40px;
} */
.image.one {
  padding-bottom: 50px;
  background-color: #fff;
}

.common-types.one.two .box-wrapper .box {
  border: 0;
}

.common-types.one.two .box-wrapper .box {
  padding-bottom: 0;
}

.common-types.one.two .paragraph-18 {
  padding-bottom: 25px;
}

.common-types.one.two .button-wrapper a {
  padding: 18px 35px;
  background-color: var(--secondary-color);
  border: 2px solid #10778b;
  color: #fff;
  border-radius: 12px;
  text-align: center;
}

.common-types.one.two .button-wrapper {
  text-align: center;
}

.common-types.common-types-two .box-wrapper {
  grid-template-columns: auto auto;
  text-align: center;
}

.common-types.common-types-two .box-wrapper .box {
  text-align: center;
  width: 100%;
  justify-content: center;
}

.common-types.common-types-two .paragraph-18 {
  padding-bottom: 40px;
}

.common-types.common-types-two {
  background-color: #fff;
}

.common-types.common-types-two .container {
  border: 0;
}

.inner-banner-4.two.one {
  background-color: var(--secondary-color);
}

.inner-banner-4.two.one .left-content-wrapper h1 {
  color: #fff;
}

.inner-banner-4.two.one .left-content-wrapper .text-wrap p {
  color: #fff !important;
  font-size: 18px;
}

.inner-banner-4.two.one .left-content-wrapper .text-wrap h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 5px;
}

.inner-banner-4.two.one .left-content-wrapper .button-wrapper a {
  background-color: var(--primary-color);
}

.inner-banner-4.two.one .left-content-wrapper .button-wrapper {
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.inner-banner-4.two.one .wrapper {
  background-color: transparent !important;
  border: 1px solid #1991a8;
}

.inner-banner-4.two.one .line-ber .wrapper .inner-wrap {
  background-color: #fff;
  width: 500px;
}

.inner-banner-4.two.one .left-content-wrapper .heading-40 {
  padding-top: 40px;
  color: #fff;
  padding-bottom: 11px;
}

.inner-banner-4.two.one .left-content-wrapper .text-wrap p {
  padding-bottom: 5px;
}

.inner-banner-4.two.one .image-wrapper img {
  width: 100%;
  padding-top: 80px;
}

.inner-banner-4.two.one .left-content-wrapper .text-wrap {
  border: none;
  padding-bottom: 0px;
}

.inner-banner-4.two.one .left-content-wrapper .text-wrap i {
  color: #fff;
}

.inner-banner-4.two.one {
  padding-bottom: 5px;
}

.faqs-section .heading .heading-40 {
  text-align: left;
}

.faqs-section .heading .paragraph-18 {
  text-align: left;
}

.inner-banner-4.two .left-content-wrapper h1 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.latest-news.five .heading-wrap {
  padding-bottom: 30px;
}

.guides.guides-2.campaign-1.five .swiper-button-next {
  right: -45px;
}

.guides.guides-2.campaign-1.five .swiper-button-prev {
  left: -45px;
}

/* .guides.guides-2.campaign-1.five .row {
    padding-right: calc(var(--bs-gutter-x) * 5.2);
    padding-left: calc(var(--bs-gutter-x) * 5.2);
} */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.guides.guides-2.campaign-1.five {
  padding-bottom: 50px !important;
}

/* .guides.campaign-1.five.four {
    padding-bottom: 70px !important;
} */

.supporting-consideration .progress {
  width: 100%;
  height: 20px;
  background-color: #e4f4f8;
  border-radius: 20px;
  padding: 3px;
  border: #092a3c1f solid 2px;
}

.supporting-consideration .progress-bar {
  background-color: #1ba6b8;
  height: 100%;
  border-radius: 20px;
}

.claim.marketing-overview.two.supporting-consideration {
  padding-top: 10px;
  padding-bottom: 45px;
}

.faq-text.supporting-consideration {
  background-color: #fff;
}

.faq-text.supporting-consideration .inner-comtent-wrapper .heading-32 {
  padding-top: 5px;
  padding-bottom: 0;
}

.faq-text.supporting-consideration .inner-comtent-wrapper {
  padding-top: 24px;
}

.faq-text.supporting-consideration .inner-comtent-wrapper .heading-30 {
  padding-top: 0;
  padding-bottom: 0px;
}

.faq-text.supporting-consideration .col-lg-12:nth-child(4) {
  padding-bottom: 10px;
}

.common-types.supporting-consideration .col-lg-12:nth-child(3) .box-wrapper .box .heading-32 {
  padding-top: 0;
}

.heading-section.supporting-consideration.one {
  padding-top: 0;
  background-color: #fff;
}

.claim.marketing-overview.three.supporting-consideration {
  padding-top: 20px;
  background-color: #fff;
}

.claim.marketing-overview.three.supporting-consideration .heading-40 {
  font-size: 40px;
  padding-top: 45px;
  padding-bottom: 23px;
}

.common-types.one.supporting-consideration {
  padding-top: 0;
}

.common-types.one.supporting-consideration .heading-40 {
  padding-bottom: 20px;
}

.common-types.one.supporting-consideration .heading-wrapper .paragraph-18 {
  padding-bottom: 20px;
}

.common-types.one.supporting-consideration.two .container {
  padding-top: 0;
  background-color: #fff;
  padding-bottom: 0 !important;
}

.common-types.one.two.supporting-consideration .box-wrapper .paragraph-18 {
  padding-bottom: 0;
}

.common-types.one.two.supporting-consideration .box-wrapper .paragraph-18.two {
  padding-top: 10px;
  padding-bottom: 38px;
}

.heading-section.two.supporting-consideration.one {
  padding-bottom: 20px;
}

.image.one.supporting-consideration {
  padding-top: 22px;
}

.common-types.one.two.three.common-types-one.supporting-consideration.four .box-wrapper .box .heading-32 {
  padding-top: 0;
}

.image.one.supporting-consideration.two {
  padding-bottom: 0;
}

.common-types.one.two.three.common-types-one.supporting-consideration .heading-32 {
  padding-top: 0 !important;
}

.common-types.one.two.three.common-types-one.supporting-consideration .paragraph-18.two {
  padding-bottom: 20px;
}

.common-types.one.two.three.common-types-one.supporting-consideration {
  padding-bottom: 60px;
}

.data-filter .accordion-body {
  padding: 0;
}

.data-filter .accordion-body p {
  line-height: 24px;
  font-size: 16px;
  color: #092a3b;
  font-weight: 400;
}

.data-filter .accordion-button.rounded-3.heading-32 {
  text-transform: capitalize !important;
}

.data-filter .accordion-body p {
  padding: 22px 0 0 0;
  text-align: left;
  box-shadow: none;
  /* margin-top: -28px; */
  position: relative;
  z-index: 9;
  margin-bottom: -10px;
}

.data-filter .accordion-item {
  padding: 40px 0 40px 0;
}

.accordion-button::after {
  width: 40px;
  height: 40px;
  background-size: 45px;
}

.data-filter .filterDiv {
  padding-top: 20px;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
}

.data-filter.data-filter-one .heading-wrapper .heading-40 {
  text-align: left;
  padding-bottom: 23px;
  padding-top: 40px;
}

.data-filter.data-filter-one {
  padding-top: 60px;
}

.data-filter .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.data-filter .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.data-filter .accordion-button::after {
  transition: all 0.5s;
}

.tab-1.campaign-1 #tab-2 .swiper-slide {
  padding: 0 5px !important;
}

/* .spotlight.campaign-1 #spotlight-1 .swiper-slide{
      padding: 0 5px !important;
} */
.slid-content.spotlight-1 .swiper-button-prev {
  left: 8px;
}

.slid-content.spotlight-1 .swiper-button-next {
  right: 8px;
}

.cta-1 #pills-tabContent .tab-content-wrapper.tab-2 .swiper-button-next {
  right: -20px !important;
}

/* .guides.guides-2.campaign-1.five.guides-one .heading-wrapper h2{
  padding: ;
} */
.inner-banner-4.two.supporting-consideration center img {
  width: 400px;
  border-radius: 30px;
  margin: 0 auto;
}

.inner-banner-4.two.supporting-consideration .image-wrappe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.claim.marketing-overview.two.supporting-consideration .heading-32 {
  font-size: 40px !important;
  align-items: center;
}

.claim.marketing-overview.two.supporting-consideration .inner-heading .heading-para {
  padding-bottom: 27px;
}

.faq-text.supporting-consideration .heading-wrapper h2 {
  padding-top: 39px;
  padding-bottom: 18px;
}

.paragraph-18.two {
  padding-top: 5px;
  margin-bottom: -5px;
}

.claim.marketing-overview.three.supporting-consideration {
  padding-top: 20px;
  padding-bottom: 60px;
}

.common-types.one.two .box-wrapper .box {
  padding-bottom: 1;
}

.common-types.one.supporting-consideration.two .box-wrapper .box {}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box {
  border-bottom: 1px solid var(--secondary-color);
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box .paragraph-18.two {
  padding-top: 27px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(2) {
  padding-top: 20px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(3) {
  padding-top: 20px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(4) {
  padding-top: 20px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(5) {
  padding-top: 20px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(6) {
  padding-top: 20px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(7) {
  padding-top: 20px;
}

.common-types.common-types-one.one.supporting-consideration.two.four .box-wrapper.one .box:nth-child(8) {
  padding-top: 20px;
}

.heading-section.two.supporting-consideration.one {
  margin-top: -5px;
}

.heading-section.two.supporting-consideration.one .text-wrapper {
  padding: 100px 0 95px 0;
}

.common-types.one.two.supporting-consideration .heading-40 {
  padding-bottom: 20px;
}

.common-types.one.two.three.common-types-one.supporting-consideration.four .paragraph-18.text {
  padding-bottom: 3px;
}

.common-types.one.two.three.common-types-one.supporting-consideration.four .heading-32 {
  padding-bottom: 5px;
  padding-bottom: 23px;
}

.image.one.supporting-consideration.two {
  margin-top: -70px;
}

.common-types.one.two.three.common-types-one.supporting-consideration .box-wrapper .text .heading-32 {
  padding-top: 10px !important;
}

.common-types.one.two.supporting-consideration .button-wrapper {
  padding-top: 50px;
}

.common-types.one.two.supporting-consideration {
  padding-bottom: 10px;
}

.common-types.common-types-two.supporting-consideration .paragraph-18 {
  padding-bottom: 15px;
}

.common-types.common-types-two.supporting-consideration {
  padding-bottom: 25px;
}

.inner-banner-4.two.one.supporting-consideration {
  padding-top: 40px;
}

/* .accordion-button.rounded-3.collapsed.heading-32 .collapse{
  padding: 40px 0 40px 0 !important;
}
.accordion-button.rounded-3.collapsed.heading-32{
  padding-bottom: 20px !important;
} */
.guides.guides-2.campaign-1.five.guides-one .heading-wrapper h2 {
  padding-bottom: 20px;
}

.data-filter .accordion-button.rounded-3.heading-32 {
  padding: 0;
}

.data-filter.data-filter-one .inner-comtent-wrapper {
  padding-top: 70px;
}

.data-filter.data-filter-one .heading-wrapper {
  padding-bottom: 30px;
}

.data-filter.data-filter-one .accordion-button.rounded-3.heading-32 {
  font-size: 24px;
}

.join-section {
  position: relative;
}

.music_ico {
  width: 59px;
  height: 59px;
  bottom: 100px;
  left: 280px;
  position: absolute;
}

.big_star_ico {
  bottom: 198px;
  left: 180px;
  width: 26px;
  height: 26px;
  position: absolute;
}

.dark_star_ico {
  right: 180px;
  bottom: 195px;
  width: 11px;
  height: 11px;
  position: absolute;
}

.light_bg {
  background-color: #fbfaf5;
}

/* scam_details */
.scam_details {
  padding: 70px 0 78px;
  background-color: #fff;
}

.scam_alert_img {
  width: 100%;
  max-width: 978px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}

.scam_alert_img img {
  width: 100%;
  height: 100%;
  border-radius: 48px;
}

.scam_alert_content {
  width: 100%;
  max-width: 978px;
  padding: 40px 92px 0;
  margin-left: auto;
  margin-right: auto;
}

.scam_alert_content h1 {
  margin-bottom: 24px;
}

.scam_alert_content h4 {
  margin-block-end: 1rem;
  margin-block-start: 0.5rem;
  margin: 40px 0px 20px 0px;
  color: #173c50;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.scam_alert_content p {
  margin-block-end: 8px;
  color: #173c50;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.scam_alert_content ul {
  padding-left: 40px;
  color: #173c50;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  list-style: disc;
}

.scam_content_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.scam_content_wrap a:active,
.scam_content_wrap a:hover {
  color: #336;
}

.scam_content_wrap a {
  color: #23aebe;
}

.subscribeForm {
  position: relative;
  padding-bottom: 35px;
}

.subscribeForm .email input {
  width: 100%;
  height: 72px;
  outline: none;
  border: 1px solid #092a3b;
  border-radius: 12px;
  padding: 0 160px 0 20px;
}

.subscribeForm .email button {
  background-color: #1ba0b7;
  color: #fff;
  width: 139px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  position: absolute;
  right: 15px;
  top: 11px;
  padding: 12px 32px 12px 32px;
  min-height: 32px;
}

.subscribeForm .checkbox {
  padding: 10px 0;
  line-height: 18px;
  align-items: flex-start;
  display: flex;
  min-height: 1px;
  position: relative;
  gap: 15px;
}

.subscribeForm .checkbox input {
  width: 22px;
  height: 22px;
}

.subscribeForm .checkbox label {
  font-size: 12px;
  font-weight: 400;
  color: #173c50;
}

.scam_alert_content .btn-lg {
  font-size: 18px;
  font-weight: 500;
  fill: #ffffff;
  border: none !important;
  font-family: "Nunito Sans", Sans-serif;
}

.bottom_content p {
  text-align: center;
  font-family: "Onest", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-block-end: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}

.bottom_content hr {
  padding-block: 15px;
  border-color: #1ba0b71a;
  opacity: 1;
}

.icon_set_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.icon_set_box .icon-text {
  padding-left: 0;
  padding-top: 10px;
  margin-block-end: 8px;
}

.icon_set_box .icon-box svg {
  margin-left: 0;
}

.featuredslider_wrapper.bg-white .featuredslider_top {
  flex-direction: column;
}

.data_breach.join-section .abt_content p {
  width: 872px;
  margin: auto;
  margin-block-end: 8px;
}

.latest-news.light_bg .heading-wrap {
  padding-bottom: 35px;
}

.dentsu_faq .heading-32 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.dentsu_faq .accordion-body p {
  line-height: 2;
  font-weight: 500;
}

.step_box {
  background-color: #dff6f8;
  padding: 80px 0;
}

.step_box h2 {
  font-family: "Onest", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  color: #173c50;
  text-align: center;
  margin-bottom: 28px;
}

.ti_title {
  display: none;
}

.step_box ul {
  padding: 20px 0;
}

.step_box li .description {
  width: 45%;
  float: left;
  background: #fff;
  border: 1px solid #d2e3f9;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  background-color: #fff;
  border-radius: 24px;
  color: #092a3b;
  border: 1px solid #092a3b;
}

.step_box li .description:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;

  border-bottom: 15px solid transparent;
  content: " ";
  border-left: 15px solid #092a3b;
  border-right: 0px solid #092a3b;
}

.step_box li .description::after {
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.step_box li {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 30px;
  position: relative;
}

.step_box li.inverted .description {
  float: right;
}

.step_box li.inverted .description:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.step_box li.inverted .description::after {
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
  position: absolute;
  top: 27px;
  display: inline-block;
  border-top: 14px solid transparent;

  border-bottom: 14px solid transparent;
  content: " ";
}

.step_box li .date {
  width: 20px;
  height: 20px;
  background: #1ba0b7;
  border: 5px solid #1ba0b7 !important;
  top: 32px;
  position: absolute;
  left: 50%;
  text-align: center;
  color: #fff;
  line-height: 25px;
  margin-left: -13px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.step_box li .date::before {
  left: 54px;
  top: -8px;
  width: 300px;
  text-align: left;
  content: attr(data-title);
  font-family: "Inter", Sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  color: #092a3b;
  display: inline-block;
  text-wrap: nowrap;
  position: absolute;
}

.step_box li .date::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 45px;
  height: 100vh;
  border-left: 1px dashed #092a3b;
}

.step_box li.inverted .date::before {
  left: -338px;
  top: -8px;
  width: 300px;
  text-align: right;
}

.step_box li.inverted .date::after {
  content: normal;
}

.bottomText {
  margin-block-end: 8px;
  text-align: left;
  font-family: "Onest", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #092a3c64;
  margin-top: 10px;
}

.error_page {
  padding-top: 120px;
  background-color: #EEF5F9;
}

.error_page .error_page_row {
  max-width: 1200px;
  margin-inline: auto;
  gap: 50px;
  display: flex;
  flex-direction: row;
}

.error_page_col {
  width: 50%;
}

.error_page_content {
  padding: 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.error_page_content h1 {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  color: #173C50;
}

.error_page_content p {
  text-align: left;
  font-family: "Nunito Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.btn_wrap {
  display: flex;
  gap: 20px;
}

.error_page_img {
  padding: 10px;
}



/* step-form */
.step_form {
  position: relative;
  padding: 100px 0;
}

.progress-wrapper {
  margin-bottom: 48px;
}

.progress-segment.active {
  background: #0aa7a7;
}

.step-form-wrapper {
  width: 100%;
  max-width: 608px;
}

.step-form-wrapper .step {
  display: none;
}

.step.active {
  display: block;
}

.step-form-wrapper .step input,
.step-form-wrapper .step select {
  width: 100%;
  padding: 12px;
  margin-top: 12px;
}

.step-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.step-form-wrapper button {
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}

#nextBtn {
  background: #0aa7a7;
  color: #fff;
}

#prevBtn {
  background: #ddd;
}

.progress-steps {
  display: flex;
  gap: 2px;
  max-width: 720px;
  margin: 0 auto 40px;
}

.progress-step {
  flex: 1;
  text-align: center;
  font-size: 13px;
  color: #8c8c8c;
}

.progress-segment {
  display: block;
  height: 8px;
  background: #d9d9d9;
  border-radius: 0px;
  margin-bottom: 6px;
}

.progress-step.active .progress-segment {
  background: #0aa7a7;
}

.progress-step.active .progress-label {
  color: #0aa7a7;
  font-weight: 500;
}

.step_text {
  margin-bottom: 48px;
}

.step_text h1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

.step_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.step-form-wrapper form h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 800;
}
.step-form-wrapper form select{
  border: 2px solid #092a3b;
  color: rgb(9, 42, 59);
  /* appearance: none; */
  letter-spacing: 0;
  border-radius: 12px;
  width: 100%;
  padding: 0 20px !important;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
}
.step-form-wrapper form select:hover{
  border-color: #1ba0b7;
}

.btn_text_wrap{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.select_wrap{
  margin-bottom: 48px;
}
.eligibility{
  font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    border-radius: 12px;
    border: 2px solid oklab(0.270554 -0.0277036 -0.0401987 / 0.2);
    border-color: rgb(0 0 0 / 20%);
    background-color: rgb(27, 160, 183);
    color: #fff;
}
.btn_text_wrap p{
      font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.btn_text_wrap p a, .question p a{
  font-weight: 700;
  color: #092a3b;
}

/* Utility */
.hidden {
  display: none;
}

/* Titles */
.question-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b1f33;
}

/* Select */
select {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: 2px solid #0aa7a7;
  font-size: 16px;
}

/* Radio Grid */
.radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Radio Card */
.radio-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  cursor: pointer;
  background: #f4f1e6;
  transition: border-color 0.2s ease;
}

/* Hide real radio */
.radio-card input {
  display: none;
}

/* Custom circle */
.radio-ui {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Selected */
.radio-card input:checked + .radio-ui {
  border-color: #0aa7a7;
}

.radio-card input:checked + .radio-ui::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0aa7a7;
  border-radius: 50%;
}

/* Hover */
.radio-card:hover {
  border-color: #0aa7a7;
}

.radio-text {
  font-size: 16px;
  font-weight: 500;
}
.question-container, .question{
  margin-bottom: 48px;
}

.lastQs{
  padding: 28px 24px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #092a3b;
}
.question p{
      font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
.question p a{
  font-weight: 700;
  color: #092a3b;
}
.textPanel p{
  margin-bottom: 0;
}
.textPanel{
  margin-bottom: 12px;
}


.exitScreen_form .section, .exitScreen_form {
  margin-bottom: 48px;
}

.exitScreen_form .heading {
      font-size: 20px;
    line-height: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}
.exitScreen_form .heading.margin{
  margin-bottom: 4px;
}
.exitScreen_form .subtext {
    color: #092a3b;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

/* Layout */
.exitScreen_form .exitScreen_form_row {
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .exitScreen_form .exitScreen_form_row {
    flex-direction: column;
  }
}

/* Inputs */
.exitScreen_form .form-control-box {
  width: 100%;
  margin-bottom: 16px;
}

.exitScreen_form .form-control-box label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #092a3b;
  margin-bottom: 6px;
}
.exitScreen_form .form-control-box:hover label{
  color: #1ba6b8;
}
.exitScreen_form .form-control-box input {
  position: relative;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  border-radius: 8px;
  border: 2px solid #092a3b;
  background: #ffffff;
  transition: border-color 0.2s ease;
  height: 56px;
  line-height: 56px;
}
.exitScreen_form .form-control-box:hover input{
  border-color: #1ba0b7;
}
.exitScreen_form .form-control-box input::placeholder {
  color: #a3a3a3;
}

.exitScreen_form .form-control-box input:focus {
  outline: none;
  border-color: #2563eb;
}

/* Checkbox */
.exitScreen_form .checkbox-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 8px;
}

.exitScreen_form .checkbox-row input {
    width: 28px;
    height: 28px;
    accent-color: #404040;
    cursor: pointer;
    padding: 3px;
    border: 2px solid #000;
    border-radius: 8px;
}

.exitScreen_form .checkbox-row label {
  font-size: 15px;
  color: #404040;
}

.exitScreen_form .checkbox-row a {
  color: #2563eb;
  text-decoration: none;
}

.exitScreen_form .checkbox-row a:hover {
  text-decoration: underline;
}

/* Button */
.exitScreen_form .exit_form_submitBtn {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  background: rgba(0, 0, 0, 0.32);
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.6;
  margin-bottom: 48px;
}

/* Footer text */
.exitScreen_form .footer-text {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
}
.exitScreen_form .footer-text span{
  font-weight: 600;
}

.topExitText h1{
  font-size: 28px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 16px;
    color: rgb(9, 42, 59);
}
.topExitText p{
  font-size: 16px;
  font-style: italic;
  color: #092a3b;
  line-height: 24px;
  font-weight: 400;
}
.topExitText p b{
  font-style: normal;
}
.topExitText, .exitscreenBottm{
  margin-bottom: 48px;
  text-align: center;
}
.exitscreenBottm h2{
      font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #092a3b;
    margin-bottom: 8px;
}
.exitscreenBottm p{
      font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


.claims-wrapper .title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 24px;
      font-size: 24px;
    line-height: 32px;
    color: #092a3b;
}

.claims-wrapper .subtitle {
  text-align: center;
      font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  color: #092a3b;
  margin-bottom: 24px;
}

/* Cards list */
.claims-wrapper .claims-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Card */
.claims-wrapper .claim-card {
  border: 2px solid #092a3b;
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
}

/* Header */
.claims-wrapper .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.claims-wrapper .card-header img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.claims-wrapper .card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #092a3b;
}

/* Text */
.claims-wrapper .card-text {
  color: #092a3b;
      font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  margin-bottom: 16px;
}

/* Button */
.claims-wrapper .btn-outline {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #1ba0b7;
  color: #1ba0b7;
  transition: all 0.2s ease;
}

.claims-wrapper .btn-outline:hover {
  background: #1ba0b7;
  color: #ffffff;
}

.last_row p{
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #092a3b;
}
.last_row p a, .exitScreen_form .checkbox-row a{
  font-weight: 700;
  color: #092a3b;
}
.last_row p a:hover, .exitScreen_form .checkbox-row a:hover{
  color: #1ba0b7;
}

.mb-48{
  margin-bottom: 48px;
}
.ste_2_text h2{
  font-size: 28px;
    font-weight: 900;
    line-height: 36px;
}
.ste_2_text p{
  font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

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