<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}



.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

body {
  color: rgb(0, 0, 0, 0.7);
  overflow-x: hidden;
  font-family: var(--body_font);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.6px;
}


::-webkit-scrollbar-thumb {
  background: rgb(252, 200, 72);
}

::-webkit-scrollbar {
  background: #fff;
  width: 14px;
}

::-moz-selection {
  background: var(--btn_color);
  color: #fff;
}

::selection {
  background: var(--btn_color);
  color: #fff;
}

/* Reset-css--------------- */

:root {
  --hdr_ftr_bg: #623A9D;
  --btn_color: #9B51E0;
  --btn_color_2: #FEEFC8;
  --light_cream: #FFF4E5;
  --light_purple: #F4E8FF;
  --body_font: "Inter", sans-serif;
  --hdng_font: "Archivo Black", sans-serif;
  --transition: 0.4s all ease-in-out;
}

/* Global Headings */

h1 {
  color: #fff;
  font-family: var(--hdng_font);
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 60px;
}

h1 span {
  border: 1px solid rgba(252, 200, 72, 0.5);
  border-radius: 50px;
  background: #ffe9b4;
  color: rgb(0, 0, 0);
  line-height: 70px;
  text-transform: capitalize;
  transform: rotate(-10.00deg);
  display: inline-block;
  padding: 0 17px;
}


h2 {
  color: #000;
  font-family: var(--hdng_font);
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0;
}

h2 span {
  display: inline-block;
  border: 1px solid rgba(88, 39, 146, 0.5);
  border-radius: 40px;
  background: #e3c6ff;
  transform: rotate(-5.00deg);
  padding: 4px 15px;
  margin-top: 8px;
}

h3 {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}


h4 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}

h5 {
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}


h6 {
  color: rgb(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
}

.hdr_btn {
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 15px;
  box-shadow: 3px 3px 0px 0px rgb(0, 0, 0);
  background: rgb(252, 200, 72);
  min-width: 212px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.hdr_btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: 3px 3px 0px 0px #fff;
}

a {
  /* color: #ca143b;
  transition: 0.4s all; */
}

a:hover {
  /* color: aqua;
  text-decoration: none; */
}

section {
  position: relative;
}

input {
  border: 1px solid transparent;
}

input:focus {
  outline: none;
  border-color: var(--btn_color) !important;
}

.read_more_btn {
  transition: var(--transition);
  border-radius: 50px;
  background: var(--btn_color_2);
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  padding: 16px 38px;
}

.read_more_btn:hover {
  background: #fcc848;
}

/* Global Headings */


/* Header Start ---------------*/

.sticky_hdr .header {
  filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  -webkit-filter: drop-shadow(0px 15px 25px rgba(0, 76, 102, 0.15));
  padding: 10px 0;
}

/* .sticky_hdr .vet-logo {
  max-width: 100px;
}

.sticky_hdr .navbar {
  padding-bottom: 0;
}

.sticky_hdr .call-info a {
  font-size: 15px;
}


/* sticky */

.hdr-rslt-1 {
  justify-content: end;
  padding-right: 45px;
}


.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  transition: var(--transition);
  padding: 0 0 8px 0;
  background: var(--hdr_ftr_bg);
}

.navlink {
  color: rgb(255, 255, 255);
  line-height: 27px;
  font-size: 16px;
  text-transform: capitalize;
  transition: var(--transition);
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.hdr-logo {
  padding: 15px 0 12px;
}

.ofbdy ul {
  align-items: center;
}

.ofbdy ul li {
  position: relative;
  padding: 0 25px;
}

.navlink img {
  max-width: 34px;
  margin: auto;
  transition: var(--transition);
}

.hdr_btm_links a {
  color: rgb(61, 63, 75);
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  transition: var(--transition);
}

.hdr_btm_links a:hover {
  color: #9B51E0;
}

.navlink:hover img {
  transform: scale(1.05);
}

.ofbdy ul li:last-child {
  padding: 0 0 0 17px;
}


.hdr_btm_links {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--light_cream);
  bottom: -50px;
  background: var(--light_cream);
  padding: 5px 0;
}

