@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
.modal-header {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px;
}
.modal-body {
  padding: 0 !important;
}
.modal {
  background: #0000008c;
  overflow: unset !important;
}
.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 59px;
}
.popup_form_wrp {
  padding: 0 15px;
  text-align: center;
}
.popup_form_wrp h2 {
  font-weight: 800;
  font-size: 30px;
  color: #000;
  margin: 0 0 10px 20px !important;
  position: relative;
}
.modal-content {
  padding: 30px 0;
}
.popup_form_wrp p {
  color: #000;
  font-weight: 500;
}
.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  height: 45px;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-family: "Arimo";
  font-weight: 500;
  outline: none;
  color: rgba(0, 0, 0, 0.44);
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.popup_form_wrp form {
  margin: 30px 0 0 0;
}
.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
  color: #000;
  font-size: 14px;
}
.popup_form_wrp form textarea {
  border-radius: 15px;
  height: 130px;
  padding: 15px 18px;
}
.popup_form_wrp form select {
  font-size: 14px;
  font-weight: 500;
}
.modal-content {
  border-radius: 20px;
}
.modal-content {
  border: none !important;
  background: linear-gradient(90deg, #ffb900 0%, #fee685 100%),    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.popup_form_wrp h2:before {
  /* content: ""; */
  display: block;
  position: absolute;
  /* background: #fff; */
  width: 10px;
  height: 40px;
  left: -20px;
  border-radius: 5px;
}

span.color_form {
  color: #000;
}
button.btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #000;
  opacity: 1;
  border-radius: 0;
  width: 30px;
  height: 25px;
  border-bottom-left-radius: 20px;
}
button.btn-close:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(42deg);
  left: 25px;
  border-radius: 5px;
}
button.btn-close:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(129deg);
  left: 24px;
  border-radius: 5px;
}
button.btn-close:hover {
  background: #f3ad16;
  opacity: 1;
}

button.popup_button {
  background: linear-gradient(180deg, #39aff9 0%, #007cca 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-transform: capitalize;
  width: 200px;
  height: 50px;
  font-family: "Raleway";
}
button.popup_button:hover {
  background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: none !important;
  color: #000000 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  width: 40% !important;
}
/* Chrome, Edge, Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(127.33deg, #5e5e5e 33.78%, #323232 66.59%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
button,
input,
textarea,
select {
  /* font-family: "Arimo", sans-serif; */
}

ul {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 !important ;
}
a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.top_nav {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}

img.brand_logo {
  margin: 0 0 20px;
      filter: brightness(0) invert(1);
    width: 60%;
}

.container {
  width: 100% !important;
  max-width: 1536px !important;
  margin: auto !important;
}
header {
  padding: 0;
  /* position: sticky; */
  width: 100%;
  height: fit-content;
  padding: 10px 0px 0px;
  z-index: 999;
  left: 0;
  top: -40px;
  background: linear-gradient(90deg, #1d293d 0%, #0f172b 50%, #1d293d 100%);
  transition: 0.3s all ease-in-out;
}
a.top_links {
  font-family: "Arimo", sans-serif, Helvetica, sans-serif;
  color: #ffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.top_link_wrap {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.main_nav_warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.nav_link_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 100%;
}
/* Enable hover dropdown */
.nav-item.dropdown {
  position: relative;
}
.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu:hover {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.bottom_header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  padding-top: 8px;
}
.nav-item.dropdown:hover .dropdown-menu {
  margin-top: 5px;
  padding-top: 8px;
  background: #fff;
  border: none;
  border-radius: 10px !important;
  box-shadow: 2px 10px 30px 0px;
}

/* Optional: smooth feel */
.bottom_header .dropdown-menu {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  width: 290px;
  padding: 20px 0px !important;
}
ul.dropdown-menu li {
  margin: 0 0 10px;
}
.bottom_header .dropdown-toggle::after {
  display: none;
}
.bottom_header {
  background: #fff;
  padding: 8px 0px;
}
.top_nav p {
  color: #fff;
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0;
}
.top_nav p a {
  color: #fff;
  font-family: Arimo;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.search_box {
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.search_box input:active,
.search_box input:focus {
  border: none;
  outline: none;
}
.search_box input {
  border: none;
}

.search_box {
  border: none;
  outline: none;
}

button.search_btn {
  border: none;
  background: none;
}
button.search_btn svg {
  width: 88%;
}
header .nav-link {
  color: #000 !important;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  isolation: isolate;
  margin: 0 40px 0px 0;
  padding: 0;
}
header .nav-link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2.5px;
  background: #155dfc;
  left: 0;
  bottom: -5px;
  z-index: 1;
  border-radius: 1px;
  transition: 0.3s all ease-in-out;
}
header .nav-link:hover::before {
  width: 100%;
}

a.dropdown-item:active,
a.dropdown-item:hover {
  background: #ececec;
  color: #000;
  margin: 0 0 0px;
}
footer {
  background: #101828;
  padding: 10px 0px;
}
h2.footer_heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 400;
}
.top_footer_left form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.top_footer_left form {
  padding: 10px 0px;
}
input#termsCheckbox {
  width: inherit;
}
label.form-check-label {
  font-size: 13px;
  color: #fff;
}

label.form-check-label a {
  color: #fff;
}
label.form-check-label a:hover {
  text-decoration: underline;
}
.bttn:focus,
.bttn:active,
.bttn:hover,
.bttn {
  background-color: #fff;
  border: 0px none #000000;
  border-radius: 12px;
  color: #000000;
  font-size: 18px;
  font-family: "Arimo", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  padding-top: 17px;
  padding-right: 24px;
  padding-bottom: 17px;
  padding-left: 24px;
  width: 100%;
  margin: 0px 0 0;
  line-height: 1;
  border: 2px solid #e9d4ff;
  display: inline-block;
  width: fit-content;
  transition: 0.2s all ease-in-out;
  padding: 17px 10px;
}
.top_footer_left form input[type="submit"] {
  cursor: pointer;
  font-family: "Arimo", Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none !important;
  background-color: #ffe368;
  border: 1px solid #ffc20d;
  color: #000;
  padding: 7px 20px 6px;
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s all;
}
.top_footer_left form input[type="submit"]:hover {
  background-color: #ffc20d;
}
h1.banner_title {
  font-size: 52px;
  line-height: 1.15;
  font-family: "Arimo", "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  background: -webkit-linear-gradient(0deg, #3a7c92, #6acce5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.banner_title.h1 {
  font-size: 120px !important;
}
.banner_content {
  height: 100%;
  align-content: center;
}
section.banner {
  background: url("../images/banner_img.png") no-repeat top center;
  padding: 20px 0px;
  background-size: 100%;
}
p.banner_text {
  font-size: 22px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  margin: 5px 0 25px 0;
}

.banner_slider .slide-1 {
  max-width: 360px;
  width: 100%;
  margin: -20px auto 0 auto;
}
.banner_slider .slick-arrow {
  font-size: 0px !important;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-60px, 150px);
  background: url("../images/prev.svg") no-repeat center center;
  background-size: contain;
}
.banner_slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: translate(60px, 150px);
  background: url("../images/next.svg") no-repeat center center;
  background-size: contain;
}

ul.banner_slider {
  width: 90%;
  margin: 0 auto;
}

.sec1 {
  padding: 50px 0px;
}
.card_link {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 9px 20px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  transition: ease-in-out 0.2s;
  background-color: #4e9eb8;
  color: #ffffff;
  text-decoration: none;
  width: fit-content;
}
.card_link:hover {
  background-color: #3a7c92;
  color: #fff;
}
.card .card_img {
  width: 29%;
}

.sec1 .card {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #f7f8f9;
  border: none;
  border-radius: 12px;
  height: 302px;
  text-align: center;
}
.card_title {
  font-size: 22px;
  color: #000000;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  letter-spacing: -0.015em;
  min-height: 28px;
  font-weight: 600;
}
.sec1_btm {
  text-align: center;
  padding: 50px 0px 0px;
}
.sec1_btm_title {
  font-size: 30px;
  font-weight: 700;
  color: #4e9eb8;
  margin-top: 15px;
  margin-bottom: 10px;
}
.sec1_btm p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 25px;
  color: #666;
}
.marquee-slider {
  overflow: hidden;
}

.marquee-slider .slick-track {
  display: flex;
}

