@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
a,
body,
html {
  transition: 0.5s;
}
.personas-detail-area .persona-area,
.start-chat-section .inside-block,
.sticky-button-block a,
header .main-header .rightside {
  display: flex;
}
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: 0;
}
body,
html {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
a {
  color: #f8e9bd;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
}
.md-10 {
  margin: 0 -10px;
}
.pd-10 {
  padding: 0 10px;
}
.md-7 {
  margin: 0 -7px;
}
.pd-7 {
  padding: 0 7px;
}
.md-50 {
  margin-bottom: 50px;
}
.container {
  max-width: 1227px;
}
.sticky-button-block {
  position: fixed;
  background: #5f0308;
  z-index: 15;
  width: 66px;
  padding: 28px 13px 28px 23px;
  right: 0;
  top: 50%;
  margin-top: -117px;
  border-radius: 50px 0 0 50px;
}
.btn-blue,
.btn-orange {
  padding: 14px 24px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  font-weight: 400;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.sticky-button-block a {
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 22px 0;
}
#congratspopup .modal-dialog .modal-content .modal-body .icon img,
.blog-page .blog-main-photo img,
.buddy-block .icon img,
.buddy-section .content-block .photo-block img,
.buddy-section .friend-img img,
.footer-area .logo-part .logo img,
.hero-banner-area .photo-block img,
.main-content-block .form-area .buddy-detail .title .icon img,
.main-content-block .form-area ul.buddy-list li .buddy-mini-block .icon img,
.personas-detail-area .persona-area .photo-block img,
.personas-detail-area .persona-info .icon img,
header,
header .main-header,
header .main-header .logo img {
  width: 100%;
}
.btn-orange {
  background: #f40;
  border: 1px solid #f40;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  -moz-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
}
.btn-orange:hover {
  background: 0 0;
  color: #f40;
}
.btn-blue {
  background: #0b5ed6;
  border: 1px solid #0b5ed6;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  -moz-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
}
.plan-box .bottombar a,
header.fixed {
  box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
}
.btn-blue:hover,
.plan-box .bottombar a:hover,
.small-plan-box a:hover {
  background: 0 0;
  color: #0b5ed6;
}
.main-wapper,
.no-scroll {
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  padding: 15px 0;
  transition: 0.5s;
}
header .main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .main-header .logo {
  width: 206px;
  transition: 0.5s;
}
header .main-header .rightside ul.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.contact-page .form-area .form-group.code,
.main-content-block .form-area .form-group.code,
.newsletter-section,
.newsletter-section .container,
.newsletter-section .subscribe-block .input-box,
header .main-header .rightside ul.main-menu li {
  position: relative;
}
header .main-header .rightside ul.main-menu li a {
  font-size: 15px;
  line-height: 24px;
  color: #393e53;
  font-weight: 400;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  letter-spacing: 2%;
  text-transform: uppercase;
}
header .main-header .rightside .btn-blue,
header .main-header .rightside .btn-orange {
  margin-left: 14px;
}
header .main-header .btn-menu {
  width: 22px;
  height: 22px;
  border: none;
  background: 0 0;
  position: relative;
  padding: 0;
  transition: 0.5s;
  margin-left: 15px;
  display: none;
}
header .main-header .btn-menu span {
  width: 100%;
  height: 2px;
  background: #0b5ed6;
  display: block;
  transition: 0.5s;
}
header .main-header .btn-menu span:nth-of-type(3n + 1) {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
header .main-header .btn-menu span:nth-of-type(3n + 2) {
  position: absolute;
  top: 10px;
  width: 70%;
  left: 0;
  transition: 0.5s;
}
header .main-header .btn-menu span:nth-of-type(3n + 3) {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
header .main-header .btn-menu.active span:nth-of-type(3n + 1) {
  transform: rotate(-45deg);
  left: 0;
  top: 10px;
  transition: 0.5s;
}
.buddy-section .create-friend .owl-dots,
.buddy-section ul.buddy-list li:last-child,
.main-content-block .form-area .buddy-detail .buddy-small-box.close,
header .main-header .btn-menu.active span:nth-of-type(3n + 2) {
  display: none;
}
header .main-header .btn-menu.active span:nth-of-type(3n + 3) {
  transform: rotate(45deg);
  left: 0;
  transition: 0.5s;
  bottom: 10px;
}
header.fixed {
  background: #fff;
  transition: 0.5s;
  -webkit-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  -moz-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  padding: 10px 0;
}
.buddy-block,
.buddy-section .content-block {
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  overflow: hidden;
}
header.fixed .main-header .logo {
  width: 160px;
  transition: 0.5s;
}
.hero-banner-area {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 110px 0 0;
  background: #eaeeff;
}
.about-section .bg-video video,
.blog-page .bg-video video,
.common-page .bg-video video,
.contact-page .bg-video video,
.faq-page .bg-video video,
.hero-banner-area video,
.personas-detail-area .bg-video video,
.pricing-section .bg-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  opacity: 0.6;
}
.hero-banner-area img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  opacity: 0.6;
  transform: rotate(180deg);
}
.about-section .bg-video::before,
.blog-page .bg-video::before,
.common-page .bg-video::before,
.contact-page .bg-video::before,
.faq-page .bg-video::before,
.hero-banner-area::before,
.personas-detail-area .bg-video::before,
.pricing-section .bg-video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  background: linear-gradient(0deg, #fff 0, #fff0 100%);
  z-index: 1;
}
.hero-banner-area .inner-flex {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 636px;
}
.hero-banner-area .content-left {
  width: 44%;
}
.hero-banner-area .content-left h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  color: #0b5ed7;
  margin: 0 0 20px;
}
.buddy-section h2 strong,
.hero-banner-area .content-left h1 strong,
.how-it-work-section h2 strong,
.newsletter-section .subscribe-block h2 strong,
.opportunities-area h2 strong,
.start-chat-section .inside-block .rightside h2 strong {
  font-weight: 600;
  color: #0c5fd7;
}
.hero-banner-area .content-left .sub {
  font-size: 22px;
  line-height: 30px;
  color: #e5494b;
  font-weight: 700;
  margin: 0 0 28px;
}
.hero-banner-area .content-left p {
  font-size: 18px;
  line-height: 30px;
  color: #393e53;
  font-weight: 300;
  margin: 0 0 28px;
}
.hero-banner-area .photo-block {
  position: relative;
  width: 56%;
}
.buddy-section {
  padding: 40px 0 20px;
  position: relative;
  scroll-margin-top: 80px;
}
.buddy-section h2,
.opportunities-area h2,
.start-chat-section .inside-block .rightside h2,
.newsletter-section .subscribe-block h2,
.review-section h2 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 600;
  color: #0b5ed7;
  margin: 0 0 30px;
  position: relative;
  z-index: 11;
}
.opportunities-area h2 {
  text-align: center;
}
#our-personas h2 {
  text-align: center;
}
.buddy-section p {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #393e53;
  font-weight: 300;
  margin: 0 0 30px;
}
.buddy-section ul.buddy-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buddy-section ul.buddy-list li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.buddy-section::before {
  border-radius: 50%;
  z-index: 1;
  background: #e0edff;
  filter: blur(400px);
  width: 700px;
  height: 700px;
  content: "";
  position: absolute;
  bottom: -340px;
  left: -350px;
}
.buddy-section .container,
.how-it-work-section .container {
  position: relative;
  z-index: 1;
}
.buddy-section .content-block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  border: 1px solid #d5dcf9;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.buddy-section .content-block::before {
  content: "";
  background: #eff2ff;
  width: 44%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 200px 0 0;
}
.buddy-section .content-block .photo-block {
  width: 42%;
  padding-right: 1.2px;
  position: relative;
}
.buddy-section .content-block .right-content {
  width: 58%;
  padding: 0 50px 0 80px;
  text-align: left;
}
.buddy-section .content-block .right-content h2,
.buddy-section .content-block .right-content p {
  text-align: left;
}
.buddy-section .content-block .right-content p {
  margin-bottom: 15px;
  font-size: 20px;
}
.buddy-section .friend-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.buddy-section .friend-img h3 {
  position: absolute;
  bottom: 15px;
  margin: 0;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  left: 15px;
  text-align: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px 10px 10px 0;
}
.buddy-section .create-friend h2 {
  text-align: left;
}
.buddy-section .create-friend {
  margin-top: 60px;
  margin-bottom: 60px;
}
.buddy-section .create-friend .owl-nav {
  position: absolute;
  top: -64px;
  right: 0;
  display: flex;
  gap: 10px;
}
.buddy-section .create-friend .owl-nav .owl-next:hover svg circle,
.buddy-section .create-friend .owl-nav .owl-next:hover svg path,
.buddy-section .create-friend .owl-nav .owl-prev:hover svg circle,
.buddy-section .create-friend .owl-nav .owl-prev:hover svg path {
  stroke: #0c5fd7;
}
.buddy-block {
  border: 1px solid #d5dcf9;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  display: block;
}
.buddy-block .icon {
  width: 136px;
  margin: 0 auto;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.buddy-block h3 {
  font-size: 24px;
  line-height: 30px;
  color: #0c5fd7;
  font-weight: 700;
  margin: 38px 0 8px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.buddy-block p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #000;
  position: relative;
  z-index: 1;
}
.buddy-block svg {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.5s;
}
.buddy-block:hover .icon {
  padding: 7px;
  transition: 0.5s;
}
.buddy-block:hover svg {
  top: 20px;
  right: 20px;
  transition: 0.5s;
}
.buddy-block:hover h3 {
  color: #f40;
  transition: 0.5s;
}
.buddy-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ebefff;
  position: absolute;
  bottom: -100%;
  left: -100%;
  border-radius: 0 50% 0 0;
  transition: 0.5s;
}
.buddy-block:hover::before {
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.how-it-work-section {
  padding: 40px 0 0;
  position: relative;
  scroll-margin-top: 80px;
}
.how-it-work-section::before {
  border-radius: 50%;
  z-index: 1;
  background: #f9ddff;
  filter: blur(400px);
  width: 800px;
  height: 800px;
  content: "";
  position: absolute;
  top: -50px;
  right: -400px;
  opacity: 0.8;
}
.how-it-work-section h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: center;
}
.how-it-work-section ul.step-list {
  margin: 0;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.how-it-work-section ul.step-list::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #0c5fd7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 0;
}
.how-it-work-section ul.step-list::after {
  content: "";
  width: 21px;
  height: 21px;
  background: #0c5fd7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}
.how-it-work-section ul.step-list li {
  position: relative;
  padding: 15px 0;
}
.how-it-work-section ul.step-list li::before {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 1px dashed #afbbed;
  height: 100%;
  width: 1px;
  top: 0;
}
.how-it-work-section ul.step-list li .step-block {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.how-it-work-section ul.step-list li .step-block::before {
  content: "";
  position: absolute;
  left: 45%;
  border-top: 1px dashed #afbbed;
  height: 1px;
  width: 10%;
  top: 50%;
}
.how-it-work-section ul.step-list li .step-block .number {
  background: #0c5fd7;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
.how-it-work-section ul.step-list li .step-block .photo-area {
  width: 45%;
  background: #eff2fe;
  padding: 15px;
  border: 1px solid #d5dcf9;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  position: relative;
}
.how-it-work-section ul.step-list li .step-block .photo-area::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  background: #afbbed;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: -5px;
}
.how-it-work-section ul.step-list li .step-block .photo-area img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 #d2d9f4;
  -webkit-box-shadow: 0 0 10px 0 #d2d9f4;
  -moz-box-shadow: 0 0 10px 0 #d2d9f4;
}
.how-it-work-section ul.step-list li .step-block .content {
  width: 45%;
  padding: 30px;
  background: #fff;
  border: 1px solid #d5dcf9;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how-it-work-section ul.step-list li .step-block .content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  background: #afbbed;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: -5px;
}
.how-it-work-section ul.step-list li .step-block .content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #0c5fd7;
  font-weight: 700;
  margin: 0 0 40px;
}
.how-it-work-section ul.step-list li .step-block .content p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  margin: 0 0 22px;
}
.about-section .about-content:nth-child(2n),
.how-it-work-section ul.step-list li:nth-child(2n) .step-block {
  flex-direction: row-reverse;
}
.how-it-work-section
  ul.step-list
  li:nth-child(2n)
  .step-block
  .content::before {
  right: -6px;
  left: auto;
}
.how-it-work-section
  ul.step-list
  li:nth-child(2n)
  .step-block
  .photo-area::before {
  left: -6px;
  right: auto;
}
.how-it-work-section ul.step-list li:first-child {
  padding: 25px 0 15px;
}
.how-it-work-section ul.step-list li:last-child {
  padding: 15px 0 25px;
}
.opportunities-area {
  padding: 40px 0;
}
.opportunities-area ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  z-index: 2;
}
.opportunities-area ul li {
  width: 25%;
  padding: 0 10px;
}
.opportunities-area ul li .inner-block {
  background: #0b5ed6;
  border-radius: 15px;
  text-align: center;
  padding: 55px 20px 30px;
  margin-top: 30px;
  position: relative;
  transition: 0.5s;
}
.opportunities-area ul li .inner-block h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  min-height: 60px;
}
.opportunities-area ul li .inner-block .no {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px dashed #0b5ed6;
  border-radius: 50%;
  line-height: 58px;
  font-size: 25px;
  font-weight: 400;
  color: #0b5ed6;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.opportunities-area ul li .inner-block:hover {
  transform: translateY(-6px);
  transition: 0.5s;
}
.start-chat-section {
  padding: 0;
}
.start-chat-section .inside-block .left-side {
  width: 44%;
  border-radius: 15px;
  overflow: hidden;
}
.start-chat-section .inside-block .left-side img {
  width: 100%;
  position: relative;
  right: 30px;
}
.start-chat-section .inside-block .rightside {
  width: 56%;
  padding-left: 50px;
}
.start-chat-section .inside-block .rightside p {
  line-height: 30px;
  color: #393e53;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 20px;
}
.newsletter-section .container::before {
  border-radius: 50%;
  z-index: 1;
  background: #caecff;
  filter: blur(300px);
  width: 540px;
  height: 540px;
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
}
.newsletter-section .subscribe-block {
  width: 65%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  margin: auto;
}
.newsletter-section .subscribe-block p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  margin: 0 0 16px;
}
.newsletter-section .subscribe-block .input-box .form-control {
  border: 1px solid #d5dcf9;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  padding: 18px 30px;
  color: #000;
}
.newsletter-section .subscribe-block .input-box .form-control:focus {
  box-shadow: none;
  border: 1px solid #0c5fd7;
}
.newsletter-section .subscribe-block .input-box .btn-blue {
  position: absolute;
  top: 8px;
  right: 8px;
}
.newsletter-section .peppi-icon {
  position: absolute;
  bottom: -14px;
  right: 54px;
  z-index: 2;
}
.bounce2 {
  animation: 2s infinite bounce2;
}
@keyframes bounce2 {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.footer-area {
  background: #0c5fd7;
  padding: 0;
  position: relative;
  z-index: 1;
}
.footer-area .inner-flex {
  display: flex;
}
.footer-area .logo-part {
  width: 32%;
  border-right: 1px solid #3180f2;
  padding: 40px 0;
  text-align: center;
}
.footer-area .logo-part .logo {
  width: 294px;
  margin: 0 auto;
}
.footer-area .logo-part .logo-text {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
}
.blog-page .content-area p strong,
.common-page p strong,
.footer-area .logo-part .logo-text strong,
.main-content-block .form-area .card .card-header .totalsms span,
.personas-detail-area .persona-area .content-block p strong {
  font-weight: 700;
}
.footer-area .link-part {
  width: 45%;
  padding: 40px;
}
.footer-area .link-part h2 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0 0 14px;
  position: relative;
}
.footer-area .link-part h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: #fff;
}
.footer-area .link-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
.footer-area .link-part ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}
.footer-area .link-part ul li a::before {
  content: "";
  position: absolute;
  top: 14px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  left: 0;
}
.footer-area .link-part ul li:hover a {
  padding-left: 20px;
  transition: 0.5s;
}
.footer-area .link-part ul li:hover a::before {
  width: 12px;
  transition: 0.5s;
}
.footer-area .link-part:last-child {
  width: 23%;
}
.footer-area .link-part:last-child ul {
  column-count: 1;
}
.footer-area .copyright {
  border-top: 1px solid #3180f2;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.text-green {
  color: #00c0a1;
}
.text-lightblue {
  color: #2369fd;
}
.text-orange {
  color: #ff6415;
}
.text-red {
  color: #de304d;
}
.text-blue {
  color: #1135b2;
}
.main-content-block {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.main-content-block .leftphoto {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 100px 100px 0;
}
.main-content-block .leftphoto img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-content-block .leftphoto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: #000;
  background: linear-gradient(0deg, #fff0 0, #000 100%);
  z-index: 1;
}
.main-content-block .leftphoto .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1;
  width: 200px;
}
.main-content-block .leftphoto .logo img {
  width: 100%;
  position: relative;
}
.main-content-block .form-area {
  width: 50%;
  padding: 50px 100px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.main-content-block .form-area form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.main-content-block .form-area.scroll {
  height: 100%;
  overflow-y: scroll;
  padding: 80px 100px;
  display: unset;
}
.main-content-block .form-area h1 {
  font-size: 36px;
  line-height: 36px;
  color: #0b5ed6;
  font-weight: 700;
  margin: 0 0 15px;
}
.main-content-block .form-area p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
}
.main-content-block .form-area p.pro-text {
  text-transform: none;
}
.main-content-block .form-area p span {
  color: #0b5ed6;
  font-weight: 700;
}
.main-content-block .form-area .line {
  width: 60px;
  height: 1px;
  background: #d9dde6;
  margin: 25px 0 20px;
}
.contact-page .form-group,
.main-content-block .form-area .form-group,
.plan-box .plan-box-top .topblock {
  margin-bottom: 15px;
}
.contact-page .form-group label,
.main-content-block .form-area .form-group label,
.main-content-block .form-area .radio-label {
  color: #0b5ed6;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 5px;
  display: block;
}
.common-page h1,
.faq-page h1 {
  font-size: 40px;
  line-height: 50px;
}
.change-number,
.plan-box .bottombar a,
.small-plan-box a {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-content-block .form-area .radio-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-content-block .form-area .radio-area .radio-block {
  width: 33.33%;
  margin-bottom: 10px;
}
.main-content-block .form-area .form-group .form-control {
  border: 1px solid #d9dde6;
  color: #263238;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  padding: 14px;
}
.main-content-block .form-area .form-group .form-control::placeholder {
  color: #c7c7c7;
  opacity: 1;
}
.main-content-block
  .form-area
  .form-group
  .form-control::-ms-input-placeholder {
  color: #c7c7c7;
}
.main-content-block .form-area .form-group .form-select {
  border: 1px solid #d9dde6;
  color: #263238;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  padding: 16px 14px;
}
.contact-page .form-group .form-control:focus,
.main-content-block
  .form-area
  .buddy-detail
  .buddy-edit-form
  .form-group
  .form-control:focus,
.main-content-block
  .form-area
  .buddy-detail
  .buddy-edit-form
  .form-group
  .form-select:focus,
.main-content-block .form-area .form-group .form-control:focus,
.main-content-block .form-area .form-group .form-select:focus {
  box-shadow: none;
  border: 1px solid #0b5ed6;
}
.contact-page .form-area .form-group.code select,
.main-content-block .form-area .form-group.code select {
  position: absolute;
  bottom: 10px;
  color: #263238;
  font-size: 16px;
  font-weight: 400;
  height: 28px;
  background: #fff;
  border: none;
  left: 10px;
  border-right: 1px solid #d9dde6;
  padding-right: 15px;
}
.contact-page #contact-frm .form-group .country-select,
.main-content-block .form-area .form-group.code .country-select {
  position: absolute;
  bottom: 10px;
  color: #263238;
  font-size: 16px;
  font-weight: 400;
  height: 28px;
  background: #fff;
  border: none;
  left: 10px;
  border-right: 1px solid #d9dde6;
  padding-right: 15px;
}
.contact-page .form-area .form-group.code .form-control,
.main-content-block .form-area .form-group.code .form-control {
  padding-left: 80px;
}
.main-content-block .form-area .form-group .otpblock {
  display: flex;
  margin: 0 -5px;
}
.main-content-block .form-area .form-group .otpblock .form-control {
  margin: 0 5px;
  text-align: center;
  font-size: 20px;
}
.main-content-block .form-area .checkmain {
  margin-bottom: 15px;
  display: flex;
}
.main-content-block .form-area .btn-submit {
  border-radius: 5px;
  border: 1px solid #0b5ed6;
  background: #0b5ed6;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
#congratspopup .modal-dialog .modal-content .modal-body .btn-primary:hover,
.main-content-block .form-area .btn-start-chat:hover,
.main-content-block .form-area .btn-submit:hover {
  background: #fff;
  color: #0b5ed6;
}
.main-content-block .form-area .otptext {
  text-align: center;
  color: #263238;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.333%;
  letter-spacing: 1.44px;
}
.main-content-block .form-area .otptext a {
  color: #0b5ed6;
  font-weight: 700;
  margin-top: 15px;
}
.main-content-block .form-area .card {
  margin-bottom: 10px;
  border: 1px solid #d9dde6;
  border-radius: 10px;
}
.main-content-block .form-area .card.most-popular-plan .popular {
  height: 65px;
  width: 90px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  transform: rotate(0);
  right: 40px;
  top: 0;
  position: absolute;
}
.main-content-block .form-area .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff0;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content-block .form-area .card .card-header .radio-block {
  display: flex;
  padding: 15px 10px;
}
.main-content-block .form-area .card .card-header .planname {
  font-size: 20px;
  font-weight: 400;
  color: #626262;
  line-height: 20px;
  margin: 0 0 8px;
}
.main-content-block .form-area .card .card-header .planname span {
  font-weight: 700;
  line-height: 20px;
}
.main-content-block .form-area .card .card-header .totalsms {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
  margin: 0;
}
.main-content-block .form-area .card .card-header .btn-link {
  padding: 0;
  width: 100%;
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
}
.main-content-block .form-area .card .card-header .btn-link .arrow {
  transform: rotate(180deg);
  border: none;
  background: 0 0;
  position: absolute;
  top: 30px;
  right: 15px;
  width: 14px;
  height: 8px;
  display: block;
}
.main-content-block .form-area .buddy-detail .buddy-small-box .btn-edit svg,
.main-content-block .form-area .card .card-header .btn-link .arrow img,
.main-content-block .form-area .card .card-header .btn-link .health-arrow img {
  vertical-align: top;
}
.main-content-block .form-area .card .card-header .btn-link.collapsed .arrow,
.main-content-block
  .form-area
  .card
  .card-header
  .btn-link.collapsed
  .health-arrow {
  transform: rotate(0);
}
.main-content-block .form-area .card .card-body {
  border-top: 1px solid #d9dde6;
  padding: 10px 10px 5px;
}
.main-content-block .form-area .card .card-body ul {
  margin: 0;
  padding: 0 0 0 12px;
}
.main-content-block .form-area .card .card-body ul li {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #426690;
  margin-bottom: 5px;
}
.main-content-block .form-area .card .card-body.health-block {
  padding: 15px;
}
.main-content-block .form-area .card .card-body.health-block .form-group {
  margin-bottom: 0;
}
.main-content-block .form-area .card .card-header .btn-link .health-title {
  font-size: 16px;
  line-height: 16px;
  color: #0b5ed6;
  padding: 12px 20px;
  font-weight: 400;
}
.main-content-block .form-area .card .card-header .btn-link .health-arrow {
  transform: rotate(180deg);
  border: none;
  background: 0 0;
  position: absolute;
  top: 17px;
  right: 15px;
  width: 14px;
  height: 8px;
  display: block;
}
.main-content-block .form-area ul.buddy-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.main-content-block .form-area ul.buddy-list li {
  margin-top: 10px;
}
.main-content-block .form-area ul.buddy-list li .buddy-mini-block {
  border: 1px solid #d9dde6;
  border-radius: 10px;
  padding: 15px 50px 15px 94px;
  position: relative;
  width: 100%;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-content-block .form-area ul.buddy-list li .buddy-mini-block .icon {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.main-content-block .form-area ul.buddy-list li .buddy-mini-block h2 {
  font-size: 18px;
  line-break: 18px;
  font-weight: 700;
  color: #050505;
  margin: 0 0 6px;
}
.main-content-block .form-area ul.buddy-list li .buddy-mini-block p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
  margin: 0;
  letter-spacing: 0;
  text-transform: inherit;
}
.main-content-block .form-area ul.buddy-list li .buddy-mini-block svg {
  position: absolute;
  top: 37px;
  right: 16px;
}
.main-content-block .form-area .buddy-detail {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-content-block .form-area .buddy-detail .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-content-block .form-area .buddy-detail .title .icon {
  border: 1px solid #d5dcf9;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  padding: 10px;
}
.main-content-block .form-area .buddy-detail .title h1 {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
.main-content-block .form-area .buddy-detail .info {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  margin: 0 0 10px;
}
.main-content-block .form-area .buddy-detail h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0 0;
  color: #000;
  opacity: 0.8;
}
.main-content-block .form-area .buddy-detail ul,
.plan-box .plan-box-bottom ul,
.small-plan-box .sms-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-block .form-area .buddy-detail ul li {
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  margin-top: 10px;
  position: relative;
  padding-left: 24px;
}
.main-content-block .form-area .buddy-detail ul li:before {
  content: "";
  background: url(../images/blue-star-icon.png) center center no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
.main-content-block .form-area .buddy-detail .buddy-small-box {
  background: #eff2ff;
  border: 1px solid #d5dcf9;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 20px 0;
  position: relative;
}
.main-content-block .form-area .buddy-detail .buddy-small-box .btn-edit {
  position: absolute;
  top: 15px;
  left: 234px;
  background: 0 0;
  border: none;
  padding: 0;
  width: 16px;
  height: 16px;
}
.main-content-block .form-area .buddy-detail .buddy-small-box .info-data {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px;
  color: #000;
  font-weight: 500;
}
.main-content-block
  .form-area
  .buddy-detail
  .buddy-small-box
  .info-data
  strong {
  color: #0b5dd5;
  font-weight: 700;
}
.main-content-block .form-area .buddy-detail .buddy-small-box .info-data span {
  margin: 0 12px;
}
.main-content-block .form-area .buddy-detail .buddy-edit-form {
  background: #eff2ff;
  border: 1px solid #d5dcf9;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 20px 0;
  position: relative;
  display: none;
}
.main-content-block .form-area .buddy-detail .buddy-edit-form.open {
  display: block;
}
.main-content-block .form-area .buddy-detail .buddy-edit-form .form-group {
  margin-bottom: 12px;
}
.main-content-block
  .form-area
  .buddy-detail
  .buddy-edit-form
  .form-group
  label {
  color: #0b5ed6;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 2px;
  display: block;
}
.main-content-block
  .form-area
  .buddy-detail
  .buddy-edit-form
  .form-group
  .form-control {
  border: 1px solid #d9dde6;
  color: #263238;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  padding: 9px 14px;
}
.main-content-block
  .form-area
  .buddy-detail
  .buddy-edit-form
  .form-group
  .form-select {
  border: 1px solid #d9dde6;
  color: #263238;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  padding: 11px 14px;
}
.main-content-block .form-area .checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main-content-block .form-area .checkbox-container .checkbox-block {
  width: 32.6%;
}
.main-content-block
  .form-area
  .checkbox-container
  .checkbox-block
  input[type="checkbox"].css-bluecheckbox
  + label.css-checklabel {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #263238;
  letter-spacing: 0;
  text-transform: inherit;
  position: relative;
  line-height: 28px;
  margin: 0;
  display: block;
  text-align: center;
  border: 1px solid #d9dde6;
  border-radius: 5px;
  background: #fff;
}
.main-content-block
  .form-area
  .checkbox-container
  .checkbox-block
  input[type="checkbox"].css-bluecheckbox:checked
  + label.css-checklabel {
  background: #0b5ed6;
  border: 1px solid #0b5ed6;
  color: #fff;
}
.main-content-block
  .form-area
  .checkbox-container
  .checkbox-block
  input[type="checkbox"].css-bluecheckbox,
input[type="checkbox"].css-checkbox,
input[type="radio"].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.main-content-block .form-area .md-5 {
  margin: 0 -5px;
}
.main-content-block .form-area .pd-5 {
  padding: 0 5px;
}
.main-content-block .form-area .btn-update-buddy {
  border-radius: 5px;
  border: 1px solid #de304d;
  background: #de304d;
  line-height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 0 22px;
}
#congratspopup .modal-dialog .modal-content .modal-body .btn-primary,
.main-content-block .form-area .btn-start-chat {
  border-radius: 5px;
  line-height: 38px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
  background: #0b5ed6;
}
.main-content-block .form-area .btn-update-buddy:hover {
  background: #fff;
  color: #de304d;
}
.main-content-block .form-area .btn-start-chat {
  border: 1px solid #0b5ed6;
  margin-top: 20px;
}
#congratspopup .modal-dialog {
  max-width: 530px;
}
#congratspopup .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 35px 40px;
}
#congratspopup .modal-dialog .modal-content .modal-body {
  padding: 0;
  text-align: center;
}
#congratspopup .modal-dialog .modal-content .modal-body .icon {
  width: 110px;
  margin: 0 auto 15px;
}
#congratspopup .modal-dialog .modal-content .modal-body h2 {
  font-size: 24px;
  line-height: 24px;
  color: #e65050;
  font-weight: 600;
  margin: 0 0 12px;
}
#congratspopup .modal-dialog .modal-content .modal-body p {
  font-size: 20px;
  line-height: 24px;
  color: #282829;
  font-weight: 700;
  margin: 0 0 14px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#congratspopup .modal-dialog .modal-content .modal-body p.congratspopup-text-2 {
  font-weight: 300;
}
#congratspopup .modal-dialog .modal-content .modal-body p.congratspopup-text-3 {
  color: #0b5ed6;
}
#congratspopup .modal-dialog .modal-content .modal-body .btn-primary {
  border: 1px solid #0b5ed6;
}
#congratspopup .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #263238;
  letter-spacing: 0.3px;
  position: relative;
  line-height: 20px;
  margin: 0;
}
input[type="checkbox"].css-checkbox + label.css-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #d9dde6;
}
input[type="checkbox"].css-checkbox:checked + label.css-label::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #0b5ed6;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 3px;
}
input[type="checkbox"].css-checkbox + label.css-label a {
  color: #0b5ed6;
  text-decoration: underline;
}
input[type="radio"].css-radio + label.css-radiolabel {
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 13px;
  line-height: 26px;
}
input[type="radio"].css-radio + label.css-radiolabel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d9dde6;
}
input[type="radio"].css-radio:checked + label.css-radiolabel::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0b5ed6;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 50%;
}
.personas-detail-area {
  position: relative;
  padding: 150px 0;
}
.about-section .bg-video,
.blog-page .bg-video,
.common-page .bg-video,
.contact-page .bg-video,
.faq-page .bg-video,
.personas-detail-area .bg-video,
.pricing-section .bg-video {
  position: absolute;
  width: 100%;
  height: 740px;
  overflow: hidden;
  left: 0;
  top: 0;
}
.about-section .container,
.blog-page .container,
.common-page .container,
.contact-page .container,
.faq-page .container,
.personas-detail-area .container,
.pricing-section .container {
  position: relative;
  z-index: 2;
}
.personas-detail-area .persona-info {
  text-align: center;
  margin: 0 0 30px;
}
.personas-detail-area .persona-info .icon {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 1px solid #d5dcf9;
  background: #fff;
  margin: 0 auto;
  padding: 16px;
}
.personas-detail-area .persona-info h1 {
  font-size: 40px;
  line-height: 50px;
  color: #0b5ed6;
  font-weight: 600;
  margin: 16px 0;
}
.personas-detail-area .persona-info p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #393e53;
  margin: 0 0 16px;
}
.personas-detail-area .persona-area .photo-block {
  width: 40%;
  overflow: hidden;
}
.personas-detail-area .persona-area .photo-block img {
  border-radius: 80px 80px 80px 0;
}
.personas-detail-area .persona-area .content-block {
  width: 60%;
  padding: 0 0 0 70px;
  margin-bottom: 40px;
}
.personas-detail-area .persona-area .content-block p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 12px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
}
.personas-detail-area .persona-area .content-block h2 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  margin: 24px 0 12px 0;
  color: #000;
  opacity: 0.8;
}
.personas-detail-area .persona-area .content-block ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.personas-detail-area .persona-area .content-block ul li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  position: relative;
  padding-left: 24px;
}
.personas-detail-area .persona-area .content-block ul li::before {
  content: "";
  background: url(../images/star.png) center center no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
.about-section .about-content:last-child,
.personas-detail-area .persona-area .content-block ul li:last-child {
  margin: 0;
}
.personas-detail-area .persona-detail {
  border: 1px solid #4680dd;
  padding: 25px 25px 20px 25px;
  border-radius: 6px;
  margin-top: 10px;
}
.personas-detail-area .persona-detail h2 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  margin: 0 0 15px;
  color: #0b5ed6;
  opacity: 0.8;
}
.personas-detail-area .persona-detail p {
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 12px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
}
.blog-page,
.common-page,
.contact-page,
.faq-page {
  position: relative;
  padding: 150px 0 100px;
}
.faq-page h1 {
  color: #0b5ed6;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}
.faq-page .accordion {
  width: 100%;
  margin: 0;
}
.faq-page .accordion .accordion-item {
  background-color: #fff;
  border: 1px solid #d5dcf9;
  border-radius: 15px !important;
  margin: 0 0 10px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
}
.faq-page .accordion .accordion-button {
  border-radius: 0 !important;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding: 20px 20px 20px 100px;
  line-height: 30px;
  background: 0 0;
  position: relative;
}
.faq-page .accordion .accordion-button span {
  position: absolute;
  top: -1px;
  left: 20px;
  line-height: 70px;
  font-size: 44px;
  color: #0b5ed6;
  font-weight: 700;
  opacity: 0.5;
}
.faq-page .accordion .accordion-button:focus,
.faq-page .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-page .accordion .accordion-body {
  padding: 0 40px 25px 100px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  opacity: 0.7;
}
.common-page h1 {
  color: #0b5ed6;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
}
.blog-page .content-area h2,
.common-page h2 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  margin: 20px 0 10px;
}
.blog-page .content-area p,
.blog-page .content-area ul li,
.common-page p,
.common-page ul li {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 12px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
}
.blog-page h1,
.contact-page h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}
.blog-page .content-area p a,
.blog-page .content-area ul li a,
.blog-page h1,
.common-page p a,
.common-page ul li a {
  color: #0b5ed6;
}
.blog-page .content-area ul,
.common-page ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.contact-page h1 {
  color: #0b5ed6;
  margin: 0 0 80px;
}
.contact-page .form-area {
  padding: 0 35px 35px;
  width: 60%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d5dcf9;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  position: relative;
}
.contact-page .form-area h2 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  margin: 0 0 8px;
  text-align: center;
}
.contact-page .form-area p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 30px;
  font-weight: 300;
  color: #000;
  opacity: 0.8;
  text-align: center;
}
.contact-page .form-group .form-control {
  border: 1px solid #d9dde6;
  color: #263238;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  height: auto;
  padding: 15px;
}
.contact-page .photo-flex {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
  margin-bottom: 35px;
}
.contact-page .contactimg {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.blog-page ul.blog-list li .blog-block .blog-photo img,
.contact-page .contactimg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.blog-page h1 {
  margin: 0 0 20px;
}
.blog-page h4 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  margin: 0 0 12px;
  text-align: center;
}
.about-section h1,
.pricing-section h1 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.blog-page ul.blog-list {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .inline-flex .info,
.blog-page ul.blog-list li .blog-block .info {
  align-items: center;
  line-height: 24px;
  opacity: 0.6;
  font-size: 14px;
  display: flex;
}
.blog-page ul.blog-list li {
  padding: 0 20px;
  width: 50%;
}
.blog-page ul.blog-list li:nth-child(2n) {
  margin-top: 40px;
}
.blog-page ul.blog-list li .blog-block {
  background: #fff;
  border: 1px solid #d5dcf9;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  position: relative;
  padding: 20px;
}
.blog-page ul.blog-list li .blog-block .blog-photo {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-page ul.blog-list li .blog-block h2 {
  font-size: 24px;
  color: #0b5ed6;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.blog-page ul.blog-list li .blog-block p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  font-weight: 300;
  color: #000;
  opacity: 0.8;
}
.blog-page ul.blog-list li .blog-block .d-flex {
  margin: 0 0 15px;
}
.blog-page ul.blog-list li .blog-block .info {
  color: #000;
  margin-right: 15px;
}
.blog-page .inline-flex .info img,
.blog-page ul.blog-list li .blog-block .info img {
  vertical-align: top;
  margin-right: 8px;
}
.blog-page .inline-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-top: 1px dashed #737bbf;
  padding: 15px 0;
}
.blog-page .inline-flex .info {
  color: #000;
}
.blog-page .blog-main-photo {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: 48px !important;
  border: 0.8px solid #ced4da;
  border-radius: 0.375rem;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
  align-content: center;
}
.select2-selection__choice {
  font-size: 15px;
  font-weight: 200;
}
.select2-results__option {
  font-size: 14px;
  font-family: inherit;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
  right: 10px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 26px;
  color: #212529;
  padding-left: 0;
}
.select2-container--default.select2-selection--multiple,
.select2-container--default.select2-selection--single {
  background-color: #fff !important;
  border: 0.5px solid #aaa !important;
  border-radius: 0.375rem !important;
}
#loader-wrapper img,
.chat-block .no-chat,
.loader-text {
  transform: translate(-50%, -50%);
}
#loader-wrapper,
.confetti {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader-wrapper img {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
}
#loader-wrapper {
  background: rgb(255 255 255 / 0.5);
  position: fixed;
  z-index: 1120;
}
#loader {
  animation: 2s linear infinite spin;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: relative;
  top: 50%;
  width: 200px;
}
#loader::before {
  animation: 3s linear infinite spin;
  border-color: #393e53 #fff0 #fff0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#loader::after {
  animation: 1.5s linear infinite spin;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@keyframes spin {
  0%,
  from {
    transform: rotate(0);
  }
  100%,
  to {
    transform: rotate(360deg);
  }
}
#loader,
#loader::after {
  border-color: #0127ad #fff0 #fff0;
}
#loader,
#loader::after,
#loader::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
}
.about-section,
.pricing-section {
  position: relative;
  padding: 150px 0 60px;
}
.about-section h1 {
  color: #0b5ed6;
  font-weight: 600;
  margin: 0 0 40px;
}
.about-section .about-content {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  border: 1px solid #d5dcf9;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
}
.about-section .about-content .left-image {
  width: 51%;
  background: #eff2fe;
  padding: 15px;
  border: 1px solid #d5dcf9;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  position: relative;
  height: 480px;
}
.about-section::before,
.join::before {
  border-radius: 50%;
  z-index: 1;
  filter: blur(400px);
  content: "";
  position: absolute;
}
.about-section .about-content .left-image img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  border-radius: 6px;
}
.about-section .about-content .right-discription {
  width: 49%;
}
.about-section .about-content .right-discription h3 {
  font-size: 30px;
  line-height: 36px;
  color: #0c5fd7;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 30px;
}
.about-section .about-content .right-discription h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 220px;
  background: #000;
  height: 2px;
  z-index: 1;
}
.about-section .about-content .right-discription h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #0c5fd7;
  z-index: 1;
}
.about-section .about-content .right-discription p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  margin: 0 0 12px;
}
.about-section::before {
  background: #f9ddff;
  width: 800px;
  height: 800px;
  bottom: 700px;
  right: -400px;
  opacity: 0.8;
}
.join {
  position: relative;
  padding: 0 0 40px;
}
.join::before {
  background: #e0edff;
  width: 700px;
  height: 700px;
  bottom: 240px;
  left: -350px;
}
.join .join-content h3 {
  font-size: 30px;
  line-height: 36px;
  color: #0c5fd7;
  font-weight: 700;
  margin: 0 0 15px;
}
.join .join-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  margin: 0 0 30px;
}
.pricing-section h1 {
  color: #0b5ed6;
  font-weight: 600;
  margin: 0 0 15px;
}
.pricing-section h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #393e53;
  font-weight: 300;
  margin: 0 0 40px;
}
.plan-box {
  border: 1px solid #d5dcf9;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  overflow: hidden;
  display: block;
  height: 100%;
  transition: 0.4s;
}
.btn-back a,
.popular,
.small-plan-box,
.step-wrapper,
.step-wrapper .step {
  display: flex;
  display: flex;
}
.plan-box .planname {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  text-align: start;
  margin: 0 0 5px;
}
.plan-box .planprice {
  font-size: 26px;
  line-height: 32px;
  color: #393e53;
  font-weight: 500;
  text-align: start;
}
.plan-box .plan-box-top {
  padding: 20px;
  border-bottom: 1px dashed #afbbed;
}
.plan-box .plan-box-bottom {
  padding: 20px;
}
.plan-box .bottombar a {
  background: #0b5ed6;
  border: 1px solid #0b5ed6;
  padding: 10px 25px;
  font-size: 14px;
  width: 80%;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  -moz-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  margin-bottom: 5px;
}
.plan-box .sms {
  font-size: 13px;
  line-height: 18px;
  color: #393e53;
  font-weight: 400;
}
.plan-box .plan-box-bottom ul li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: start;
  margin-bottom: 7px;
}
.plan-box .plan-box-bottom ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/check-icon.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.plan-box .plan-box-bottom h4 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  text-align: start;
  margin-bottom: 10px;
}
.popular {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 1px solid #d5dcf9;
  padding: 7px 10px;
  border-radius: 18px;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  line-height: 16px;
  color: #0b5ed8;
  font-weight: 600;
}
.plan-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgb(11 94 214 / 0.2);
  border-color: #0b5ed6;
}
.plan-box:hover .bottombar a {
  background: #fff;
  color: #0b5ed6;
  border-color: #0b5ed6;
}
.plan-box:hover .popular {
  background: #eff4ff;
  border-color: #0b5ed6;
  color: #0b5ed6;
}
.pricing-section .row {
  row-gap: 30px;
}
.small-plan-box {
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d9dde6;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgb(178 76 255 / 0.1);
  padding: 15px 0 15px 240px;
  transition: 0.5s;
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-height: 98px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s ease;
}
.small-plan-box .topblock {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 100px 100px 30px;
  background: #d9dde6;
  padding: 15px 60px 15px 30px;
  height: 100%;
}
.small-plan-box .sms-detail p,
.small-plan-box .sms-detail ul li {
  font-size: 14px;
  line-height: 21px;
  color: #393e53;
  font-weight: 400;
  margin: 0;
}
.small-plan-box .sms-detail p strong {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0;
}
.small-plan-box .topblock .planprice {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.small-plan-box a {
  border-radius: 30px 0 0 30px;
  min-width: 152px;
  margin-left: 30px;
  background: #0b5ed6;
  border: 1px solid #0b5ed6;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  -webkit-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
  -moz-box-shadow: 4px 4px 10px 0 rgb(112 112 112 / 0.2);
}
.small-plan-box .topblock .planname {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.purple-plan .topblock {
  background: #940ad4;
  color: #fff;
}
.small-plan-box.purple-plan:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 25px rgb(148 10 212 / 0.25);
  border-color: #940ad4;
}
.small-plan-box.purple-plan a {
  background: #940ad4;
  border: 1px solid #940ad4;
}
.small-plan-box.purple-plan:hover a {
  background: #fff;
  color: #940ad4;
  border-color: #940ad4;
}
.small-plan-box.green-plan:hover .topblock,
.small-plan-box.purple-plan:hover .topblock {
  filter: brightness(1.15);
}
.small-plan-box.green-plan a {
  background: #00c0a1;
  border: 1px solid #00c0a1;
}
.small-plan-box.green-plan .topblock {
  background: #00c0a1;
  color: #fff;
}
.small-plan-box.green-plan:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 25px rgb(0 192 161 / 0.25);
  border-color: #00c0a1;
}
.small-plan-box.green-plan:hover a {
  background: #fff;
  color: #00c0a1;
  border-color: #00c0a1;
}
#phone-error {
  position: absolute;
  font-size: 10px !important;
  bottom: -19px;
}
.change-number {
  color: #0b5ed6;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 20px;
}
.btn-back a,
.btn-link-blue {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
}
#contact-frm .form-group .select2-container,
#contact-frm .form-group .select2-selection--single {
  width: 100% !important;
}
.swal-custom-popup {
  border-radius: 16px !important;
  padding: 24px !important;
}
.swal-signup-btn,
.swal-tryagain-btn {
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  transition: background 0.2s;
}
.swal-signup-btn {
  background-color: #0127ad !important;
}
.swal-signup-btn:hover {
  background-color: #021f8a !important;
}
.swal-tryagain-btn {
  background-color: #6b7280 !important;
}
.swal-tryagain-btn:hover {
  background-color: #4b5563 !important;
}
.step-wrapper {
  align-items: center;
  justify-content: center;
  gap: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 30px;
  flex-direction: column;
  margin-top: -147px;
}
.step-wrapper .step {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #555;
  font-size: 12px;
}
.step-wrapper .step.active {
  background-color: #0b5ed6;
  color: #fff;
}
.step-wrapper .step-line {
  width: 4px;
  height: 30px;
  background-color: #e5e5e5;
}
.step-wrapper .step-line.active {
  background-color: #0b5ed6;
}
.btn-back a {
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 30px;
}
#our-personas {
  scroll-margin-top: 70px;
}
.btn-link-blue {
  color: #0b5ed6;
  font-weight: 600;
}
.free-plan-block {
  border: 1px solid #0b5ed6;
  box-shadow: 0 6px 18px rgb(11 94 214 / 0.18);
  transform: translateY(-2px);
  background: #0b5ed6;
  background: linear-gradient(45deg, #0b5ed6 0%, #090979 100%);
  border: none !important;
}
.free-plan-block ul {
  margin: 0;
  padding: 0 0 0 12px;
}
.free-plan-block ul li {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #fff !important;
  margin-bottom: 5px;
}
.free-plan-block ul li:last-child {
  margin-bottom: 0;
}
.free-plan-block .planname {
  font-size: 26px !important;
  line-height: 26px !important;
  color: #fff !important;
}
.free-plan-block .totalsms {
  background: #fff;
  position: absolute;
  right: 10px;
  top: 11px;
  color: #0b5ed6 !important;
  font-size: 38px !important;
  line-height: 38px !important;
  text-align: center;
  font-weight: 700 !important;
  padding: 12px;
  border-radius: 14px;
}
.free-plan-block .totalsms strong {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 6px;
  font-weight: 400;
}
.free-plan-block input[type="radio"].css-radio + label.css-radiolabel::before {
  background: #fff;
}
.personas-detail-area .persona-area {
  align-items: center;
}
.start-chat-section {
  padding: 20px 0 0 0;
}
.main-content-block .form-area h2 {
  font-size: 36px;
  line-height: 36px;
  color: #0b5ed6;
  font-weight: 700;
  margin: 0 0 15px;
}
.start-chat-section .main-content-block .form-area.buddy-scroll {
  display: block;
  overflow: auto;
  padding: 70px 100px;
}
.main-content-block .form-area.buddy-scroll {
  display: block;
  overflow: auto;
  padding: 70px 100px;
}
.start-chat-section .inside-block {
  align-items: center;
}
.main-content-block .form-area.buddy-scroll .buddy-list-block {
  margin: 0 0 27px 0;
}
.buddy-section .content-block .right-content h2 {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px;
}
.card-buddy {
  margin-bottom: 10px;
  border: 1px solid #d9dde6;
  border-radius: 10px !important;
  background: #fff;
}
.card-buddy .card-buddy-header .btn-link {
  display: flex;
  padding: 15px 10px !important;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}
.card-buddy .card-buddy-header .btn-link::after {
  display: none;
}
.card-buddy .card-buddy-body {
  border-top: 1px solid #d9dde6;
  padding: 10px 10px 5px;
}
.card-buddy .btn-link .arrow img {
  transition: transform 0.2s ease;
}
.card-buddy .btn-link.collapsed .arrow img {
  transform: rotate(180deg) !important;
}
.review-section {
  padding: 100px 0 0;
  position: relative;
}
.review-section h2 span {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.review-section .review-block {
  background: #f2f5fe;
  padding: 50px 30px 30px;
  position: relative;
  border-radius: 15px;
}
.review-section .review-block::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  background: url(../images/quote.png) center center no-repeat;
  width: 145px;
  height: 129px;
}
.review-section .review-block .msg {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #393e53;
  position: relative;
  z-index: 1;
  min-height: 180px;
}
.review-section .review-block .user {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
}
.review-section .review-block .user span {
  background: #0127ad;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-right: 15px;
}
.review-section .owl-next:hover svg circle,
.review-section .owl-next:hover svg path,
.review-section .owl-prev:hover svg circle,
.review-section .owl-prev:hover svg path {
  stroke: #0127ad;
}
.buddy-section-heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #000;
  margin: 0;
  position: relative;
  z-index: 11;
  text-align: center;
  padding: 20px 0 40px 0;
}
.buddy-section-heading .info-text {
  display: block;
}
.buddy-section-heading .info-text strong {
  font-weight: 600;
  color: #0c5fd7;
}
.other-plans-wrapper .card-header .btn-link {
  border-radius: 0 !important;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding: 20px 20px 20px 19px !important;
  line-height: 30px;
  background: 0 0;
  position: relative;
}
.other-plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  width: 100%;
}
#otherPlansCollapse {
  border-top: 1px solid #d9dde6;
  padding: 10px 10px 5px 10px;
}
#otherPlansCollapse .header-clickable.collapsed .arrow {
  transform: rotate(0deg);
}
#otherPlansCollapse .header-clickable .arrow {
  transform: rotate(180deg);
}
.main-content-block .form-area.select-plan-h {
  overflow-y: auto;
}
.main-content-block #verification-form .btn-submit.verify-otp:disabled {
  color: #fff !important;
  background: #6495da !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  pointer-events: all !important;
  border: 1px solid #0b5ed6 !important;
}
.personaSlider {
  position: relative;
}
.personaSlider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -95px;
  top: 50%;
}
.personaSlider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -95px;
}
.otp-input-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
}
.otp-box {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}
.otp-box:focus {
  border-color: #f90;
  background-color: #fff;
}
#our-personas a {
  display: block;
  width: 100%;
}
#our-personas h2 {
  text-align: center;
  visibility: visible;
  animation-name: fadeInUp;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #f40;
}
#our-personas {
  -webkit-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  -moz-box-shadow: 0 4px 10px 0 rgb(213 220 249 / 0.26);
  border-radius: 15px;
  padding: 20px;
}
#our-personas a h2 {
  transition: transform 0.3s ease, color 0.3s ease;
}
#our-personas a:hover h2 {
  color: #0b5ed6;
}
#our-personas a:hover svg path:first-child {
  fill: #0849a8;
}
#our-personas a h2 svg {
  transform: rotate(-40deg);
  transition: transform 0.3s ease;
}
#our-personas a svg path {
  transition: transform 0.3s ease;
  transform-origin: center;
}
#our-personas a:hover svg {
  transform: rotate(0deg);
}
#verification-form .otpblock .otp-box {
  width: 100%;
}
.btn-orange.btn-buddy {
  display: block;
  width: fit-content;
  margin-top: 10px;
}
section.buddy-section.buddy-section-details {
  position: relative;
  padding: 0;
}
.buddy-section.buddy-section-details::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  background: linear-gradient(0deg, #fff 0, #fff0 100%);
  z-index: 1;
}
.buddy-section.buddy-section-details ul.buddy-list li:last-child {
  display: block;
}
.buddy-section.buddy-section-details .contact-page .text {
  font-size: 17px;
  line-height: 26px;
  color: #393e53;
  font-weight: 300;
  margin: 0 0 34px;
}
.contact-page .btn-back a {
  top: 0;
  right: auto;
  left: 13px;
  z-index: 11111;
}
.personas-detail-area .btn-back a {
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1;
}
.contact-page .btn-back a {
  top: -30px;
  right: 20px;
  z-index: 11111;
}