.hdr_btm_links ul {
  display: flex;
  max-width: 1140px;
  margin: auto;
  justify-content: space-between;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  align-items: center;
}

.search_icon i {
  font-size: 18px;
}

.search_icon {
  border-radius: 10px;
  background: rgb(255, 255, 255);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hdr-rslt-1 .navlink:hover {
  color: #FCC848;
}

.hdr-rslt-1 .navlink:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}

/* Scroll-up */
.nav-up {
  top: -120px;
}

/* Animated Offcanvas */

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.navlist .navitem.in,
.contct-btn .contact-us.in {
  animation: slideIn 0.7s forwards;
}

/* Animated Offcanvas */
.navitem.active .navlink {
  color: #FCC848;
}

/* Header End----------- */



.customer_say_btn {
  position: absolute;
  bottom: -190px;
}




/* Home Page Start */

.home_bnr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.homebnr_sec {
  margin-top: 125px;
  /* padding: 60px 0 80px; */
  padding: 4% 0;
}

.bnr_cnct {
  max-width: 335px;
}

.smarter {
  margin-left: 55px;
  margin-bottom: 12px;
  transform: rotate(5.00deg);
}

.bnr_cnct h1 {
  margin-bottom: 40px;
}

.bnr_cnct p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
}

.site_btn {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgb(0, 0, 0);
  background: var(--btn_color);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  padding: 14px 35px;
  transition: var(--transition);
}

.site_btn:hover {
  background: #fcc848;
  color: #000;
}

.bnr_cnct .site_btn {
  margin-top: 10px;
}

.subscrbe_newsltr {
  max-width: 370px;
  border-radius: 30px;
  background: var(--light_purple);
  padding: 35px 30px;
  margin: auto;
  transition: var(--transition);
}

.subscrbe_newsltr h2 {
  font-family: var(--body_font);
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -0.4px;
}

.subscrbe_newsltr {
  text-align: center;
}

.subscrbe_newsltr p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 0, 0, 0.7);
}

.fox_cnct_hldr input {
  width: 100%;
}


.frm_input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: rgb(0, 0, 0, 0.7);
  padding: 15px 24px;
}

.fox_cnct_hldr:not(:first-child) {
  margin-top: 10px;
}

.fox_cnct {
  padding: 130px 0 80px;
  position: relative;
  z-index: 1;
}

.fox_cnct::after {
  content: '';
  position: absolute;
  background: url(../images/green_fox.png) no-repeat center;
  width: 320px;
  height: 100%;
  left: 0px;
  right: 0;
  bottom: -28px;
  z-index: -1;
}

.fox_cnct::before {
  content: '';
  position: absolute;
  background: url(../images/fox_hand.png) no-repeat center;
  width: 21px;
  height: 16px;
  left: 55px;
  top: 120px;
  transition: var(--transition);
}

.subscrbe_newsltr:hover .fox_cnct::before {
  transform: rotate(90deg);
}

.homebnr_sec .row {
  align-items: center;
}

.money_article_sec {
  padding: 80px 0;
}

.artcl_hdng {
  display: flex;
  align-items: center;
  font-family: var(--hdng_font);
  font-size: 25px;
  line-height: 70px;
  letter-spacing: 0;
  gap: 16px;
  margin-bottom: 30px;
}

.artcl_hdng span {
  border-radius: 20px;
  background: #fbe0d9;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mny_artcle_hldr {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 0 20px;
}

.mny_artcle_hldr:hover h3 {
  color: #9B51E0;
}