.marquee-slider .slick-slide {
  width: fit-content !important;
  margin-right: 30px;
  white-space: nowrap;
}
.marquee-slider .img_wrap img {
  width: 220px;
  height: 300px;
}
.marquee-sliderltr {
  overflow: hidden;
}

.marquee-sliderltr .slick-track {
  display: flex;
}

.marquee-sliderltr .slick-slide {
  width: fit-content !important;
  margin-right: 30px;
  white-space: nowrap;
}
.marquee-sliderltr .img_wrap img {
  width: 260px;
  height: 320px;
}
.sec2 {
  padding: 0 0 50px;
}
.links_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.links_column a {
  display: block;
  color: #fff;
  text-transform: none;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
}
.links_column a:hover {
  text-decoration: underline !important;
  color: #fff;
}

.links_column {
  flex: 1 0 30%;
}
.bottom_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social_links a img {
  width: 30px;
  margin: 0 0 0 5px;
}
.social_links a img {
  width: 30px;
  margin: 0 0 0 5px;
}

.bottom_footer {
  border-top: 1px solid #fff;
  padding: 30px 0;
}

p.footer_text {
  margin: 0;
  color: #fff;
}
.top_footer {
  padding: 30px 0px;
}
h2.content_title {
  font-size: 32px;
  color: #4e9eb8;
  margin: 0 0 20px;
}

h4.content_title2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
}

.content_box {
  width: 82%;
  padding: 20px;
}
ul.content_ul {
  list-style: disc !important;
  padding: 40px 10px 40px 20px !important;
  position: relative;
}

ul.content_ul::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: #4e9eb8;
  top: 0;
  left: 0;
}
ul.content_ul li::marker {
  color: #666;
}
ul.content_ul li {
  margin: 0 0 11px;
}
a.content_btn {
  padding: 10px;
  border-radius: 10px;
  background: #4e9eb8;
  color: #fff;
  transition: 0.1s all ease-in-out;
}

a.content_btn:hover {
  background: #4e9eb8b3;
  color: #fff;
}
section.content_sec {
  padding: 50px 0px;
}
p.para2 {
  color: #666666;
}
section.cta_sec .container {
  text-align: center;
}
section.cta_sec {
  padding: 50px 0px;
  background: #fbf7f6;
}
.cta_sec .content_title {
  color: #666;
}
div#nav-tab {
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
  border-bottom: 2px solid #666;
}

div#nav-tab .nav-link {
  color: #3a7c92;
  text-decoration: none;
  background: rgba(248, 249, 250, 1) !important;
  border: 1px solid rgba(220, 222, 224, 1) !important;
  border-bottom: 1px solid #3a7c92 !important;
  padding: 8px 26px;
  transition: 0.1s all ease-in-out;
}
div#nav-tab .nav-link.active {
  background: #3a7c92 !important;
  border-color: #3a7c92 !important;
  color: #fff;
}
div#nav-tab .nav-link:hover {
  background: #4e9eb8 !important;
  border-color: #4e9eb8 !important;
  color: #fff;
}
h3.tab_title {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 600;
  color: #4e9eb8;
}
ul.tab_ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 10px 0 0;
}
.tab_heading .content_title {
  text-align: center;
  margin: 0 0 60px;
}
.promo_card {
  text-align: center;
  margin: 30px 0px;
}

h3.promo_title {
  font-size: 18px;
  font-weight: 700;
}
section.promo_sec2 .row {
  width: 80%;
  margin: 0 auto;
}
h2.promo_title {
  font-size: 22px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto 20px;
}
section.promo_sec2 {
  padding: 50px 0px;
}

section.distribute_sec .content_image img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.distribute_tabs div#nav-tab .nav-link {
  flex: 0 0 49%;
}
.distri_card img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

h3.distri_title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 30px;
}

.distri_card p {
  text-align: left;
  font-size: 14px;
}
.distri_card ul.content_ul li {
  font-size: 14px;
}
.distri_card ul.content_ul::before {
  display: none;
}
.distri_card ul.content_ul {
  padding: 0 !important;
}
.card_ul_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.p_wrap {
  width: 80%;
  margin: 0 auto;
}
section.distribute_sec.b .content_image img {
  width: 80%;
}
h3.content_title2.b {
  font-size: 22px;
  margin: 0 0 30px;
  font-weight: 400;
}
section.distribute_sec.b .content_image.b img {
  width: 100%;
}

section.distribute_sec.b .content_image.b {
  height: 100%;
  align-content: center;
}
section.tab_sec.dis_tab div#nav-tab .nav-link {
  flex: 0 0 23%;
}

h3.mdTitle {
  font-size: 22px;
  color: #4e9eb8;
}

.coun_det {
  margin: 0 0 20px;
}
.tab_title h2 {
  font-size: 32px;
  color: #505050;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  margin: 50px 0 40px;
}

.tab_title h2:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #4e9eb8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
a.toggle {
  display: none;
}
.mobile_nav {
  display: none;
  height: fit-content;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 18px -9px #000;
}
div#mobileNav li {
    margin: 0 0 10px;
    color: #fff;
}
div#mobileNav li a{
    color: #000;
}
h3.add.text-light {
  font-size: 20px;
}

/* new */
a.user_img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
}

.login_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

a.login_btn {
  color: #364153;
  font-weight: 700;
}

a.login_btn:hover {
  color: #155dfc;
}

a.btn.top {
  background: oklch(55.8% 0.288 302.321);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 13px 17px 10px -11px #00000021;
  transition: 0.3s all ease-in-out;
}

a.btn.top:hover {
  transform: translateY(-5px);
}

a.user_img:hover img {
  transform: scale(1.3);
}
a.user_img,
a.user_img img {
  transition: 0.3s all ease-in-out;
}
.top_footer_left p {
  color: #99a1af;
}

.top_footer_left {
  width: 80%;
}
.quote {
  display: flex;
  background: #fff;
  width: fit-content;
  padding: 10px;
  border-radius: 50px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9d4ff;
  box-shadow: 0px 10px 15px -3px #0000001a;
}

.quote h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #59168b;
}
.title {
  font-family: Arimo;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #101828;
}
.title span {
  display: inline-block;
  background: linear-gradient(90deg, #9810fa, #e60076, #ff6900, #9810fa);
  background-size: 300% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
h5.h5 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #8200db;
}

.banner_content .row .col-6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 4px 0 11px;
}

.banner_content .row .col-6 p {
  margin: 0;
}

.banner_img img {
  margin: 0 0 0 auto;
  display: block;
  position: relative;
}
a.bttn.banner_bttn {
  background: linear-gradient(90deg, #9810fa 0%, #e60076 50%, #ff6900 100%);
  color: #fff;
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
  border: none;
  transition: 0.2s all ease-in-out;
}
.btn_wrap {
  margin: 30px 0 30px;
}
.floating_box {
  background: linear-gradient(135deg, #9810fa 0%, #e60076 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
}
.floating_box {
  background: linear-gradient(135deg, #9810fa 0%, #e60076 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.box_content .num {
  font-family: Arimo;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
}
.box_content .word {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
}
.floating_box.box1 {
  right: 0;
  top: 40px;
}
.floating_box.box2 {
  top: 40%;
  left: 19%;
  background: linear-gradient(135deg, #155dfc 0%, #9810fa 100%);
}

.floating_box.box3 {
  bottom: 80px;
  right: 80px;
  background: linear-gradient(135deg, #f54900 0%, #e17100 100%);
  border-top: 1px solid #ffffff33;
}
.banner_img {
  position: relative;
}
section.featur_sec {
  background: url("../images/feat_bg.png") no-repeat center center;
  background-size: 100%;
  padding: 50px 0px;
}
.feature_card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  background: #fff;
  padding: 20px;
  gap: 10px;
  border: 2px solid #e2e8f0;
  margin: 0 20px 0 0;
}

.fl_box {
  background: #0f172b;
  height: 100%;
  width: 61px;
  color: #fff;
  padding: 16px;
  text-align: center;
}

.fc_box h3 {
  margin: 0;
  font-family: Arimo;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.fc_box {
  text-align: center;
}
.h_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #000;
  width: fit-content;
  padding: 5px 20px;
  gap: 5px;
  margin: 0 auto 30px;
}

.h_wrap h2 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.feat_slider_wrap {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.feat_slider_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #f8fafc 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.feat_slider_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(-90deg, #f8fafc 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.feature_card:hover {
  border-color: #0f172b;
}
.count_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
}

.count_box {
  text-align: center;
}

.count_box h3 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}

.count_box p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
}
.count_box:nth-child(2) h3 {
  color: #fe9a00;
}
section.award_sec {
  background: linear-gradient(90deg, #155dfc 0%, #9810fa 50%, #e60076 100%);
  padding: 50px 0px;
  position: relative;
  isolation: isolate;
}
section.award_sec::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/pluse.svg") center center;
  z-index: -1;
  opacity: 0.1;
}
.qoute {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: #ffffff33;
  border-radius: 50px;
  padding: 10px 15px;
  gap: 6px;
}

.qoute h4 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.bestselling_card {
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.bestselling_card {
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin: 30px 0 0px;
  align-content: center;
}

.bestselling_card h4 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.bestselling_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.lunch_wrap .h_wrap h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
}
.lunch_wrap {
  background: #ffffff1a;
  border: 2px solid #ffffff33;
  border-radius: 20px;
  padding: 0px 40px;
  height: 100%;
  align-content: center;
}

.lunch_wrap p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  color: #fff;
}

