.choose-section1::before {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 800px;
  height: 800px;
  content: "";
  border-radius: 795px;
  background: none;
  filter: blur(350px);
}
.choose-section1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 490px;
  height: 490px;
  content: "";
  border-radius: 484px;
  background: none;
  filter: blur(350px);
}

.choose-wrapper {
  position: relative;
  z-index: 1;
}
.choose-wrapper .ripple {
  position: absolute;
  top: 150px;
  left: 260px;
  animation: updown 2s linear infinite;
}
@media (max-width: 991px) {
  .choose-wrapper .ripple {
    display: none;
  }
}
.choose-wrapper .ripple-ps {
  position: absolute;
  top: 80px;
  right: 150px;
}
@media (max-width: 1399px) {
  .choose-wrapper .ripple-ps {
    display: none;
  }
}

@keyframes updown {
  50% {
    transform: translateY(-14px);
  }
}
.choose-left-cont .thumb1 {
  width: 100%;
}
.choose-left-cont .thumb1 img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .choose-left-cont .thumb1 {
    display: none;
  }
}

.prograss-box {
  border-radius: 10px;
  background: #fff;
  padding: 24px 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-left: 23px;
  margin-top: 38px;
  z-index: 2;
  position: relative;
}
.prograss-box .content {
  width: calc(100% - 104px);
}
.prograss-box .content h3 {
  margin-bottom: 14px;
}
.prograss-box .content p {
  font-size: 16px;
  color: var(--pra);
  margin-bottom: 0;
}
.prograss-box .icons {
  position: relative;
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--base);
  padding: 0px 4px 0 0;
}
.prograss-box .icons .texts {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  display: block;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .prograss-box {
    padding: 18px 10px;
    margin-left: 0;
    margin-top: 20px;
  }
  .prograss-box .content h3 {
    margin-bottom: 8px;
  }
}

.choose-content-right .cmn-section-title {
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .choose-content-right .cmn-section-title {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .choose-content-right .cmn-section-title {
    padding-left: 4px;
  }
}
.choose-content-right .adjust-first-item {
  margin-bottom: 45px;
}
.choose-content-right .adjust-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.choose-content-right .adjust-content .adjust-content-info {
  max-width: 400px;
}
.choose-content-right .adjust-content .thumb-ad {
  max-width: 421px;
  height: 449px;
  margin-left: -140px;
}
.choose-content-right .adjust-content .thumb-ad img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .choose-content-right .adjust-content .thumb-ad {
    height: auto;
  }
  .choose-content-right .adjust-content .thumb-ad img {
    height: auto;
  }
}
.choose-content-right .adjust-content .adjust-item {
  display: flex;
  gap: 20px;
}
.choose-content-right .adjust-content .adjust-item .conts h3 {
  margin-bottom: 10px;
}
.choose-content-right .adjust-content .adjust-item .conts p {
  margin: 0;
}
@media (max-width: 991px) {
  .choose-content-right .adjust-content .thumb-ad {
    margin-left: 4px;
  }
}
.choose-content-right .btn-custom-space {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .choose-content-right .adjust-first-item {
    margin-bottom: 24px;
  }
  .choose-content-right .btn-custom-space {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .choose-content-right .adjust-content {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
  .choose-content-right .adjust-content .thumb-ad {
    max-width: 100%;
    width: 100% !important;
    height: 100%;
  }
  .choose-content-right .adjust-content .thumb-ad img {
    width: 100% !important;
    height: 100%;
  }
  .choose-content-right .adjust-content .adjust-content-info {
    max-width: 100%;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.text-slider {
  padding: 10px 0;
  height: 90px;
}
@media (max-width: 767px) {
  .text-slider {
    padding: 0px 0;
    height: 65px;
  }
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-item {
  display: flex;
  align-items: center;
  float: left;
  transition: animation 0.2s ease-out;
}
.marquee-item img {
  width: 36px;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.sotrk-t {
  font-family: "Geologica Cursive";
  font-size: 50px;
  font-weight: 800;
  line-height: 62px;
  color: rgba(3, 43, 82, 0.35);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(3, 43, 82, 0.35);
  background: transparent;
}
@media (max-width: 767px) {
  .sotrk-t {
    font-size: 36px;
  }
}

.stroke-thumb {
  padding: 0 16px 0;
  margin-top: 7px;
}