/*********************************************defult_css*************************************************/
@font-face {
  font-family: GothamNarrow-Medium;
  src: url(../font/GothamNarrow-Medium.otf);
}

body {
  margin: 0;
  padding: 0;
  background-image: url(../images/bg_1.png);
  height: 100%;
  background-size: cover;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

a,
span,
a:hover,
a:active,
button {
  text-decoration: none;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

p {
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

ul,
a {
  list-style: none;
  margin: 0;
  padding: 15px;
}

img {
  max-width: 100%;
}

.cm-overflow {
  overflow: hidden;
}

.container {
  padding: 0 12px;
}

a {
  color: transparent;
}

.app_wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.app_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}

.app_wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.display_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*******************************************************header*********************************************************/
.by_watching_text {
  color: #2F9CD9;
  font-size: 12px;
  font-weight: 600;
}

.main_title_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.app_wrapper {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 0px);
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  scrollbar-color: #eee #3e3e40;
  scrollbar-width: none;
}

.navbar {
  background-color: rgba(0, 174, 205, 0.1);
  /* background-color: rgb(66, 31, 24,0.8); */
}

.site_heading {
  font-size: 25px;
}

.site_logo {
  /* width: 150px; */
  object-fit: cover;
  /* height: 60px; */
}

.unique_info_page {
  padding: 12px;
}

.unique_info h4 {
  font-size: 21px;
  font-weight: 600;
  padding: 0 0 10px 0;
}

.unique_info p {
  font-size: 14px;
  padding: 0 0 10px 0;
}

.read_more_btn {
  display: flex;
  justify-content: end;
  padding: 10px 0;
}

.read_more {
  background-color: #2F9CD9;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  color: white !important;
  border: none;
  font-weight: 500;
  line-height: 18px;
}

.continue_btn {
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  width: 100%;
  position: absolute;
  bottom: 3%;
}

.cusBtnOption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #2F9CD9;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  color: white !important;
  border: none;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cusBtnOption:hover,
.playcusBtnOption:hover {
  text-decoration: none;
  background-color: #5eb3e1 !important;
}

.readmore_btn {
  background-color: #2F9CD9;
  border-radius: 12px;
  padding: 6px 20px;
  border: none;
  margin: 10px auto 0 auto;
  width: 100%;
  align-items: center;
}

.readmore_btn:hover {
  background-color: #5eb3e1;
}

.readmore_btn a {
  padding: 0px;
}

.footer_text:hover {
  text-decoration: underline;
}

.cusBtnOption.active {
  background-color: #2F9CD9;
  color: white;
}

.blog_box {
  display: block;
  /* Hide all blogs initially */
}

.shimmer-effect {
  text-align: center;
}

.categories_arcade {
  font-size: 28px;
  font-weight: 600;
  color: #2F9CD9;
}

i.fa-brands.fa-square-facebook,
i.fa-brands.fa-instagram,
i.fa-brands.fa-threads,
i.fa-brands.fa-x-twitter {
  color: #2F9CD9;
  font-size: 32px;
}

i.fa-brands.fa-square-facebook:hover,
i.fa-brands.fa-instagram:hover,
i.fa-brands.fa-threads:hover,
i.fa-brands.fa-x-twitter:hover {
  color: #5eb3e1;
  transition: all 0.7s ease-out;
  /* Increased duration to 1 second */
}

/* *********************************************************** New Navbar *********************************************************** */
.header_logo_link {
  padding: 0;
}

.wrapper {
  object-fit: cover;
  background-color: #E5F7FA;
  width: 100%;
  position: sticky;
  top: 0px;
  max-width: 360px;
  box-shadow: 0px 3px 3px 0px #00000026;
  z-index: 999 !important;
  padding: 6.3px 0;
}

.wrapper nav {
  position: relative;
  display: flex;
  max-width: calc(100% - 20px);
  /* margin: 0 15px; */
  /* height: 53px; */
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 999;
}

nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

nav .nav-content .links {
  margin-left: 80px;
  display: flex;
  gap: 10px;
}

.nav-content .logo img {
  width: 102px;
}


.nav-content .links li {
  list-style: none;
  line-height: 70px;
}

.nav-content .links li a,
.nav-content .links li label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 0px;
  transition: all 0.3s ease;
  /* margin: 0 5px; */
}

.nav-content .links li label {
  display: none;
}

.nav-content .links li a:hover,
.nav-content .links li label:hover {
  background: #2F9CD9;
  color: #fff;
}

/* .nav-content .links li.active a, */
.nav-content .links li.active label,
.nav-content .links li.active ul li.active a {
  background: #2F9CD9;
  color: #fff;
}

a.active_health,
a.active_carro,
a.active_contact,
a.active_about,
a.active_privacy {
  background: #2F9CD9;
  color: #fff !important;
}

.wrapper .search-icon,
.wrapper .menu-icon {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  line-height: 0px;
  width: 30px;
  text-align: center;
}

.wrapper .menu-icon {
  display: none;
}

.wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.nav-content .links ul {
  position: absolute;
  background: #8446f7;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.nav-content .links li:hover>ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.nav-content .links ul li a {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px;
  margin: 7px 0;
}