.artcl_thmbnl {
  width: 255px;
  height: 150px;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.artcl_cntnts {
  flex-grow: 1;
}

.artcl_cntnts h3 {
  margin-bottom: 7px;
  transition: var(--transition);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.artcl_cntnts p {
  color: rgb(0, 0, 0, 0.7);
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.m_article_wrp .row {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
}

.m_article_wrp .row::after {
  content: '';
  position: absolute;
  bottom: 3px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.15);
  left: 32px;
  right: 32px;
}

.m_article_wrp .row:last-child {
  padding: 0;
}

.m_article_wrp .row:last-child::after {
  border: none;
  padding: 0;
}

.m_article_wrp {
  position: relative;
}

.m_article_wrp::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 94px;
  bottom: 0;
  border-right: 1px solid rgb(0, 0, 0, 0.15);
}

.artcle_btn {
  text-align: center;
  margin-top: 60px;
}

.trvl_artcl {
  background: var(--light_cream);
}

.ta_wrp_rght .mny_artcle_hldr:not(:last-child) {
  margin-bottom: 45px;
}

.ta_wrp_rght .mny_artcle_hldr::after {
  content: '';
  position: absolute;
  bottom: -20px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.15);
  left: 20px;
  right: 20px;
}

.ta_wrp_rght .mny_artcle_hldr:last-child::after {
  display: none;
}

.ta_wrp_lft .mny_artcle_hldr {
  flex-direction: column;
}

.ta_wrp_lft .mny_artcle_hldr:not(:first-child) {
  margin-top: 20px;
}

.ta_wrp_lft .artcl_thmbnl {
  width: 100%;
  height: 365px;
}

.ta_wrp_lft .artcl_cntnts {
  padding: 0 30px;
}

.bookmark {
  position: absolute;
  left: 20px;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  color: rgb(34, 42, 64, 0.7);
  padding: 0 15px;
  top: 20px;
}

.quiz_sec {
  padding: 80px 0;
  background: var(--light_purple);
  text-align: center;
}

.quiz_wrp h2 {
  margin-bottom: 60px;
}

.quiz_wrp .row {
  margin-top: 35px;
}

.quiz_hldr {
  border-radius: 30px;
  background: #fff;
  padding: 10px 10px 25px;
  height: 100%;
  transition: var(--transition);
  border: 1px solid transparent;
}

.quiz_hldr:hover h4 {
  color: var(--hdr_ftr_bg);
}

.quiz_hldr:hover {
  box-sizing: border-box;
  border-color: var(--btn_color);
  box-shadow: -3px 3px 0px 0px var(--btn_color);
}

.quiz_wlppr {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 18px;
  width: 100%;
  height: 240px;
}

.quiz_hldr h4 {
  padding: 0 15px;
  transition: var(--transition);
}

.quizfox {
  position: absolute;
  bottom: -220px;
  right: -70px;
}

.quiz_sec .container {
  position: relative;
}

.instasec {
  background: #fff;
  padding: 100px 0;
}

.insta_hdng h2 {
  max-width: 460px;
  text-align: right;
  margin-right: auto;
}

.insta_hdng h2 span {
  border: 1px solid rgba(0, 86, 233, 0.5);
  background: #ccd2ff;
}

.insta_hdng {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.insta_hdng ul {
  display: flex;
  column-gap: 15px;
}

.social_icon {
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  background: rgb(252, 200, 72);
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: #000;
  border: 5px solid #fff;
  outline: 1px solid #000;
  transition: var(--transition);
}

.social_icon:hover {
  box-shadow: 2px 2px 0px 0px var(--btn_color);
  background: var(--btn_color);
  color: #fff;
  border: 5px solid #fff;
  outline: 1px solid var(--btn_color);
}

.feed_hldr {
  border-radius: 34px;
  background: rgb(100, 85, 231);
  display: flex;
  justify-content: center;
  border: 6px solid #6455E7;
}

.feed_hldr img {
  width: 100%;
  height: 100%;
}

.instasec .row&gt;* {
  margin-bottom: 30px;
}

.fvrtsitesec {
  background: var(--light_cream);
}

.fvrtcntnt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  max-width: 480px;
  margin-left: 100px;
  padding: 50px 0;
}

.fvrtcntnt h2 span {
  border: 1px solid rgba(252, 200, 72, 0.5);
  background: #ffe9b4;
  transform: rotate(-10.00deg);
}

.fvrtcntnt h2 {
  max-width: 450px;
  margin-bottom: 50px;
}

.fvrtcntnt p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 18px;
}

.fvrtbg {
  width: 100%;
  height: 100%;
}

.fvrtcntnt p span {
  font-weight: 700;
  color: #000000;
}