.lunch_wrap .h_wrap {
  margin: 0 0 20px;
  background: none;
  padding: 0;
}

.lunch_wrap .h_wrap h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
}

ul.lunch_ul li {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 10px;
  list-style: disc;
}

ul.lunch_ul li::marker {
  color: #05df72;
}
ul.lunch_ul {
  padding: 0 0 0 17px !important;
}

.lunch_wrap a {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #9810fa;
  margin: 20px 0px;
}
section.award_sec .row:nth-child(1) {
  width: 90%;
  margin: 0 auto;
}
.lunch_wrap p.text-center {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffffb2;
}
.heading_wrap {
  text-align: center;
}

.heading_wrap h4 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
  background: #dbeafe;
  width: fit-content;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50px;
  color: #1447e6;
}
section.process_sec {
  padding: 50px 0px;
  isolation: isolate;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  overflow: hidden;
}
.proc_card {
  background: #eff6ff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin: 0 0 30px;
  height: 300px;
}

.float_num {
  background: #fff;
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  right: -11px;
  top: -11px;
  box-shadow: 0px 10px 15px -3px #0000001a;
  border: 4px solid #f9fafb;
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.proc_card h3 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #101828;
}

.proc_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4a5565;
}
section.process_sec .row {
  width: 80%;
  margin: 0 auto;
}
.proc_card img {
  margin: 0 0 0 -12px;
}
.proc_card::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  background: url(../images/line.png) no-repeat left center;
  background-size: 100%;
  z-index: -1;
  top: 47px;
  left: 100%;
}
.proc_card.last::before {
  display: none;
}
section.process_sec .btn_wrap {
  width: fit-content;
  margin: 30px auto;
}
a.bttn.blue_bttn {
  background: linear-gradient(90deg, #155dfc 0%, #9810fa 100%);
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 10px 15px -3px #0000001a;
  border: none;
}
.sol_wrap {
  background: linear-gradient(135deg, #0f172b 0%, #1d293d 50%, #0f172b 100%);
  border-top: 2px solid #314158;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  align-content: center;
  padding: 80px 0px;
  position: relative;
  isolation: isolate;
}
.sol_count_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.sol_wrap .title span {
  background:
    linear-gradient(90deg, #ffb900 0%, #ffd230 50%, #ffb900 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sol_count_box .content p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
  color: #90a1b9;
}

.sol_count_box .content h3 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
.sol_wrap:before {
  content: "";
  position: absolute;
  width: 256px;
  height: 256px;
  background: linear-gradient(
    135deg,
    rgba(255, 185, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 200%;
  filter: blur(35px);
  top: 0;
  right: 0;
}
.sol_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/fans.png") repeat top left;
  left: 0;
  top: 0;
  z-index: -1;
}
.sol_count_box:nth-child(2) .content h3 {
  color: #ffb900;
}
.services_card {
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  height: 600px;
  margin: 0 0 30px;
}
.card_img {
  height: 206px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/serv_card_bg1.png");
  background-blend-mode: overlay;
  background-size: 100% 100%;
  position: relative;
  isolation: isolate;
}

.card_img::after {
  background: linear-gradient(135deg, #2b7fff 0%, #00b8db 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.services_card.card2 .card_img {
  background-image: url("../images/serv_card_bg2.png");
}
.services_card.card2 .card_img::after {
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 100%);
}
.services_card.card3 .card_img {
  background-image: url("../images/serv_card_bg3.png");
}
.services_card.card3 .card_img::after {
  background: linear-gradient(135deg, #ff6900 0%, #fb2c36 100%);
}
.services_card.card4 .card_img {
  background-image: url("../images/serv_card_bg4.png");
}
.services_card.card4 .card_img::after {
  background: linear-gradient(135deg, #00c950 0%, #00bc7d 100%);
}
.services_card.card5 .card_img {
  background-image: url("../images/serv_card_bg5.png");
}
.services_card.card5 .card_img::after {
  background: linear-gradient(135deg, #f0b100 0%, #fe9a00 100%);
}
.services_card.card6 .card_img {
  background-image: url("../images/serv_card_bg6.png");
}
.services_card.card6 .card_img::after {
  background: linear-gradient(135deg, #615fff 0%, #8e51ff 100%);
}
.card_content {
  padding: 30px;
}

.card_content h3 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0f172b;
}

.card_content p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #45556c;
}
ul.sev_ul li {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  margin: 0 0 9px;
}
ul.sev_ul li {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  margin: 0 0 9px;
}

.card_content a {
  width: 100%;
  display: block;
  border-top: 1px solid #f9f3f4;
  padding: 10px 0;
  margin: 20px 0px 0px;
  color: #0f172b;
}
section.servcies_sec .row {
  width: 88%;
  margin: 0 auto 30px;
}

section.servcies_sec {
  padding: 50px 0px;
  position: relative;
  isolation: isolate;
}
.servcies_sec::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 160px;
  background: linear-gradient(
    135deg,
    rgba(254, 230, 133, 0.3) 0%,
    rgba(255, 214, 167, 0.3) 100%
  );
  filter: blur(30px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
img.serv_icon {
  margin: 0 0 0 auto;
  display: block;
  padding-top: 15px;
}
.reach {
  background: #fff;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 34px 0px 0px 15px;
}

.reach h4 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin: 0;
  color: #0f172b;
}

.reach p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
  color: #45556c;
}
.cta_wrap {
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border: 2px solid #e2e8f0;
  box-shadow: 0px 20px 25px -5px #0000001a;
  border-radius: 16px;
  width: 59%;
  margin: 100px auto 0;
  padding: 60px;
}

.cta_wrap h2 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  color: #0f172b;
}

.cta_wrap p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #45556c;
  margin: 20px 0px !important;
}
.cta_wrap .bttn:nth-child(1) {
  background: #000;
  color: #fff;
  border-color: #000;
  margin: 0 10px 0 0;
}
.cta_wrap .bttn:nth-child(2) {
  border-color: #000;
}
.genre_tabs_sec .title span {
  background:
    linear-gradient(90deg, #314158 0%, #0f172b 50%, #314158 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-clip: text;
}

.genre_tabs_sec .heading_wrap p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  text-align: center;
  color: #45556c;
}

section.genre_tabs_sec {
  padding: 50px 0px;
}
.tab_content_wrap {
  border: 4px solid #0f172b;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  background: url("../images/tab_bg1.png") no-repeat center center;
  background-size: cover !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 80%;
}
.tab_content_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f6339a 0%, #ff2056 100%);
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.reader {
  font-family: Arimo;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  width: fit-content;
  padding: 10px 15px;
  background: #ffffff33;
  border: 1px solid #ffffff66;
  box-shadow: 0px 20px 25px -5px #0000001a;
  border-radius: 50px;
}

.tab_top {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.tab_bottom {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 20px;
  margin: 210px 0 0;
}
.tab_bottom h2 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
}

.tab_bottom p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  color: #ffffffd4;
}

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

.rank_card {
  flex: 0 0 30%;
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 14px;
  text-align: left;
  padding: 20px 10px;
}
.rank_card h3 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}
.rank_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ffffffc2;
  margin: 0 !important;
}
ul.genre_nav.nav.nav-pills {
  display: inline;
  transition: 0.3s all ease-in-out;
}
.genre_nav.nav.nav-pills .nav-item {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  box-shadow: 0px 10px 15px -3px #0000001a;
  margin: 0 0 20px;
  border-radius: 16px;
  transition: 0.3s all ease-in-out;
}
.genre_nav.nav-pills .nav-link.active,
.genre_nav.nav-pills .show > .nav-link {
  background: #ffffff;
  border: 2px solid #0f172b;
  border-radius: 16px;
  padding: 20px 25px;
}
.genre_tabs {
  color: #000;
  transition: 0.3s all ease-in-out;
}
.content1 {
  width: 80%;
}
.content1 h3 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 0;
}
.content1 p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 !important;
  color: #45556c;
}
.content2 h5 {
  font-family: Arimo;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: right;
  margin: 0;
  color: #0f172b;
}