.nav-content .links ul li a:last-child {
  margin-bottom: 0;
}

.nav-content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}

label.services-label.active {
  background-color: #2F9CD9;
  color: white !important;
}

.nav-content .links ul li {
  position: relative;
}

.nav-content .links ul li:hover ul {
  top: 0;
}

nav .nav-content .links {
  display: block;
  position: fixed;
  background: #14181f;
  height: 100%;
  width: 100%;
  top: 70px;
  left: 36%;
  margin-left: 0;
  max-width: 360px;
  overflow-y: auto;
  padding-bottom: 100px;
  transition: all 0.3s ease;
}

i.fas.fa-bars {
  font-size: 23px;
  color: #2F9CD9;
}

.logo {
  margin-right: -20px;
}

/* *********************************************************** New Navbar End *********************************************************** */
/* ******************************************** popup ******************************************* */
/* Popup Overlay */
.popup_class {
  position: relative;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999999;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
}

.close-btn:hover {
  color: #ff0000;
}


.ad_3 {
  max-width: 1200px;
  margin: 0 auto;
}

.ads_container {
  height: auto;
}

.ad_title {
  display: block;
  font-size: 12px;
  text-align: center;
  color: black;
  padding-top: 10px;
}

.last_section {
  padding: 0 0 15px 0;
}

.blog_post_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.6px;
  padding: 10px 0;
}

.blog_post_subtext {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  padding: 0;
}

.blog_subpost_img {
  margin: 6px 0;
  border-radius: 15px;
}

.dynamic_card {
  padding: 12px;
  background-color: white;
  border: 1px solid #2F9CD9;
  border-radius: 10px;
  margin-top: 18px;
}

.blog_detalis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
}

.blog_dynamic_title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding-top: 12px;
}

