body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "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%);
}

.mixed-waves-2 {
  background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat right;
}

.link {
  color: #1468ef !important;
  text-decoration: none;
}
.link.blue{
  color: #1468EF !important;
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.h2tag span {
  color: #f046b7;
}

.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}

.head {
  max-width: 55%;
  margin: 0 auto 15px;
  text-align: center;
}

.grey {
  color: #717C8C;
}

.pink {
  color: #E530B2;
}
.click{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .head {
    max-width: 65%;
  }
}
@media (max-width: 1199px) {
  .para {
    font-size: 16px;
  }

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

  .h5tag {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .head {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .h2tag {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }

  .head {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .head h2 {
    margin-bottom: 10px !important;
  }

  .h3tag {
    font-size: 28px;
  }

  .h5tag {
    font-size: 18px;
    line-height: unset;
  }

  section {
    padding: 20px 0 !important;
    text-align: center;
  }

  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}

/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 30px !important;
}

.inner_sec_1 p {
  max-width: 55%;
}

.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.inner_sec_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}

.inner_sec_1.p-0{
  padding: 40px 0 !important;
}
.inner_sec_1 .row:first-child{
  min-height: 100vh;
}
.inner_sec_1 .review {
  margin-left: -35px;
}

.inner_sec_1 p {
  font-weight: 500;
}

@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

  .inner_sec_1::before {
    right: 0;
  }
}

@media (max-width: 991px) {
  .inner_sec_1::before {
    right: 0;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }

  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
  .inner_sec_1 .review {
    margin-left: 0;
  }
}

/* inner_sec_1 ends  */




/* cta_box */
.cta_box {
  padding: 30px 0;
  padding-top: 215px;
}
.cta_box .box{
  border-radius: 20px;
  background: url("../images/binance-clone-script-2023-new/cta_bg.webp") no-repeat center #bff5e2;
  position: relative;
}
.cta_box .box img{
  position: absolute;
  bottom: 0;
  right: -100px;
}
.cta_box h2{
line-height: normal;
}
.cta_box.ylw .box{
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp") no-repeat center #FFE3B7;
  background-size: cover;
}
.cta_box.ylw .svg_button a{
  background: #00D68A;
  border: 2px solid #00D68A;
}
.cta_box.ylw .svg_button a:before{
  background: #abffe1;
}
.cta_box.ylw .box h2{
 font-size: 40px;
}
.cta_text .h2tag{
  font-size: 38px;
  text-align: left;
  font-weight: 600;
}
.cta_text .svg_button {
  margin-top: 35px ;
}
@media (max-width:1399px) {
  .cta_box .box img{
    /* right: -10px; */
  }
}
@media (max-width:1199px) {
  .cta_box .box{
    padding: 15px;
    text-align: center;
  }
  .cta_box .svg_button {
    margin: 0 auto;
    margin-top:20px ;
  }
  .cta_box .box img{
    display: none;
  }
  .cta_box.ylw .box h2{
    font-size: 32px;
  }
  .cta_box {
    padding-top: 60px;
  }
  .cta_text .h2tag{
    text-align: center;
  }
}


/* inner_sec_25_chg */

/* inner_sec_25_chg ends  */



















/* blog css */
.blog_breadcrumb {
  position: relative;
  padding: 150px 0 0;
  z-index: 9;
}
.blog_sec_1 {
  position: relative;
  z-index: 1;
  padding: 15px 0 30px;
  padding-top: 120px;
  /* min-height: 100vh; */
}
.blog_sec_1 {
  background: #3482FF url("../images/blog-2024-copy/logo_pattern.webp")
    no-repeat center center;
    background-size: 100% 100%;
  /* width: 100%; */

}
.green_box {
  position: relative;
  background: transparent;
  /* border-radius: 20px; */
  padding: 50px;
  /* overflow: hidden;
  z-index: 1; */
}
.green_box::before {
  /* content: "";
  background: url("../images/blog/blog_bg_01.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; */
}
.inner_sec_2{
  padding-top: 130px !important;
}
.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: #E530B2;
  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 h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
.blog_sec_1 p {
  color: #fff;
  font-size: 18px;
}
.blog_sec_1 p span {
  font-weight: 700;
}
.blog_title {
  font-size: 32px;
  color: #1e2237;
  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: 1;
}
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;
}

.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: #ffccff;
  border-radius: 25px;
  padding: 50px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.pink_box::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;
}
.pink_box h2 {
  font-weight: 600;
  font-size: 48px;
}
.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: center;
  align-items: center;
  gap: 30px;
}
.blog_detail_info > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
img.blog_banner_large {
  border-radius: 25px;
  margin-bottom: 30px;
  display: block;
}
.blog_inner_content img {
  max-width: 100%;
  height: auto;
}
.blog_inner_content h2,
.blog_inner_content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px;
}
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-size: 16px;
}
.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: #2f68cf;
  border: 2px solid #2f68cf;
  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: #2f68cf;
  background: #fff;
}
ul.blog_inner_list {
  padding: 0;
}
.blog_inner_list li {
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 20px;
  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: 6px;
  left: 0;
}
section.blog_sec_5 {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.trending_post_div {
  background: #ccffff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}
.trending_post_div h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog_inner_list li a {
  font-size: 16px;
  color: #070d25;
  /* color: #3068cf; */
  text-decoration: none;
  transition: 0.2s all;
}
.blog_inner_list li a:hover {
  color: #3068cf;
}
.blog_cta_03 {
  position: sticky;
  top: 100px;
  background: #ccccff;
  border-radius: 25px;
  padding: 30px 20px;
  overflow: hidden;
  z-index: 1;
}
.blog_cta_03 h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}

.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;
}