.getsmarter_sec {
  padding: 100px 0 340px;
  text-align: center;
}

.getsmrtr_wrpr {
  max-width: 700px;
  margin: auto;
}

.getsmrtr_wrpr h2 {
  max-width: 900px;
  margin: auto;
  transform: translateX(-80px);
  margin-bottom: 60px;
}

.getsmrtr_wrpr p {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
}

.getsmrtr_wrpr h2 span {
  border: 1px solid rgba(29, 185, 84, 0.5);
  background: rgb(232, 255, 240);
  margin-left: 245px;
  transform: rotate(-8deg);
}

.footer {
  padding: 100px 0 80px;
  background: var(--hdr_ftr_bg);
  position: relative;
}

.ftrlogo {
  max-width: 255px;
  margin-bottom: 30px;
}

.ftr_abtus h2 {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  font-family: var(--body_font);
  margin-bottom: 25px;
}

.ftr_abtus p {
  color: rgb(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.ftr_abtus ul a {
  color: rgb(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  transition: var(--transition);
}

.ftr_abtus ul a:hover {
  color: rgb(252, 200, 72);
}

.ftr_abtus .social_icon {
  width: 40px;
  height: 40px;
  font-size: 19px;
}

.qlnks {
  padding-left: 40px;
}

.ftr_scl {
  padding-left: 70px;
}

.footer .social_icon:hover {
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  background: rgb(252, 200, 72);
  color: #000;
  border: 5px solid #fff;
  outline: 1px solid #000;
}

.nwsltr_ftr {
  padding-left: 15px;
}

.newsltr_signup .frm_input {
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px rgba(54, 124, 255, 0.18);
  height: 76px;
  padding: 15px 94px 15px 24px;
}

.newsltr_signup {
  margin-top: 35px;
  position: relative;
}

.frm_send {
  position: absolute;
  right: 28px;
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frm_send input {
  position: absolute;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 15px;
  box-shadow: 3px 3px 0px 0px rgb(0, 0, 0);
  background: var(--btn_color);
  width: 60px;
  height: 60px;
  font-size: 0;
  transition: var(--transition);
}

.frm_send input:hover {
  background: rgb(252, 200, 72);
}

/* .frm_send:has(input:hover) img{
  filter: brightness(0) saturate(100%);
} */

.frm_send img {
  position: relative;
  pointer-events: none;
}

.ftr_btm {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgb(255, 255, 255, 0.3);
  margin-top: 40px;
}

.ftr_btm ul {
  display: flex;
  column-gap: 30px;
}

.ftr_btm p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.ftr_btm p a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.ftr_btm p a span {
  color: #FCC848;
}

.ftr_btm li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  position: relative;
  transition: var(--transition);
}

.ftr_btm li a:hover {
  color: #FCC848;
}

.ftr_btm li a::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: -17px;
  background: rgb(255, 255, 255, 0.5);
}

.ftr_btm li:last-child a::after {
  display: none;
}

.ftr_fox {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1.17);
}

.footer .fox_cnct {
  position: absolute;
  width: 470px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 95%;
  padding: 200px 0 150px;
}

.footer form {
  position: relative;
}

.footer .frm_input {
  height: 75px;
}

.ftr_sbmt {
  position: absolute;
  right: 16px;
  top: 7px;
  margin: 0 !important;
}

.footer .fox_cnct::after {
  content: '';
  position: absolute;
  background: url(../images/ftr_fox_2.png) no-repeat center;
  width: 424px;
  height: 100%;
  left: 60px;
  right: 0;
  bottom: -67px;
  z-index: -1;
}

.footer .fox_cnct::before {
  content: '';
  position: absolute;
  background: url(../images/fox_hand.png) no-repeat center;
  width: 24px;
  height: 18px;
  left: 135px;
  top: 188px;
  transition: var(--transition);
  z-index: 1;
  scale: 1.2;
}

.footer .fox_cnct .frm_input {
  padding: 15px 190px 15px 60px;
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px rgba(54, 124, 255, 0.18);
}

/* Home Page End */

/* About Page Start */
.aboutbnr_sec {
  padding-bottom: 26%;
}

.abt_con h1 {
  margin-bottom: 45px;
  font-size: 90px;
  font-weight: 400;
  line-height: 60px;
}

.abt_con h1 span {
  border: 2px solid rgb(252, 200, 72);
  border-radius: 46px;
  padding: 8px 14px;
  margin-left: 6px;
}

.abt_con p {
  color: rgba(255, 255, 255, 0.800);
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}

.misson_sec .fvrtcntnt {
  max-width: 608px;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 50px;
}

.misson_sec .fvrtcntnt h2 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 70px;
  text-transform: capitalize;
}