.giftpopup{background: #353DBA; background: radial-gradient(circle,rgba(53, 61, 186, 1) 0%, rgba(26, 28, 69, 1) 100%);}
.strangerpopup{background: url(../images/Stranger.png) center center no-repeat; background-size: cover;}
.strangerpopup:before {content: ''; background: #000; width: 100%; height: 100%; position: absolute; opacity: 0.4;}
.popup-main-block{max-width: 670px;}
.popup-main-block .blue-bg{position: relative; padding-top: 130px;}
.strangerpopup .popup-main-block .blue-bg:before{content: ''; background: url(../images/Stranger-icon.png) center center no-repeat;width: 124%; height: 110%; position: absolute; background-size: contain; z-index: 1; left: -12%; top: 6%;}
.popup-main-block .blue-bg .peppi-icon{position: absolute; top: 0px;left: 50%; width: 220px; margin-left: -110px;}
.popup-main-block .blue-bg .peppi-icon img{width: 100%;}
.popup-main{background: #193acf; background: linear-gradient(0deg,rgba(25, 58, 207, 1) 0%, rgba(67, 113, 251, 1) 100%); border-radius: 50px; padding: 20px 30px 30px 30px; border:#4D74F8 5px solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.strangerpopup .popup-main{background: #1A195C; border: #122B82 5px solid; background: linear-gradient(90deg,rgba(26, 25, 92, 1) 0%, rgba(58, 54, 145, 1) 100%);}
.popup-main .btn-close{position: absolute; top: 34px; right: 30px; opacity: 1; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; width: 24px; height: 24px; background-size: 100%;}
.popup-main .logo{width: 180px; margin: 0 auto 20px auto;}
.popup-main .logo img{width: 100%;}
.popup-main .modal-body{padding: 15px 30px 30px 30px; background: #fff; border-radius: 50px; text-align: center; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
.popup-main .modal-body .gift-icon{font-size: 100px; line-height: 100px; margin: 0 0 10px 0;}
.popup-main .modal-body h1{font-weight: 900; font-size: 60px; color: #264FCD; line-height: 60px; margin: 0;}
.strangerpopup .modal-body h1{font-weight: 900; font-size: 48px; background: -webkit-linear-gradient(0deg, #151f68 0%, #2449b4 50%, #151f68 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;line-height: 50px; margin: 0;}
.popup-main .modal-body .subtitle{font-size: 24px; line-height: 24px; color: #264FCD; margin: 0px 0px 15px 0px;}
.popup-main .modal-body .greeting{font-size: 22px; color: #5e5e5e; margin: 0 0 15px 0; line-height: 28px;}
.popup-main .modal-body .promo-text{font-size: 30px; font-weight: 900; color: #264FCD; margin: 0; line-height: 30px; letter-spacing: -1px;}
.popup-main .modal-body .description{font-size: 20px; color: #666; margin: 10px auto 20px auto; line-height: 24px; max-width: 80%;}
.popup-main .modal-body .claim-btn{background: #193acf; background: linear-gradient(0deg,rgba(25, 58, 207, 1) 0%, rgba(67, 113, 251, 1) 100%); color: #fff; border: #001AAB 2px solid; padding: 12px 30px; font-size: 18px; font-weight: 700; border-radius: 30px; cursor: pointer; transition: all 0.3s ease; width: 70%;}
.popup-main .modal-body .terms{font-size: 12px; line-height: 18px; color: #939393; margin: 0; text-align: center; margin: 20px 0 0 0;}

.closepopup {background:rgba(0, 0, 0, 0.75);}
.closepopup .modal-content {background: #18388a; border-radius: 35px; border: none;}
.closepopup .modal-content .modal-body {padding: 0px;}
.closepopup .inside-block {background: #fff; border-radius: 35px; position: relative; padding: 110px 50px 50px 50px; text-align: center;}
.closepopup .modal-content .modal-body h2 {text-align: center; color: #fff; font-size: 60px; line-height: 60px; margin: 50px 0 60px 0;}
.closepopup .inside-block .peppi-icon {width: 140px; position: absolute; top: -45px; left: 50%; margin-left: -70px;}
.closepopup .inside-block .peppi-icon img {width: 100%;}
.closepopup .inside-block p {font-size: 30px; color: #18388a; margin: 0 0 30px 0; line-height: 38px; font-weight: 300;}
.closepopup .inside-block .btn-full-close {background: #e93d21; color: #fff; border: #e93d21 2px solid; padding: 12px 30px; font-size: 18px; font-weight: 700; border-radius: 30px; cursor: pointer; transition: all 0.3s ease; width: 70%;}

@media only screen and (max-width: 767px) {
    .popup-main-block { max-width: 100%; }
    .popup-main-block .blue-bg{padding-top: 80px;}
    .popup-main-block .blue-bg .peppi-icon{width: 150px; margin-left: -75px;}
    .popup-main { padding: 10px;  border-radius: 20px; border: #4D74F8 1px solid;}
    .popup-main .modal-body { padding: 15px; border-radius: 20px;}
    .popup-main .btn-close{top: 17px; right: 20px; width: 16px; height: 16px;}
    .popup-main .logo { width: 100px; margin: 0 auto 15px auto;}
    .popup-main .modal-body .gift-icon { font-size: 60px; line-height: 60px; }
    .popup-main .modal-body h1 { font-size: 34px; line-height: 34px; }
    .popup-main .modal-body .subtitle { font-size: 16px; line-height: 16px; }
    .popup-main .modal-body .greeting { font-size: 14px; line-height: 18px; }
    
    .popup-main .modal-body .promo-text { font-size: 18px; line-height: 20px; letter-spacing: 0;}
    .popup-main .modal-body .description { font-size: 14px; line-height: 16px; max-width: 90%; }
    .popup-main .modal-body .claim-btn { padding: 10px 20px; font-size: 14px; width: 80%; }
    .popup-main .modal-body .terms{font-size: 10px; line-height: 16px; margin: 10px 0 0 0;}
    
    .closepopup .inside-block{padding: 90px 30px 30px 30px;}
    .closepopup .modal-content .modal-body h2{font-size: 50px; line-height: 50px; margin: 30px 0 40px 0;}
    .closepopup .inside-block p{font-size: 22px; line-height: 28px; margin: 0 0 20px 0;}
    .closepopup .inside-block .peppi-icon {width: 110px; top: -35px; margin-left: -55px;}
    .strangerpopup .popup-main-block .blue-bg::before {content:none;}
}