.content2 p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-align: right;
  text-transform: uppercase;
  margin: 0 !important;
  color: #62748e;
}
.genre_tabs svg {
  color: #90a1b9;
}
.g_img_bx {
  width: 74px;
  height: 64px;
  align-content: center;
  text-align: center;
  background: #f1f5f9;
  border-radius: 16px;
  transition: 0.3s all ease-in-out;
}
.tab_cta_sec {
  background: linear-gradient(135deg, #0f172b 0%, #1d293d 50%, #0f172b 100%);
  text-align: center;
  border: 2px solid #ffb900;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 16px;
  color: #fff;
  padding: 20px;
  height: 308px;
  align-content: center;
  width: 50%;
  margin: 50px auto 0;
}
.tab_cta_sec .bttn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.nav .nav_bottom {
  display: none;
  transition: 0.3s all ease-in-out;
}
.nav-link.active .nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0;
  border-top: 1px solid #e2e8f0;
  transition: 0.3s all ease-in-out;
}

h5.top {
  font-family: Arimo;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #f6339a 0%, #ff2056 100%);
  color: #fff;
  box-shadow: 0px 4px 6px -1px #0000001a;
  margin: 0;
  text-align: center;
  align-content: center;
  padding: 10px 30px;
  border-radius: 50px;
}
.nav_bottom p {
  font-family: Arimo;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 !important;
  color: #45556c;
}
genre_tabs .nav-link {
  position: relative;
  transition: 0.5s all ease-in-out;
}

genre_tabs .nav-link.active::before {
  height: 0px;
  width: 4px;
  border-radius: 50px;
  content: "";
  position: absolute;
  left: -3px;
  top: 50px;
  background: linear-gradient(180deg, #ffb900 0%, #e17100 100%);
  box-shadow: 0px 10px 15px -3px #0000001a;
  transition: 0.5s all ease-in-out;
  display: none;
  opacity: 0;
}
genre_tabs .nav-link.active::before,
genre_tabs .nav-link:hover::before {
  height: 67px;
  display: block;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.lunch_wrap2 {
  background: linear-gradient(135deg, #101828 0%, #1c398e 50%, #59168b 100%);
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 16px;
  width: 70%;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.lunch_wrap2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(
    135deg,
    rgba(21, 93, 252, 0.2) 0%,
    rgba(152, 16, 250, 0.2) 100%
  );
  z-index: -1;
}
.lunch_wrap2 h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0px;
}

.lunch_wrap2 p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  color: #dbeafe;
}

ul.lunch_ul2 li {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 10px;
}
section.lunch_sec .bttn:nth-child(1) {
  background: linear-gradient(90deg, #2b7fff 0%, #9810fa 100%);
  box-shadow: 0px 4px 6px -4px #0000001a;
  border-color: transparent;
  border: navajowhite;
  padding: 17px 10px;
  color: #fff;
  margin: 0 10px 0 0;
}
section.lunch_sec {
  padding: 50px 0px;
}
.lunch_card_wrap {
  height: 100%;
  align-content: center;
}
.lunch_card_wrap {
  height: 100%;
  align-content: center;
}

.l_card h3 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  margin: 2px 0;
}

.l_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #bedbff;
  margin: 0;
}

.l_card {
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 16px;
  padding: 20px 20px;
  height: 100%;
}
.lunch_card_wrap .row {
  width: 90%;
  margin: 0 0 0 auto;
}
.lunch_wrap2 .bttn:nth-child(2) {
  background: #ffffff1a;
  border: 2px solid #ffffff4d;
  color: #fff;
}
section.proven_sec {
  padding: 50px 0px;
}

.proven_heading {
  text-align: center;
  margin: 0 0 100px;
}

.proven_heading h5 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
  color: #008236;
}
.prov_card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow:
    0px 4px 6px 2px #0000001a,
    0px 4px 6px -2px #0000001a;
  border-radius: 16px;
  padding: 20px 30px;
  transition: 0.4s all ease-in-out;
}
.prov_card:hover {
  transform: translate(0px, -3px);
  box-shadow:
    0px 4px 18px 2px #0000001a,
    0px 4px 16px 2px #0000001a;
}
.prov_card h3 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #101828;
  margin: 20px 0 7px;
}

.prov_card h5 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #101828;
  margin: 0;
}

.prov_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #6a7282;
}
section.trans_sec .container {
  background: linear-gradient(135deg, #155dfc 0%, #9810fa 100%);
  border-radius: 17px;
  box-shadow: 0px 25px 50px -12px #00000040;
  padding: 50px 30px;
}
.tarns_content h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
}

.tarns_content p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #dbeafe;
  margin: 0;
}
ul.trans_ul li {
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 16px;
  padding: 15px;
  margin: 0 0 15px;
}

.li_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.li_top h5 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #dbeafe;
  margin: 0;
}
.li_top span {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0d542b;
  background: #05df72;
  border-radius: 50px;
  padding: 5px 10px;
}
.li_top span {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0d542b;
  background: #05df72;
  border-radius: 50px;
  padding: 5px 10px;
}

.li_bottom h3 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #bedbff;
  margin: 0;
}
ul.trans_ul {
  margin: 30px 0 0 !important;
}
section.trans_sec {
  padding: 50px 0px;
}
.trans_sec .col-md-6.col-sm-12.align-content-center img {
  margin: 40px 0 0;
}
section.author_sec {
  background: linear-gradient(135deg, #eff6ff 0%, #faf5ff 50%, #fdf2f8 100%);
  padding: 50px 0px;
}

.author_sec .qoute h4 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
  color: #8200db;
}
.author_sec .qoute {
  background: #ffffffcc;
  box-shadow: 0px 1px 2px -1px #0000001a;
  box-shadow: 0px 1px 3px 0px #0000001a;
  margin: 0 auto;
}
.author_heading {
  text-align: center;
}