.misson_sec .fvrtcntnt h2 span {
  border: 1px solid rgba(88, 39, 146, 0.5);
  background: hsl(271, 100%, 89%);
  transform: rotate(5.00deg);
  letter-spacing: -2px;
  margin-left: 6px;
}

.misson_sec .fvrtcntnt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.misson_sec {
  background-color: var(--light_purple);
}

.make_us_sec {
  padding: 80px 0 100px;
}

.make_us_hdng {
  margin-bottom: 80px;
}

.make_us_sec .make_us_hdng h4 {
  color: rgba(0, 0, 0, 0.75);
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  max-width: 966px;
  margin: 0 auto;
  font-style: italic;
}

.make_us_img {
  border-radius: 30px;
  border: 1px solid var(--btn_color);
  box-shadow: -6px 6px 0px 0px var(--btn_color);
  background: #d9d9d9;
  height: 673px;
}

.make_us_img img {
  border-radius: 30px;
}

.make_us_con {
  max-width: 549px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.make_us_con h2 {
  text-align: center;
  max-width: 414px;
  margin-right: auto;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 30px;
}

.make_us_con h2 span {
  transform: rotate(5.00deg);
  border: 1px solid rgb(56, 142, 60);
  background: rgb(202, 255, 227);
  letter-spacing: -3px;
}

.make_us_con p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}

.make_us_con h5 {
  color: rgb(0, 0, 0);
  font-family: var(--body_font);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
}

.make_us_con ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 34px;
}

.make_us_con ul li::before {
  content: "";
  position: absolute;
  background: url("../images/tick.png") no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 2px;
  height: 26px;
  width: 26px;
}

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

.foryou_sec {
  background-color: var(--light_cream);
}

.foryou_sec .fvrtcntnt h2 span.here span {
  transform: rotate(-8.00deg);
  border: 1px solid rgb(233, 163, 71);
  background: rgb(255, 233, 180);
  margin-top: 0px;
  position: absolute;
  top: -21px;
  display: block;
  right: -164px;
}

.foryou_sec .fvrtcntnt h2 span.here {
  transform: rotate(0deg);
  border: transparent;
  background: transparent;
  padding: 0;
  display: block;
  margin-top: 14px;
  position: relative;
}

.foryou_sec .fvrtcntnt h2 {
  line-height: 54px;
  text-transform: none;
  max-width: 250px;
}

/* About Page End */


/* Money Page Start */
.money_nws_ltter {
  padding: 154px 0 100px;
}

.fetr_img {
  border-radius: 30px;
  position: relative;
  height: 784px;

}

.fetr_img img {
  border-radius: 30px;
}

.fetr_txt {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

.fetr_txt h2 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}

.fetr_txt h2 span {
  color: rgb(0, 0, 0);
  font-size: 20px;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 110px;
  background: rgb(255, 233, 180);
  transform: rotate(8.00deg);
  margin-left: 4px;
}

.fetr_txt h4 {
  color: rgb(255, 255, 255);
  font-family: var(--hdng_font);
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 24px;
}

.fetr_txt .site_btn {
  padding: 14px 39px;
}

.ftr_art {
  border-bottom: 1px solid rgb(0, 0, 0, 0.15);
}

.ftr_art a {
  display: flex;
  justify-content: flex-start;
  column-gap: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: var(--transition);
}

.ftr_art:first-of-type a {
  margin-top: 0;
}

.ftrart_txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.ftrart_img,
.ftrart_img img {
  border-radius: 30px;
}