.blog_inner_content h2 {
  font-size: 28px;
}
.blog_inner_content h3 {
  font-size: 20px;
}
.blog_inner_content h4 {
  font-size: 18px;
}
.blog_inner_content h5 {
  font-size: 18px;
}
.blog_inner_content h6 {
  font-size: 18px;
}
.category_select {
  display: none;
}
.blog_inner_content a {
  font-size: 16px;
  text-decoration: none;
  color: #1468ef;
}
.blog_inner_content ul li {
  padding-bottom: 5px;
}
.blog-h1tag {
  font-size: 42px!important;
  font-weight: 500;
}




/* blog_new_page */

.blog_slider{
  border-radius: 8px;
  padding: 18px;
  background: #f1f6ff;
  transition: .5s;
  height: 100%;
}
.blog_slider .underline_none{
  text-decoration: none;
} 
.blog_slider img{
  border-radius: 4px;
}
.blog_border_box{
  border: 1px solid #c6d5f2;
border-radius: 16px;
padding: 8px;
transition: .5s;
height: 100%;
}
.blog_slider .blog_head{
  font-weight: 500;
  font-size:  20px; 
color: #1e2237;
}
.blog_slider p{
  font-weight: 400;
  font-size:  16px !important; 
  line-height: 28px;
  color: #1e2237;
}
.blog_slider a{
  font-weight: 500;
  font-size:  16px !important; 
color: #1468ef;
}
.blog_yellow_box{
  border: 1px solid #eedbbc;
}
.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;
}
/* side_list */
.blog_side_menu ul{
padding-left: 0px;
list-style-type: none;
}
.blog_side_menu ul {
  list-style: none;
}
.blog_side_menu .category_list {
  border-left: none;
  padding: 0px;
  background:transparent;
  margin-top: 0px;
}
.blog_side_menu .category_list::after
{
  right: -10px;
  top: calc(64% - 10px);
  background: url("../images/blog-2024-copy/rose_arrow.webp") left top no-repeat;
}
.blog_side_menu .category_list_head :hover{
  color: #e530b2 !important;
}
.blog_side_menu{
  border-radius: 16px;
padding: 24px;  
background: #ffeef9;
height:80%;
}

.blog_side_menu li{
  font-weight: 500;
  font-size:  18px ;
color: #1e2237;
padding: 24px;
border-bottom: 1px solid #eabcda;
text-align:left ;
transition: .5s;
border-left: 3px solid transparent;

}
.blog_side_menu li:hover{
  border-left: 3px solid #e530b2;
border-radius: 0 8px 8px 0;
background: #fff;
transition: .5s;
color: #e530b2;
}

