body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 16px "Poppins", sans-serif;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.link {
  color: #1468ef;
}
.h2tag {
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: #1e2237;
}
.h6tag {
  font-weight: 600;
  font-size: 18px;
  color: #1e2237;
}
.blog_breadcrumb {
  position: relative;
  padding: 100px 0 0 !important;
  z-index: 1;
}

.blog_sec_1 {
  position: relative;
  z-index: 1;
  padding: 15px 0 30px;
  padding-top: 50px;
}

.blog_sec_1::after {
  /* content: "";
  background: #3482FF url("../images/blog-2024-copy/logo_pattern.webp")
    no-repeat center center;
    background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0; */
}
.green_box_head {
  border: 1px solid #14efc3;
  border-radius: 8px;
  padding: 4px;
}
.green_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  padding: 24px;
  background: linear-gradient(
    90deg,
    rgba(20, 239, 195, 0.25) 0%,
    rgba(20, 239, 195, 0) 100%
  );
  overflow: hidden;
  z-index: 1;
}
.hrline {
  border-left: 1px solid rgba(30, 34, 55, 0.12);
  margin: 0 48px;
}
.icon_share {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
.blog_breadcrumb ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog_breadcrumb ul li {
  color: #070d25;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.blog_breadcrumb ul li::after {
  content: "";
  background: url("../images/icons/chevron_right.webp") no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  background-size: 100%;
  top: 9px;
  right: -18px;
}

.blog_breadcrumb ul li:last-child::after {
  display: none;
}

.blog_breadcrumb ul li a {
  color: #070d25;
  text-decoration: none;
}

.blog_breadcrumb ul li + li {
  margin-left: 30px;
}

.form-group-blog {
  width: 70%;
  margin: 30px auto 0;
  position: relative;
}

.form-group-blog .input-group input {
  padding: 12px 20px 12px 15px;
  height: 70px;
  box-shadow: none !important;
  color: #6d7b8f !important;
  font-size: 16px;
  border: 1px solid #fff !important;
}

.form-group-blog input::placeholder {
  color: #6d7b8f;
}

.form-group-blog .input-group .search-img {
  background: #ffffff !important;
  border: 0;
  border-radius: 50px;
  padding-left: 30px;
}

.form-group-blog .input-group .serch-button {
  background: #00d78b;
  color: #ffffff;
  border-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-color: #ffffff;
  border-width: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog_sec_1 h2 {
  color: #1e2237;
  font-size: 48px;
  font-weight: 600;
}

.blog_sec_1 p {
  color: #1e2237;
  font-size: 18px;
  text-align: left;
}

.blog_sec_1 p span {
  font-weight: 700;
}

.blog_sec_1::after {
  content: "";
  width: 100%;
  height: 672px;
  position: absolute;
  z-index: -1;
  top: -100px;
  right: 0;
}

.blog_detail_span {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog_detail_span div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog_detail_span span {
  font-weight: 400;
  font-size: 16px;
  color: #1468ef;
}

.blog_title {
  font-size: 32px;
  color: #070d25;
  font-weight: 600;
  margin-bottom: 15px;
}

.slider_box {
  background: #c4d9ff;
  border-radius: 25px;
  padding: 40px 30px;
}

.slider_box_yellow {
  background: #fcf5eb;
}

.slider_box_pink {
  background: #fad7fa;
}

.slider_box img {
  border-radius: 25px;
}

section.blog_sec_2,
.blog_sec_3,
.blog_sec_4 {
  padding: 30px 0;
  position: relative;
  z-index: 0;
}

section.blog_sec_3 {
  z-index: 10;
}

.category_title {
  font-size: 16px;
  color: #5877f2;
  margin-bottom: 10px;
}

.slider_box_yellow .category_title {
  color: #ffa21f;
}

.slider_box_pink .category_title {
  color: #f046b7;
}

.slider_box h2 {
  color: #070d25;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.slick-dots li {
  width: 19px;
  height: 19px;
}

.slick-dots li button:before {
  font-size: 16px !important;
  line-height: 18px !important;
  color: #fff !important;
  border: 2px solid #45c8fe;
  border-radius: 100%;
  opacity: 1 !important;
  top: 15px !important;
}

.slick-dots li.slick-active button:before {
  color: #45c8fe !important;
  border: 2px solid #45c8fe;
}

.category_list {
  display: flex;
  align-items: center;

  flex-wrap: wrap;
  gap: 15px;
  /* margin-top: 15px; */
}

.category_list li {
  border: 1px solid #5a617e;
  border-radius: 25px;
  padding: 15px 30px;
  transition: 0.2s all;
  min-width: 180px;
  text-align: center;
  list-style: none;
}

.category_list li:hover {
  box-shadow: 0 0 18px 0px rgba(90, 97, 126, 0.25);
}

.category_list li a {
  text-decoration: none;
  font-size: 18px;
  color: #070d25;
}

.blog_panel {
  margin-top: 30px;
}

.blog_single_row {
  background: #f6faff;
  border-radius: 25px;
  padding: 30px;
  transition: 0.2s all;
  margin-bottom: 30px;
  cursor: default;
}

.blog_single_row p {
  margin-bottom: 0;
}

.blog_single_row:hover {
  background: #eef4ff;
}

.blog_single_row img {
  border-radius: 25px;
}

.blog_single_row a {
  text-decoration: none;
}

.blog_single_row h2 {
  color: #2c67d1;
  font-size: 24px;
  font-weight: 600;
}

p.blog_info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog_info span {
  position: relative;
  font-size: 16px;
  color: #404660;
}

.blog_info span::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  background: #404660;
  top: 5px;
  right: -10px;
}

.blog_info span:last-child::after {
  display: none;
}

.blog_single_row:last-child {
  margin-bottom: 0;
}

section.blog_subscription {
  padding: 30px 0;
}

.pink_box {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(229, 48, 178, 0.25) 0%,
    rgba(229, 48, 178, 0) 100%
  );
  border-radius: 8px;
  padding: 12px 60px;
  overflow: hidden;
  z-index: 1;
  margin: 30px 0 60px;
}

.pink_box p {
  margin-bottom: 0;
}

.blog_subscripe_form {
  position: relative;
}

.blog_subscripe_form input {
  border-radius: 15px;
  padding: 12px 20px;
  height: 70px;
  box-shadow: none !important;
  color: #6d7b8f !important;
  font-size: 16px;
  border: 1px solid #fff !important;
}

.blog_subscripe_form button {
  background-color: #f046b7;
  border: 2px solid #f046b7;
  border-radius: 15px;
  color: #fff;
  height: 60px;
  padding: 10px 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: 0.2s all;
}

.blog_subscripe_form button:hover {
  background-color: #fff;
  border: 2px solid #f046b7;
  color: #f046b7;
}

ul.blog_pagination li a.page-link {
  border: none;
}

ul.blog_pagination li a,
ul.blog_pagination li {
  font-size: 18px;
  color: #070d25;
  box-shadow: none !important;
}

ul.blog_pagination .page-item:first-child .page-link,
ul.blog_pagination .page-item:last-child .page-link {
  color: #3366cc;
}

ul.blog_pagination .page-item:first-child .page-link img {
  margin-right: 10px;
}

ul.blog_pagination .page-item:last-child .page-link img {
  margin-left: 10px;
}

ul.blog_pagination .page-item.active > .page-link {
  background: #376ac9;
}

/* Blog Detail Page Css */
.blog_sec_1 h3 {
  color: #070d25;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blog_detail_info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.blog_detail_info > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* 
img.blog_banner_large {
  border-radius: 8px;

  display: block;
} */

/* .blog_slider {
  border-radius: 8px;
padding: 24px;
background: #f1f6ff;
}
.blog_border_box{
  border: 1px solid #c6d5f2;
border-radius: 16px;
padding: 8px;
margin-bottom: 30px;

} */
/* blog_new_page */

.blog_slider {
  border-radius: 8px;
  padding: 18px;
  transition: 0.5s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_inner_content .blog_slider {
  padding: 0px;
}
.blog_border_box {
  border: 1px solid #c6d5f2;
  border-radius: 16px;
  padding: 8px;
  transition: 0.5s;
  height: 100%;
  margin-bottom: 24px;
}

.blog_slider .blog_head {
  font-weight: 500;
  font-size: 20px;
  color: #1e2237;
}

.blog_slider p {
  font-weight: 400;
  font-size: 16px !important;
  color: #000;
}

.blog_slider a {
  font-weight: 500;
  font-size: 16px !important;
  color: #1468ef;
}

.blog_yellow_box {
  border: 1px solid #eedbbc;
}
.blog_blue_box .blog_slider {
  background: #f1f6ff;
}
.blog_yellow_box .blog_slider {
  background: #fffaf2;
}

.blog_yellow_box a {
  color: #ff9c0d;
}

.blog_green_box {
  border: 1px solid #afe9d3;
}

.blog_green_box .blog_slider {
  background: #f1fffa;
}

.blog_green_box a {
  color: #00d68a;
}

.blog_inner_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog_slider img {
  border-radius: 8px;
}
.blog_inner_content ol li {
  padding: 8px 0px;
}
.blog_inner_content ul li {
  /* padding: 5px 0px; */
}
.blog_inner_content h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 12px;
  margin-top: 30px;
}
.blog_inner_content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 12px;
  margin-top: 40px;
}
/* .blog_inner_content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px;
} */

.blog_inner_content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
}