.ftrart_img {
  flex: 0 0 auto;
}

.chip {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 30px;
  background: var(--light_purple);
  display: inline;
  text-transform: uppercase;
}

.ftrart_txt h4 {
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0;
  letter-spacing: -1px;
  transition: var(--transition);
}

.ftr_art a:hover .ftrart_txt h4{
  color: var(--btn_color);
}

.ftr_art p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0, 0.7);
}

.eml_frm {
  border-radius: 30px;
  background: var(--light_purple);
  padding: 25px 25px 23px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.eml_frm .eml_hdng,
.eml_frm .fox_cnct {
  width: 50%;
}

.eml_frm .fox_cnct {
  padding: 70px 0 77px;
}

.eml_frm .eml_hdng {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.eml_hdng h2 {
  color: rgb(0, 0, 0);
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: var(--body_font);
}

.eml_hdng p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.eml_frm .fox_cnct::after {
  background: url("../images/green_fox_img_3.png") no-repeat center;
  width: 256px;
  height: 100%;
  bottom: 4px;
}

.eml_frm .fox_cnct::before {
  left: 44px;
  top: 64px;
}

.eml_frm .fox_cnct form {
  max-width: 229px;
  margin-left: 20px;
  margin-right: auto;
}

.eml_frm .fox_cnct form .frm_input {

  border-radius: 10px;
  height: 50px;
  padding: 14px 20px;
}

.eml_frm .fox_cnct form .site_btn {
  padding: 11px 30px;
}

.trndng_posts {
  padding: 80px 0 50px;
  background-color: var(--light_cream);
}

.trnd_wrap h3 {
  margin-bottom: 40px;
}

.trnd_wrap h3 span {
  background: rgb(232, 207, 255);
}

.trnd_post_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trnd_post_crd {
  width: calc(33.333% - 10px);


}

.trnd_post_crd a {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: var(--transition);
}

.trnd_post_crd .t_post_img {
  border-radius: 30px;
  height: 225px;
}

.trnd_post_crd .t_post_img img {
  border-radius: 30px;
}

.trnd_post_crd .t_post_txt {
  padding: 30px 30px 0 30px;
  margin-bottom: 22px;
}

.t_post_txt h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: rgb(0, 0, 0);
  margin: 20px 0 0;
  letter-spacing: -1px;
  transition: var(--transition);
}

.trnd_post_crd a:hover .t_post_txt h4{
  color: var(--btn_color);
}

.trnd_post_crd .abt_atr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 30px 30px;
  margin-top: auto;
}

.abt_atr p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.abt_atr span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0, 0.7);
}

.lgt_crm {
  background: #def8f9;
}

.lgt_ylow {
  background: #fff9c4;
}

.lgt_violet {
  background: rgb(223, 189, 255);
}

.recent_pics {
  padding: 100px 0 70px;
}

.recnt_hdng h3 span {
  background: #fff5ac;
}

.recent_img_wrap {
  border-radius: 30px;
  height: 400px;
  margin-right: 24px;
}

.recent_img_wrap img {
  border-radius: 30px;
}

.mng_finance {
  margin-top: 35px;
}

.recent_wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.recent_wrap h3 {
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin: 14px 0 6px;
}