.author_heading p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #4a5565;
}
.auth_card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  isolation: isolate;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.auth_card_top svg {
  position: absolute;
  right: 26px;
  z-index: -1;
  top: 24px;
}
.auth_card_top img {
  margin: 0 0 10px;
}
.auth_card_top p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #364153;
}
.auth_card_bottom span {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #8200db;
  background: linear-gradient(90deg, #f3e8ff 0%, #fce7f3 100%);
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-radius: 14px;
  padding: 10px;
}
.auth_info h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #101828;
  margin: 0;
}
.auth {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0px;
  border-top: 1px solid #f3f4f6;
}
.auth_info p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #6a7282;
  margin: 5px 0px;
}
.auth_info h5 {
  font-family: Arimo;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #9810fa;
  margin: 0;
}
section.author_sec .row {
  width: 90%;
  margin: 60px auto 0;
}
.auth_card:hover {
  transform: translate(0px, -10px);
  box-shadow:
    0px 4px 16px 11px #0000001a,
    0px 10px 15px 5px #0000001a;
}
section.author_sec .bttn {
  display: block;
  width: fit-content;
  margin: 70px auto 0px;
  background: linear-gradient(90deg, #9810fa 0%, #e60076 100%);
  color: #fff;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
}
.suc_heading {
  text-align: center;
}

section.success_sec {
  padding: 50px 0px;
  background: #f9fafb;
}
.suc_card {
  max-width: 474px;
  min-height: 320px;
  border-radius: 16px;
  opacity: 1;
  align-content: end;
  background: url("../images/suc_card_img1.png") no-repeat center center;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 20px;
  transition: 0.3s all ease-in-out;
}

.success_sec .suc_card.c2 {
  background: url("../images/suc_card_img2.png") no-repeat center center;
  background-size: 100%;
  transition: 0.3s all ease-in-out;
}
.success_sec .suc_card.c3 {
  background: url("../images/suc_card_img3.png") no-repeat center center;
  background-size: 100%;
  transition: 0.3s all ease-in-out;
}
.suc_card::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(89, 22, 139, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.success_sec .suc_card.c2::after {
  background: linear-gradient(
    0deg,
    rgba(126, 42, 12, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.success_sec .suc_card.c3::after {
  background: linear-gradient(
    0deg,
    rgba(134, 16, 67, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.suc_card h4 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}
.suc_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #e9d4ff;
  margin: 0;
}
.suc_card.c3:hover,
.suc_card.c2:hover,
.suc_card.c1:hover {
  background-size: 120%;
  transition: 0.3s all ease-in-out;
}
.success_sec .row {
  margin: 60px 0 0;
}
.accordion-button {
  background: none !important;
}

.accordion-button.collapsed span {
  color: #4a5565;
  background: #f3f4f6;
}
.accordion-button span {
  background: #f3e8ff;
  color: #8200db;
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 10px;
  border-radius: 50px;
  width: fit-content;
}
button.accordion-button {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
}

.accordion-button::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #f3f4f6;
  width: 30px !important;
  height: 30px !important;
  display: block;
  background-position: center;
  border-radius: 50px;
  background-image: url("../images/faq_arrow.png") !important;
}
.accordion-button:not(.collapsed)::after {
  background-color: #38ffe9;
  filter: hue-rotate(260deg) invert(1) brightness(1);
}
.accordion-item {
  margin: 0 0 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-radius: 10px !important;
  overflow: hidden;
}
.global_inner.center {
  text-align: center;
}

.faq_sec .qoute {
  margin: 0 auto 30px;
  color: #000;
  background: #f3f4f6;
}

.faq_sec .qoute h4 {
  color: #000;
}
.global_inner.center {
  text-align: center;
}

.faq_sec .qoute {
  margin: 0 auto 30px;
  color: #000;
  background: #f3f4f6;
}

.faq_sec .qoute h4 {
  color: #000;
}

.global_inner.center h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #101828;
}

.global_inner.center p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #4a5565;
}
div#faqAccordion {
  width: 70%;
  margin: 50px auto 0;
}
.cta_card {
  background: #101828;
  border-radius: 14px;
  padding: 40px;
  height: 100%;
}
.cta_card.card2 {
  background: #9810fa;
}

.cta_card h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  margin: 20px 0 10px;
}

.cta_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #d1d5dc;
}

.cta_card a {
  background: #fff;
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 14px;
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #101828;
}
.cta_card.card2 a {
  color: #9810fa;
}
.accordion-button:not(.collapsed) {
  color: #9810fa;
}
.accordion-body {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #364153;
}

h3.accordion-header button {
  font-family: Arimo;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.have_wrap {
  width: 70%;
  margin: 0 AUTO;
}
.rmybb_wrap {
  background: linear-gradient(135deg, #155dfc 0%, #9810fa 50%, #e60076 100%);
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.rmybb_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/pluse.svg") center center;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.rmybb_content {
  /* padding: 90px 60px 0; */
  align-content: center;
  height: 100%;
  padding: 0 40px;
}

.rmybb_content h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 0px;
  color: #fff;
  margin: 30px 0;
}

.rmybb_content p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
  color: #fff;
}
ul.rmybb_ul {
  display: flex;
  gap: 20px;
  margin: 40px 0 70px !important;
}

ul.rmybb_ul li {
  flex: 0 0 30%;
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px;
  gap: 10px;
  backdrop-filter: blur(6px);
}

ul.rmybb_ul li h3 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}
header .nav-link.dropdown-toggle::before {
  display: none;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 40px 0 0;
}
.rating p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffffcc;
}
.rmybb_content .bttn {
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  border: none;
}

.rmybb_content .bttn:nth-child(2) {
  background: #ffffff1a;
  outline: 2px solid #ffffff4d;
  color: #fff;
  backdrop-filter: blur(6px);
}
section.rmybb_sec {
  padding: 50px 0px;
}
.rm_card {
  background: #ffffff;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  border: 1px solid #f3f4f6;
  padding: 30px;
  border-radius: 16px;
}

.rm_count_wrap {
  margin: 40px auto 0;
  width: 80%;
}
.rm_card h2 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  background:
    linear-gradient(90deg, #155dfc 0%, #9810fa 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-clip: text;
  color: transparent;
}

.rm_card p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}
section.grediant_cta_sec {
  background: linear-gradient(135deg, #0f172b 0%, #1d293d 50%, #0f172b 100%);
  padding: 50px 0px;
}

.grediant_cta_sec .container {
  text-align: center;
  width: 40% !important;
}

.grediant_cta_sec .title,
.grediant_cta_sec p,
.grediant_cta_sec ul,
.grediant_cta_sec h5 {
  color: #fff;
}
section.grediant_cta_sec .title {
  font-weight: 700;
}

section.grediant_cta_sec p {
  font-family: Arimo;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #cad5e2;
  margin: 30px 0 40px;
}

section.grediant_cta_sec ul li {
  font-family: Arimo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #e2e8f0;
  margin: 0 0 20px;
}

section.grediant_cta_sec ul li img {
  margin: 0 10px 0 0;
}
section.grediant_cta_sec h5 {
  font-family: Arimo;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #90a1b9;
}
section.grediant_cta_sec .btn_wrap {
  margin: 30px 0 30px;
}
section.grediant_cta_sec .bttn:nth-child(2) {
  background: transparent;
  color: #fff;
  margin: 0 0 0 20px;
}
section.grediant_cta_sec .bttn {
  border-color: #fff;
}
@keyframes smoothFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-12px);
  }
}

.up-down-smooth {
  animation: smoothFloat 1.8s ease-in-out infinite alternate;
}
@keyframes floatAlternate {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

.up-down-smooth2 {
  animation: floatAlternate 2s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.up-down-soft {
  animation: floatSoft 3s ease-in-out infinite;
  will-change: transform;
}
@keyframes floatMicro {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.up-down-micro {
  animation: floatMicro 1.2s ease-in-out infinite;
  will-change: transform;
}

a.bttn.banner_bttn:hover {
  transform: scale(1.03) !important;
  box-shadow: -1px 15px 10px 5px #00000029;
  transition: 0.2s all ease-in-out;
}
a.bttn.banner_bttn2:hover {
  border-color: #692bfa !important;
  box-shadow: -1px 15px 10px 5px #00000029;
  transition: 0.2s all ease-in-out;
}
a.bttn.banner_bttn:hover img {
  animation: floatMicro 1.2s ease-in-out infinite;
}

div#tab-2 .tab_content_wrap {
  background: url("../images/tab_bg2.png") no-repeat center center;
}
div#tab-3 .tab_content_wrap {
  background: url("../images/tab_bg3.png") no-repeat center center;
}
div#tab-4 .tab_content_wrap {
  background: url("../images/tab_bg4.png") no-repeat center center;
}
div#tab-5 .tab_content_wrap {
  background: url("../images/tab_bg5.png") no-repeat center center;
}
div#tab-6 .tab_content_wrap {
  background: url("../images/tab_bg6.png") no-repeat center center;
}
div#tab-2 .tab_content_wrap::after {
  background: linear-gradient(0deg, #45556c 0%, #1d293d 100%);
}
div#tab-3 .tab_content_wrap::after {
  background: linear-gradient(0deg, #ad46ff 0%, #4f39f6 100%);
}
div#tab-4 .tab_content_wrap::after {
  background: linear-gradient(0deg, #2b7fff 0%, #0092b8 100%);
}
div#tab-5 .tab_content_wrap::after {
  background: linear-gradient(0deg, #364153 0%, #0f172b 100%);
}
div#tab-6 .tab_content_wrap::after {
  background: linear-gradient(0deg, #ff6900 0%, #fe9a00 100%);
}
.nav-link.active {
  position: relative;
}
.nav-link.active::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 60%;
  background: linear-gradient(180deg, #ffb900 0%, #e17100 100%);
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  border-radius: 50px;
  left: 0;
  top: 0;
  transform: translateX(-80%) translateY(30px);
}
.nav-link.active#tab-1-tab .g_img_bx {
  background: linear-gradient(0deg, #f6339a 0%, #ff2056 100%);
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}
.nav-link.active#tab-1-tab h5.top {
  background: linear-gradient(0deg, #f6339a 0%, #ff2056 100%);
}
.nav-link.active#tab-2-tab .g_img_bx {
  background: linear-gradient(0deg, #45556c 0%, #1d293d 100%);
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}
.nav-link.active#tab-2-tab h5.top {
  background: linear-gradient(0deg, #45556c 0%, #1d293d 100%);
}
.nav-link.active#tab-3-tab .g_img_bx {
  background: linear-gradient(0deg, #ad46ff 0%, #4f39f6 100%);
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}
.nav-link.active#tab-3-tab h5.top {
  background: linear-gradient(0deg, #ad46ff 0%, #4f39f6 100%);
}
.nav-link.active#tab-4-tab .g_img_bx {
  background: linear-gradient(0deg, #2b7fff 0%, #0092b8 100%);
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}
.nav-link.active#tab-4-tab h5.top {
  background: linear-gradient(0deg, #2b7fff 0%, #0092b8 100%);
}
.nav-link.active#tab-5-tab .g_img_bx {
  background: linear-gradient(0deg, #364153 0%, #0f172b 100%);
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}
.nav-link.active#tab-5-tab h5.top {
  background: linear-gradient(0deg, #364153 0%, #0f172b 100%);
}