.blog_inner_content h4 {
  font-size: 18px;
}

.blog_inner_content h5 {
  font-size: 18px;
}

b,
strong {
  font-weight: 600;
}

.blogRecommended h3 {
  margin-top: 0;
}

.blogRecommended p {
  margin-bottom: 0;
}

.blogRecommended p a {
  padding: 0;
}

.blog_inner_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #070d25;
  margin-bottom: 15px;
}

.blogRecommended {
  position: relative;
  background: #fcf5eb;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
  margin: 30px 0;
  text-align: center;
}

.blogRecommended::before {
  content: "";
  background: url("../images/blog/blog_bg_02.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blogRecommended p {
  font-size: 18px;
}

.blogRecommended a {
  color: #25d366;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.blogCTA {
  position: relative;
  background: #fcf5eb;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
  margin: 30px 0;
  text-align: center;
}

.blogCTA::before {
  content: "";
  background: url("../images/blog/blog_bg_02.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blogCTA p {
  font-size: 18px;
}

.blogCTA a {
  color: #25d366;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.blog_cta_02 {
  position: relative;
  background: #ccffff;
  border-radius: 25px;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_cta_02::before {
  content: "";
  background: url("../images/blog/blog_bg_03.png") no-repeat left top;
  width: 238px;
  height: 262px;
  position: absolute;
  top: -70px;
  left: -50px;
  z-index: -1;
}

.blog_cta_02 h5 {
  max-width: 70%;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.blog_cta_02 h5 span {
  font-weight: 600;
}

.blog_cta_btn {
  background: #e530b2;
  border: 2px solid #e530b2;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 30px;
  transition: 0.2s all;
  white-space: nowrap;
}

.blog_cta_btn:hover {
  color: #e530b2;
  background: #fff;
}

ul.blog_inner_list {
  padding: 0;
}

.category_list_head {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  color: #1468ef;
}

.category_list_head:hover .category_list::after {
  opacity: 1;
}

.category_list_head:hover .category_list::after {
  transform: scale(0.85) translate(5px) !important;
  transition: all 0.5s;
}

.category_list {
  position: relative;
}

.category_list::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: -50px;
  background: url("../images/blog-2024-copy/arrow.webp") left top no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
}

.blog_inner_list li {
  position: relative;
  font-size: 16px;
  /* margin-bottom: 12px; */
  padding: 10px;
  list-style: none;
}

.blog_inner_list li::after {
  /* content: "";
  background: url("../images/icons/chevron_right.webp") no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: 6px; */
}

section.blog_sec_5 {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.trending_post_div {
  background: #f1f6ff;
  border-radius: 16px;
  padding: 20px !important;
  margin-bottom: 30px;
}

.trending_post_div h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog_inner_list li {
  padding: 12px 20px 12px 12px;
  width: 100%;
}

.blog_inner_list li a {
  font-size: 16px;
  color: #070d25;
  /* color: #3068cf; */
  text-decoration: none;
  transition: 0.2s all;
  max-width: 85%;
}

.blog_inner_list li:hover {
  border-left: 3px solid #1468ef;
  border-radius: 0 8px 8px 0;
  background: #fff;
  transition: 0.5s;
  color: #1468ef;
}

.blog_cta_03 {
  position: sticky;
  border: 1px solid transparent;
  /* transition: 0.2s; */
  /* overflow: hidden; */
  z-index: 1;
}
.blog_cta_03 .h2tag {
  line-height: 46px;
}
.blog_cta_03 h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
}

.blog_cta_03 .blog_footer_form .form-control {
  border: 1px solid #ffd0ef;
  border-radius: 8px;
  /* padding: 20px ; */
}

.blog_cta_03 .blog_footer_form #blogcontactname {
  border-left: 1px solid transparent;
}

.blog_cta_03 .blog_footer_form #blogcontactemail {
  border-left: 1px solid transparent;
}

.blog_cta_03 .blog_footer_form .input-group-text {
  border: 1px solid #ffd0ef !important;
  border-radius: 8px 0px 0px 8px;
  padding: 17px;
  background-color: #fff;
  border-right: 1px solid transparent !important;
}

.blog_cta_03 .blog_footer_form .input-group {
  border: none !important;
}

.blog_cta_03 .blog_footer_form .inp_grp {
  border: none !important;
}

.blog_form_select .form-select {
  border: 1px solid #ffd0ef !important;
  border-radius: 8px !important;
}

.form-tab {
  /* border: 1px solid #ffd0ef; */
  border-radius: 8px;
}

.form-tab .input-group-text {
  border-right: 1px solid transparent !important;
  background: transparent;
  padding-top: 15px !important;
  padding: 15px !important;
}

.form-tab .form-control {
  border-left: 1px solid transparent !important;
}

.form-tab .form-select {
  border-left: 1px solid transparent !important;
  border-radius: 0px 8px 8px 0px !important;
}

.mybtnone {
  background-color: #f046b7;
  border: 2px solid #f046b7;
  border-radius: 15px;
  color: #fff;
  height: 60px;
  padding: 10px 30px;
  top: 5px;
  right: 5px;
  transition: 0.2s all;
}

.mybtnone:hover {
  background-color: #fff;
  border: 2px solid #f046b7;
  color: #f046b7;
}

.highlight_box {
  border-left: 4px solid #00d68a;
  padding-left: 20px;
}

.highlight_box p {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}

.highlight_box p:nth-child(2) {
  padding-bottom: 3px;
}

.category_select {
  display: none;
}
table {
  margin: 25px 0px;
}
.blog_inner_content a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #1468ef;
}