.recent_wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.recent_wrap p.athr {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.recent_wrap p+p {
  margin-top: 16px;
}

.recent_wrap .date {
  font-size: 14px;
  margin-top: 14px;
}

.rcnt_para {
  color: rgb(0, 0, 0, 0.6);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.recent_pics .m_article_wrp {
  margin-top: 60px;
}

.recent_pics .m_article_wrp::after {
  top: 0;
}

.manage_welth_sec {
  padding: 80px 0 50px;
  background: var(--light_purple);
}

.manage_welth_sec .trnd_post_wrap {
  row-gap: 30px;
}

.manage_welth_sec .trnd_post_wrap .trnd_post_crd:nth-child(-n + 3) {
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.manage_welth_sec .artcl_hdng span {
  background: #ffddc7;
}

/* Money Page End */
/* Helth Page Start */
.helth_trnd_wrap h3 span{
  background: rgb(255, 228, 240);
}
.helth_recent_hdng h3 span {
  background: rgb(255, 216, 219);
}
.manage_helth_sec .artcl_hdng span {
  background: #ffffff;
}
.hlth_news_ltter .fetr_txt {
  top: 50px;
}
.hlth_news_ltter .fetr_txt h2{
  color: #000;
}
.hlth_news_ltter .fetr_txt h4 {
  color: #000;
}
/* Helth Page End */
/* Travel Page Start */
.travel_hdng span{
  background: rgb(204, 233, 255);
}
.travel_nws_ltter .fetr_txt h4{
  max-width: 350px;
}
.manage_travel_sec .artcl_hdng span{
  background: rgb(239, 255, 213);
}
.travel_recent_hdng h3 span{
  background: rgb(205, 241, 255);
}
.travel_trnd_wrap h3 span {
 background: rgb(255, 225, 186);
}
/* Travel Page End */
/* Blog Page Start */
.blog_news_ltter {
  padding: 170px 0 75px;
}
.blog_prt1{
  padding-right: 25px;
}
.blog_prt1 h2{
  font-size: 45px;
font-weight: 700;
line-height: 55px;
font-family: var(--body_font);
letter-spacing: -0.6px;
margin: 16px 0 20px;
}
.blog_prt1 p.date{
  font-weight: 600;
}
.blog_prt1 .blg_img{
  margin: 25px 0 44px;
  border-radius: 30px;
  overflow: hidden;
}
.blog_contnt{
  margin-bottom: 60px;
}
.blog_contnt h4{
  color: rgb(0, 0, 0);
font-size: 30px;
font-weight: 700;
line-height: 45px;
margin-bottom: 20px;
letter-spacing: -0.6px;
}
.blog_contnt p{
  color: rgb(0, 0, 0, 0.6);
font-size: 17px;
font-weight: 500;
line-height: 27px;
}
.blog_contnt p+p{
  margin-top: 19px;
}
.blog_contnt ul li{
  padding-left: 32px;
  position: relative;
  color: rgb(0, 0, 0, 0.6);
font-size: 17px;
font-weight: 500;
line-height: 27px;
margin-bottom: 15px;
}
.blog_contnt ul li:last-child{
  margin-bottom: 0;
}
.blog_contnt ul li span{
  font-weight: 700;
}
.blog_contnt ul li::before{
  content: "";
  position: absolute;
  background: url("../images/green_tick.png") no-repeat ;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
}
.blog_mdl_struc{
  margin-bottom: 22px;
}
.blog_mdl_struc:last-of-type{
  margin-bottom: 0;
}
.blog_mdl_struc h5{
  color: rgb(0, 0, 0);
font-size: 25px;
font-weight: 700;
line-height: 30px;
letter-spacing: -0.06px;
margin-bottom: 16px;
position: relative;
}
.blog_prt_2{
  padding-left: 15px;
}
.blog_prt_2 .eml_frm{
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 0;
}
.blog_prt_2 .eml_frm .eml_hdng, .blog_prt_2 .eml_frm .fox_cnct {
  width: 100%;
}
.blog_prt_2 .eml_frm .eml_hdng{
  margin-bottom: 40px;
}
.blog_prt_2 .eml_frm .fox_cnct {
  max-width: 290px;
  text-align: center;
  margin: 0 auto;
  padding: 82px 0 119px;
}

.blog_prt_2 .eml_hdng h2 {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.blog_prt_2 .eml_hdng p {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
  font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.blog_prt_2 .eml_frm .fox_cnct::after{
  background: url("../images/green_fox_4.png") no-repeat;
  left: -15px;
  width: 318px;
}
.blog_prt_2 .eml_frm .fox_cnct::before {
  left: 44px;
  top: 72px;
}

  
.blog_prt_2 .eml_frm .fox_cnct form {
  max-width: 280px;
}
.blog_prt_2 .eml_frm .fox_cnct form .frm_input{
  height: 60px;
}
.blog_prt_2 .eml_frm .fox_cnct form .site_btn {
  padding: 15px 30px;
}
.trvl_vision{
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.trvl_vision img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trvl_vsn_txt{
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}
.trvl_vsn_txt h4{
  margin-top: 20px;
  color: rgb(0, 0, 0);
font-family: var(--body_font);
font-size: 25px;
font-weight: 700;
line-height: 35px;
letter-spacing: -0.06px;
}
.vson_btn{
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.trvl_vision_two{
  padding: 40px 10px 10px 10px;
  border-radius: 30px;
  background-color: var(--light_cream);
}
.visn_txt_two{
  max-width: 398px;
  margin: 0 auto;
}

.visn_txt_two h4{
  color: rgb(0, 0, 0);
font-family: var(--body_font);
font-size: 25px;
font-weight: 700;
line-height: 35px;
letter-spacing: -0.06px;
margin: 15px 0 20px;
}
.visn_txt_two .site_btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visn_txt_img{
  border-radius: 30px;
  overflow: hidden;
  margin-top: 40px;
  height: 257px;
}
.visn_txt_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_mdl_struc p{
  padding-left: 25px;
}
.blg_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Blog Page End */

/* search Bar toggle */
.searchInput {
  background: #fff;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
  transition: var(--transition);
  transform: scale(0);
  border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
}
.toggleSearch{
  transform: scale(1);
}

.searchInput input{
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  color: rgb(0, 0, 0, 0.7);
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.searchInput.active input{
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.searchInput.active .resultBox li{
  display: block;
}
.resultBox li:hover{
  background: #efefef;
}

.searchInput .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: rgb(61, 63, 75);
  cursor: pointer;
}
.mbl_srch_icon{
  background: transparent;
  color: #ffffff;
  display: none;
}
/*
.mbl_serch_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -43px;
  background-color: var(--light_cream);
  height: 45px;
  transition: var(--transition);
  display: none;
} */

/* search Bar toggle */

/* start 12.05.25 */
.quizsection {
  width: 100%;
  position: relative;
  padding:205px 0px 100px;
  background: #F4E8FF;
}
.quizsection .getsmrtr_wrpr {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.quizsection .getsmrtr_wrpr h2 {
  max-width: 100%;
  margin-bottom: 50px;
  transform:unset
}
.quizsection .getsmrtr_wrpr h2 span {
  display: inline-block;
  border: 1px solid rgba(88, 39, 146, 0.5);
  border-radius: 40px;
  background: #e3c6ff;
  transform: rotate(-5.00deg);
  padding: 4px 15px;
  margin-top: 16px;
  margin-left:0px;
}
.quizsection .getsmrtr_wrpr p {
  font-size: 30px;
  line-height: 70px;
  font-weight: 600;
  color: #000;
}
.quizsection .question {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.quizsection .question input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.quizsection .question label {
  background: #ffff;
  position: relative;
  border-radius: 30px;
  padding: 10px 10px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.quizsection .question label .quiimgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  height: 241px;
}
.quizsection .question label .quiimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quizsection .question label h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
.quizsection .quiz-step {
  display: none;
}
.quizsection .quiz-step.active {
  display: block;
}
.quizsection .option {
  border: 1px solid transparent;
}
.quizsection .option.active {
  border: 1px solid var(--btn_color);
  box-shadow: -3px 3px 0px 0px var(--btn_color);
}
.quizsection .option.active h6 {
  color: #623A9D;
}
.site_btn.qu_backbtn {
  padding: 0px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.quizmainwrap {
  position: relative;
}
.quiz-controls {
  margin-top: 50px;
}
button:disabled {
  background: #ccc;
}
button:disabled:hover{
  background: #ccc;
  color: #fff;
}
.site_btn.qu_backbtn:disabled {
  display: none;
}
.quiz-stepemailsect form {
  width: 100%;
  max-width: 500px;
  margin: 50px auto 0 auto;
  position: relative;
}
.quiz-stepemailsect .frm_input {
  padding: 15px 190px 15px 60px;
  border-radius: 20px;
  box-shadow: 0px 10px 60px 0px rgba(54, 124, 255, 0.18);
  height: 75px;
}

/* end 12.05.25 */</pre></body></html>