.blog_views .blog_border_box{
  border: none;
  padding: 0px;
}
.blog_views .blog_slider{
  border: 1px solid #f4f4f4;
  /* box-shadow: 0 0 25px 0 #757575; */
  border-radius: 16px;
padding: 18px;
background: transparent;
height: 630px;

}
.blog_views .blog_slider:hover{
  border: 1px solid #c6d5f2;
  box-shadow: 0 0 25px 0 #d1d1d1;
}
.blog_views .svg_button{
  /* margin-top: 90px !important; */
}
.blog_view_icon{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.blog_view_icon a{
  text-align: left !important;
}
.views_span{
  display: flex;
  align-items: center;
  gap: 5px;
}
.views_span span{
  font-weight: 500 !important;
  font-size:  15px !important ;
color: #1e2237 !important;
}
.category_list{
  border-left: 3px solid #1468ef;
  padding: 16px;
  background: linear-gradient(90deg, rgba(20, 104, 239, 0.15) 0%, rgba(20, 104, 239, 0) 100%);
  margin-top: 30px;
}
.blog_sec_3 a{
  font-weight: 500;
  font-size:  18px ;
color: #1e2237 !important;
text-decoration: none;
}
.category_list a:hover{
  color: #1468ef !important;
}
.category_list_green a:hover{
  color: #00d68a !important;
}
.category_list_org a:hover{
  color: #ff9c0d !important;
}
.category_list_pink a:hover{
  color: #e530b2 !important;
}
.category_list_red a:hover{
  color: #ff6e79 !important;
}
.category_list_vlt a:hover{
  color: #8a71ff !important;
}
.category_list_blue a:hover{
  color: #2ad2ff !important;
}
.category_list_lytgreen a:hover{
  color: #85c06f !important;
}

.category_list_green{
  border-left: 3px solid #00d68a;
  background: linear-gradient(90deg, rgba(0, 214, 138, 0.15) 0%, rgba(0, 214, 138, 0) 100%);
  
}
.category_list_org{
  border-left: 3px solid #ff9c0d;
  background: linear-gradient(90deg, rgba(255, 156, 13, 0.15) 0%, rgba(255, 156, 13, 0) 100%);
}
.category_list_pink{
  border-left: 3px solid #e530b2;
  background: linear-gradient(90deg, rgba(229, 48, 178, 0.15) 0%, rgba(229, 48, 178, 0) 100%);
}
.category_list_red{
  border-left: 3px solid #ff6e79;
  background: linear-gradient(90deg, rgba(255, 110, 121, 0.15) 0%, rgba(255, 110, 121, 0) 100%);
}
.category_list_vlt{
  border-left: 3px solid #8a71ff;
  background: linear-gradient(90deg, rgba(138, 113, 255, 0.15) 0%, rgba(138, 113, 255, 0) 100%);
}
.category_list_blue{
  border-left: 3px solid #2ad2ff;
  background: linear-gradient(90deg, rgba(42, 210, 255, 0.15) 0%, rgba(42, 210, 255, 0) 100%);
}
.category_list_lytgreen{
  border-left: 3px solid #85c06f;
  background: linear-gradient(90deg, rgba(133, 192, 111, 0.15) 0%, rgba(133, 192, 111, 0) 100%);
}

.blog_views_1 .blog_slider{
  background-color: #f2f2f2;
 
}
.blog_views_1 .svg_button{
margin-top: 80px;
}

.blog_views_1 .blog_border_box {
  border: 1px solid #e8e8e8;
  height: 95%;
}
.blog_views_1 .blog_border_box:hover {
  border: 1px solid #1468ef;
}
.blog_views_1 .blog_border_box:hover .blog_slider {
  background-color: #f1f6ff;
}
.blog_views_1 .blog_border_box:hover .blog_slider span{
  color:#1468ef ;
}
.blog_views_1 .blog_border_box:hover .views_span img{
  filter: grayscale(0%);
}
.blog_views_1 .blog_slider span{
  font-weight: 400;
  font-size:  15px ;
color: #696969;
}
.views_span img{
  filter: grayscale(100%);
}
.cta_responsive{
 display: flex;
 align-items: center;
 gap: 12px;
}
.mobile_view{
  display: none;
}

/* Media Queries */
@media screen and (max-width: 1199px) {
  /* .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) {
  .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;
  }
  .pink_box {
    text-align: center;
  }
  .blog_subscripe_form {
    margin-top: 15px;
  }
  .blog_search {
    width: 90%;
  }
  .pink_box {
    padding: 30px 15px;
  }
  ul.blog_pagination li a,
  ul.blog_pagination li {
    font-size: 16px;
  }
  .blog_green_box{
    margin-top: 30px;
  }
  .cta_responsive{
    flex-direction: column;
    gap: 0
  }
  .blog_slider img{
    text-align: center  ;
    display: flex;
    margin: auto;
    width: auto;
  }
  .category_list a {
    font-size: 17px;
  }
  .desktop_view{
    display: none;
  }
.mobile_view{
  display: block;
  margin: auto;
}
.blog_side_menu{
  height: auto;
}

}
@media screen and (max-width: 767px) {
  .green_box {
    padding: 125px 20px 0px;
  }
  .blog_sec_1 h1,
  .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: 15px;
  }
  .slider_box h2 {
    font-size: 18px;
  }
  /* .category_list {
    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;
  }
  .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_cta_03 {
    text-align: center;
  }
  .blog_inner_content h2 {
    font-size: 24px;
  }
  .blog_slider{
    text-align: left;
    padding: 14px;
    
  }
  .blog_yellow_box{
    margin-top: 15px;
  }
  .blog_slider p {
    font-size: 15px !important;
  }

  
}
@media screen and (max-width: 575px) {
  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;
  }
  .cta_text .h2tag{
    font-size: 28px;
  }
  .cta_text{
    padding: 15px 0px 0px 0px !important;
  }
}

.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: 17px;
  background: url("../images/blog-2024-copy/arrow.webp") left top no-repeat;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
  opacity: 0;
}
.blog_select{
  display: none;
}
@media screen and (max-width: 575px) {
  .blog_select{
    display: block;
  }
  .mobile_none{
    display: none;
  }
}
.blog_select .form-select:focus{
  box-shadow: none;
  outline: none;
  border: 1px solid #ddeaff;
}
.blog_select label{
  text-align: left;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.blog_select .form-select{
    height: 56px;
    box-shadow: none;
    border-radius: 6px;
    padding: 14px;
    color: #6d7b8f;
    font-size: 16px;
    background-color: #fff !important;
    background-clip: border-box;
    border: 1px solid #ddeaff ;
}
.blog_select option {
  color: #070d25 !important;
}
.blog_select option:first-child {
  color: #070d25 !important; /* Placeholder color */
}
.awards_panel_1 {
  background: #ffebcb !important;
}
.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}
.awards_panel_1 .awards_list{
  margin-top: -83px ;
}
@media (max-width: 1199px) {

  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
    background: #ffebcb !important;
  }
}
.blog_bottom{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}

/* 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;
  }

}