.nav-link.active#tab-6-tab .g_img_bx {
  background: linear-gradient(0deg, #ff6900 0%, #fe9a00 100%);
  transform: scale(1.2);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
}
.nav-link.active#tab-6-tab h5.top {
  background: linear-gradient(0deg, #ff6900 0%, #fe9a00 100%);
}
.nav-link.active .g_img_bx img {
  filter: brightness(1) invert(1) grayscale(1) sepia(1) hue-rotate(180deg)
    brightness(1.2);
}
.nav-link.active .g_img_bx svg {
  color: #fff;
}
ul.genre_nav.nav.nav-pills {
  display: block;
  transition: 0.3s all ease-in-out;
  width: 80%;
  margin: 0 0 0 auto !important;
}

/* book publishing services */
section.banner.book_publishing_services {
  background: linear-gradient(135deg, #0f172b 0%, #1d293d 50%, #0f172b 100%);
  padding: 100px 0px;
  position: relative;
  isolation: isolate;
}
section.banner.book_publishing_services::after {
    background: url('../images/serv_banner_after.png') no-repeat;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
     opacity: 0.2;
}
section.banner.book_publishing_services .banner_img {
  height: 100%;
  align-content: center;
  width: 90%;
  margin: 0 0 0 auto;
}
section.banner.book_publishing_services  .floating_box.box1 {
  left: 0;
  bottom: 110px;
  top: inherit;
  background: #fff;
  color: #000;
}
section.banner.book_publishing_services  .floating_box.box1 .box_content .word,
section.banner.book_publishing_services .floating_box.box1 .box_content .num {
  color: #000;
}
section.banner.book_publishing_services .title span {
  background:
    linear-gradient(90deg, #ffb900 0%, #fee685 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-clip: text;
  color: transparent;
}
.banner_tab {
  display: flex;
  width: 100%;
  background: #ffffff1a;
  border: 1px solid #ffffff33;
  border-radius: 20px;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
}

.banner_tab .tab_content h3 {
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}

.banner_tab .tab_content p {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #cad5e2;
}
a.bttn.banner_bttn.yellow {
  background: #ffb900;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  color: #000;
}

a.bttn.banner_bttn2.transparent {
  background: #ffffff1a;
  border: 2px solid #ffffff33;
  color: #fff;
}
.quote.transparent {
  background: #ffffff1a;
  border: 2px solid #ffffff33;
  color: #fff !;
}

.quote.transparent h4 {
  color: #fff;
}
.counter_box {
  text-align: center;
}

.counter_box h2 {
  font-family: Arial;
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #0f172b;
}

.counter_box p {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
  color: #45556c;
  margin: 0;
}
section.counter_sec .row {
  background: #f8fafc;
}
section.counter_sec {
  padding: 40px 0px;
}
.marketing_card {
  background: #f8fafc;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 20px;
  height: 90%;
  margin: 0 0 40px;
}
section.banner.book_publishing_services .title {
  font-size: 40px;
  font-weight: 900;
}
/* About Us banner - image polish and styling */
section.banner.about-banner .banner_img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.banner.about-banner .banner_img img {
  max-height: 420px;
  width: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* about pages css  */
.aboutPage .bannerContentWrap {
    text-align: center;
    width: 70%;
    margin: auto;
}

.aboutPage .banner .btnWrap {
    margin: 0 auto;
    width: 60%;
}
.innerPage .banner {
padding: 220px 0px 100px;
}
.contentWrap {
    padding: 100px 0px;
    width: 80%;
}

.mainTitle {
    font-family: none;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.btnWrap.mt-2 a.bttn.banner_bttn2.transparent {
    border-color: black;
    color: black;
}

.contentWrap ul {
    padding-bottom: 20px !important;
    padding-left: 2rem !important;
    color: black;
    font-family: 'Inter';
    font-weight: 400;
}
.contentWrap ul li  {
        color: black;
        font-family: 'Inter';
        font-weight: 400;
}

.contentWrap p {
      font-family: Inter;
      font-weight: 300;
      font-style: Light;
      font-size: 18px;
      line-height: 23px;
      letter-spacing: 0px;
      vertical-align: middle;
      color: #000;
}

.btnWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.priBtn {
    background: #2451fe;
    border-color: #2451fe;
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px 20px;
    font-family: none;
    font-weight: 400;
    font-style: Regular;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0%;
    flex: 1;
    color: #fff;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    justify-content: center;
}

.secBtn {
    background: #212121;
    border-color: #212121;
    border-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px 30px;
    font-family: none;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0%;
    flex: 1;
    color: #fff;
    transition: all 0.3s ease;
    text-align: center;
}

.contentWrap .mainTitle span ,
.contentWrap .mainTitle {
    text-align: left;
}
.contentWrap .mainTitle span{
      display: inline;
    font-family: none;
    font-weight: 300;
    font-style: Light;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
.contentWrap .btnWrap {
    width: 100%;
}
section.aboutsec2 {position: relative;}

section.aboutsec2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    z-index: -1;
    background: url(../images/aboutsec2imgbg.png) no-repeat center;
    background-size: 100% 100%;
}
.aboutsec2 .imgWrap img {
    position: relative;
    bottom: -44px;
}
.aboutproccard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: right;
    gap: 20px;
    margin: 0 0 80px;
}
.aboutProcessSec .imgWrap img {
    margin: 0 auto;
    display: block;
}
.aboutProcessSec {
    padding: 100px 0px;
}
.aboutproccard a {
    color: #000;
}
.aboutproccard h3 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 21.59px;
    line-height: 1;
    letter-spacing: 0px;
    vertical-align: middle;
}
.aboutProcessSec .aboutproccard.pro1 {
    position: relative;
    right: -160px;
}
.aboutproccard.pro2 {
    right: -170px;
    position: relative;
}
.aboutproccard.pro4 ,
.aboutproccard.pro3 {
    flex-direction: row-reverse;
    text-align: left;
    position: relative;
    left: -170px;
}
.aboutproccard.pro5 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: -80px;
    margin: 0;
}
.aboutproccard.pro5 h3 {
    text-align: center;
}
.aboutcta {
    position: relative;
}
.aboutcta::after{
  content: '';
  position: absolute;
  background: url(../images/aboutctabg.png) no-repeat right center; 
  background-size: 100%;
  width: 90%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;

}
.aboutcta .content {
    color: #fff;
    height: 100%;
    align-content: center;
    text-align: left;
    padding: 0 0 0 50px;
}

.aboutcta .content .mainTitle, .aboutcta .content .mainTitle span {
    text-align: left;
}
ul.aboutctaul {
    /* height: 210px;
    overflow: hidden;
    overflow-y: scroll; */
}
ul.aboutctaul li {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
}
.aboutprocheading {
    width: 70%;
        margin: 0 auto 100px;
    text-align: center;
}

.aboutprocheading .btnWrap {
    margin: 40px auto;
}
 section.aboutsec2::after {
    left: auto;
    top: 0;
    width: 35%;
    background: url(../images/publishingsec2imgbg.png) no-repeat center;
    right: 0px;
}

/* about pages css  */



@media only screen and (max-width: 768px) {
  section.banner.about-banner .banner_img {
    margin-top: 30px;
    justify-content: center;
  }
  section.banner.about-banner .banner_img img {
    max-height: 280px;
  }
}
section.marketing_sec {
  padding: 50px 0px;
}
section.marketing_sec .policy-card {
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  border-radius: 16px;
  padding: 30px;
}
section.marketing_sec .policy-card .theme-h2 {
  margin-top: 0;
}
section.marketing_sec .policy-contact-block {
  border-left: 4px solid #e60076;
}
section.marketing_sec .policy-card form input,
section.marketing_sec .policy-card form textarea {
  display: block;
  width: 100%;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  padding: 12px 16px;
  margin: 0 0 16px;
  border-radius: 10px;
  font-size: 16px;
}
section.marketing_sec .policy-card form input[type="submit"] {
  background: #ffb900;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #0F172B;
}

.market_heading {
  text-align: center;
  margin: 0 0 60px;
}
.optimz_wrap {
  background: #f8fafc;
  padding: 50px;
  border-radius: 20px;
  width: 70%;
  margin: 0 auto;
}
.optimz_wrap ul {
    margin: 30px 0 0 !important;
}
.optimz_wrap h3 {
  text-align: center;
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #0F172B;
}
.optimz_wrap li {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #314158;
  margin: 0 0 20px;
}
main.homePage.book_publishing_services .title {
    font-weight: 900;
}
section.sucess_sec {
    background: #F8FAFC;
    padding: 50px 0px;
}

.Suc_tab {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    margin: 0 0 30px;
    flex-wrap: wrap;
}


.suc_num {
    width: 70px;
    height: 70px;
    align-content: center;
    text-align: center;
    background: #0F172B;
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #FFB900;
    border-radius: 16px;
}
.suc_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.suc_head h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0F172B;
}
.time_span {
    background: #FEF3C6;
    align-content: center;
    padding: 5px 10px;
    border-radius: 50px !important;
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #973C00;
}
ul.suc_ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

