 :root {
    --blogBgwhite: #fff;
    --blogTxt: #1961ac;
    --blogTxt2: #333;
    --blogLightGreen: #65c294;
    --blogBlack: #000;
    --blogGry: #1a1a1a;
    --blogPink: #b369ab;
    --blogYellow: #dedc00;
  }

  /*Blog Page Background*/
  body {
    background: url("/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/bg.jpg") no-repeat top left;
    background-size: cover;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
  }

  /*Blog Page Background*/
  h2.entry-title.Home {
    display: none;
  }

  /* Select Dropdown custom-select start  */
  /*Common SelectBox*/
  .custom-select {
    position: relative;
    display: block;
    min-width: 180px;
    width: 100%;
    background: var(--blogBgwhite);
    border-radius: 38px;
    height: 49px;
    z-index: 7;
  }

  .custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 27px;
    font-size: 14px;
    color: #7a7a7a;
    height: 49px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 2;
  }

  .custom-select option {
    background: var(--blogBgwhite);
    padding: 10px;
  }

  .custom-select:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 51px;
    background: var(--blogTxt);
    border-radius: 0px 38px 38px 0px;
  }

  .custom-select:after {
    content: "";
    position: absolute;
    right: 19px;
    top: 19px;
    width: 0;
    height: 0;
    border-width: 13px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
  }

  /*White Background*/
  .bg_white {
    background: var(--blogBgwhite);
  }

  /*White Background*/
  /*Breadcrumbs*/
  .bradcrumb {
    color: var(--blogTxt);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 17px 0;
  }

  @media only screen and (min-width: 992px) {
    .bradcrumb {
      margin: 17px 12px;
    }
  }

  .bradcrumb a {
    color: var(--blogTxt);
  }

  /*Breadcrumb End*/
  /*Blog-header*/
  .blog_header {
    position: relative;
    z-index: 8;
  }

  /*Header Menu*/
  .blog_header_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 29px;
    -webkit-backdrop-filter: blur(38.5027px);
    backdrop-filter: blur(38.5027px);
    padding: 10px 15px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*Header Right*/
    /*Header Right End	*/
    /*Search */
    /*Search End*/
    /*Apply Now Button*/
    /*Apply Now Button End*/
    /*Header Menu End	*/
  }

  .blog_header_inner .headerRight input {
    height: 36px;
    width: 0px;
    padding: 0px;
    border: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 20px;
    top: 0px;
    background: #f0f5fc;
    border-radius: 47px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  @media (max-width: 990px) {
    .blog_header_inner .headerRight {
      padding: 10px 0;
    }

    .blog_header_inner .headerRight .search_btn {
      /*				width: calc(100% - 110px);*/
      width: 40px;
      height: 40px;
      padding: 0;
      margin-right: 0;
    }

    .blog_header_inner .headerRight .icon_search {
      right: 50%;
      margin-top: 0;
    }

    .blog_header_inner .headerRight input {
      display: none;
      background: none;
      border: 0;
      height: 30px;
      padding-left: 20px;
      padding-right: 30px;
    }
  }

  .blog_header_inner ul {
    z-index: 1;
    /*Hidden Dropdown End*/
  }

  .blog_header_inner ul li {
    display: inline-block;
    /*height: 46px;*/
    position: relative;
    /*Hidden Dropdown*/
  }

  .blog_header_inner ul li a {
    display: inline-block;
    color: var(--blogTxt);
    font-size: 14px;
    background: #f0f8ff;
    border-radius: 20px;
    padding: 8px 12px;
    margin-right: 11px;
    position: relative;
  }

  .blog_header_inner ul li a.menuVideo {
    background: var(--blogLightGreen);
    color: #fff;
  }

  .blog_header_inner ul li a.active {
    background: var(--blogLightGreen);
    color: #ffffff;
  }

  .blog_header_inner ul li a.active .plusminus {
    border-color: #fff;
  }

  .blog_header_inner ul li .hidden_headerbox {
    display: none;
    border-radius: 24px;
    -webkit-box-shadow: 0px 28px 60px -4px rgba(145, 158, 171, 0.6);
    box-shadow: 0px 28px 60px -4px rgba(145, 158, 171, 0.6);
    position: absolute;
    top: 38px;
    left: -15px;
    width: 230px;
    border: 1px solid transparent;
  }

  .blog_header_inner ul li .hidden_headerbox li {
    width: 100%;
    border-top: 1px solid #d9d9d9;
  }

  .blog_header_inner ul li .hidden_headerbox li ul {
    position: absolute;
    left: 100%;
    top: 0px;
  }

  .blog_header_inner ul li .hidden_headerbox li:first-child {
    border-top: 0px;
  }

  .blog_header_inner ul li .hidden_headerbox li:hover>a {
    background-color: #fafafa;
    color: var(--blogTxt);
  }

  .blog_header_inner ul li .hidden_headerbox li:first-child>a {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .blog_header_inner ul li .hidden_headerbox li:last-child>a {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .blog_header_inner ul li .hidden_headerbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: none;
    padding: 0px;
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid #D9D9D9;*/
    border-radius: 0px;
    padding: 15px 20px 15px 15px;
    font-size: 13px;
  }

  .blog_header_inner ul li .hidden_headerbox a .arrow_right_blue {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_right_blue.svg) no-repeat;
    position: relative;
  }

  .blog_header_inner ul li .hidden_headerbox a .arrow_right_blue+span.plusminus {
    display: none;
  }

  .blog_header_inner ul li .hidden_headerbox li:last-child a {
    border-bottom: 0px;
  }

  @media only screen and (max-width: 991px) {
    .blog_header_inner ul li .hidden_headerbox li:last-child a {
      border-radius: unset;
    }
  }

  @media only screen and (max-width: 991px) {
    .blog_header_inner ul li .hidden_headerbox li:not(.active) a {
      background: var(--blogLightGreen) 47;
    }
  }

  .blog_header_inner ul li>a {
    padding-right: 25px;
  }

  .blog_header_inner ul li:hover>a {
    background: var(--blogLightGreen);
    color: #ffffff;
  }

  @media (min-width: 991px) {
    .blog_header_inner ul li:hover span.plusminus {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 22px;
    }
  }

  @media (max-width: 991px) {
    .blog_header_inner ul li:hover span.plusminus {
      top: 28px;
    }
  }

  @media (min-width: 991px) {
    .blog_header_inner ul li:hover>ul {
      display: block;
    }
  }

  .blog_header_inner ul li.active {
    /*.hidden_headerbox {
  	display: block;
  }*/
  }

  .blog_header_inner ul li.active>a {
    background: var(--blogLightGreen);
    color: #ffffff;
  }

  .blog_header_inner ul li.active span.plusminus {
    top: 18px;
    /*top: 5px;*/
    border-color: #fff;
  }

  @media (max-width: 991px) {
    .blog_header_inner ul li.active span.plusminus {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
  }

  @media (max-width: 991px) {
    .blog_header_inner ul li.active span.plusminus {
      top: 28px;
    }
  }

  @media (min-width: 992px) {
    .blog_header_inner ul li:hover.active span.plusminus {
      top: 22px;
    }
  }

  .blog_header_inner .headerRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog_header_inner .search_btn {
    cursor: pointer;
    position: relative;
    right: 0;
    /*top: -3px;*/
    background: #f0f5fc;
    border-radius: 47px;
    color: var(--blogTxt2);
    font-size: 10px;
    position: relative;
    padding: 18px;
    border: none;
    margin-right: 10px;
    border: 1px solid rgb(25, 97, 172);
  }

  .blog_header_inner .search_btn input.active {
    width: 200px;
    padding: 0px 10px;
  }

  .blog_header_inner .icon_search {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/search_icon.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .blog_header_inner .headApply a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    background: var(--blogTxt);
    border-radius: 20px;
    padding: 0 16px;
    /*margin-right: 11px;*/
    position: relative;
    width: 100px;
    text-align: center;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width: 991px) {
    .blog_header_inner .headApply a {
      height: 40px;
    }
  }

  @media (max-width: 1160px) {
    .blog_header_inner ul li a {
      margin-right: 0;
      padding: 8px 25px 8px 17px;
    }
  }

  @media (max-width: 990px) {
    .blog_header_inner {
      padding-left: 0;
      padding-right: 0;
      background: none;
    }

    .blog_header_inner .headerLeft {
      background: var(--blogTxt);
      padding: 4px 18px 13px;
      border-radius: 20px;
    }

    .blog_header_inner .headerRight {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    .blog_header_inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
    }

    .blog_header_inner ul li {
      width: 100%;
    }

    .blog_header_inner ul li>a {
      width: 100%;
    }
  }

  .home .blog_header_inner .headerRight {
    width: auto;
  }
  .headApplyFixed {
      display: none;
  }
  @media screen and (max-width: 991px) {
    .headApply {
      display: none;
    }
    .headApplyFixed {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      display: flex;
    }
    .headApplyFixed a {
      color: #ffffff;
      background: var(--blogTxt);
      border: solid 1px var(--blogTxt);
      border-radius: 0 !important;
      font-size: 16px;
      padding: 8px 11px;
/*       margin-right: 5px; */
      width: 100%;
      text-align: center;
    }
  }
  /*Blog-header-End*/
  /*Blog Main*/
  .blog_post_wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }

  .blog_post_wapper .blog_box {
    border-radius: 43px;
    width: calc(50% - 30px);
    max-width: 366px;
    /*margin-bottom: 50px;
  				margin-right: 30px;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /*max-height: 350px;*/
  }

  .blog_post_wapper .blog_box a {
    overflow: hidden;
    display: block;
    border-radius: 45px 45px 0 0;
  }

  .blog_post_wapper .blog_box a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .blog_post_wapper .blog_box img {
    max-width: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog_post_wapper .blog_box .blogbox_inner {
    padding: 15px 23px 20px 23px;
    /*height: 150px;*/
  }

  .blog_post_wapper .blog_box h3 a {
    color: var(--blogBlack);
    font-size: 24px;
    line-height: 1.3;
    border-radius: 0;
  }

  .blog_post_wapper .blog_box .dateBox {
    color: var(--blogTxt);
    font-size: 14px;
    padding-bottom: 5px;
  }

  .blog_post_wapper .blog_box p {
    color: var(--blogGry);
    font-size: 19px;
    line-height: 26px;
    margin-top: 5px;
  }

  .blog_post_wapper .blog_box:hover {
    -webkit-box-shadow: 0px 0px 2.37579px rgba(145, 158, 171, 0.24), -23.7579px 23.7579px 47.5159px -4.75159px rgba(145, 158, 171, 0.24);
    box-shadow: 0px 0px 2.37579px rgba(145, 158, 171, 0.24), -23.7579px 23.7579px 47.5159px -4.75159px rgba(145, 158, 171, 0.24);
  }

  /*Blog Left*/
  .blog_left {
    width: calc(68% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    /*Blog Box End*/
  }

  @media (max-width: 1160px) {
    .blog_post_wapper .blog_left {
      width: 100%;
    }
  }

  /*Blog Left*/
  /*Blog Right*/
  .blog_right {
    width: 30%;
  }

  .blog_post_wapper h4 {
    color: #002856;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .blog_post_wapper .form-control {
    width: 100%;
    background: #f8f6ff;
    border-radius: 38px;
    border: 1px solid #f8f6ff;
    margin-top: 16px;
    padding: 16px 20px;
  }

  /*.subscribe_form,
.subscribe_form*/
  .mc4wp-form {
    background: #d8e8fb;
    border-radius: 40px;
    border: 1.1879px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }

  .mc4wp-form .subscribe_form {
    text-align: center;
  }

  .mc4wp-form h4 {
    color: #002856;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
  }

  .mc4wp-form .form-control {
    width: 100%;
    background: #f8f6ff;
    border-radius: 38px;
    border: 1px solid #f8f6ff;
    margin-top: 16px;
    padding: 16px 20px;
  }

  /*Blog Right*/
  /*Most Viwed Blog*/
  .most_viwed_blogs {
    border-radius: 39px;
    padding: 20px;
    margin-top: 38px;
  }

  .most_viwed_blogs h3 {
    color: var(--blogBlack);
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
  }

  .most_viwed_blogs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .most_viwed_blogs li p {
    margin-left: 22px;
  }

  .most_viwed_blogs li p a {
    font-size: 15px;
    color: var(--blogBlack);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*Most Viwed Blog*/
  /*Tool Caluculator*/
  .tools_calculator {
    background: #d8e8fb;
    border: 1.1879px solid #dbdbdb;
    border-radius: 38.5027px;
    margin-top: 57px;
  }

  .tools_calculator h4 {
    color: #002856;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: 41px;
  }

  .tools_calculator .calculator_list {
    padding: 0px 25px 40px 25px;
    margin-top: 37px;
  }

  .tools_calculator a {
    display: block;
    background: var(--blogTxt);
    border-radius: 32px;
    color: #d8e8fb;
    font-size: 15px;
    position: relative;
    padding: 14px 10px 14px 30px;
    margin-top: 23px;
  }

  .tools_calculator .arrow_right {
    position: absolute;
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_right.svg) no-repeat;
    width: 15px;
    height: 11px;
    display: inline-block;
    right: 0px;
  }

  /*Tool Caluculator End*/
  @media (max-width: 1100px) {
    .blog_left {
      width: calc(70% - 0px);
      padding-right: 20px;
    }

    .blog_post_wapper .blog_box h3 a {
      font-size: 24px;
      line-height: 1.3;
    }
  }

  @media (max-width: 990px) {
    .blog_right {
      width: 100%;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
    }

    .blog_left {
      width: 100%;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
    }

    .blog_post_detail_wapper .blog_left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .blog_post_wapper .blog_box {
      margin-right: 0;
    }

    .blog_post_wapper .blog_box h3 a {
      font-size: 20px;
    }
  }

  @media (max-width: 768px) {
    .blog_left {
      gap: 20px;
      padding-right: 0;
    }
  }

  @media (max-width: 640px) {
    .blog_right {
      width: 100%;
      padding-left: 0;
    }

    .subscribe_form {
      margin: auto !important;
    }

    .subscribe_form .sbscrb_btn {
      margin-top: 30px;
    }

    .blog_post_wapper h3 a {
      font-size: 20px;
      font-weight: 400;
      line-height: normal;
    }

    .blog_post_wapper p {
      font-size: 16px;
      line-height: 1.4;
    }

    .blog_post_wapper .blog_box {
      margin: auto;
      width: 100%;
      max-width: inherit;
    }

    .blog_box {
      float: none;
      margin: 0 auto 30px;
      width: 100%;
      max-width: none;
    }

    .blog_left {
      width: 100%;
      gap: 0;
    }
  }

  .readmore_text {
    text-align: center;
  }

  .btn_Tags {
    position: absolute;
    top: 18px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .btn_Tags span,
  .btn_Tags a {
    color: #ffffff;
    background: var(--blogTxt);
    border: solid 1px var(--blogTxt);
    border-radius: 15px !important;
    font-size: 14px;
    padding: 5px 11px;
    margin-right: 5px;
  }

  .blogbox_inner {
    position: relative;
  }

  .blog_box .btn_Tags {
    top: -40px;
    left: 12px;
  }

  .btn_Tags a:hover {
    background: var(--blogBgwhite);
    color: var(--blogTxt);
  }

  /*Subscribe Button*/
  .sbscrb_btn,
  .mc4wp-form .sbscrb_btn {
    background: var(--blogLightGreen);
    border-radius: 32px;
    font-size: 16px;
    color: #fff;
    padding: 14px 53px;
    margin-top: 32px;
    display: inline-block;
    border: solid 1px var(--blogLightGreen);
  }

  .sbscrb_btn:hover,
  .mc4wp-form .sbscrb_btn:hover {
    background: var(--blogBgwhite);
    border: solid 1px var(--blogTxt);
    color: var(--blogTxt);
  }

  /*Subscribe Button*/
  .form-select {
    background: var(--blogBgwhite);
    border-radius: 38px;
    padding: 14px 27px;
    border: 1px solid #fff;
    width: 100%;
  }

  /*Read More*/
  .readmore {
    color: var(--blogTxt);
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    margin-top: 23px;
  }

  /*Read More*/
  /*White Button*/
  .btn_white {
    background: #f0f4fe;
    border-radius: 35px;
    width: 180px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: var(--blogTxt);
    font-weight: 400;
  }

  /*White Button*/
  /*banner*/
  .banner {
    position: relative;
    width: 100%;
    padding: 0 0 0 84px;
    height: auto;
    border-bottom: 0.96px solid;
    border-image-source: linear-gradient(90deg, #007dff 9.6%, #fffd00 89.63%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .banner .banner_left {
    max-width: 480px;
    padding: 20px 0px 20px 0px;
  }

  .banner h3 {
    color: var(--blogBlack);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 45px;
  }

  .banner p {
    color: var(--blogTxt2);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 25px;
  }

  .banner .sbscrb_btn {
    margin-top: 50px;
    display: inline-block;
  }

  .banner .banner_right {
    display: inline-block;
    width: 480px;
    height: 350px;
  }

  @media (max-width: 768px) {
    .banner .banner_right {
      width: 100%;
      height: auto;
      margin-top: 20px;
    }
  }

  .banner .banner_right img {
    display: block;
    /*transform: translate(-78px, -241px);*/
    height: 100%;
    max-width: none !important;
  }

  @media (max-width: 768px) {
    .banner .banner_right img {
      /*width: 110%;*/
      /*transform: translate(-28px, -111px);*/
      width: 100%;
      height: auto;
    }
  }

  .banner .btn_Tags {
    left: auto;
  }

  @media (max-width: 1100px) {
    .banner {
      padding-left: 20px;
    }
  }

  @media (max-width: 768px) {
    .banner {
      padding-left: 0px;
      padding-top: 20px;
    }

    .banner .banner_left {
      max-width: 100%;
      position: relative;
      z-index: 1;
      padding-left: 20px;
      padding-right: 20px;
    }

    .banner .btn_Tags {
      top: 0;
    }
  }

  /*banner*/
  .blog_detail {
    margin-top: 17px;
  }

  .blog_detail.blog_post_detail_wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog_detail.blog_post_detail_wapper .blog_left {
    gap: 0;
  }

  .blog_detail.blog_post_detail_wapper h2 {
    font-size: 33px;
    font-weight: 600;
    color: var(--blogBlack);
    width: 100%;
  }

  @media (max-width: 768px) {
    .blog_detail.blog_post_detail_wapper h2 {
      font-size: 22px;
    }
  }

  .blog_detail.blog_post_detail_wapper .details_banner {
    margin-top: 28px;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }

  .blog_detail.blog_post_detail_wapper .details_banner img {
    display: block;
    border-radius: 30px;
    aspect-ratio: 16/9;
    object-fit: cover;
  }

  .blog_detail.blog_post_detail_wapper .detail_content {
    border-radius: 30px;
    padding: 7px 41px 60px 41px;
    margin-top: 47px;
  }

  @media (max-width: 768px) {
    .blog_detail.blog_post_detail_wapper .detail_content {
      padding: 15px 20px 60px;
      margin-top: 27px;
    }

    .blog_detail.blog_post_detail_wapper .details_banner {
      margin-top: 0;
    }
  }

  .blog_detail.blog_post_detail_wapper .detail_content figure {
    overflow: auto;
  }

  .blog_detail.blog_post_detail_wapper .detail_content figure table {
    width: 600px;
  }

  .blog_detail.blog_post_detail_wapper .detail_content p {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    .blog_detail.blog_post_detail_wapper .detail_content p {
      font-size: 16px;
      margin-top: 10px;
    }
  }

  .blog_detail.blog_post_detail_wapper .detail_content h3 {
    color: var(--blogBlack);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 40px;
  }

  .blog_detail.blog_post_detail_wapper .detail_content h3 strong {
    font-weight: 400;
  }

  @media (max-width: 768px) {
    .blog_detail.blog_post_detail_wapper .detail_content h3 {
      font-size: 18px;
    }
  }

  .blog_detail.blog_post_detail_wapper .detail_content h2 {
    margin-top: 20px;
  }

  .blog_detail.blog_post_detail_wapper .detail_content li {
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    padding-top: 8px;
    padding-left: 20px;
  }

  @media (max-width: 768px) {
    .blog_detail.blog_post_detail_wapper .detail_content li {
      font-size: 16px;
    }
  }

  .blog_detail.blog_post_detail_wapper .detail_content li::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 18px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
  }

  .blog_detail.blog_post_detail_wapper .detail_content .wp-block-button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog_detail.blog_post_detail_wapper .detail_content .wp-block-button__link {
    background: var(--blogLightGreen);
    border-radius: 32px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 14px 53px;
    display: inline-block;
    border: 1px solid var(--blogLightGreen);
    margin-top: 32px;
  }

  .blog_detail.blog_post_detail_wapper .detail_content .wp-block-button__link:hover {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(28, 106, 180);
    color: rgb(28, 106, 180);
  }

  .blog_detail.blog_post_detail_wapper .social_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*Social Media Button*/
    /*Social Media Button End*/
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist .scd_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    font-size: 14px;
    color: #73879a;
    font-weight: 400;
    line-height: 20px;
  }

  @media (max-width: 768px) {
    .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li {
      margin-right: 10px;
    }
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li img {
    margin-right: 12px;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li span {
    color: var(--blogTxt);
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist .sclmd_btn {
    background: #00aced;
    border-radius: 32px;
    padding: 10px 20px;
    color: #d8e8fb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: normal;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist .sclmd_btn img {
    margin-right: 11px;
    vertical-align: middle;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist .fb_btn {
    background: #3a559f;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li .icon {
    width: 17px;
    height: auto;
    margin-right: 15px;
  }

  .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li:last-child .icon {
    cursor: pointer;
    margin-right: 0;
  }

  .heator-shiaring {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
  }

  .heator-shiaring .heateor_sss_sharing_container {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
  }

  .heator-shiaring .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
    gap: 10px;
    background: #1961ac;
    padding: 10px !important;
    border-radius: 50px;
    margin-top: 10px !important;
  }

  @media (max-width: 768px) {
    .heator-shiaring .heateor_sss_sharing_container {
      right: 50%;
      transform: translate(50%, 100%);
    }

    .heator-shiaring {
      position: static;
    }

    .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul {
      position: relative;
    }

    .heator-shiaring .heateor_sss_sharing_container .heateor_sss_sharing_ul {
      margin-top: 0 !important;
    }
  }

  /*Wealth Button*/
  .btn_wealth {
    color: var(--blogPink);
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    border: 1px solid var(--blogPink);
    border-radius: 20px;
    background: var(--blogBgwhite);
    padding: 6px 12px;
    margin-bottom: 17px;
    display: inline-block;
  }

  /*Wealth Button End*/
  .apply_now_banner {
    text-align: center;
  }

  /*detail*/
  .moenyfymantra_section {
    background: var(--blogLightGreen);
    padding: 84px 0px 56px 0px;
    margin-top: 65px;
  }

  .moenyfymantra_section .sbscrb_btn {
    border: solid 1px #fff;
  }

  .money_mantra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .money_mantra .monefy_box {
    position: relative;
  }

  .money_mantra .monefy_box .play_video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
  }

  .money_mantra .monefy_box a {
    color: var(--blogTxt);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .money_mantra .monefy_box a span {
    height: 54px;
    margin-bottom: 25px;
    display: inline-block;
  }

  .money_mantra .monefy_box.yt_video {
    padding: 0;
  }

  .money_mantra .more_videos {
    margin: auto;
  }

  .money_mantra a.sbscrb_btn {
    margin-top: 0;
    color: #fff;
  }

  .money_mantra a.sbscrb_btn:hover {
    color: var(--blogTxt);
  }

  @media (max-width: 990px) {
    .money_mantra a {
      font-size: 20px;
      line-height: 1.4;
    }
  }

  @media (max-width: 768px) {
    .money_mantra {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  }

  .moneyfy_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .moneyfy_images iframe {
    border-radius: 30px;
    height: 200px;
  }

  .more_videos {
    text-align: center;
    margin-top: 25px;
  }

  .monefy_box {
    border-radius: 39px;
    padding: 28px 25px 20px 25px;
    width: calc(33.333333% - 40px);
  }

  @media (max-width: 768px) {
    .monefy_box {
      width: 47%;
      margin-bottom: 40px;
    }

    .monefy_box.mobHide {
      display: none;
    }
  }

  /*Blog Video Boxes End*/
  /*Video Lising Ends*/
  /* Tools Box Start*/
  .tools_calculator_main {
    padding: 13px 0px 60px 0px;
    background: var(--blogTxt);
    margin-top: 70px;
  }

  .tools_calculator_main h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
  }

  .tools_calculator_main .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tools_calculator_main .inner .tool_box {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/tools_bg.svg) no-repeat center;
    background-size: cover;
    text-align: center;
    width: calc(33.333333% - 40px);
    max-width: 365px;
    border-radius: 40px;
    padding: 25px 20px 35px 20px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .tools_calculator_main .inner a {
    display: block;
  }

  .tools_calculator_main .inner .sbscrb_btn {
    margin-top: 0px;
  }

  .tools_calculator_main .inner p {
    color: var(--blogBlack);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .tools_calculator_main .inner {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .tools_calculator_main .inner .tool_box {
      width: 47%;
      max-width: 47%;
      margin-bottom: 0;
    }

    .tools_calculator_main .inner .tool_box p {
      font-size: 18px;
    }

    .tools_calculator_main .inner .tool_box.mobHide {
      display: none;
    }
  }

  .tools_calculator_main .toolsImg svg,
  .tools_calculator_main .toolsImg img {
    width: 50px;
    height: auto;
    fill: var(--blogTxt);
    margin: auto;
  }

  @media (max-width: 768px) {

    .tools_calculator_main .toolsImg svg,
    .tools_calculator_main .toolsImg img {
      width: 35px;
    }
  }

  /* Tools Box End*/
  .more_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media (max-width: 768px) {
    .more_btn {
      margin-top: 20px;
    }
  }

  .no_margin_top {
    margin-top: 0px !important;
  }

  .pagination_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination_main .pagination {
    display: inline-block;
    margin-top: 68px;
  }

  .pagination_main .pagination a {
    color: var(--blogGry);
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-decoration: none;
    background: #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
  }

  .pagination_main .pagination a:last-child {
    margin-right: 0 !important;
  }

  .pagination_main .pagination a:hover {
    background: var(--blogTxt);
    color: #fff;
  }

  .pagination_main .pagination a.active {
    background: var(--blogPink);
    color: #fff;
  }

  .pagination_main .pagination .arrow_pgntn {
    background: var(--blogLightGreen);
    position: relative;
  }

  .pagination_main .pagination .arrow {
    width: 10px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pagination_main .pagination .arrow_left_white {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_forward.svg) no-repeat;
  }

  .pagination_main .pagination .arrow_right_white {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_right_white.svg) no-repeat;
  }

  .pagination_main .pagination .arrow_pgntnFirst {
    background: var(--blogLightGreen);
    position: relative;
  }

  .pagination_main .pagination .arrow_pgntnFirst .arrow_left_white {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_forward.svg);
    width: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: -7px;
    margin-top: -8px;
  }

  .pagination_main .pagination .arrow_pgntnLast {
    background: var(--blogLightGreen);
    position: relative;
  }

  .pagination_main .pagination .arrow_pgntnLast .arrow_right_white {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_right_white.svg);
    width: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: -5px;
    margin-top: -8px;
  }

  @media (max-width: 990px) {
    .pagination_main .pagination {
      margin-top: 10px;
      margin-bottom: 40px;
    }

    .pagination_main .pagination a {
      width: 36px;
      height: 36px;
      font-size: 14px;
      margin-right: 4px;
      margin-bottom: 4px;
    }
  }

  .blog_main_page {
    margin-top: 10px;
  }

  .blog_main_page .most_viwed_blogs .readmore_text {
    margin-top: 49px;
  }

  @media (max-width: 640px) {
    .blog_main_page .most_viwed_blogs .readmore_text {
      margin-top: 20px;
    }
  }

  .blog_video_page .money_mantra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .blog_video_page .monefy_box {
    width: calc(50% - 30px);
    min-width: inherit;
  }

  @media (max-width: 640px) {
    .blog_video_page .monefy_box {
      width: 100%;
    }
  }

  .blog_categories {
    /*margin-top: 40px;*/
  }

  .blog_categories .blog_categories_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog_categories .blog_categories_list li {
    margin-right: 16px;
    margin-bottom: 10px;
  }

  @media (max-width: 640px) {
    .blog_categories .blog_categories_list li {
      margin-right: 10px;
    }
  }

  .blog_categories .blog_categories_list li a {
    color: var(--blogBlack);
    background: rgba(96, 158, 204, 0.35);
    border-radius: 30px;
    padding: 14px 28px;
    display: inline-block;
  }

  .blog_categories .blog_categories_list li.active a {
    background: var(--blogPink);
    color: #ffffff;
  }

  .blog_categories .blog_categories_list li:hover a {
    background: var(--blogPink);
    color: #ffffff;
  }

  .blog_video_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    /*Video Icon Purple*/
    /*Video Icon Purple End*/
    /*Cancel Icon*/
    /*Cancel Icon End*/
  }

  .blog_video_popup .popupInnerMain {
    width: 95%;
    padding: 30px 30px;
    margin: auto;
    border-radius: 15px;
    position: relative;
    max-width: 1035px;
  }

  .blog_video_popup .popup_inner {
    width: 100%;
    position: relative;
    padding: 46px;
    background: var(--blogBgwhite);
    -webkit-box-shadow: 0px 80.5px 172.5px -11.5px rgba(145, 158, 171, 0.18);
    box-shadow: 0px 80.5px 172.5px -11.5px rgba(145, 158, 171, 0.18);
  }

  .blog_video_popup .popup_inner p {
    color: var(--blogTxt);
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    margin-top: 180px;
  }

  .blog_video_popup .purple_videoicon {
    position: absolute;
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/video_purple.svg) no-repeat center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }

  .blog_video_popup .icon_cancel {
    background: var(--blogTxt2) url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/ico_cancel.svg) no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 1;
    border-radius: 22px;
  }

  @media (max-width: 768px) {
    .blog_video_popup .popup_inner {
      padding: 20px;
    }
  }

  /*Blog Video Popup End*/
  .prev_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }

  .prev_next a,
  .prev_next .btn_prev_nxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f8ff;
    border-radius: 32px;
    font-size: 15px;
    color: var(--blogTxt);
    padding: 14px 33px 14px 37px;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  @media (max-width: 640px) {

    .prev_next a,
    .prev_next .btn_prev_nxt {
      padding: 14px 23px 14px 17px;
    }

    .prev_next a[rel="prev"] {
      order: 1;
      max-width: 163px;
    }

    .prev_next a[rel="next"] {
      order: 2;
      max-width: 136px;
    }

    .prev_next a[rel="disclaimer"] {
      order: 3;
      width: auto;
      margin: 5px auto 0;
      justify-content: center;
    }
  }

  .prev_next .btn_prev_nxt.next {
    padding: 14px 37px 14px 33px;
  }

  /*Next Previous Buttons*/
  @media (max-width: 768px) {
    .moenyfymantra_section {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .tools_calculator_main {
      padding-bottom: 40px;
      margin-top: 40px;
    }

    .sbscrb_btn {
      margin-top: 10px;
    }

    .banner .sbscrb_btn {
      margin-top: 20px;
    }

    .more_videos {
      margin-top: 0;
    }

    .more_videos .sbscrb_btn {
      margin-top: 0;
    }
  }

  .mobile_menus {
    display: none;
  }

  .plusminus {
    display: none;
  }

  .select_topic {
    margin-bottom: 40px;
  }

  .plusminus {
    display: inline-block;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: var(--blogTxt);
    border-width: 0px 2px 2px 0px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    right: 10px;
  }

  li:hover .plusminus {
    border-color: #fff;
  }

  @media (max-width: 990px) {
    .plusminus {
      display: inline-block;
      content: "";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 10px;
      width: 10px;
      border-style: solid;
      /*		border-color: #FFF;*/
      border-color: var(--blogTxt);
      border-width: 0px 2px 2px 0px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      margin-left: 10px;
      position: absolute;
      right: 20px;
      top: 50%;
    }

    .active .plusminus,
    li:hover .plusminus {
      border-color: #fff;
    }

    .blog_header_inner {
      /*max-width: 400px;*/
      margin: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      max-height: inherit;
      border-radius: 18px;
      /*.search_btn { top: -5px; }*/
      gap: 20px;
    }

    .blog_header_inner .search {
      width: 100% !important;
      padding-left: 20px !important;
      padding-right: 30px !important;
      position: inherit !important;
      right: 0px !important;
    }

    .blog_header_inner .headerLeft,
    .blog_header_inner .headerRight {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 18px;
      position: relative;
    }

    .blog_header_inner .mobile_menus {
      width: 100%;
      margin-top: 0;
      height: 40px;
    }

    .blog_header_inner ul {
      display: none;
      position: absolute;
      left: 0px;
      top: 42px;
      width: 100%;
      background: #f0f8ff;
      border-radius: 20px;
      overflow: hidden;
      max-height: 60vh;
      overflow-y: auto;
      -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05);
      box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05);
    }

    .blog_header_inner ul li>a {
      padding-right: 25px !important;
    }

    .blog_header_inner ul li {
      height: inherit;
    }

    .blog_header_inner ul li a {
      border-radius: 0px;
      border-bottom: 1px solid #eee;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .blog_header_inner ul li:last-child a {
      border-bottom: 0px;
    }

    .blog_header_inner ul li .hidden_headerbox {
      border-radius: 0px;
      position: inherit;
      top: 0px;
      left: 0px;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0 0;
      box-shadow: none;
      border-bottom: solid 1px #ccc;
    }

    .blog_header_inner ul li .hidden_headerbox .hidden_headerbox {
      border-bottom: 0;
    }

    .blog_header_inner ul li .hidden_headerbox a {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .blog_header_inner ul li .hidden_headerbox li:first-child>a {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
    }

    .blog_header_inner ul li .hidden_headerbox li ul {
      left: 0px;
      position: inherit;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }

    .blog_header_inner ul.shown {
      display: block;
    }

    .mobile_menus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10px;
    }

    .mobile_menus h6 {
      font-size: 14px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
    }

    .mobile_menus h6 a {
      display: inline-block;
      content: "";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 10px;
      width: 10px;
      border-style: solid;
      border-color: #fff;
      border-width: 0px 2px 2px 0px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      margin-left: 10px;
    }
  }

  @media (max-width: 640px) {
    .blog_header_inner {
      /*max-width: 100%;*/
    }

    .blog_header_inner .headerRight {
      padding: 0;
      width: auto;
    }

    .mobile_menus h6 {
      min-width: 98%;
    }
  }

  .scrollToTop {
    width: 46px;
    height: 46px;
    background: var(--blogTxt);
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 2px solid #f0f4fe;
    border-radius: 50%;
    display: none;
  }

  .scrollToTop span {
    position: absolute;
    width: 10px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(270deg) translate(-50%, -50%);
    transform: rotate(270deg) translate(-50%, -50%);
    margin-left: 4px;
    margin-top: -15px;
  }

  .arrow_right_white {
    background: url(/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/arrow_right_white.svg) no-repeat;
  }

  .fd_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hidden_tools {
    display: none;
  }

  .most_viwed_blogs img {
    width: 110px;
    height: 61px !important;
    border-radius: 10px !important;
    max-width: inherit !important;
  }

  #blog_slider {
    width: calc(100% + 140px);
    margin-left: -70px;
    margin-top: -60px;
    margin-bottom: -50px;
  }

  #blog_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #blog_slider .slick-slide {
    height: inherit;
  }

  #blog_slider .banner {
    width: calc(100% - 140px);
    margin: 70px;
  }

  #blog_slider .slick-dots {
    bottom: 85px;
  }

  #blog_slider .slick-dots li {
    width: auto;
  }

  #blog_slider .slick-dots button {
    background: #919693;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    font-size: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #blog_slider .slick-dots button:before {
    display: none;
  }

  #blog_slider .slick-dots .slick-active button {
    background: var(--blogYellow);
    width: 48px;
    border-radius: 10px;
  }

  @media (max-width: 1200px) {
    #blog_slider {
      width: 100%;
      margin: 0 0 50px;
    }

    #blog_slider .slick-slide>div {
      height: 100%;
    }

    #blog_slider .slick-slide>div li {
      height: 100%;
    }

    #blog_slider .banner {
      width: 100%;
      margin: 0;
      background: var(--blogBgwhite) !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: solid 1px rgba(22, 92, 164, 0.14);
    }
  }

  @media (max-width: 768px) {
    #blog_slider .slick-dots {
      bottom: 15px;
    }
  }

  /*Blog Search*/
  #searchPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: none;
  }

  .search_popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Lato", sans-serif;
    width: 100%;
    max-width: 965px;
    max-height: 85vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    border: 1.667px solid #498acf;
    background: var(--blogBgwhite);
    padding: 50px 46px 50px 65px;
    overflow-y: auto;
    width: 95%;
  }

  .search_popup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search_popup ul li {
    cursor: pointer;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 11px 18px 11px 0;
    font-size: 14px;
    color: var(--blogTxt);
  }

  .search_popup ul li a {
    background: rgba(58, 138, 221, 0.1);
    -webkit-box-shadow: 0px 4.1666665077px 8.3333330154px 0px rgba(0, 0, 0, 0.01), 0px -4.1666665077px 8.3333330154px 0px rgba(0, 0, 0, 0.01), 4.1666665077px 0px 8.3333330154px 0px rgba(0, 0, 0, 0.01), -4.1666665077px 0px 8.3333330154px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 4.1666665077px 8.3333330154px 0px rgba(0, 0, 0, 0.01), 0px -4.1666665077px 8.3333330154px 0px rgba(0, 0, 0, 0.01), 4.1666665077px 0px 8.3333330154px 0px rgba(0, 0, 0, 0.01), -4.1666665077px 0px 8.3333330154px 0px rgba(0, 0, 0, 0.01);
    padding: 11px 15px 11px 12px !important;
    border: 1px solid #ebf3fc;
    border-radius: 33px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .search_popup ul li a:hover {
    border: 1px solid var(--blogTxt);
    background: var(--blogBgwhite);
    color: var(--blogTxt);
  }

  .search_popup ul li img {
    margin-right: 9px;
    vertical-align: middle;
  }

  .search_popup .search_form {
    margin-bottom: 30px;
  }

  .search_popup .search_form input {
    font-weight: 400;
    font-family: "Lato", sans-serif;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid var(--blogTxt2);
    font-size: 23px;
    color: rgba(51, 51, 51, 0.33);
    padding: 12px 20px 12px 38px;
    background: url("/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/popup/search_icon.svg") no-repeat left center;
  }

  .search_popup .search_form input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.33);
  }

  .search_popup .search_form input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.33);
  }

  .search_popup .search_form input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.33);
  }

  .search_popup .search_form input::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.33);
  }

  .search_popup .search_form input::placeholder {
    color: rgba(51, 51, 51, 0.33);
  }

  .search_popup .search_close {
    display: inline-block;
    position: absolute;
    right: 29px;
    top: 35px;
    width: 17px;
    height: 17px;
    background: url("/blog/wp-content/themes/tata-blog-rewamp-v2/assets/images/popup/close.svg") no-repeat center;
    background-size: cover;
  }

  @media (max-width: 640px) {
    .search_popup {
      padding: 20px 20px 20px 20px;
      width: 95%;
    }

    .search_popup ul li {
      margin-right: 15px;
      margin-left: 0px;
      font-size: 13px;
    }

    .search_popup .search_form input {
      font-size: 14px;
      padding-left: 30px;
    }

    #blog_slider {
      margin-bottom: 20px;
    }

    .blog_main.blog_main_page .blog_post_wapper {
      gap: 0;
    }

    .blog_main.blog_main_page .blog_post_wapper .blog_box {
      margin-top: 30px;
    }
  }

  .container {
    max-width: 1140px !important;
    width: 100% !important;
  }

  @media (max-width: 640px) {
    .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul {
      padding-bottom: 0;
    }

    .blog_detail.blog_post_detail_wapper .social_media .social_media_linklist ul li {
      margin-bottom: 15px;
    }
  }

  .comment_section {
    background: var(--blogBgwhite);
    width: 100%;
    padding: 30px;
    border-radius: 30px;
  }

  .comment_section h3 {
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
  }

  .comment_section p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .comment_section p {
    padding-bottom: 10px;
  }

  .comment_section p label {
    width: 100px;
  }

  .comment_section p input,
  .comment_section p textarea {
    padding: 0 0 0 20px;
    font-size: 14px;
    color: rgb(122, 122, 122);
    height: 49px;
    font-family: "Open Sans", sans-serif;
    width: calc(100% - 100px);
    border-radius: 30px;
    border: solid 1px #ccc;
  }

  .comment_section p textarea {
    height: 100px;
    padding: 20px;
  }

  .comment_section p.comment-form-cookies-consent input {
    width: 20px;
    height: 20px;
  }

  .comment_section p.comment-form-cookies-consent label {
    width: auto;
    padding-left: 10px;
  }

  .comment_section p.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .comment_section p.form-submit input {
    background: var(--blogLightGreen);
    border-radius: 32px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 14px 20px;
    display: inline-block;
    border: 1px solid var(--blogLightGreen);
    margin-top: 32px;
    width: 200px;
  }

  .comment_section p.form-submit input:hover {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(28, 106, 180);
    color: rgb(28, 106, 180);
  }

  @media only screen and (max-width: 640px) {
    .comment_section p {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .comment_section p input,
    .comment_section p textarea {
      width: 100%;
    }

    .comment_section p.comment-form-cookies-consent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }

  article {
    width: 100%;
  }

  .mobile_menus h6 a {
    margin-top: 3px;
  }

  .container .container {
    padding: 0;
  }

  .slick-slide li {
    width: calc(100% - 10px) !important;
  }

  @media only screen and (max-width: 1200px) {
    .blog-home-banner .elementor-widget-wrap.elementor-element-populated {
      padding: 10px 0;
      margin: 0 -10px;
    }
  }

  .banner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  @media only screen and (max-width: 640px) {
    .blog-home-banner .elementor-widget-wrap.elementor-element-populated {
      margin: 0;
    }
  }

  .blog_post_wapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media only screen and (max-width: 990px) {
    .blog_header_inner ul li ul {
      display: none;
    }

    .blog_header_inner ul li.active ul {
      display: block;
    }
  }

  /*Blog Search End*/
  .blog_detail.blog_post_detail_wapper .detail_content .accordion {
    margin: 0 auto;
    width: 100%;
}

.blog_detail.blog_post_detail_wapper .detail_content .accordion-item {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.blog_detail.blog_post_detail_wapper .detail_content h3.accordion-header {
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    line-height: 1.5;
    color: var(--blogBlack);
    display: block;
    padding-right: 20px;
    position: relative;
    margin-top: 0;
    padding: 20px 0;
}

.blog_detail.blog_post_detail_wapper .detail_content h3.accordion-header::after {
    content: "\e90e";
    font-family: "icomoon";
    font-size: 12px;
    float: right;
    margin-left: 10px;
}

.blog_detail.blog_post_detail_wapper .detail_content .accordion-item.active .accordion-header::after {
    content: "\e90d";
}

.blog_detail.blog_post_detail_wapper .detail_content .accordion-content {
    padding: 0px 0 20px;
    display: none;
    overflow: hidden;
}

.blog_detail.blog_post_detail_wapper .detail_content .accordion-content :first-child {
    margin-top: 0;
}