.blog_inner_content ul li {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 187%;
}

.blog-h1tag {
  font-size: 42px !important;
  font-weight: 500;
}
.dropdown_box {
  margin-top: 20px;
}

.dropdown_box .dropdown-toggle::after {
  display: none;
}
.dropdown_box .dropdown {
  border: 1px solid rgba(30, 34, 55, 0.15);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.dropdown_box .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.dropdown_box .btn p {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0;
  white-space: normal;
  word-break: break-word;
  text-align: left;
}
.dropdown_box .btn {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.dropdown_box .btn:focus {
  box-shadow: none;
}
.dropdown_box .dropdown-menu {
  width: 100% !important;
  background: #fff;
  left: -16px !important;
  max-height: 250px;
  overflow-y: auto;
  min-width: unset !important;
  border: 1px solid rgba(30, 34, 55, 0.15);
  border-radius: 8px;
}
.dropdown_box .dropdown ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #1e2237;
  white-space: wrap;
  display: block;
  text-transform: capitalize;  
}
.dropdown_box .dropdown ul.quick_takeaway li br {
  display: none;
}
.dropdown_box .dropdown ul.quick_takeaway li {
  font-size: 14px;
  font-weight: 400;
  color: #1e2237;
  white-space: wrap;
  display: block;
  text-transform: capitalize;
  padding: 0.25rem 1rem !important;
  cursor: default;
  margin-bottom: 0 !important;
}
.dropdown_box .dropdown ul.quick_takeaway li a {
  margin-bottom: 0 !important;
}
ul.tab_dropdown li a {
  padding: 0.25rem 1rem !important;
  text-decoration: none;
  white-space: wrap;
}
ul.tab_dropdown li a.active {
  background-color: #e3e9f3 !important;
  color: #000;
}

.blog_slider .underline_none {
  text-decoration: none;
}
.dropdown_box ul li a.active,
.dropdown_box ul li a:active {
  background-color: #e3e9f3 !important;
  color: #000;
}
.dropdown_box ul li:hover {
  background: #e9ecef;
}
.blog_inner_content .mobile_view {
  display: none;
}
.disclaimer_box {
  background: #fbdede;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  transition: opacity 0.3s, visibility 0.3s;
}
.disclaimer_box p {
  margin-top: -5px;
}
.close-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.close-icon img {
  width: 24px;
  height: 24px;
}
.disclaimer_box.hidden {
  opacity: 0;
  visibility: hidden;
}


/* Media Queries */
@media screen and (max-width: 1399px) {
  .dropdown_box .btn {
    font-size: 13px;
  }
  .hrline {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .h2tag {
    font-size: 30px;
  }
  .blog_detail_span {
    margin: 16px 0;
  }
  .dropdown_box .btn {
    font-size: 11px;
  }
  .green_box {
    padding: 15px;
  }
  .hrline {
    margin: 0 10px;
  }
  .icon_share {
    gap: 10px;
  }
  .icon_share img {
    width: 24px;
  }
  .green_box .svg_button a {
    font-size: 15px;
  }
  .category_list li {
    padding: 10px 25px;
    min-width: 150px;
  }

  .blog_search {
    width: 75%;
  }

  .blog_cta_02 {
    padding: 30px 20px;
  }

  .blog_cta_btn {
    font-size: 18px;
    padding: 10px 12px;
  }

  .form-group-blog {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .green_box {
    flex-direction: row;
    align-items: unset;
    text-align: unset;
    padding: 12px;
  }
  .hrline {
    border-bottom: none !important;
    border-left: 1px solid rgba(30, 34, 55, 0.12);
    margin: 0 48px;
    width: unset;
  }
  .green_box_head {
    width: fit-content;
  }
  .dropdown_box .btn {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
  .slider_box img {
    margin: 0 auto 15px;
  }

  .category_list li a {
    font-size: 16px;
  }

  .category_list li {
    padding: 8px 20px;
    min-width: 120px;
  }

  .blog_single_row img {
    margin-bottom: 15px;
  }

  p.blog_info {
    margin-bottom: 12px;
  }

  .blog_subscripe_form {
    margin-top: 15px;
  }

  .blog_search {
    width: 90%;
  }

  ul.blog_pagination li a,
  ul.blog_pagination li {
    font-size: 16px;
  }

  .blog-h1tag {
    font-size: 30px !important;
  }

  .blog_border_box {
    margin-top: 10px;
    height: auto;
  }
  .blog_cta_03 {
    position: relative;
    top: 0px;
  }
  .mobile_view {
    display: block !important;
    background: #fff;
  }
  .mobile_none {
    display: none !important;
  }
  .blog_inner_content .dropdown_box {
    background: #fff;
    transition: 0.2s;
    /* height: 156px; */
    padding: 12px 0;
    margin: 0 0 30px;
  }
  .dropdown_box {
    position: sticky;
    top: 120px;
    z-index: 10;
  }
  .dropdown_box .mobile_view p {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0 !important;
  }
  .dropdown_box .mobile_view li {
    padding-bottom: 0px;
    line-height: normal;
  }
  .blog_inner_content ul li a {
    padding: 0.25rem 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .green_box {
    /* padding: 30px 20px; */
  }

  .blog_sec_1 h2,
  .pink_box h2 {
    font-size: 32px;
  }

  .blog_sec_1 p,
  .slider_box p,
  p.blog_info,
  .pink_box p,
  .blog_single_row p {
    font-size: 16px;
  }

  .slider_box h2 {
    font-size: 18px;
  }

  .category_list {
    display: none;
  }

  .trending_post_div {
    display: none;
  }

  .category_select {
    display: block;
  }

  .wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 5px 0 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    line-height: 56px;
    color: #444;
    cursor: pointer;
    user-select: none;
    width: 100%;
    border: 1px solid #00d78b;
    height: 56px;
    font-size: 16px;
  }

  .wrapper-dropdown::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #00d78b transparent;
    transition: 0.2s all;
  }

  .wrapper-dropdown.active::before {
    transform: rotate(180deg);
  }

  .wrapper-dropdown .dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: inherit;
    box-shadow: inherit;
    transition: 0.5s ease;
    transform: scaleY(0);
    transform-origin: top;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    height: 300px;
    overflow: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .wrapper-dropdown .dropdown li {
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: 0.5s ease;
    line-height: 32px;
  }

  .wrapper-dropdown .dropdown li a {
    font-size: 16px;
    color: #070d25;
    text-decoration: none;
  }

  .wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
  }

  .wrapper-dropdown .dropdown li:hover {
    background: #f6faff;
  }

  .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }

  .category_list li a {
    font-size: 14px;
  }

  .category_list li {
    padding: 5px 15px;
    min-width: auto;
  }

  .blog_single_row h2 {
    font-size: 18px;
  }

  .blog_search {
    width: 100%;
  }

  p.blog_info {
    flex-wrap: wrap;
  }

  ul.blog_pagination .page-item .page-link img {
    display: none;
  }

  .blog_single_row {
    padding: 20px;
  }

  .blog_breadcrumb ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .blog_sec_1 h3 {
    font-size: 24px;
  }

  .blog_detail_info {
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }

  .blog_cta_02 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .blog_cta_02 h5 {
    max-width: 100%;
  }

  /* 
  .blog_inner_content h2 {
    font-size: 24px;
  } */

  .blog_cta_03 .blog_footer_form .input-group-text {
    /* padding: 13px; */
  }

  .form-tab .input-group-text {
    padding: 11px !important;
  }
}

@media screen and (max-width: 575px) {
  .green_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px;
  }
  .hrline {
    border-left: 1px solid transparent;
    border-bottom: 1px solid rgba(30, 34, 55, 0.12) !important;
    margin: 14px 0;
    width: 100%;
  }
  .green_box_head {
    width: unset;
  }
  ul.blog_pagination li a,
  ul.blog_pagination li {
    font-size: 14px;
  }

  .form-group-blog {
    width: 100%;
  }

  .form-group-blog .input-group .serch-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .green_box {
    /* padding: 20px 15px; */
  }

  .form-group-blog .input-group .search-img {
    padding-left: 15px;
  }

  .form-group-blog .input-group input {
    padding: 12px 5px 12px 0;
  }

  .blog_sec_1,
  .blog_sec_2 {
    overflow: hidden;
  }
  .dropdown_box .dropdown-menu {
    /* inset: auto auto 0px 0px !important; */
  }
  .dropdown_box .dropdown-menu {
    left: -14px !important;
  }
  .blog_detail_span {
    flex-wrap: wrap;
  }
}

/* blog cta */
.blog_cta_10 {
  max-width: 760px;
  width: 100%;
    min-height: 245px;
  padding: 24px;
  background: linear-gradient(
      180deg,
      rgba(243, 198, 35, 0) 0%,
      rgba(243, 198, 35, 0.2) 100%
    ),
    #ffffff;
  border-radius: 16px;
  outline: 1px solid #f3c623;
  outline-offset: -1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
      margin: 30px 0;
}
.blog_cta_10 .svg_button a{
  white-space: nowrap;
}
.blog_cta_10_content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.blog_cta_10_title {
  color: #1e2237;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.blog_cta_10_image {
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_cta_10_image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


    @media (min-width: 991px) and (max-width: 1199px){
    .blog_cta_10_content{
    width:60%;
    }
    .blog_cta_10_image{
    width:40%;
    }
    }
@media (max-width: 991px) {

    .blog_cta_10 {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  .blog_cta_10_content {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .blog_cta_10_image {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog_cta_10 {
    padding: 20px;
  }

  .blog_cta_10_title {
    font-size: 20px;
    line-height: 1.4;
  }

}