ul.suc_ul li {
    background: #F1F5F9;
    border-radius: 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #314158;
    padding: 10px;
}
.suc_tab_wrap {
    width: 70%;
    margin: 0 auto;
}
.domination_card {
    background: #F8FAFC;
    border: 2px solid #E2E8F0;
    border-radius: 14px;
    padding: 30px;
    margin: 0 0 30px;
    height: 90%;
}
.domin_dea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domin_dea h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0F172B;
}
.domin_dea span {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    background:  #DCFCE7;
    color: #016630;
    padding: 10px;
}
ul.dom_ul li {
    margin: 0 0 10px;
}
section.domination_sec {
    padding: 50px 0px;
}
section.type_sec {
    padding: 50px 0px;
    background: #F8FAFC;
}

.type_card {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    padding: 30px;
    border-radius: 16px;
}
.type_card h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0F172B;
}

.type_card p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #45556C;
}
.type_card h4 {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.stories_tab {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    border: 2px solid #E2E8F0;
    margin: 60px 0;
    width: 80%;
    margin: 60px auto;
}
.stories_tab > * {
    flex: 0 0 50%;
}
.stroies_tab_img {
    position: relative;
}

.stroies_tab_img span {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #0F172B;
    background: #FFB900;
    padding: 10px;
    border-radius: 10px;
}
span.span2 {
    bottom: 20px;
    top: inherit;
  background: #FFFFFFE5;
}
.stroies_tab_img img {
    width: 100%;
}
.stroies_tab_content {
    width: 100%;
    height: 100%;
    padding: 34px;
    margin: auto;
}
.stroies_tab_content h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0F172B;
}

.stroies_tab_content h5 {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #314158;
}

.stroies_tab_content p {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #45556C;
}
section.packages_sec {
    background: #0F172B;
    padding: 100px 0px;
}
.package_card {
    background: #fff;
    border: 2px solid #E2E8F0;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}
.package_card h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #0F172B;
}

.package_card p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #45556C;
}

h4.price {
    font-family: Arial;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 30px;
}

h4.price span {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 0;
    letter-spacing: 0px;
    text-align: center;
    height: 100%;
    align-content: center;
    display: inline-block;
}
.package_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
ul.pric_ul li {
    margin: 0 0 18px;
}
.package_card a {
    width: 100%;
    background: #F1F5F9;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #0F172B;
}
section.packages_sec .row {
    width: 90%;
    margin: 80px auto 80px;
}
.package_card.popular {
    border: 4px solid #FFB900;
    box-shadow: 0px 25px 50px -12px #00000040;
    transform: scale(1.08);
}
.package_card.popular a{
    background: #0F172B;
    color: #fff;
}
.package_card.popular span.popular {
    background: #FFB900;
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    width: fit-content;
    position: absolute;
    padding: 10px 20px;
    border-radius: 50px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.social_card {
    border: 2px solid #E2E8F0;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 30px;
}
.social_card h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0F172B;
    margin: 20px 0;
}
section.socialmedia_sec {
    padding: 100px 0px;
}

section.socialmedia_sec .row { width: 70%;margin: 0 auto;}
.domination_card h4 {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #314158;
}
ul.dom_ul2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 20px 0px !important;
    width: 90%;
    flex-wrap: wrap;
}

ul.dom_ul2 li {
    width: fit-content;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}
ul.type_ul2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

ul.type_ul2 li {
    background: #f8fafc;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}
ul.feat_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 59%;
    margin: 0 auto !important;
}

ul.feat_ul li {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px -2px #0000001A, 0px 4px 6px -1px #0000001A;
}

section.features_sec .container {
    background: #F8FAFC;
    padding: 50px;
}

section.features_sec {
    padding: 100px 0px;
}
.feat_heading.text-center {
    width: 70%;
    margin: 0 auto 50px;
}
span.span2.two {bottom: 72px;}
ul.banner_g {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

ul.banner_g li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.img_contnt h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}