.blog_text {
  font-size: 13px;
  font-weight: 500;
  color: #545454;
  line-height: 18px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_btn {
  background: linear-gradient(180deg, #66BFF1 0%, #359DD9 100%);
  padding: 12px 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

i.fa-solid.fa-chevron-right {
  font-size: 20px;
  color: white;
}

.blog_paragraph_text {
  margin: 20px 0 -4px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.car_travel {
  border-radius: 15px;
  margin: 8px 0;
}

.insurance_number {
  list-style-type: decimal;
  padding-top: 5px;
  padding-bottom: 0px;
}

.insurance_number li {
  padding-bottom: 10px;
}

.insurance_point {
  list-style-type: disc;
  padding-top: 5px;
  padding-bottom: 0px;
}

.insurance_point li {
  padding-bottom: 10px;
}

.sticky_ads {
  position: fixed;
  bottom: 0%;
  right: auto;
  left: auto;
  overflow: hidden;
  padding: 0px 8px 0px 5px;
  margin: 0 auto 10px auto;
  background-color: #000000c2;
  min-width: 360px;
  transform: translate(0%, 10%);
  display: flex;
  justify-content: center;
}

.popup-ad-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.close-popup {
  background-color: #ebebeb;
  border: 2px solid #000;
  border-radius: 20%;
  color: #000;
  cursor: pointer;
  font-family: arial;
  font-size: 25px;
  font-weight: 700;
  height: 30px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 0px;
  width: 30px;
}

.popup-content {
  position: relative;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #888;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  min-width: 360px;
  height: 300px;
  top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#div-gpt-ad {
  width: 336px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


.redeem_box {
  padding: 12px;
  background-color: #DCEEF9;
  border-radius: 10px;
  border: 1px solid #2F9CD9;
  margin-bottom: 16px;
}

.redeem_box_text {
  font-size: 15px;
  line-height: 20px;
  color: #2F9CD9;
  font-weight: 600;
  margin-bottom: 7px;
}

/* ***************************************************** Footer Css ************************************ */
/* Base styles */
.footer_bg {
  background: rgba(0, 174, 205, 0.1);
  padding: 15px 0;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-logo {
  width: 100%;
  margin-bottom: 19px;
}

.footer-logo a {
  padding: 0;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-logo {
  display: none;
  width: 200px;
}

.mobile-logo {
  display: block;
}

.footer-text {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 10px;
}

i.fa-brands.fa-facebook-f,
i.fa-brands.fa-instagram,
i.fa-brands.fa-threads,
i.fa-brands.fa-x-twitter {
  color: #ffffff;
  font-size: 23px;
}

.icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #019DFE;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.mobile-logo {
  width: 135px;
}

.icon:hover {
  background: #005C96;
}

.footer-links {
  width: 100%;
  margin-bottom: 11px;
}

.footer-links:last-child {
  margin-bottom: 0;
}

.footer-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
  color: black;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 5px 0;
}

.footer-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.3s;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
}

.footer-links a:hover {
  color: #019DFE;
}

.how_to_do_tax {
  background-image: url(../images/how_to_do_tax.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.how_to_do_tax img {
  border-radius: 15px;
}

.top_mutual_fund {
  background-image: url(../images/top_mutual_fund.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.top_mutual_fund img {
  border-radius: 15px;
}

.mutual_fund {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.mutual_fund img {
  border-radius: 15px;
}

.who_sebi {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.who_sebi img {
  border-radius: 15px;
}

.planning_financial {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.planning_financial img {
  border-radius: 15px;
}

.financial_well {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.financial_well img {
  border-radius: 15px;
}

.emergency_funds {
  background-image: url(../images/emergency_funds.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.emergency_funds img {
  border-radius: 15px;
}

.what_are_top {
  background-image: url(../images/what_are_top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.what_are_top img {
  border-radius: 15px;
}

.the_role_of {
  background-image: url(../images/the_role_of.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.the_role_of img {
  border-radius: 15px;
}

.five_Signs {
  position: relative;
  background-image: url(../images/blog_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.five_Signs img {
  border-radius: 15px;
}

.don’t_start {
  background-image: url(../images/don’t_start.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.don’t_start img {
  border-radius: 15px;
}

.bitcoin_essentials {
  background-image: url(../images/bitcoin_essentials.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.bitcoin_essentials img {
  border-radius: 15px;
}

.exploring_defi {
  position: relative;
  background-image: url(../images/exploring_defi.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.exploring_defi img {
  border-radius: 15px;
}

.factors_to_consider {
  position: relative;
  background-image: url(../images/factors_to_consider.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.factors_to_consider img {
  border-radius: 15px;
}

.find_your_dream {
  position: relative;
  background-image: url(../images/find_your_dream.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.find_your_dream img {
  border-radius: 15px;
}

.what_type_of {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.what_type_of img {
  border-radius: 15px;
}

.mental_health {
  position: relative;
  background-image: url(../images/mental_health.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  /*min-height: 200px;*/
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.mental_health img {
  border-radius: 15px;
}

.benefits_of_sole {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.benefits_of_sole img {
  border-radius: 15px;
}

.earthing_grounding {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.earthing_grounding img {
  border-radius: 15px;
}

.benefits_of_sun {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.benefits_of_sun img {
  border-radius: 15px;
}

.list_of_whole {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.list_of_whole img {
  border-radius: 15px;
}

.home_remedies {
  background-image: url(../images/home_remedies.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.home_remedies img {
  border-radius: 15px;
}

.waycamping_improves {
  background-image: url(../images/waycamping_improves.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.waycamping_improves img {
  border-radius: 15px;
}

.is_dairy_healthy {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.is_dairy_healthy img {
  border-radius: 15px;
}

.scoliosis_how {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.scoliosis_how img {
  border-radius: 15px;
}

.is_protein_powder {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.is_protein_powder img {
  border-radius: 15px;
}

.neem_benefits {
  background-image: url(../images/neem_benefits.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.neem_benefits img {
  border-radius: 15px;
}

.is_butter_bad {
  background-image: url(../images/is_butter_bad.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.is_butter_bad img {
  border-radius: 15px;
}

.top_btn_img {
  position: relative;
  cursor: pointer;
  margin: 12px 0;
}

#svg-container {
  display: flex;
}

.svg_img {
  border-radius: 15px;
  background-size: cover;
  height: 310px;
}

.natural_tattoo {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.natural_tattoo img {
  border-radius: 15px;
}

.oilfield_injury {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.oilfield_injury img {
  border-radius: 15px;
}

.discover_the {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.discover_the img {
  border-radius: 15px;
}

.mediterranean_diet {
  background-image: url(../images/mediterranean_diet.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.mediterranean_diet img {
  border-radius: 15px;
}

.types_of_breast {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.types_of_breast img {
  border-radius: 15px;
}

.breast_cancer {
  background-image: url(../images/breast_cancer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-position: center;
}

.breast_cancer img {
  border-radius: 15px;
}

.health_tips {
  background-image: url(../images/health_tips.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.health_tips img {
  border-radius: 15px;
}

.what_are_kegels {
  background-image: url(../images/what_are_kegels.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.what_are_kegels img {
  border-radius: 15px;
}

.debunking_myths {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.debunking_myths img {
  border-radius: 15px;
}

.when_get_flu {
  background-image: url(../images/car_accident.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 301px;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.when_get_flu img {
  border-radius: 15px;
}

.measles_outbreaks {
  background-image: url(../images/measles_outbreaks.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  /* min-height: 200px; */
  border-radius: 15px;
  padding: 12px;
  margin: 12px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.measles_outbreaks img {
  border-radius: 15px;
}


@media (max-width: 1200px) {
  .ad_title {
    display: block !important;
    padding-top: 10px;
  }
}

@media (max-width: 849px) {
  .ad_1 {
    height: auto !important;
    display: block !important;
  }
}

@media (max-width:450px) {
  .app_wrapper {
    max-width: 100%;
  }

  .sticky_ads {
    min-width: 100%;
  }
}

@media (max-width:400px) {
  #div-gpt-ad {
    width: 390px;
    height: 300px;
  }

  .popup-content {
    padding: 10px 0 !important;
    min-width: 390px !important;
  }
}

@media (max-width:375px) {
  .close-popup {
    left: 13px;
  }
}