.img_contnt h4 {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.banner_form_wrap {
    position: absolute;
    top: -70px;
    right: 10px;
    background: #00000063;
    width: 100%;
    height: fit-content;
    padding: 30px;
    width: 60%;
    border: 2px solid #fff;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    text-align: center;
}

.banner_form_wrap form textarea,
.banner_form_wrap form input {
    display: block;
    width: 100%;
    background: #ffffff17;
    border: 1px solid #fff;
    padding: 15px 20px;
    margin: 0  0 20px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #fff;
}
.banner_form_wrap form textarea::placeholder ,
.banner_form_wrap form input::placeholder {
    color: #fff;
}
.banner_form_wrap form input[type="submit"]{
  background: #ffb900;
  border: none;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
h2.form_title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.banner_form_wrap p {
    color: #fff;
}
section.banner.book_publishing_services.form {
    padding: 130px 0px !important;
}
/* book publishing services */
a.brand_link {
  width: 120px;
}
a.brand_logo {
  width: 320px;
  display: block;
}
@media (max-width: 1440px) {
    .contentWrap {
    width: 100%;
}

.priBtn {
  
    font-size: 20px;
   
}
}
@media only screen and (max-width: 1440px) {
  a.brand_link {
    /* width: 230px; */
}
.title {
    font-family: Arimo;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #101828;
}
  .container {
    max-width: 1386px !important;
  }
  section.banner.book_publishing_services.form .floating_box.box1 {
    display: none;
}
.banner_form_wrap {
    width: 70%;
    top: 0px;
}
.banner_form_wrap form textarea, .banner_form_wrap form input {
    padding: 10px 20px;
}
section.banner.book_publishing_services.form {
    padding: 50px 0px 135px !important;
}
}
@media only screen and (max-width: 1326px) {
  h2.form_title {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
  .container {
    max-width: 1256px !important;
  }
  .lunch_wrap2 {
    width: 83%;
  }
  .success_sec .suc_card.c1,
  .success_sec .suc_card.c3,
  .success_sec .suc_card.c2 {
    background-size: 100% 100%;
  }
  ul.rmybb_ul {
    margin: 30px 0 30px !important;
  }
  .rmybb_content h2 {
    margin: 10px 0;
  }
  .grediant_cta_sec .container {
    text-align: center;
    width: 60% !important;
  }
  .floating_box.box2 {
    top: 40%;
    left: 9%;
  }
  section.banner {
    background-size: 100% 100%;
  }
  section.featur_sec {
    background-size: 100% 100%;
  }
  .bestselling_card h4 {
    font-size: 13px;
  }
  .services_card {
    height: 680px;
}
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1136px !important;
  }
  .title {
    font-family: Arimo;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #101828;
  }
  .tab_content_wrap {
    width: 90%;
  }
  .rank_card {
    flex: 0 0 31%;
    padding: 15px 10px;
  }
  .lunch_wrap2 {
    width: 93%;
  }
  .rmybb_content h2 {
    margin: 10px 0;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
  .banner_content .row .col-6 p {
    font-size: 13px;
    text-align: left;
}
  a.brand_link {
    width: 180px;
}
  .services_card {
    height: fit-content;
}
  .login_wrap,
  ul.nav_link_wrap {
    display: none;
  }

  .main_nav_warp {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  section.banner {
    background-size: cover;
  }
  section.banner {
    background-size: cover;
  }

  .quote {
    margin: 0 auto;
  }

  .banner .title {
    text-align: center;
  }

  h1.title {
    font-size: 40px;
    line-height: 1.3;
  }

  .banner_content {
    text-align: center;
  }
  img.img-fluid.author_img {
    object-position: center;
    width: 300px;
    margin: 0 auto;
    display: block;
    object-fit: none;
    object-position: left;
    height: 70px;
  }

  .floating_box.box2 {
    top: 40%;
    left: -1%;
  }
  .floating_box.box3 {
    bottom: 40px;
    right: 10px;
  }
  .feat_slider_wrap::after,
  .feat_slider_wrap::before {
    width: 70px;
  }
  .count_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: fit-content;
    margin: 50px auto 0;
    position: relative;
    flex-wrap: wrap;
  }
  section.award_sec .qoute {
    margin: 0 auto;
  }
  .title {
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
  }
  .lunch_wrap {
    margin: 10px 0 0;
  }
  .sol_count_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .sol_count_box .content h3 {
    font-size: 21px;
  }
  .sol_count_box .content p {
    font-size: 11px;
  }
  .cta_wrap {
    width: 90%;
    padding: 30px 20px;
  }
  .cta_wrap p {
    font-size: 16px;
  }
  .cta_wrap .bttn:nth-child(2) {
    font-size: 15px;
  }
  .cta_wrap .bttn:nth-child(1) {
    background: #000;
    color: #fff;
    border-color: #000;
    margin: 0 10px 20px 0;
    font-size: 15px;
  }
  .tab_cta_sec {
    width: 90%;
  }
  .btn_wrap {
    display: flex;
    gap: 10px;
  }
  .bttn:focus,
  .bttn:active,
  .bttn:hover,
  .bttn {
    font-size: 15px;
  }
  .bestselling_card {
    width: 80%;
    margin: 20px auto;
  }
  .lunch_wrap .h_wrap h2 {
    font-size: 22px;
  }
  .lunch_wrap p {
    font-size: 16px;
  }
  .lunch_wrap a {
    font-size: 15px;
  }
  .tab_content_wrap {
    width: 100%;
    margin: 0 0 30px;
  }
  .tab_bottom {
    margin: 110px 0 0;
  }
  .cta_wrap .btn_wrap {
    flex-direction: column;
    align-items: center;
  }
  .sol_wrap {
    padding: 50px 13px 30px;
  }
  .sol_wrap .title {
    font-size: 30px;
    margin: 10px 0;
  }
  .rank_card p {
    font-size: 9px;
  }
  .content1 h3 {
    font-size: 20px;
  }
  .content2 h5 {
    font-size: 20px;
  }
  .content2 p {
    font-size: 10px;
  }
  .prov_card {
    width: 60%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .suc_card {
    margin: 0 0 30px;
  }
  div#faqAccordion {
    width: 90%;
  }
  .cta_card {
    margin: 30px 0 0;
  }
  .rmybb_content {
    padding: 20px;
    text-align: center;
  }
  .rmybb_content h2 {
    font-size: 40px;
  }
  ul.rmybb_ul li {
    flex: 0 0 47%;
  }

  ul.rmybb_ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rmybb_content .qoute {
    margin: 0 auto;
  }
  .rating {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rm_card {
    margin: 0 0 20px;
  }
  .grediant_cta_sec .container {
    text-align: center;
    width: 100% !important;
  }
  img.brand_logo {
    width: 59%;
    margin: 0 0 20px;
  }
  .social_links {
    margin: 0 0 30px;
  }
  .have_wrap {
    width: 80%;
    margin: 0 AUTO;
  }
  a.toggle {
    display: block;
    width: 40px;
    opacity: 1;
  }
  section.banner.book_publishing_services .title {
    font-size: 27px;
    font-weight: 900;
}
section.banner.book_publishing_services .banner_img {
    height: 100%;
    align-content: center;
    width: 100%;
    margin: 0 0 0 auto;
}
.counter_box {
    margin: 30px 0;
}
.optimz_wrap {
    width: 90%;
}
.suc_tab_wrap {
    width: 100%;
    margin: 0 auto;
}
.type_card {
    margin: 0 0 30px;
}
.stories_tab {
    width: 90%;
    margin: 60px auto;
    flex-wrap: wrap;
}
.stories_tab > * {
    flex: 1 0 100%;
}
.package_card.popular {
    border: 4px solid #FFB900;
    box-shadow: 0px 25px 50px -12px #00000040;
    transform: scale(1);
    margin: 41px 0;
    height: 94%;
}
section.banner.book_publishing_services.form .banner_img {
    display: none;
}

section.banner.book_publishing_services.form .banner_form_wrap {
    position: relative;
    width: 100%;
    top: 20px;
    left: 1px;
}
section.banner.book_publishing_services.form {
    padding: 70px 0px !important;
}

}
@media only screen and (max-width: 440px) {
.top_link_wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.rank_card h3 {
    font-size: 17px;
}
ul.genre_nav.nav.nav-pills {
    margin: 0 auto !important;
    width: 95%;
}
}
@media only screen and (max-width: 400px) {
.top_link_wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.rank_card h3 {
    font-size: 17px;
}
ul.genre_nav.nav.nav-pills {
    margin: 0 auto !important;
    width: 95%;
}
}

.mobile_nav.active {
  display: block;
  z-index: 999;
}
.content2 {
    width: 40%;
}

/* Policy Pages - Privacy, Terms, Refund */
section.banner.policy-banner {
  background: linear-gradient(135deg, #0f172b 0%, #1d293d 50%, #0f172b 100%);
  padding: 80px 0;
}
section.banner.policy-banner .banner_title {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}
section.banner.policy-banner .banner_text {
  color: #cad5e2;
}
.conditions-sec {
  background: #F8FAFC;
  padding: 80px 0;
}
.conditions-sec .container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.conditions-sec .theme-p {
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #314158;
}
.conditions-sec .theme-p.mb-4 {
  background: #f8fafc;
  padding: 30px 40px;
  border-radius: 20px;
  border-left: 4px solid #e60076;
  margin-bottom: 2rem;
}
.conditions-sec .theme-h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0F172B;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e60076;
}
.conditions-sec .theme-h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0F172B;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.conditions-sec .policy-card {
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 24px;
}
.conditions-sec .policy-card .theme-h2 {
  margin-top: 0;
}
.conditions-sec .policy-card .theme-h2:first-child {
  margin-top: 0;
}
.conditions-sec .policy-contact-block {
  border-left: 4px solid #e60076;
}
.conditions-sec ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.conditions-sec ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  background: #F1F5F9;
  border-radius: 10px;
  padding: 10px 14px;
  color: #314158;
  list-style: none;
  margin-left: 0;
  padding-left: 14px;
}
.conditions-sec ul li img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.conditions-sec a[href^="mailto:"],
.conditions-sec a[href^="tel:"] {
  color: #e60076;
  text-decoration: none;
  font-weight: 500;
}
.conditions-sec a[href^="mailto:"]:hover,
.conditions-sec a[href^="tel:"]:hover {
  text-decoration: underline;
  color: #9810fa;
}
@media (max-width: 768px) {
  .conditions-sec .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .conditions-sec .theme-h2 {
    font-size: 1.25rem;
  }
  .conditions-sec .theme-h3 {
    font-size: 1.1rem;
  }
  .conditions-sec .policy-card {
    padding: 20px;
  }
  .conditions-sec {
    background: #F8FAFC;
    padding: 30px 0;
}
.links_column {
  flex: 1 0 40%;
}
.links_wrap {
  flex-wrap: wrap;
  gap: 10px;
}

section.aboutsec2::after {
    bottom: 0;
    top: unset;
    height: 40%;
}
}

