/*
Theme Name: Position Square Theme
Theme URI: https://wordpress.org/
Author: the Position2 team
Author URI: https: //www.position2.com/
Description: Position Square theme is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p2theme
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.45rem;
  margin: 0 0 1.45rem;
  padding: 0;
  width: 100%;
  text-indent: initial;
  border-spacing: 2px;
  font-weight: 300;
  color: rgba(0, 0, 0, .8);
}

tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td,
th {
  font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: .725rem .96667rem calc(.725rem - 1px);
}

.primary-cta {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding: 10px 30px;
  background-color: #000000;
  border: 1px solid #000000;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all;
}

.primary-cta span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

.primary-cta img,
.primary-cta i {
  margin-left: 10px;
}

.primary-cta.rounded-btn {
  border-radius: 45px;
}

.primary-cta.menu-cta.rounded-btn {
  border-radius: 45px;
}

@media (min-width: 1200px) {
  .primary-cta:hover {
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    transition: 0.3s all;
    border: 1px solid #000000;

  }
}

/*@media (min-width: 0) and (max-width: 1199.98px) {
  .primary-cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
}*/

.primary-cta:hover img {
  transition: 0.3s all;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

@media (min-width: 0) and (max-width: 1199.98px) {
  .primary-cta:hover img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
  }
}

.secondary-cta {
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 4px 20px;
  height: 40px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s all;
  width: -webkit-max-content;
  width: max-content;
}

.secondary-cta span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

.secondary-cta img {
  margin-left: 10px;
}

.secondary-cta.rounded-btn {
  border-radius: 45px;
}

@media (min-width: 1200px) {
  .secondary-cta:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00205c;
    transition: .5s;
  }
}

@media (max-width: 1199.98) {
  .secondary-cta:hover {
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 4px 20px;
    height: 40px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s all;
    width: -webkit-max-content;
    width: max-content;
  }

  .hero-section .hero-section-content .hero-btn:hover {
    padding: 12px 60px 12px 60px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #00000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
  }
}

@media (min-width: 1200px) {
  .secondary-cta:hover img {
    transition: 0.3s all;
    filter: invert(100%);
    -webkit-filter: invert(100%);
  }
}

.tertiary-cta {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 30px;
  background-color: transparent;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 24px;
  text-decoration: none;
  transition: 0.3s all;
}

.tertiary-cta span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

.tertiary-cta span i {
  margin-left: 10px;
}

.tertiary-cta img {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .tertiary-cta:hover {
    text-decoration: none;
    color: #a32123;
    transition: 0.3s all;
  }
}

strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media only screen and (max-width: 767.98px) and (orientation: landscape) {

  p sub,
  p sup {
    font-size: 10px;
  }

}

ul.bullet-point {
  margin-top: 5px;
  padding: 0;
  margin-left: 0px;
}

ul.bullet-point.no-bullet-point li {
  padding-left: 0;
}

ul.bullet-point.no-bullet-point li::before {
  content: unset;
}

ul.bullet-point li {
  font-size: 18px;
  font-weight: 300;
  color: #53555f;
  position: relative;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 12px;
  line-height: 1.3 !important;
}

ul.bullet-point li:before {
  width: 5px;
  height: 5px;
  content: "";
  background-color: #53555f;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

@media (min-width: 0) and (max-width: 767.98px) {
  ul.bullet-point li {
    font-size: 16px;
    padding-left: 20px;
  }

  ul.bullet-point li:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}

/* Setting box-sizing to border-box for easier layout */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

/* Basic typography */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 0) and (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }
}


/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*body.logged-in.admin-bar header {
  position: static;
}*/

h1 {
  font-size: 48px;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

@media (min-width: 0) and (max-width: 991.98px) {
  h1 {
    font-size: 38px;
  }
}

@media (min-width: 992px) and (max-width: 1198.98px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

@media (min-width: 0px) and (max-width: 1198.98px) {
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 10px 0;
}

@media (min-width: 0) and (max-width: 767.98px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1198.98px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

@media (min-width: 0) and (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1198.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px 0;
}

@media (min-width: 0) and (max-width: 767.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px 0;
}

p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 30px 0;
  color: #53555f;
}

ul li {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: auto !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

#Header {
  padding: 23px 0;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}

#Header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Header .header-wrap .header-logo a.logo {
  width: 123px;
  display: block;
  font-size: 0;
}

#Header .header-wrap .header-logo a.logo img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

#Header .header-wrap .header-menu {
  width: 70px;
}

#Header .menu-form .text {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#Header .menu-form .form-section {
  width: 398px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

#Header .menu-form .form-section form {
  margin-bottom: 0 !important;
  position: relative;
}

#Header .menu-form .form-section form label {
  display: none;
}

#Header .menu-form .form-section form input {
  background: transparent;
  color: #adadad;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  opacity: 1;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#Header .menu-form .form-section form input:focus {
  outline: 0;
}

#Header .menu-form .form-section form input::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}

#Header .menu-form .form-section form input:-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}

#Header .menu-form .form-section form input::placeholder {
  color: #adadad;
  opacity: 1;
}

#Header .menu-form .form-section form .hs_error_rollup label {
  display: block;
  color: #d8342f !important;
}

#Header .menu-form .form-section form input[type=submit] {
  color: #ffffff;
  background-color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#Header .menu-form .form-section form .hs_email {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 163px);
  height: 40px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid #adadad;
}

#Header .menu-form .form-section form .hs_submit {
  display: inline-block;
  vertical-align: middle;
  width: 163px;
  height: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#Header .menu-form .form-section form .hs_submit input {
  height: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#Header .menu-form .form-section .hs_error_rollup {
  position: absolute;
  color: #d8342f !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

#Header .submitted-message {
  position: static;
  transform: none;
  color: #000000 !important;
  font-size: 20px !important;
  top: 0;
  line-height: 1;
}

#Header #mainMenuBlock {
  margin-right: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}

#Header #mainMenuBlock input {
  opacity: 0;
  display: none;
}

#Header #mainMenuBlock input[type=checkbox]:checked~.menu-wrapper .overlay {
  right: 0;
  transition: all 0.5s;
}

#Header #mainMenuBlock input[type=checkbox]:checked~.menu-wrapper .bg-menu {
  opacity: 1;
}

#Header #mainMenuBlock input[type=checkbox]:checked~label {
  right: 16px;
  top: 12px;
  position: absolute;
  z-index: 99999;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}

#Header #mainMenuBlock input[type=checkbox]:checked~label span {
  color: transparent;
  font-size: 0;
  background: url("../../uploads/2024/06/cancel-icon.svg") no-repeat 0 0/cover;
  display: block;
  width: 50px;
  height: 50px;
}

#Header .show-menu span {
  border: 1.6px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 50px;
  display: block;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  text-align: center;
  animation: ripplemenu 0.6s linear infinite;
  -webkit-animation: ripplemenu 0.6s linear infinite;
  -moz-animation: ripplemenu 0.6s linear infinite;
  -ms-animation: ripplemenu 0.6s linear infinite;
}

#Header .menu-wrapper .overlay {
  position: absolute;
  width: 74%;
  right: -78%;
  height: 100vh;
  background: #fff;
  padding: 62px 60px 100px 48px;
  transition: width 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow-x: auto;
  top: 0;
  text-align: left;
}

#Header .menu-wrapper .overlay .top-menu .menu-list {
  margin-right: 30px;
  display: flex;
  flex-flow: column wrap;
  height: 660px;
}

#Header .menu-wrapper .overlay .top-menu ul {
  margin: 0;
  padding: 0;
}

#Header .menu-wrapper .overlay .top-menu ul>li {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 14px;
}

#Header .menu-wrapper .overlay .top-menu ul>li>a {
  color: #000000;
  font-family: "Poppins", sans-serif;
  cursor: default;
  text-decoration: none;
  font-weight: 500;
}

#Header .menu-wrapper .overlay .top-menu ul ul {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: left;
}

#Header .menu-wrapper .overlay .top-menu ul ul li {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-transform: unset;
}

#Header .menu-wrapper .overlay .top-menu ul ul li a {
  color: #53555f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.2;
}

#Header .menu-wrapper .overlay .top-menu ul ul li span {
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
  display: inline-block;
}

#Header .menu-wrapper .overlay .top-menu ul ul li a.active {
  color: #d8342f;
}

#Header .menu-wrapper .overlay .top-menu ul.arena li a {
  cursor: pointer;
}

#Header .menu-wrapper .overlay .top-menu ul.arena ul {
  display: none;
}

#Header .menu-wrapper .overlay .top-menu ul.Industries {
  padding-right: 40px;
}

#Header .menu-wrapper .overlay .top-menu ul.Agency {
  padding-right: 40px;
}

#Header .menu-wrapper .overlay .top-menu ul.Partners {
  padding-right: 40px;
}

#Header .menu-wrapper .overlay .top-menu ul.digitalConsulting .marketingAnalytic a {
  width: 90%;
  display: block;
}

#Header .menu-wrapper .overlay .top-menu ul.get-in-touchcta {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding-top: 40px;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

#Header .menu-wrapper .overlay .top-menu ul.get-in-touchcta>li a {
  border: 1px solid #000;
  padding: 12px 30px;
  border-radius: 20px;
  display: inline-block;
  color: #ffffff !important;
  background: #000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

#Header .menu-wrapper .overlay .top-menu ul.get-in-touchcta ul li a {
  font-size: 18px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#Header .menu-wrapper.show #overBG {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.76);
  height: 100vh;
  left: 0;
  top: 0;
  cursor: pointer;
}

#Header .bg-menu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

#Header .cta-menu a.cta {
  border: 1px solid #000;
  padding: 6px 30px;
  border-radius: 20px;
  display: inline-block;
  color: #ffffff !important;
  background: #000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

#Header .cta-menu span {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
}

#Header .cta-menu span a {
  font-size: 18px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#Header .cta-menu p span {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
}

#Header .cta-menu p span a {
  font-size: 18px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#Header .cta-menu p span br {
  display: none;
}

#Header .cta-menu p a.mail {
  font-size: 18px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#Header .cta-menu a.mail {
  font-size: 18px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#Header .cta-menu .get-in-touchcta {
  border: 1px solid #000;
  padding: 12px 30px;
  border-radius: 20px;
  display: inline-block;
  color: #ffffff !important;
  background: #000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

body.headers-scrolled #Header {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  backdrop-filter: saturate(180%) blur(20px);
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Header {
    padding: 13px 0;
    height: 75px;
  }

  #Header .header-wrap .header-logo a.logo {
    width: 110px;
  }

  #Header #mainMenuBlock input[type=checkbox]:checked~.menu-wrapper .overlay {
    right: 0px;
    height: 120vh;
  }

  /* #Header .menu-wrapper {
    height: 100vh;
  } */

  #Header .menu-wrapper .overlay {
    right: -100%;
    width: calc(100% - 60px);
    padding: 70px 30px 120px 30px;
  }

  #Header .menu-wrapper .overlay .top-menu ul.get-in-touchcta ul ul>li {
    width: 170px;
  }

  #Header .menu-wrapper .overlay .top-menu ul li a {
    display: block;
  }

  #Header .menu-wrapper.show #overBG {
    height: 120vh;
  }

  #Header .menu-wrapper .overlay .top-menu ul:nth-child(1) {
    min-height: auto;
  }

  #Header .menu-wrapper .overlay .top-menu .lhs-menu {
    width: 100%;
    margin-right: 0;
    height: unset;
    flex-wrap: nowrap;
  }

  #Header .menu-form .form-section {
    width: 100%;
  }

  #Header .show-menu span {
    background-color: transparent;
  }

  #Header .top-menu {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  #Header .menu-wrapper .overlay {
    right: -87%;
    width: 370px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  #Header .menu-wrapper .overlay {
    padding: 60px 60px 80px 40px;
    right: -100%;
    width: 95%;
    height: 100vh;
  }

  #Header .menu-wrapper .overlay .top-menu .menu-list div:nth-child(4) ul ul {
    width: 90%;
  }
}

@media (min-width: 0) and (max-width: 1023.98px) {
  #Header .menu-wrapper .overlay .top-menu .menu-list {
    display: block;
    height: unset;
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Header .menu-wrapper .overlay .top-menu .menu-list {
    display: block;
    height: unset;
    padding-bottom: 90px;
  }
}

@media (min-width: 1199.98px) {
  #Header .menu-wrapper .overlay .top-menu ul.arena li a:hover {
    color: #d8342f;
  }

  #Header .menu-wrapper .overlay .top-menu ul ul li a:hover {
    color: rgb(0, 0, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #d8342f;
  }

  #Header .menu-wrapper .overlay .top-menu ul.get-in-touchcta>li a:hover {
    color: #000000 !important;
    background: #fff;
  }

  #Header .menu-wrapper .overlay .top-menu ul.get-in-touchcta ul li a:hover {
    color: #d8342f;
  }

  #Header .cta-menu a.cta:hover {
    color: #000000 !important;
    background: #fff;
  }

  #Header .cta-menu .get-in-touchcta:hover {
    color: #000000 !important;
    background: #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #Header .menu-wrapper .overlay .top-menu ul {
    margin: 0;
    padding: 0;
    margin-right: 20px;
  }
}

/* ripple effect */
@keyframes ripplemenu {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ripplemenu {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

#Footer {
  background: #000000;
  padding: 30px 0 20px;
  position: relative;
}

#Footer .footer-logo {
  display: flex;
  align-items: center;
}

#Footer .footer-logo .logo {
  width: 35px;
}

#Footer .logo img {
  width: 100% !important;
  height: auto;
  margin-bottom: 0;
  display: block;
}

#Footer .footer-text {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-decoration: none;
}

#Footer .footer-text a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-decoration: none;
}

#Footer ul {
  margin: 0 0 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

#Footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-left: 8px;
  position: relative;
}

#Footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s;
}

#Footer .footer-wrap {
  text-align: right;
}

#Footer ul.generic li::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 17px;
  display: block;
  position: absolute;
  top: 48%;
  left: -6px;
  transform: translateY(-50%);
}

#Footer ul.generic li:first-child::before {
  content: none;
}

#Footer ul.social-links {
  margin-left: 20px;
}

#Footer ul.social-links li {
  margin-left: 4px;
}

#Footer ul.social-links li a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

#Footer ul.social-links li a img {
  width: 14px !important;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Footer ul.social-links::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

#Footer ul.social-links li.twitter a img {
  width: 10px !important;
  height: 10px !important;
}

#Footer .footer-top-holder {
  text-align: center;
  border-bottom: 1px solid rgba(102, 102, 102, 0.7);
  padding-bottom: 32px;
  margin-bottom: 32px;
}

#Footer .footer-top-holder form {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
}

#Footer .footer-top-holder .inner-holder .text {
  font-size: 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

#Footer .footer-top-holder .inner-holder .form-section {
  width: 398px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

#Footer .footer-top-holder .inner-holder .form-section form {
  margin-bottom: 0 !important;
  position: relative;
}

#Footer .footer-top-holder .inner-holder .form-section form label {
  display: none;
}

#Footer .footer-top-holder .inner-holder .form-section form label.hs-error-msg {
  display: block;
  color: #d8342f;
}

#Footer .footer-top-holder .inner-holder .form-section form input {
  background: transparent;
  color: #adadad;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 40px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#Footer .footer-top-holder .inner-holder .form-section form input:focus {
  outline: 0;
}

#Footer .footer-top-holder .inner-holder .form-section form input::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}

#Footer .footer-top-holder .inner-holder .form-section form input:-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}

#Footer .footer-top-holder .inner-holder .form-section form input::placeholder {
  color: #adadad;
  opacity: 1;
}

#Footer .footer-top-holder .inner-holder .form-section form input[type=email] {
  width: 100%;
  padding: 0 10px 0 20px;
}

#Footer .footer-top-holder .inner-holder .form-section form .hs_error_rollup label {
  display: block;
  color: #d8342f !important;
}

#Footer .footer-top-holder .inner-holder .form-section form input[type=submit] {
  color: #000000;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Footer .footer-top-holder .inner-holder .form-section form .hs_email {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 152px);
  height: 40px;
}

#Footer .footer-top-holder .inner-holder .form-section form .hs_submit {
  display: inline-block;
  vertical-align: middle;
  width: 152px;
  height: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#Footer .footer-top-holder .inner-holder .form-section form .hs_submit input {
  height: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#Footer .footer-top-holder .inner-holder .form-section .hs_error_rollup {
  position: absolute;
  color: #d8342f !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: none;
}

#Footer .submitted-message {
  position: static;
  transform: none;
  color: #ffffff !important;
  font-size: 20px !important;
  top: 0;
  line-height: 1;
}

#Footer ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 0;
  bottom: -26px;
}

#consent-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  right: 0;
}

.footer-btm-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1199.98px) {
  #Footer .footer-text a:hover {
    text-decoration: underline;
  }

  #Footer ul li a:hover {
    color: rgb(255, 255, 255);
    transition: all 0.3s;
  }

  #Footer ul.social-links li.facebook a:hover {
    background-color: #4866aa;
    transition: all 0.3s;
    border-color: #4866aa;
  }

  #Footer ul.social-links li.linkedn a:hover {
    background-color: #3374a2;
    transition: all 0.3s;
    border-color: #3374a2;
  }

  #Footer ul.social-links li.twitter a:hover {
    background-color: #49a0e9;
    transition: all 0.3s;
    border-color: #49a0e9;
  }

  #Footer .footer-top-holder .inner-holder .form-section form input[type=submit]:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Footer ul.social-links {
    margin-left: 0;
    margin-top: 15px;
    padding-right: unset;
  }

  #Footer ul.social-links li {
    padding-right: 0;
  }

  #Footer ul.social-links::before {
    content: none;
  }

  #Footer .footer-wrap {
    text-align: left;
    margin-top: 10px;
  }

  #Footer ul {
    display: block;
  }

  #Footer ul li {
    margin-left: 3px;
    padding-right: 10px;
  }

  #Footer ul li:nth-child(1) {
    margin-left: 0;
  }

  #Footer .footer-text {
    font-size: 16px;
  }

  #Footer .footer-top-holder .inner-holder .text {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 16px;
  }

  #Footer .footer-top-holder .inner-holder .form-section {
    width: 100%;
  }

  #Footer .footer-btm-holder {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #Footer .footer-text {
    font-size: 18px;
    padding-left: 10px;
  }

  #Footer ul {
    display: block;
  }

  #Footer ul.social-links {
    text-align: left;
  }

  #Footer .footer-btm-holder .footer-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer-btm-holder {
    display: block;
  }

  #Footer .footer-btm-holder .footer-wrap {
    text-align: left;
  }
}

.list-header {
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body .admin-bar #Header {
  margin-top: 40px;
}


/* Podcast styles starts */
body.podcast,
body.page-id-17903 {
  background-color: #000;
}

body.podcast img {
  margin-bottom: 0;
}

.play-icon {
  cursor: pointer;
}


@media (max-width: 991.98px) {
  .video-slide iframe {
    max-width: 100%;
  }
}

button.mfp-close:before {
  content: '\f029';
  font-family: 'Positionsquarewebsiteblog';
  font-size: 30px;
}

.mgf-video-popup .mfp-iframe-holder .mfp-close {
  font-size: 0;
}

.mgf-video-popup .mfp-iframe-holder .mfp-close:before {
  color: #fff;
  opacity: 1;
}

button.mfp-close:before {
  width: 24px;
  height: 26px;
  position: absolute;
  top: -8px;
  right: 0;
  color: #54595F;
  font-size: 25px;
}

.growth-marketing-summit-2024-presentations button.mfp-close:before,
.growth-marketing-summit-2024 button.mfp-close:before,
.growth-marketing-summit button.mfp-close:before,
.growth-marketing-summit-rsvp button.mfp-close:before {
  display: none;
}

@media (max-width: 767.98px) {
  button.mfp-close:before {
    top: 0px;
    right: 20px;
  }
}


div#podcast-slider-next-icon,
div#podcast-slider-prev-icon {
  max-width: 26px;
  position: absolute;
  font-size: 22px;
}

.each-team-description .mfp-close {
  font-size: 0;
}

div#podcast-slider-next-icon a i,
div#podcast-slider-prev-icon a i {
  color: white;
}

div#podcast-slider-next-icon {
  right: 10px;
}

div#podcast-slider-prev-icon {
  left: 10px;
  rotate: 180deg;
}

.podcast-slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.video-slide {
  width: 100%;
  max-width: 100% !important;
}

#video-popup .mfp-close {
  color: #fff;
  font-size: 0;
  top: 20px;
  right: 10px;
  opacity: 1;
}

@media (max-width: 767.98px) {
  #video-popup .mfp-close {
    top: 10px;
    right: 0px;
  }
}

#video-popup button.mfp-close:before {

  color: #fff;
  font-size: 35px;
}

.single-post .inner-content p {
  color: #53555f;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.single-post .inner-content ol li {
  font-weight: 700;
}

.single-post .inner-content ol {
  padding: 0;
  margin: 0px 0 0 20px;
}

.single-post .inner-content ol strong {
  font-weight: 700;
}

.single-post .inner-content ul {
  margin: 0 0 30px 20px;
}

.single-post .inner-content ol,
.single-post .inner-content ul {
  list-style-image: none;
  list-style-position: outside;
  margin: 0 0 1.45rem 1.45rem;
  padding: 0;
}

.single-post .inner-content ol li,
.single-post .inner-content ol li a,
.single-post .inner-content ul li,
.single-post .inner-content ul li a {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-post .inner-content .large-blog-image img {
    width: 100%;
  }
}

@media (min-width: 1199.98px) {
  .play-icon:hover .circle {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.play-icon .circle {
  -webkit-transition: -webkit-transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out;
}

.podcast-banner-wrap {
  padding: 150px 0 120px;
  /* overflow: hidden; */
}

.podcast-banner-wrap .podcast-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.podcast-banner-wrap .podcast-banner .banner-text {
  flex-basis: 52%;
}

/* .podcast-banner-wrap .podcast-banner .banner-img {
  flex-basis: calc(40% - 70px);
  margin-left: 70px;
} */

.podcast-banner .banner-text h1 {
  font-size: 50px;
  font-family: "Poppins";
  color: #fff;
  font-weight: 200;
  margin-bottom: 15px;
}

#video-popup .slide-info {
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.podcast-banner .banner-text h1 strong {
  font-weight: 700;
}

.podcast-banner .banner-text p {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}

.podcast-banner .banner-text p.second-banner-text {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 300;
  color: #fff;
  margin: 0 0 30px;
}

.podcast-banner .banner-text .CTA a {
  background-color: #d8342f;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 18px 40px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 500;
}

@media (min-width: 1199.98px) {
  .podcast-banner .banner-text .CTA a:hover {
    transition: all 0.3s;
    background: #fff;
    color: #d8342f;
  }
}

.podcast-banner .banner-img {
  border-radius: 175px 0 0 175px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.podcast-banner .banner-img .img {
  text-align: right;
}

.podcast-banner .banner-img .img img {
  width: 300px;
  height: auto;
}

.podcast-banner .banner-img .watch-trailer {
  background-color: #dadada;
  opacity: 0.1;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: absolute;
  bottom: -130px;
  left: -10px;
  z-index: -1;
}

.podcast-banner .banner-img .watch-trailer-text {
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  left: 5px;
}

.podcast-banner .banner-img .play-icon {
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 40px;
  bottom: -80px;
  cursor: pointer;
}

@media (min-width: 1199.98px) {
  .podcast-banner .banner-img .play-icon .circle:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.podcast-banner .banner-img .play-icon .circle {
  width: 160px;
  height: 160px;
  background-image: linear-gradient(140deg,
      #333333 0%,
      #807e7e 49%,
      #333333 100%);
  border-radius: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
}

.podcast-banner .banner-img .play-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}

.get-notified-wrap .get-notified {
  border-radius: 20px;
  flex-wrap: wrap;
  background-color: #0b2032;
  overflow: hidden;
  display: flex;
  padding: 45px 70px;
  align-items: center;
}

.get-notified-wrap {
  padding-bottom: 120px;
}

.get-notified-wrap .get-notified .author-info {
  flex-basis: 40%;
  padding: 25px 32px;
  border-radius: 20px 0 0 20px;
  position: relative;
}

.get-notified-wrap .get-notified .author-info:before {
  background-image: linear-gradient(0deg, #133b54 0%, #2ea7df 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  border-radius: 20px 0 0 20px;
}

.get-notified-wrap .get-notified .author-info .Img {
  margin-bottom: 22px;
  position: relative;
  z-index: 99;
}

.get-notified-wrap .get-notified .author-info .Img img {
  width: 150px;
  height: auto;
}

.get-notified-wrap .get-notified .author-info .text,
.get-notified-wrap .get-notified .author-info .text p {
  position: relative;
  z-index: 99;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 1.4;
}

.get-notified-wrap .get-notified .author-info .text strong,
.get-notified-wrap .get-notified .author-info .text p strong {
  font-weight: 700;
}

.get-notified-wrap .get-notified .get-notified-text {
  flex: 40%;
  max-width: 40%;
  padding-right: 20px;
}

.get-notified-wrap .get-notified .get-notified-text h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0px;
  text-align: left;
}

.get-notified .get-notified-form {
  flex: 60%;
  max-width: 60%;
  padding-left: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.get-notified .get-notified-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.get-notified .get-notified-form form .hs-form-field {
  flex-basis: calc(100% / 3 - 15px);
  margin-right: 15px;
  margin-bottom: 40px;
  position: relative;
}

.get-notified .get-notified-form form .hs-form-field:nth-child(3n) {
  margin-right: 0;
}

.get-notified ul.no-list.hs-error-msgs.inputs-list li label {
  margin-top: 5px;
}

.get-notified .get-notified-form form .hs-form-field label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.get-notified .get-notified-form form .hs-form-field label .hs-form-required {
  color: #d8342f;
}

.get-notified .get-notified-form form .hs-form-field input {
  width: 100%;
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid #cccccc;
  height: 40px;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.get-notified .get-notified-form form .hs-submit {
  flex-basis: 100%;
  text-align: center;
}

.get-notified .get-notified-form form .hs-submit .actions input {
  background-color: #d8342f;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 15px 50px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 1199.98px) {
  .get-notified .get-notified-form form .hs-submit .actions input:hover {
    transition: all 0.3s;
    background: #fff;
    color: #d8342f;
  }
}

.get-notified .get-notified-form form ul.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}

.get-notified .get-notified-form form ul.hs-error-msgs li,
.get-notified .get-notified-form form ul.hs-error-msgs label {
  color: #d8342f;
  font-size: 10px;
  margin-bottom: 0;
}

.get-notified .get-notified-form .submitted-message {
  position: static;
  color: #fff !important;
  font-weight: 400;
  font-size: 16px !important;
  text-align: center;
  padding-top: 20px;
}

.episodes-logo-sec {
  padding: 60px 0 120px 0;
}

.episodes-logo-sec .title h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.4;
}

.episodes-logo-sec .episodes-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}

.episodes-logo-sec .episodes-logo .each-logo {
  flex-basis: calc(calc(100% / 5) - 30px);
  max-width: calc(calc(100% / 5) - 30px);
  background-color: #161616;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
}

.episodes-logo-sec .episodes-logo .each-logo img {
  max-width: 100%;
}

.episodes-logo {
  margin-top: 25px;
}

/*.episodes-logo-sec .episodes-logo .each-logo:last-child {
  display: none;
}*/

.most-recent-episodes .title h3 {
  margin: 0 0 30px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}

.old-episodes-title.title h3 {
  float: left;
  margin: 80px 0 20px;
}

.episodes-wrap {
  padding-bottom: 100px;
}

.episodes-wrap .each-episodes {
  padding: 50px;
  border-radius: 20px;
  position: relative;
  z-index: 99;
  background: url('https: //p2-dynamic-upgradep2.pantheonsite.io/wp-content/uploads/2024/07/most-recent-episodes.jpg') no-repeat center center/ cover;
  margin-bottom: 40px;
  position: relative;
}

.each-episodes .audio-player {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 99999;
  /* width: 85%;
  left: 40px; */
}

/* .each-episodes .audio-player audio {
  width: 100%;
} */

.each-episodes .audio-player .closebtn {
  position: absolute;
  color: #fff;
  top: -26px;
  right: 0;
  cursor: pointer;
  z-index: 9999;
  width: 25px;
  height: 25px;
  text-align: center;
}

.episodes-wrap .each-episodes::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 9;
  border-radius: 20px;
}

.episodes-wrap .each-episodes:after {
  content: "";
  background-image: linear-gradient(-135deg, #245e9e 0%, #2ea7df 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 9;
  border-radius: 20px;
}

.episodes-wrap.one-col .each-episodes {
  height: 400px;
}

.episodes-wrap.two-col {
  /* display: flex;
    flex-wrap: wrap;   */
}

.episodes-wrap.two-col .each-episodes {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  height: 400px;
  float: left;
}

.episodes-wrap.two-col .each-episodes:last-child {
  margin-right: 0;
}

.episodes-wrap.three-col {
  /* display: flex;
    flex-wrap: wrap;   */
}

.episodes-wrap.three-col .each-episodes {
  width: calc(40% - 20px);
  height: 300px;
  float: left;
}

.episodes-wrap.three-col .each-episodes:first-child {
  width: calc(60% - 20px);
  margin-right: 40px;
  height: 640px;
}

.each-episodes .text {
  position: relative;
  z-index: 99;
}

.each-episodes .text .ep-num {
  color: #2ea7df;
  font-size: 16px;
  padding-bottom: 10px;
}

.each-episodes .text h4 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 700;
  line-height: 1.4;
}

.each-episodes .text p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
}

.each-episodes .text .time {
  color: #2ea7df;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.each-episodes .text .time span {
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.each-episodes .text .time img {
  margin-bottom: 0;
}

.each-episodes .show-audio {
  z-index: 99;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 60px;
  left: 0;
}

.each-episodes .show-audio audio {
  width: 100%;
}

.each-episodes .show-audio .close-wrap {
  text-align: right;
}

.each-episodes .show-audio .close-btn {
  color: #fff;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}

.each-episodes .play-icon {
  padding: 3px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}

.each-episodes .play-icon .circle {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(140deg,
      #333333 0%,
      #807e7e 49%,
      #333333 100%);
  border-radius: 50%;
  position: relative;
}

.each-episodes .play-icon img {
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}

.more-episodes .each-episodes:nth-child(1) .img,
.more-episodes .each-episodes:nth-child(2) .img,
.more-episodes .each-episodes:nth-child(3) .img {
  display: none;
}

.more-episodes .each-episodes:nth-child(1),
.more-episodes .each-episodes:nth-child(2),
.more-episodes .each-episodes:nth-child(3) {
  padding: 50px;
  border-radius: 20px;
  position: relative;
  z-index: 99;
  background: url('../../uploads/2024/07/most-recent-episodes.jpg') no-repeat center center/ cover;
  margin-bottom: 40px;
  position: relative;
}

.more-episodes .each-episodes:nth-child(1)::before,
.more-episodes .each-episodes:nth-child(2)::before,
.more-episodes .each-episodes:nth-child(3)::before {
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #000;
  opacity: 0.9;
}

.more-episodes .each-episodes:nth-child(1)::after,
.more-episodes .each-episodes:nth-child(2)::after,
.more-episodes .each-episodes:nth-child(3)::after {
  background-image: linear-gradient(-135deg, #245e9e, #2ea7df);
  opacity: 0.2;
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.more-episodes .old-episode .innerholder {
  align-items: center;
  background-color: rgba(36, 94, 158, 0.15);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  flex-direction: row;
  width: 100%;
}

.more-episodes .old-episode .innerholder .img {
  flex-basis: 35%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 0 0 10px;
}

.more-episodes .old-episode .innerholder .text {
  border-radius: 0 10px 10px 0;
  flex-basis: 65%;
  padding: 40px;
}

.more-episodes .old-episode .innerholder .text img {
  vertical-align: middle;
}

.more-episodes .old-episode .innerholder .img img {
  border-radius: 10px 0 0 10px;
}

.more-episodes .old-episode .innerholder .text .ep-num {
  color: #2ea7df;
  font-size: 16px;
  padding-bottom: 10px;
}

.more-episodes .old-episode .innerholder .text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
}

.more-episodes .old-episode .innerholder .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
}

.more-episodes .old-episode .innerholder .text .time {
  color: #2ea7df;
  font-size: 16px;
}

.more-episodes .old-episode .innerholder .text .time span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

.more-episodes .old-episode .innerholder .play-icon {
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  bottom: 30px;
  height: 60px;
  padding: 3px;
  position: absolute;
  right: 30px;
  width: 60px;
  z-index: 99;
}

.more-episodes .old-episode .innerholder .play-icon .circle {
  background-image: linear-gradient(140deg, #333, #807e7e 49%, #333);
  border-radius: 50%;
  height: 50px;
  position: relative;
  width: 50px;
}

.more-episodes .old-episode .innerholder .play-icon img {
  left: 54%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.more-episodes .old-episode .innerholder .audio-player {
  bottom: 18px;
  position: absolute;
  right: 40px;
  z-index: 99999;
}

.more-episodes .each-episodes:nth-child(1) {
  height: 770px;
  margin-right: 40px;
  width: calc(60% - 20px);
  float: left;
}

.more-episodes .each-episodes:nth-child(2),
.more-episodes .each-episodes:nth-child(3) {
  float: left;
  height: 365px;
  width: calc(40% - 20px);
}

/* .more-episodes .each-episodes:nth-child(2),
.more-episodes .each-episodes:nth-child(3) {
  float: left;
  height: 300px;
  width: calc(40% - 20px);
} */
.old-episode .audio-player .closebtn {
  position: absolute;
  color: #ffffff;
  top: -26px;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}

/* :nth-of-type(-n+3) */
.more-episodes-wrap .title h4 {
  margin: 0 0 40px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}

.more-episodes {
  padding-bottom: 51px;
}

.more-episodes .each-episodes {
  margin-bottom: 30px;
}

/* .more-episodes .each-episodes {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  background-color: rgba(36, 94, 158, 0.15);
  border-radius: 10px;
} */
.more-episodes .each-episodes .img {
  flex-basis: 30%;
}

.more-episodes .each-episodes .img img {
  border-radius: 10px 0 0 10px;
}

.more-episodes .each-episodes .text {
  flex-basis: 70%;
  padding: 0;
}

.load-more-btn {
  padding-bottom: 70px;
}

.load-more-btn button {
  cursor: pointer;
}

.load-more-btn button img {
  vertical-align: middle;
}

.no-results-found {
  display: none;
}

.no-results-found p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.load-more-btn a,
.load-more-btn button {
  display: block;
  background-color: #161616;
  border-radius: 10px;
  text-align: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: 0;
  width: 100%;
}

.load-more-btn a img,
.load-more-btn button img {
  padding-left: 6px;
}

.video-popup>div {
  z-index: 999999999999;
}

.podcast-video-popup .video-popup iframe {
  background-color: #4a4a4a;
}

.podcast-video-popup .mfp-content #video-popup {
  height: 100%;
}

.podcast-video-popup .mfp-content {
  cursor: auto;
  height: 100%;
}

.podcast-video-popup .mfp-container .bx-wrapper {
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}

.no-results-found {
  padding-bottom: 40px;
}

/* responsive */
@media (min-width: 0) and (max-width: 991px) {

  .podcast-banner-wrap .podcast-banner {
    display: flex;
  }

  .podcast-banner-wrap .podcast-banner .banner-text {
    padding-bottom: 30px;
  }

  .podcast-banner .banner-img .img {
    text-align: center;
  }

  .get-notified-wrap .get-notified {
    display: block;
  }

  .each-episodes .text .ep-num,
  .each-episodes .text p,
  .each-episodes .text .time {
    font-size: 14px;
  }

  .each-episodes .text h4 {
    font-size: 22px;
  }

  .episodes-wrap {
    padding-bottom: 50px;
  }

  .episodes-wrap.two-col .each-episodes,
  .episodes-wrap.three-col .each-episodes,
  .episodes-wrap.three-col .each-episodes:first-child {
    float: none;
    width: 100%;
  }

  .episodes-wrap.one-col .each-episodes,
  .episodes-wrap.two-col .each-episodes,
  .episodes-wrap.three-col .each-episodes:first-child,
  .episodes-wrap.three-col .each-episodes {
    height: auto;
  }

  .each-episodes .text {
    padding-bottom: 90px;
  }

  .each-episodes .play-icon {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }

  .each-episodes .play-icon .circle {
    width: 40px;
    height: 40px;
  }

  .each-episodes .play-icon img {
    width: 12px;
  }

  .more-episodes .each-episodes .text {
    flex-basis: 70%;
    /* padding: 10px 30px; */
  }

  .load-more-btn a {
    font-size: 16px;
  }

  .more-episodes {
    padding-bottom: 0;
  }

  .load-more-btn {
    padding-bottom: 50px;
  }

  .more-episodes .each-episodes:nth-child(1),
  .more-episodes .each-episodes:nth-child(2),
  .more-episodes .each-episodes:nth-child(3) {
    float: none;
    width: 100%;
    height: auto;
  }

  .more-episodes .old-episode .innerholder .text h4 {
    font-size: 20px;
  }

  .more-episodes .old-episode .innerholder .text .ep-num {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .more-episodes .old-episode .innerholder .text p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .more-episodes .old-episode .innerholder .text .time {
    font-size: 14px;
  }

  .more-episodes .old-episode .innerholder .text {
    padding: 20px;
  }

  .more-episodes .old-episode .innerholder .play-icon {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .more-episodes .old-episode .innerholder .play-icon .circle {
    width: 30px;
    height: 30px;
  }

  .more-episodes .old-episode .innerholder .play-icon img {
    width: 10px;
  }

  .more-episodes .old-episode .innerholder .audio-player {
    bottom: 2px;
  }

  .each-episodes .audio-player {
    bottom: 5px;
    /* left: 28px; */
  }

  .more-episodes .old-episode:nth-of-type(5) .innerholder {
    margin-top: 150px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .more-episodes .old-episode .innerholder .img {
    border-radius: 10px 10px 0 0;
  }

  .podcast-banner .banner-text h1 {
    font-size: 38px;
    display: none;
  }

  .podcast-banner .banner-text p {
    font-size: 16px;
  }

  .podcast-banner .banner-img .img img {
    width: 220px;
  }

  .podcast-banner .banner-img .play-icon img {
    width: 30px;
  }

  .podcast-banner .banner-img .watch-trailer {
    bottom: -160px;
    width: 230px;
    height: 230px;
  }

  .podcast-banner .banner-img .watch-trailer-text {
    bottom: -140px;
  }

  .podcast-banner .banner-img .watch-trailer-text img {
    width: 180px;
  }

  .podcast-banner .banner-img .play-icon {
    bottom: -110px;
    width: 140px;
    height: 140px;
  }

  .podcast-banner .banner-img .play-icon .circle {
    width: 120px;
    height: 120px;
  }

  .get-notified-wrap .get-notified {
    padding: 45px 20px;
  }

  .get-notified .get-notified-form form {
    display: block;
  }

  /*
  .get-notified-wrap .get-notified .get-notified-text {
    padding: 40px 20px;
  } */
  .get-notified-wrap .get-notified .get-notified-text {
    margin-bottom: 40px;
  }

  .get-notified-wrap .get-notified .get-notified-text,
  .get-notified .get-notified-form {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0px;
    border-left: none;
  }

  .get-notified-wrap .get-notified .get-notified-text h2 {
    text-align: center;
  }

  .get-notified-wrap .get-notified .get-notified-text h2,
  .most-recent-episodes .title h3,
  .more-episodes-wrap .title h4,
  .old-episodes-title.title h3 {
    font-size: 24px;
  }

  .old-episodes-title.title h3 {
    margin-top: 40px;
  }

  .episodes-logo-sec .title h3 {
    font-size: 26px;
  }

  .each-episodes .show-audio .close-btn {
    width: 65px;
    height: 45px;
    text-align: center;
    top: -50px;
    padding-top: 20px;
  }

  .get-notified .get-notified-form form .hs-form-field {
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
  }

  .episodes-logo-sec {
    padding: 60px 0;
  }

  .episodes-logo-sec .episodes-logo {
    gap: 20px;
  }

  .episodes-logo-sec .episodes-logo .each-logo {
    flex-basis: calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
  }

  .episodes-wrap .each-episodes {
    padding: 30px;
  }

  .episodes-wrap {
    padding-bottom: 30px;
  }

  .more-episodes .each-episodes {
    display: block;
  }

  .more-episodes .each-episodes .img img {
    border-radius: 10px 10px 0 0;
  }

  .more-episodes .each-episodes .text {
    padding-bottom: 32px;
  }

  .get-notified-wrap .get-notified .author-info,
  .get-notified-wrap .get-notified .author-info::before {
    border-radius: 20px 20px 0 0;
  }

  .each-episodes .show-audio {
    padding: 25px;
  }

  .get-notified .get-notified-form form .hs-submit {
    margin-top: 40px;
  }

  .each-episodes .play-icon {
    right: 25px;
    bottom: 25px;
  }

  .more-episodes .old-episode .innerholder {
    display: block;
  }

  .more-episodes .old-episode .innerholder .text {
    padding: 30px 30px 60px 30px;
    border-radius: 10px 0 0 10px;
  }

  .more-episodes .old-episode .innerholder .img img {
    border-radius: 10px 10px 0 0;
  }

  .more-episodes .each-episodes:nth-child(1),
  .more-episodes .each-episodes:nth-child(2),
  .more-episodes .each-episodes:nth-child(3) {
    padding: 35px;
  }

  /* .each-episodes .audio-player {
    left: 28px;
  } */

  .more-episodes {
    padding-bottom: 30px;
  }
}

@media all and (max-width: 767px) and (min-width: 480px) {}

@media (min-width: 768px) and (max-width: 991px) {
  .more-episodes .old-episode .innerholder .img {
    background-position: 26%;
  }

  .podcast-banner .banner-text h1 {
    font-size: 42px;
  }

  .podcast-banner .banner-text p {
    font-size: 18px;
  }

  .podcast-banner-wrap {
    padding: 130px 0 50px;
  }

  .podcast-banner .banner-img .img img {
    width: 300px;
  }

  .get-notified-wrap .get-notified .get-notified-text {
    padding: 40px 0px;
    max-width: 100%;
    flex: 1 0 100%;
  }

  .get-notified .get-notified-form {
    max-width: 100%;
    flex: 1 0 100%;
    padding-left: 0px;
    border-left: none;
  }

  .get-notified-wrap .get-notified .get-notified-text h2 {
    text-align: center;
    margin-bottom: 0;
  }

  .get-notified-wrap .get-notified .get-notified-text h2,
  .most-recent-episodes .title h3,
  .more-episodes-wrap .title h4,
  .old-episodes-title.title h3 {
    font-size: 26px;
  }

  .old-episodes-title.title h3 {
    margin-top: 60px;
  }

  .episodes-logo-sec .title h3 {
    font-size: 30px;
  }

  .episodes-logo-sec .episodes-logo {
    gap: 15px;
  }

  .episodes-logo-sec .episodes-logo .each-logo {
    flex-basis: calc(100% / 4 - 15px);
    max-width: calc(100% / 4 - 15px);
  }

  .episodes-logo-sec {
    padding: 80px 0;
  }

  .episodes-wrap.one-col .each-episodes {
    padding: 40px;
  }

  .each-episodes .show-audio {
    padding: 25px;
  }

  .more-episodes .each-episodes .text {
    padding-bottom: 20px;
  }

  .each-episodes .audio-player {
    left: 40px;
    bottom: 8px;
  }

  .each-episodes .audio-player {
    width: 88%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .more-episodes .old-episode .innerholder .img {
    background-position: 26%;
  }

  .podcast-banner .banner-img .img img {
    width: 300px;
  }

  .slider-container::before {
    content: none;
  }

  .more-episodes {
    padding-bottom: 10px;
  }

  .each-episodes .play-icon {
    bottom: 40px;
    right: 40px;
  }

  .more-episodes .each-episodes:nth-child(1),
  .more-episodes .each-episodes:nth-child(2),
  .more-episodes .each-episodes:nth-child(3) {
    float: none;
    width: 100%;
    height: auto;
  }

  .more-episodes .old-episode .innerholder .text {
    padding: 20px 30px;
  }

  .more-episodes .each-episodes .text {
    padding-bottom: 20px;
  }

  .each-episodes .audio-player {
    left: 40px;
    bottom: 8px;
  }

  .each-episodes .audio-player {
    width: 90%;
  }

  .episodes-logo-sec .episodes-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .get-notified .get-notified-form form .hs-submit .actions input {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .podcast-banner-wrap {
    padding: 100px 0 50px 0;
  }
}

.mfp-container .bx-wrapper {
  margin: auto;
}

.more-episodes .each-episodes-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.title.old-episodes-title {
  width: 100%;
}

.more-episodes .each-episodes-wrap .each-episode {
  max-width: calc(calc(100% / 3) - 20px);
  flex: calc(calc(100% / 3) - 20px);
  background: rgb(46, 167, 223);
  background: linear-gradient(150deg, rgba(46, 167, 223, 0.2) 0%, rgba(36, 94, 158, 0.2) 66%);
  border-radius: 20px;
  padding: 24px;
  color: white;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .more-episodes .each-episodes-wrap .each-episode {
    max-width: calc(calc(100% / 2) - 20px);
    flex: calc(calc(100% / 2) - 20px);
  }
}

@media (max-width: 767.98px) {
  .more-episodes .each-episodes-wrap .each-episode {
    max-width: 100%;
    flex: 100%;
  }
}

.more-episodes .each-episodes-wrap .each-episode .profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 24px;
  max-width: 100%;
  flex: 100%;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-img {
  text-align: center;
  flex: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 20px;
  position: relative;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-img img {
  max-height: 100%;
  width: auto;
  max-width: max-content;
  border-radius: 50%;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-img a {
  position: absolute;
  bottom: 0px;
  left: 86px;
  width: 34px;
  height: 34px;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-img a img {
  width: 100%;
  height: auto;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details {
  padding: 0;
  max-width: calc(100% - 140px);
  flex: calc(100% - 140px);
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.episode-date {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.episode-author-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.episode-count {
  color: #2ea7df;
  padding-bottom: 10px;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.episode-count a {
  color: #2ea7df;
  text-decoration: none !important;

}

.more-episodes .each-episodes-wrap .each-episode .title {
  font-size: 22px;
  font-weight: 600;
  min-height: auto;
  word-wrap: break-word;
  max-width: 100%;
  flex: 100%;
}

.more-episodes .each-episodes-wrap .each-episode .title a {
  color: #ffffff;
  cursor: pointer;
}

.more-episodes .each-episodes-wrap .each-episode .play-area {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  height: 60px;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.clockIcon {
  display: flex;
  color: #ffffff;
  padding-top: 16px;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.clockIcon i {
  font-size: 20px;
}

.more-episodes .each-episodes-wrap .each-episode .profile .author-details span.clockIcon span {
  font-size: 16px;
  padding-left: 10px;
}

span.playIcon {
  padding: 3px;
  border: 1px solid rgba(46, 167, 223, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.more-episodes .each-episodes-wrap .each-episode .play-area span.playIcon span {
  display: flex;
  font-size: 0;
  background: rgba(46, 167, 223, 0.6);
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.more-episodes .each-episodes-wrap .each-episode .play-area span.playIcon span i {
  font-size: 22px;
  padding-left: 6px;
}

.more-episodes .each-episodes-wrap .old-episodes {
  display: flex;
  background-color: rgba(36, 94, 158, 0.15);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  align-items: center;
  width: 100%;
}

.more-episodes .each-episodes-wrap .old-episodes .profile {
  max-width: 150px;
  flex: 150px;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  margin-bottom: 0px;
  align-items: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .more-episodes .each-episodes-wrap .old-episodes .profile {
    max-width: 100%;
    flex: 100%;
  }

}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-img {
  text-align: center;
  flex: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 20px;
  position: relative;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-img img {
  max-height: 100%;
  width: auto;
  max-width: max-content;
  border-radius: 50%;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-img a {
  position: absolute;
  bottom: 0px;
  left: 86px;
  width: 34px;
  height: 34px;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-img a img {
  width: 100%;
  height: auto;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-details {
  display: none;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-details span {
  display: block;
  font-weight: 300;
  font-size: 16px;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.episode-count {
  color: #2ea7df;
  padding-bottom: 10px;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.episode-count a {
  text-decoration: none !important;
  color: #2ea7df;
}

.more-episodes .each-episodes-wrap .old-episodes .title .author-details {
  padding: 0 0 10px;
}

.more-episodes .each-episodes-wrap .old-episodes .title a {
  color: #ffffff;
  cursor: pointer;
}

.more-episodes .each-episodes-wrap .old-episodes .title .author-details span {
  font-weight: 400;
  font-size: 16px;
}

.more-episodes .each-episodes-wrap .old-episodes .title .author-details span.episode-count {
  color: #2ea7df;
  padding-bottom: 10px;
}

.more-episodes .each-episodes-wrap .old-episodes .title .author-details span.episode-count a {
  text-decoration: none !important;
  color: #2ea7df;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.episode-date {
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.episode-author-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.more-episodes .each-episodes-wrap .old-episodes .title {
  font-size: 20px;
  font-weight: 600;
  word-wrap: break-word;
  padding-right: 250px;
  max-width: calc(100% - 225px);
  flex: calc(100% - 225px);
}

.more-episodes .each-episodes-wrap .old-episodes .play-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  position: relative;
  height: 100%;
}

.more-episodes .each-episodes-wrap .old-episodes .play-area span.clockIcon {
  display: flex;
  color: #ffffff;
  height: 61px;
}

.more-episodes .each-episodes-wrap .old-episodes .play-area span.clockIcon i {
  font-size: 20px;
}

.more-episodes .each-episodes-wrap .old-episodes .play-area span.clockIcon span {
  font-size: 16px;
  padding-left: 10px;
}

.more-episodes .each-episodes-wrap .old-episodes span.playIcon {
  padding: 3px;
  border: 1px solid rgba(46, 167, 223, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 58px;
}

.more-episodes .each-episodes-wrap .old-episodes .play-area span.playIcon span {
  display: flex;
  font-size: 0;
  background: rgba(46, 167, 223, 0.6);
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.more-episodes .each-episodes-wrap .old-episodes .play-area span.playIcon span i {
  font-size: 22px;
  padding-left: 6px;
}

@media (max-width: 1200px) {
  .more-episodes .each-episodes-wrap .old-episodes .play-area {
    height: 121px;
  }
}

@media (max-width: 1199.98px) {
  .more-episodes .each-episodes-wrap .old-episodes .profile .author-details {
    display: flex;
    padding: 0;
    max-width: calc(100% - 140px);
    flex: calc(100% - 140px);
    flex-direction: column;
    min-width: 100px;
  }

  .more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.clockIcon {
    padding-top: 10px;
  }

  .more-episodes .each-episodes-wrap .old-episodes .play-area span.clockIcon {
    display: none;
  }

  .more-episodes .each-episodes-wrap .old-episodes .title .author-details {
    display: none;
  }

  .more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.clockIcon {
    display: flex;
    color: #2ea7df;
  }

  .more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.clockIcon i {
    font-size: 20px;
  }

  .more-episodes .each-episodes-wrap .old-episodes .profile .author-details span.clockIcon span {
    font-size: 16px;
    padding-left: 10px;
  }

  .more-episodes .each-episodes-wrap .old-episodes {
    flex-direction: column;
    align-items: start;
  }

  .more-episodes .each-episodes-wrap .old-episodes .profile {
    max-width: 100%;
    flex: 100% 1;
    margin-bottom: 24px;
  }

  .more-episodes .each-episodes-wrap .old-episodes .play-area {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    min-height: 60px;
  }

  .more-episodes .each-episodes-wrap .each-episode .title {
    min-height: auto;
    margin-bottom: 15px;
  }

  .more-episodes .each-episodes-wrap .old-episodes .title {
    font-size: 22px;
    font-weight: 600;
    word-wrap: break-word;
    /* min-height: 124px; */
    min-height: auto;
    padding-right: 0px;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 15px;
  }
}

.each-episode .audio-player,
.old-episodes .audio-player {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
}

.each-episode .audio-player .closebtn,
.old-episodes .audio-player .closebtn {
  position: absolute;
  color: #fff;
  top: -26px;
  right: 0;
  cursor: pointer;
  z-index: 9999;
  width: 25px;
  height: 25px;
  text-align: center;
}

@media (min-width: 0) and (max-width: 767.98px) {
  .more-episodes .each-episodes-wrap .each-episode .profile .author-img a {
    position: absolute;
    bottom: 0;
    left: 85px;
  }

  .more-episodes .each-episodes-wrap .old-episodes .profile .author-img a {
    position: absolute;
    bottom: 0;
    left: 85px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .more-episodes .each-episodes-wrap .each-episode .title {
    min-height: 61px;
    margin-bottom: 15px;
  }

  .more-episodes .each-episodes-wrap .each-episode .profile .author-img {
    margin-right: 13px;
  }

  .more-episodes .each-episodes-wrap .each-episode .profile .author-details {
    max-width: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }

  .more-episodes .each-episodes-wrap .each-episode .profile .author-details span.episode-author-name {
    min-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .more-episodes .each-episodes-wrap .old-episodes {
    max-width: calc(calc(100% / 2) - 20px);
    flex: calc(calc(100% / 2) - 20px) 1;
  }
}

/* Podcast styles Ends */

#Banner {
  height: 500px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  /* background: #6441a5;
  background: linear-gradient(-40deg, #1da64b 16%, #245e9e 67%); */
}

@media (max-width: 991.98px) {
  #Banner {
    height: unset !important;
    padding: 100px 0;
  }
}

.blogPage #Banner {
  background: linear-gradient(-30deg,
      rgb(211, 52, 46) 36%,
      rgb(100, 65, 165) 100%);
}

.blog-overview {
  padding: 10px 0 50px;
  display: flex;
}

.each-blog {
  float: left;
  margin-right: 20px;
  display: block;
  width: calc(100% / 3 - 14px);
  border: 1px solid rgba(83, 85, 95, 0.2);
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1199.98px) {
  .each-blog:hover {
    text-decoration: none;
    box-shadow: 1px 7px 21px -4px rgb(0 0 0 / 16%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media (max-width: 991.98px) {
  .blogPage #Banner {
    height: unset !important;
  }
}

.each-blog:hover,
.each-blog:hover p,
.each-blog:hover h2,
.each-blog:hover .author {
  text-decoration: none;
}


.each-blog img {
  width: 100%;
  height: auto;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.each-blog .wrap-img {
  height: 133px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*.each-blog:hover img {
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  transition:all 0.5s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}*/
.blogbanner {
  position: relative;
  font-size: 0;

}

@media (min-width: 0) and (max-width: 767.98px) {
  .blogbanner {
    padding-top: 75px;
  }
}

.blogbanner::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.each-blog:nth-child(3n) {
  margin-right: 0;
}

.each-blog .blog-wrap {
  padding: 16px;
}

.each-blog .blog-wrap p.date {
  color: #53555f;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.each-blog .blog-wrap h2 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6;
  height: 100px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.each-blog .blog-wrap .author {
  font-family: "Poppins", sans-serif;
  color: #53555f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  max-height: 19px;
  overflow: hidden;
}

.each-blog .blog-wrap .author span {
  font-family: "Poppins", sans-serif;
  color: #53555f;
  font-size: 14px;
  font-weight: 300;
}

.each-blog .blog-wrap .blog-descp span {
  border: 1px solid #53555f;
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 7px 20px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1199.98px) {
  .each-blog:hover .blog-wrap .blog-descp span {
    border-color: #d8342f;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.archive-list li:nth-last-child(-n + 2) {
  display: none;
}

.blogbanner img {
  margin-bottom: 0;
  width: 100%;
}

.inner-content {
  padding-top: 30px;
  padding-bottom: 0;
}

.inner-content h1 {
  color: #000000;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.inner-content h2 {
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.inner-content p {
  font-family: "Poppins", sans-serif;
  color: #53555f;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.inner-content a {
  color: #d8342f;
  font-weight: 600;
}

.inner-content h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.inner-content h3.sub-heading {
  font-size: 26px;
}

.inner-content ul {
  margin: 0 0 30px 20px;
}

.inner-content ul li {
  font-family: "Poppins", sans-serif;
  color: #53555f;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.inner-content ol {
  padding: 0;
  margin: 0px 0 0 20px;
}

.inner-content ol li ul li {
  font-weight: 300;
}

.inner-content ol li {
  font-weight: 700;
}

.inner-content ol h3 {
  font-size: 18px;
}

.inner-content .div-wrap {
  padding-bottom: 20px;
}

.inner-content .div-wrap h2 {
  font-size: 30px;
}

#Pager {
  text-align: center;
  padding-bottom: 80px;
}

#Pager a {
  display: inline-block;
  margin-right: 10px;
}

#Pager a:nth-last-child(2) {
  margin-right: 10px;
}


.filter-menu {
  padding: 60px 0 20px;
}

.filter-menu .wrap {
  border-bottom: 1px solid rgba(102, 102, 102, 0.4);
  margin: 0 0 30px;
  padding: 0 0 5px;
}

.filters-title a {
  font-size: 24px;
  color: #53555f;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  width: calc(calc(100% / 3 - 5px));
  display: inline-block;
  cursor: pointer;
}

.filters-title a:nth-child(3) {
  text-align: right;
}

.filters-title a:nth-child(2) {
  text-align: center;
}

.filters-expands-list span.close i {
  color: white;
}

.filters-expands-list span.close {
  display: block;
  background: url(../images/close-blog.png) 0 0 / cover;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  font-size: 20px;
  background-color: grey;
  text-align: center;
  line-height: 1.2;
}

.filter-menu span.plus,
.filter-menu span.minus {
  padding: 0 10px;
}

/* .filter-menu .filter_expand span.minus {
  display: none;
}
.filter-menu .filter_expand.active span.plus {
  display: none;
}
.filter-menu .filter_expand.active span.minus {
  display: inline-block;
} */
.inner-content p strong {
  color: #000000;
  font-weight: 700;
}

.disqus-comments {
  padding-bottom: 50px;
}

/* .fe-list {
  display: none;
} */
.fe-list ul {
  margin: 0;
  padding: 0;
}

.fe-list ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #53555f;
  padding: 0 20px 20px 0;
}

.fe-list ul li a {
  display: inline-block;
  font-size: 18px;
  color: #53555f;
  text-decoration: none;
  font-weight: 500;
}

.filters-expands-list .fe-list {
  border-top: 1px solid #cccccc;
  padding: 25px 0 5px;
  position: relative;
}

.filters-expands-list ul li {
  padding: 0;
}

.filters-expands-list ul li a {
  border: 1px solid #bbbbbb;
  padding: 6px 15px 6px 30px;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
}

@media (min-width: 1199.98px) {
  .filters-expands-list ul li a:hover {
    border-color: #555555;
    transition: all 0.3s;
  }
}

.filters-expands-list ul li a:after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dedede;
}

.filters-title {
  margin: 0 auto 20px;
}

.blog-author-bio .wrap {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 20px;
}

.blog-author-bio .authorHolder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(140, 140, 140);
  padding-bottom: 20px;
}

.blog-author-bio .authorHolder .authorImage {
  width: 136px;
  height: 96px;
  padding: 0px 20px;
}

.blog-author-bio .authorHolder .authorDetails {
  padding-left: 15px;
}

.blog-author-bio .authorHolder .authorImage img {
  border-radius: 50%;
  width: 100%;
}

.blog-author-bio.authorHolder .authorDetails p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #53555f;
}

.blog-author-bio .authorHolder .authorDetails h4 {
  color: rgb(0, 0, 0);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}

.blog-author-bio .authorHolder .authorDetails h4 span {
  font-weight: 400;
}


.blog-author-bio .wrap .author-img img {
  border-radius: 50%;
  margin-bottom: 0;

}

.blog-author-bio .wrap .row {
  align-items: center;
}

.author-img {
  text-align: center;
}

.blog-author-bio .wrap p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #53555f;
  line-height: 2;
}

.blog-author-bio .wrap h4 {
  margin: 0;
  font-size: 16px;
}

.blog-author-bio .wrap h4 #Banner.author picture {
  display: block;
}

#Banner.author picture img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

#Banner.author {
  min-height: inherit;
  height: inherit;
}

#Banner.author h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: left;
}

#Banner .container .banner-holder .title .banner-title a.button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  width: -webkit-max-content;
  width: max-content;
}

@media (min-width: 1199.98px) {
  #Banner .container .banner-holder .title .banner-title a.button:hover {
    background-color: #fff;
    color: #00205c;
    transition: .5s;
  }
}

.author-details {
  padding-top: 60px;
  padding-bottom: 80px;
}

.author-details .each-author {
  float: left;
  margin-right: 20px;
  display: block;
  width: calc(33.3333% - 14px);
  border: 1px solid rgba(83, 85, 95, 0.2);
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}

.author-details .each-author:nth-child(3n) {
  margin-right: 0px;
}

.author-details .each-author img {
  width: 100%;
  height: auto;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.author-details .each-author .img-wrap {
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.each-author .content-wrap {
  padding: 16px;
}

#bugherdOpenButton {
  display: none;
}

.each-author .content-wrap h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

.each-author .content-wrap p {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.6;
  height: 80px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.each-author .content-wrap .author-descp span {
  border: 1px solid #53555f;
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 7px 20px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1199.98px) {
  .each-author:hover .content-wrap .author-descp span {
    border-color: #d8342f;
    transition: all 0.5s;
  }

  .each-author:hover {
    text-decoration: none;
    box-shadow: 1px 7px 21px -4px rgb(0 0 0 / 16%);
    transition: all 0.5s;
  }
}

/*.each-author:hover img {
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  transition:all 0.5s;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}*/
.author-inner {
  padding-bottom: 40px;
}

.author-inner .img-wrap {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.author-inner .infowrap {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}

.author-inner .img-wrap img {
  width: 100%;
  height: auto;
  margin: 0;
}

.author-inner .infowrap p.name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.author-inner .infowrap p.name span {
  margin-right: 10px;
}

.author-inner .infowrap p {
  font-size: 16px;
  margin-bottom: 0;
}

.author-title h3 {
  font-size: 30px;
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  padding-top: 30px;
  margin-bottom: 40px;
}

.authors-list .aruna-k,
.namitha-c,
.smita-n,
.sparsh-sinha,
.yashaswini-k,
.devanand-k,
.vijay-manjunath,
.harish-s,
.harishwar-r,
.narasimha-murthy,
.abdul-rahamanposition2-com,
.madhav-kantakposition2-com,
.pavan-naikposition2-com,
.saikiran-sposition2-com,
.vijay-manjunath {
  display: none !important;
}

.lm-wrap {
  margin: 40px 0;
  text-align: center;
}

.lm-wrap button:focus {
  outline: 0;
}

.lm-wrap button {
  background: #d8342f;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 40px;
  text-decoration: none;
  border: 0;
}

.seo-image-one,
.seo-image-two,
.seo-image-three,
.seo-image-four,
.seo-image-five {
  width: 60%;
  margin: 0 auto 30px;
}

.seo-image-one img,
.seo-image-two img,
.seo-image-three img,
.seo-image-four img,
.seo-image-five img {
  margin-bottom: 0;
}

.seo-image-one img,
.seo-image-two img,
.seo-image-three img,
.seo-image-four img,
.seo-image-five img {
  width: 100%;
  height: auto;
}

.blog-size-1 {
  width: 20%;
}

.blog-size-2 {
  width: 60%;
}

.blog-size-3 {
  width: 60%;
}

.blog-size-4 {
  width: 60%;
}

.blog-size-5 {
  width: 60%;
}

.inner-content h4 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footnote:last-child {
  margin-bottom: 30px;
}

.footnote sup {
  top: -3px;
  font-size: 10px;
  margin-right: 3px;
}

.footnote a {
  font-size: 10px;
  line-height: 1;
}

@media (min-width: 0) and (max-width: 767.98px) {
  .each-blog {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .filter-menu {
    padding-top: 10px;
  }

  .filters-title a {
    font-size: 14px;
  }

  .filters-title a:nth-child(2) {
    text-align: center;
    padding-left: 17px;
  }

  .filter-menu span.plus,
  .filter-menu span.minus {
    padding: 0 7px;
  }

  /* .blogbanner {
    margin-top: 70px;
  } */

  body#blog-inner-page #Header {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .inner-content {
    padding-top: 30px;
  }

  .inner-content h1 {
    font-size: 32px;
  }

  .inner-content h2 {
    font-size: 28px;
  }

  .inner-content img {
    width: 100%;
    height: auto;
  }

  .seo-image-one,
  .seo-image-two,
  .seo-image-three,
  .seo-image-four,
  .seo-image-five {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .each-blog {
    width: calc(100% / 2 - 14px);
  }

  .each-blog:nth-child(3n) {
    margin-right: 20px;
  }

  .each-blog:nth-child(2n) {
    margin-right: 0;
  }

  .inner-content p iframe {
    width: 100%;
  }
}

body.qualitative-strategic-content-audit-guidelines .inner-content ol {
  margin: 0px 0 30px 0;
}

body.qualitative-strategic-content-audit-guidelines .inner-content ol li {
  font-weight: 300;
  margin-left: 20px;
  margin-bottom: 10px;
}

body.qualitative-strategic-content-audit-guidelines .inner-content ul {
  margin-bottom: 60px;
}

body.qualitative-strategic-content-audit-guidelines .inner-content ul li {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.inner-content h2.btitle {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

@media (min-width: 0) and (max-width: 767.98px) {
  .inner-content h2.btitle {
    font-size: 26px;
    line-height: 1.4;
  }

  .inner-content p iframe {
    width: 100%;
  }
}

body.qualitative-strategic-content-audit-guidelines .inner-content h3,
body.tips-tricks-for-location-based-paid-search-one-marketers-perspective .inner-content h3 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

body#blog-inner-page .inner-content li a {
  font-size: 16px;
  font-weight: 400;
}

body#blog-inner-page .inner-content li {
  font-size: 16px;
  font-weight: 300;
}

body#blog-inner-page .inner-content .disclaimer {
  margin-bottom: 40px;
}

body#blog-inner-page .inner-content .disclaimer li a,
body#blog-inner-page .inner-content .disclaimer li {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #53555f;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

body.keyword-research-complete-guide .inner-content img {
  width: 75%;
  margin: 0 auto;
}

.inner-content .inline-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.inner-content .inline-wrapper p {
  width: 200px;
  margin: 0;
}

.inner-content .list-wrapper {
  padding: 30px;
  width: 500px;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  margin: 0 auto 30px;
}

.inner-content .list-wrapper strong {
  text-align: center;
}

.inner-content ol.ux-listing li ul li {
  list-style-type: lower-alpha !important;
}

.inner-content .bg-black {
  background-color: #000;
  padding: 20px;
  margin: 0 0 24px;
}

.inner-content .center-image {
  margin: 0 auto;
  text-align: center;
}

.inner-content .bg-black h3 {
  color: #fff;
  margin: 0;
}

.inner-content .bg-black p {
  color: #fff;
}

.blog-overview .lm-wrap {
  display: inline-block;
  width: 100%;
}

.blog-overview .lm-wrap button {
  background: linear-gradient(-30deg, rgb(211, 52, 46) 36%, rgb(100, 65, 165) 100%);
  transition: 0.5s;
  border: 0.8px solid transparent;
}

.mahesh-kumarposition2-com {
  display: none;
}

@media (min-width: 1199.98px) {
  .blog-overview .lm-wrap button:hover {
    background: transparent;
    color: #53555f;
    transition: 0.5s;
    border: 0.8px solid #53555f;
    cursor: pointer;
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  .inner-content .inline-wrapper {
    display: block;
  }

  .inner-content .inline-wrapper p {
    width: 100%;
    margin-bottom: 30px;
  }

  .inner-content .list-wrapper {
    width: 100%;
    padding: 20px;
    margin: 0 0 24px;
  }
}

#Banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#Banner .container .banner-holder {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#Banner .container .banner-holder .images {
  position: relative;
  display: flex;
  justify-content: start;
}

#Banner .container .banner-holder .title .banner-title p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #Banner .container .banner-holder .images {
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  #Banner .container .banner-holder .images {
    margin-bottom: 20px;
  }
}

#Banner .container .banner-holder .images .image-shape {
  display: inline-block;
  vertical-align: middle;
}

#Banner .container .banner-holder .images .image-shape.img-one {
  width: 59px;
  -webkit-animation: slidein 3s;
  -moz-animation: slidein 3s;
  -o-animation: slidein 3s;
  animation: slidein 3s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #Banner .container .banner-holder .images .image-shape.img-one {
    width: 49px;
  }

  #Banner .container .banner-holder .images .image-shape.img-one img {
    width: 49px;
    height: 280px;
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Banner .container .banner-holder .images .image-shape.img-one {
    width: 30px;
  }

  #Banner .container .banner-holder .images .image-shape.img-one img {
    width: 30px;
    height: 200px;
  }
}

#Banner .container .banner-holder .images .image-shape.img-two {
  width: 142px;
  margin-left: -16px;
  -webkit-animation: slidein 3s;
  -moz-animation: slidein 3s;
  -o-animation: slidein 3s;
  animation: slidein 3s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #Banner .container .banner-holder .images .image-shape.img-two {
    width: 112px;
  }

  #Banner .container .banner-holder .images .image-shape.img-two img {
    width: 112px;
    height: 280px;
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Banner .container .banner-holder .images .image-shape.img-two {
    width: 80px;
    margin-left: -10px;
  }

  #Banner .container .banner-holder .images .image-shape.img-two img {
    height: 200px;
    width: 80px;
  }
}

#Banner .container .banner-holder .images .image-shape.img-three {
  width: 214px;
  margin-left: -65px;
  -webkit-animation: slidein 3s;
  -moz-animation: slidein 3s;
  -o-animation: slidein 3s;
  animation: slidein 3s;
  animation-delay: 1.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #Banner .container .banner-holder .images .image-shape.img-three {
    width: 174px;
  }

  #Banner .container .banner-holder .images .image-shape.img-three img {
    width: 174px;
    height: 280px;
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Banner .container .banner-holder .images .image-shape.img-three {
    width: 120px;
    margin-left: -45px;
  }

  #Banner .container .banner-holder .images .image-shape.img-three img {
    height: 200px;
    width: 120px;
  }
}

#Banner .container .banner-holder .images .image-shape.img-four {
  width: 303px;
  margin-left: -109px;
  -webkit-animation: slidein 3s;
  -moz-animation: slidein 3s;
  -o-animation: slidein 3s;
  animation: slidein 3s;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #Banner .container .banner-holder .images .image-shape.img-four {
    width: 280px;
  }

  #Banner .container .banner-holder .images .image-shape.img-four img {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #Banner .container .banner-holder .images .image-shape.img-four {
    width: 200px;
    margin-left: -45px;
  }

  #Banner .container .banner-holder .images .image-shape.img-four img {
    height: 200px;
    width: 200px;
  }
}

#Banner .container .banner-holder .title {
  text-align: left;
  width: 50%;
  margin-left: 24px;
}

@media (max-width: 991.98px) {
  #Banner .container .banner-holder .title {
    width: 100%;
    margin-left: 0;
  }
}

#Banner .container .banner-holder .title .banner-title h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}

#contactus-section {
  position: relative;
  background: #6441a5;
  background: linear-gradient(-40deg, #1da64b 16%, #245e9e 67%);
  padding: 75px 0;
  text-align: center;
}

.seo #contactus-section {
  background: linear-gradient(-40deg,
      rgb(100, 65, 165) 16%,
      rgb(211, 52, 46) 67%);
}

.blogPage #contactus-section {
  background: linear-gradient(-30deg,
      rgb(211, 52, 46) 36%,
      rgb(100, 65, 165) 100%);
}

#contactus-section h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 26px;
  text-align: center;
}

#contactus-section a.button,
.ai-growth-tech #contactus-section button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  width: -webkit-max-content;
  width: max-content;
}

@media (min-width: 1199.98px) {

  #contactus-section a.button:hover,
  #contactus-section button:hover {
    background-color: #fff;
    color: #00205c;
    transition: .5s;
  }
}

#AiUseCase .slider-container .eachCard h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  min-height: 83px;
  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 10px;
  line-height: 1.3;
}

#AiUseCase .bx-viewport {
  margin: 30px 0;
  overflow: unset !important;
}

#AiUseCase .slider-container .eachCard h3.percent {
  min-height: unset;
  margin-bottom: 0;
}

#AiUseCase .slider-container .eachCard h5 {
  color: #53555f;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  min-height: 70px;
  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-bottom: 20px;
  line-height: 1.4;
  max-height: 91px;
}

#AiUseCase .slider-container .eachCard hr {
  width: 106px;
  margin-bottom: 20px;
}

#AiUseCase .slider-container .eachCard h6 {
  color: #53555f;
  font-size: 20px;
  font-weight: 400;
  min-height: 56px;
  max-width: 300px;
}

#AiUseCase .slider-container .eachCard {
  position: relative;
  cursor: pointer;
  transition: ease-in 0.2s;
  background-color: rgba(0, 0, 0, 0.03);
  word-break: break-word;
  max-width: 395px;
  margin-right: 35px;
}

#AiUseCase .slider-container .eachCard .Wrapper p {
  color: #53555f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

#AiUseCase .slider-container .eachCard .Scaler {
  background-color: #fff;
  border-radius: 20px;
  height: 460px;
  width: 100%;
  color: #000000;
  position: relative;
  cursor: pointer;
  transition: ease-in 0.2s;
}

#AiUseCase .slider-container .eachCard .Wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
  padding: 30px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.03);
  height: 100%;
  border-radius: 20px;
  transition: ease-in 0.2s;
}

#AiUseCase .slider-container .eachCard img.CardArrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: ease-in 0.2s;
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #AiUseCase .bx-wrapper .bx-pager {
    display: none;
  }
} */

@media (min-width: 1199.98px) {
  #AiUseCase .slider-container .eachCard:hover img.CardArrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    transition: ease-in 0.2s;
  }
}

@media (min-width: 0) and (max-width: 1199.98px) {
  #AiUseCase .slider-container .eachCard img.CardArrow {
    opacity: 1;
  }
}

@media (min-width: 1199.98px) {
  #AiUseCase .slider-container .eachCard:hover .Scaler {
    transform: scale(1.04);
    transition: ease-in 0.2s;
  }

  #AiUseCase .slider-container .eachCard:hover .Wrapper {
    background-color: transparent;
    transition: ease-in 0.5s;
  }

  #AiUseCase .slider-container .eachCard:hover .overlay {
    transform: scale(30) translateZ(0);
    width: 20px;
    height: 20px;
  }
}

#AiUseCase .slider-container .eachCard .overlay {
  width: 2px;
  position: absolute;
  height: 2px;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: transform 0.3s ease-out;
}

/* //404 page// */
.page-not-found #Header {
  background-color: rgba(0, 0, 0, 0.8);
}

.page-not-found #Breadcrumb {
  padding-top: 100px;
}

section.not-found-wrapper {
  height: calc(100vh - 76px);
}

@media (min-width: 0) and (max-width: 767.98px) and (orientation: portrait) {
  section.not-found-wrapper {
    height: calc(80vh - 76px);
  }
}

@media (min-width: 0) and (max-width: 767.98px) and (orientation: Landscape) {
  section.not-found-wrapper {
    height: calc(100vh - 76px);
    margin-top: 100px;
  }
}

#PageNotFound {
  text-align: center;
}

#PageNotFound span {
  font-family: 'Poppins', sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  color: #d8342f;
  vertical-align: middle;
}

#PageNotFound p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin-top: 50px;
}

#PageNotFound a {
  border: 1px solid #000000;
  color: #000000;
  line-height: 1;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

@media (min-width: 1199.98px) {
  #PageNotFound a:hover {
    color: #ffffff;
    background-color: #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
}

#PageNotFound .wrap span {
  display: inline-block;
}

#PageNotFound .wrap span.bubble-animation {
  display: inline-block;
  width: 130px;
  height: 130px;
  animation: ripple 1s linear forwards;
  -webkit-animation: ripple 1s linear forwards;
  -moz-animation: ripple 1s linear forwards;
  border-radius: 50%;
  position: relative;
}

#PageNotFound .wrap span strong {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-size: 32px;
  color: #d8342f;
  font-weight: 700;
}

.page-holder {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 0px) and (max-width: 1199.98px) {
  .page-holder {
    width: 100%;
  }
}

body.page-not-found main.scroller {
  height: calc(100vh - 76px);
}

body.page-not-found #PageNotFound {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#PageNotFound .img-one {
  position: absolute;
  top: 61px;
  right: 0;
  width: 33px;
  height: 33px;
}

#PageNotFound .img-one img {
  width: 100%;
  height: auto;
}

#PageNotFound .img-two {
  position: absolute;
  top: 0;
  right: 24px;
  width: 15px;
  height: 15px;
}

#PageNotFound .img-two img {
  width: 100%;
  height: auto;
}

#PageNotFound .img-ani {
  animation: blinker 1s linear forwards;
  -webkit-animation: blinker 1s linear forwards;
  -moz-animation: blinker 1s linear forwards;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 52, 47, 0.12),
      0 0 0 20px rgba(216, 52, 47, 0.05),
      0 0 0 40px rgba(216, 52, 47, 0.05),
      0 0 0 60px rgba(216, 52, 47, 0.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(216, 52, 47, 0.12),
      0 0 0 40px rgba(216, 52, 47, 0.05),
      0 0 0 60px rgba(216, 52, 47, 0.05),
      0 0 0 80px rgba(216, 52, 47, 0);
  }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 52, 47, 0.12),
      0 0 0 20px rgba(216, 52, 47, 0.05),
      0 0 0 40px rgba(216, 52, 47, 0.05),
      0 0 0 60px rgba(216, 52, 47, 0.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(216, 52, 47, 0.12),
      0 0 0 40px rgba(216, 52, 47, 0.05),
      0 0 0 60px rgba(216, 52, 47, 0.05),
      0 0 0 80px rgba(216, 52, 47, 0);
  }
}

@-moz-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 52, 47, 0.12),
      0 0 0 20px rgba(216, 52, 47, 0.05),
      0 0 0 40px rgba(216, 52, 47, 0.05),
      0 0 0 60px rgba(216, 52, 47, 0.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(216, 52, 47, 0.12),
      0 0 0 40px rgba(216, 52, 47, 0.05),
      0 0 0 60px rgba(216, 52, 47, 0.05),
      0 0 0 80px rgba(216, 52, 47, 0);
  }
}

@media (min-width: 0) and (max-width: 767.98px) {
  #PageNotFound span {
    font-size: 120px;
  }

  #PageNotFound p {
    margin-top: 80px;
  }

  #PageNotFound p br {
    display: none;
  }

  body.page-not-found main.scroller {
    height: inherit;
  }

  body.page-not-found #PageNotFound {
    text-align: center;
    position: static;
    top: 0;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }

  #PageNotFound {
    padding: 200px 0 100px;
  }
}

.legal-ani .awards {
  width: 100%;
  position: static;
  top: 0%;
  transform: none;
  margin: 0px auto;
  padding-top: 150px;
}

@media (min-width: 0) and (max-width: 767.98px) {
  .legal-ani .awards {
    padding-top: 100px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .legal-ani .awards {
    padding-top: 120px;
  }
}

body.page-id-2364 #Header,
body.page-id-2360 #Header {
  background-color: rgba(0, 0, 0, 0.6);
}

body.page-id-2364 .awards .wrap,
body.page-id-2360 .awards .wrap {
  margin-bottom: 60px;
}

.legal-pages {
  margin-bottom: 80px;
}

.legal-pages h1 {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: left;
}

.legal-pages h3 {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: left;
}

.legal-pages p,
.legal-pages ol {
  font-size: 18px;
  margin-bottom: 30px;
  color: #53555f;
}

.legal-pages ol li {
  color: #53555f;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.legal-pages a {
  color: #d8342f;
  font-weight: 500;
}

.legal-ani .awards .wrap {
  margin-bottom: 30px;
}

.legal-ani .awards .wrap {
  opacity: 1;
}

.legal-ani .awards .wrap span {
  display: inline-block;
  vertical-align: middle;
}

.legal-ani .awards .wrap span.logo {
  width: 160px;
}

.legal-ani .awards .wrap span img {
  width: 100%;
  height: auto;
}

.legal-ani .awards ul {
  margin: 0;
  padding: 0;
}

.legal-ani .awards ul li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  width: 138px;
  display: inline-block;
}

.legal-ani .awards ul li:last-child {
  margin-bottom: 0;
}

.legal-ani .awards ul li img {
  width: 100%;
  height: auto;
}

.page-id-2364 .inner-content,
.page-id-2360 .inner-content {
  padding-top: 0;
}

.legal-ani .awards h3 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}

.legal-ani .awards .wrap .image-shape img {
  max-width: 100%;
}

.legal-ani .awards .wrap .img-one {
  width: 23px;
}

.legal-ani .awards .wrap .img-two {
  width: 47px;
  margin-left: -14px;
}

.legal-ani .awards .wrap .img-three {
  width: 70px;
  margin-left: -21px;
}

.legal-ani .awards .wrap .img-four {
  width: 95px;
  margin-left: -41px;
}

.legal-ani .awards .wrap .title {
  margin-left: -39px;
}

.legal-ani .awards.wrap .title h3 {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.legal-ani .awards.wrap img {
  width: 100%;
  height: auto;
  margin-right: 0;
}

.image-shape {
  display: inline-block;
  vertical-align: middle;
}

.legal-ani .awards.wrap {
  opacity: 0;
  height: 100px;
  text-align: left;
}

.legal-ani .awards.wrap {
  opacity: 1;
}

.legal-ani .wrap .img-one {
  -webkit-animation: awdslidein 0.5s;
  /* Safari 4+ */
  -moz-animation: awdslidein 0.5s;
  /* Fx 5+ */
  -o-animation: awdslidein 0.5s;
  /* Opera 12+ */
  animation: awdslidein 0.5s;
  /* IE 10+, Fx 29+ */
  animation-delay: 0.1s;
  opacity: 0;

  animation-fill-mode: forwards;
}

.legal-ani .wrap .img-two {
  -webkit-animation: awdslidein 1s;
  /* Safari 4+ */
  -moz-animation: awdslidein 1s;
  /* Fx 5+ */
  -o-animation: awdslidein 1s;
  /* Opera 12+ */
  animation: awdslidein 1s;
  /* IE 10+, Fx 29+ */
  animation-delay: 0.5s;
  opacity: 0;

  animation-fill-mode: forwards;
}

.legal-ani .wrap .img-three {
  -webkit-animation: awdslidein 1s;
  /* Safari 4+ */
  -moz-animation: awdslidein 1s;
  /* Fx 5+ */
  -o-animation: awdslidein 1s;
  /* Opera 12+ */
  animation: awdslidein 1s;
  /* IE 10+, Fx 29+ */
  animation-delay: 1s;
  opacity: 0;

  animation-fill-mode: forwards;
}

.legal-ani .wrap .img-four {
  -webkit-animation: awdslidein 1s;
  /* Safari 4+ */
  -moz-animation: awdslidein 1s;
  /* Fx 5+ */
  -o-animation: awdslidein 1s;
  /* Opera 12+ */
  animation: awdslidein 1s;
  /* IE 10+, Fx 29+ */
  animation-delay: 1.5s;
  opacity: 0;

  animation-fill-mode: forwards;
}

.legal-ani .wrap .title {
  -webkit-animation: awdslidein 1s infinite;
  /* Safari 4+ */
  -moz-animation: awdslidein 1s;
  /* Fx 5+ */
  -o-animation: awdslidein 1s;
  /* Opera 12+ */
  animation: awdslidein 1s;
  /* IE 10+, Fx 29+ */
  animation-delay: 2s;
  opacity: 0;

  animation-fill-mode: forwards;
}

@-webkit-keyframes awdslidein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes awdslidein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes awdslidein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes awdslidein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body .thank-you-banner #Banner .banner-holder .title p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

body .thank-you-banner #Banner .banner-holder .title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

body .thank-you-banner #Banner .banner-holder .title a {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.3s
}

@media (min-width: 1199.98px) {
  body .thank-you-banner #Banner .banner-holder .title a:hover {
    background-color: #ffffff;
    color: #d8342f;
    transition: all 0.3s
  }
}

#RecentPost {
  padding-top: 60px;
}

#RecentPost h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  border-bottom: 1px solid rgba(102, 102, 102, 0.4);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

body .thank-you-banner #Banner .container .banner-holder .images .image-shape img {
  max-width: 100%;
}

@media (min-width: 0) and (max-width: 767.98px) {
  body.page-id-2364 .awards .wrap .title h3 {
    font-size: 26px;
  }

  body.page-id-2360 .awards .wrap .title h3 {
    font-size: 26px;
  }

  body .thank-you-banner #Banner .banner-holder p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
  }

  body .thank-you-banner #Banner .banner-holder p br {
    display: none;
  }

  body .thank-you-banner #Banner .banner-holder a {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: all 0.3s
  }

  body .thank-you-banner #Banner .banner-holder a:hover {
    background-color: #ffffff;
    color: #d8342f;
    transition: all 0.3s
  }

  #RecentPost {
    padding-top: 40px;
  }
}

@media screen and (max-device-width : 320px) and (orientation:portrait) {
  body.page-id-2364 .awards .wrap .title h3 {
    font-size: 22px;
  }

  body.page-id-2360 .awards .wrap .title h3 {
    font-size: 20px;
  }
}

@media (min-width: 0) and (max-width: 991.98px) {

  body.page-id-2364 .legal-pages h1,
  body.page-id-2360 .legal-pages h1 {
    font-size: 32px;
  }

  body.page-id-2364 .awards .wrap,
  body.page-id-2360 .awards .wrap {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .thank-you-banner #Banner .banner-holder .title p br {
    display: none;
  }
}

#recent-work .secondary-cta:hover {
  border: 1px solid #000 !important;
}

.landscape-message {
  display: none;
}

@media screen and (max-width: 936px) and (orientation: landscape) {
  body {
    display: none;
  }

  body.landscape-warning {
    display: block;
  }

  .landscape-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 9999999999999999999999;
    background: white;
  }
}


/* Landing page styles */
.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .custom-container {
    max-width: 1280px;
  }
}

/*Custom style begins here */
#TopSection {
  background: #000f82;
}

#TopSection .Banner {
  position: relative;
}

#TopSection .Banner .banner-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}

#TopSection .Banner picture {
  display: block;
}

#TopSection .Banner picture img {
  width: 100%;
  height: auto;
}

#TopSection .Banner .logo {
  padding-top: 30px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#TopSection .Banner .logo a {
  width: 130px;
  display: inline-block;
}

#TopSection .Banner .logo a img {
  width: 100%;
  height: auto;
  margin: 0;
}

#TopSection .Banner .logo .header-btn a {
  background-color: #d8342f;
  color: #ffffff;
  font-size: 14px;
  width: 160px;
  height: 40px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 12px 5px;
  transition: all 0.5;
  text-decoration: none;
}

#TopSection .Banner .logo .header-btn a:hover {
  opacity: 0.8;
  transition: all 0.5;
}

#TopSection .Banner h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 1;
  margin-top: 0;
}

#TopSection .Banner h1 strong {
  display: block;
  font-size: 44px;
  font-weight: 800;
}

#TopSection .Banner ul {
  margin: 0;
  padding: 0;
}

#TopSection .Banner ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
}

#TopSection .Banner ul li:first-child {
  border-right: 1px solid #dadada;
  margin-right: 24px;
  padding-right: 24px;
}

#TopSection .Banner .banner-wrapper ul li span {
  margin-left: 10px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

#TopSection .Banner ul li img {
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  transition: all 0.5s;
  margin-bottom: 0;
}

#TopSection .Banner ul li a:hover img {
  transform: scale(1.5);
  transition: all 0.5s;
}

#TopSection .Banner ul li:nth-child(1) a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

#TopSection .Banner ul li a:hover span {
  text-decoration: underline;
}

#TopSection .Banner ul li br {
  display: none;
}

#TopSection .Banner .banner-wrapper span,
#TopSection .Banner .banner-wrapper p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0;
}

#TopSection .Banner .slick-dots {
  bottom: 0;
}

#TopSection .Banner ul.slick-dots li:first-child {
  border: none;
  margin-right: 0px;
  padding-right: 0;
}

#TopSection .Banner ul.slick-dots li {
  margin-right: 5px !important;
}

#TopSection .Banner .slick-slider .slick-arrow {
  display: none !important;
}

#TopSection .Banner .slick-dots li button::before {
  background-color: #fff;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#TopSection .cta {
  margin-top: 30px;
}

#TopSection .cta a {
  background: #d8342f;
  color: #fff !important;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 50px;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}

#TopSection .cta a:hover {
  background: rgba(216, 52, 47, 0.9);
  transition: all 0.3s;
}

body.growth-marketing-summit-2025 .banner-wrapper .cta {
  display: none;
}

.ExclusiveGathering {
  background: #000f82;
  padding-bottom: 64px;
  padding-top: 60px;
}

.ExclusiveGathering h2 {
  color: #ffffff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-bottom: 60px;
  line-height: 1.5;
  margin: 0;
}

.ExclusiveGathering .invited {
  color: #ffffff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.ExclusiveGathering .pretitletext {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.ExclusiveGathering .hs-submit {
  margin-left: 14px;
}

.days-wrapper {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

body.growth-marketing-summit-2024 .days-wrapper,
body.growth-marketing-summit-2024-presentations .days-wrapper {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.days-wrapper .each-day {
  width: calc(100% / 3 - 28px);
  margin-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 28px 25px 25px;
  border-radius: 4px;
}

.days-wrapper .each-day:last-child {
  margin-right: 0;
}

.days-wrapper .each-day .day {
  border-radius: 4px;
  background: #000f82;
  font-size: 16px;
  color: #ffffff;
  padding: 9px 29px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  display: inline-block;
  top: -10px;
  margin-bottom: 10px;
  position: relative;
}

.profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  margin-bottom: 20px;
}

.img-holder {
  flex: 70px;
  max-width: 70px;
  overflow: hidden;
  border-radius: 50%;
  height: 70px;
  margin-right: 10px;
}

.img-holder img {
  border-radius: 50%;
  margin: 0 0 1.45rem;
  max-width: 100%;
  width: 70px;
  height: 70px;
  padding: 0;
}

.profile .name-holder {
  flex: 1 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

@media (max-width: 1199.98px) {
  .profile {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .profile .img-holder {
    margin-bottom: 10px;
  }

  .profile .name-holder {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
  }
}

.each-member {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4px;
  margin-bottom: 26px;
}

.each-member:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.each-member .name {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
}

.each-member .designation {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 14px;
}

.each-member .topic {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  min-height: 46px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.each-member .linkedin-wrap {
  margin-bottom: 0;
}

.each-member .linkedin-wrap a {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.each-member .linkedin-wrap a img {
  height: auto;
  margin: 0;
  width: 100%;
}

.days-wrapper .know-more {
  padding-top: 20px;
}

.days-wrapper .know-more a {
  background: #d8342f;
  color: #fff !important;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 50px;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}

.days-wrapper .know-more a:hover {
  background: rgba(216, 52, 47, 0.9);
  transition: all 0.3s;
}

.days-wrapper.attendee .each-day {
  padding: 25px 25px 25px 0;
  width: calc(100% / 4 - 31px);
  background: transparent;
}

.days-wrapper.attendee .each-day .each-member:nth-of-type(4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.days-wrapper.attendee .each-day .each-member:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.attendee .each-member .topic {
  min-height: auto;
}

.attendee .each-member .designation {
  font-size: 12px;
}

.attendee .each-member {
  padding-bottom: 26px;
}

/*.attendee .each-member .designation.extra-min {
  min-height: 43px;
}*/
.each-member.attendee .designation {
  min-height: 43px;
}

#TopSection .Banner ul li:first-child a {
  display: none;
}

.growth-marketing-summit-2025 .FaqSection {
  padding-bottom: 60px;
}

.growth-marketing-summit-2025 .LPFWrapper {
  padding: 0;
}

body.growth-marketing-summit-2025 .OtherAttendees {
  display: none;
}

.OtherAttendees {
  padding: 64px 0 24px;
  background: #000f82;
}

.OtherAttendees h3 {
  color: #ffffff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}

.attendees-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.each-attendee {
  width: calc(100% / 3);
  margin-bottom: 40px;
}

.each-attendee .name {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.each-attendee .designation {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
}

.mfp-title {
  display: none !important;
}

.each-attendee .company-name {
  margin-bottom: 16px;
}

.each-attendee .company-name,
.each-attendee .company-name p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.each-attendee a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.each-attendee a img {
  width: 100%;
  height: auto;
  margin: 0;
}

.FaqSection {
  background: #000f82;
  /* padding: 90px 0 80px; */
}

.FaqSection h4.faq-heading {
  color: #ffffff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.FaqSection h4 {
  color: #ffffff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  padding-bottom: 20px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.LPFWrapper h4 {
  color: #4a4a4a;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  padding-bottom: 40px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.LPFWrapper h4 a {
  color: #4a4a4a;
}

.LPFWrapper h4 a:hover {
  text-decoration: underline;
}

.LPFWrapper p a {
  background: #d8342f;
  color: #fff !important;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 50px;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}

.LPFWrapper p a:hover {
  background: rgba(216, 52, 47, 0.9);
  transition: all 0.3s;
}

.Facilities-Wrapper p {
  color: #4a4a4a;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 40px;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.facility-wrapper {
  margin-bottom: 50px;
}

.growth-marketing-summit-2024 .accordian-column,
.growth-marketing-summit-2024-presentations .accordian-column {
  padding-bottom: 40px;
}

.accordian-column {
  width: 1050px;
  margin: 0 auto;
}

.accordian-column .accordion {
  min-height: 300px;
  transition: all .3s;
}

.accordian-column .accordion .accordion-item {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  transition: all .3s;
}

.accordian-column .accordion .accordion-item:last-child {
  border-bottom: none;
  transition: all .3s;
}



.accordian-column .accordion button {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
  transition: all .3s;
}

.accordian-column .accordion .accordion-item button[aria-expanded="true"] {
  color: #fff;
}

.accordian-column .accordion button:hover,
.accordian-column .accordion button:focus {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
}

.accordian-column .accordion button:hover::after,
.accordian-column .accordion button:focus::after {
  cursor: pointer;
  color: #d3342e;
  border: 1px solid #c6c8ca;
}

.accordian-column .accordion button .accordion-title {
  padding: 14px;
}

.accordian-column .accordion button span.icon {
  background-image: url("/wp-content/uploads/2024/07/plus.png");
  /* transition: all .3s; */
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: unset;
}

.accordian-column .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 30px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

/* .accordian-column .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordian-column .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
} */

.accordian-column .accordion button[aria-expanded="true"] {
  color: #53555f;
  transition: all .3s;
}

.accordian-column .accordion .accordion-item.active button span.icon {
  background-image: url(/wp-content/uploads/2024/07/minus.jpg);
  transition: all .3s;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 3px;
  top: 35px;
}

/* .accordian-column .accordion button[aria-expanded="true"] span.icon {
  background-image: url("/wp-content/uploads/2024/07/minus.jpg");
  transition: all .3s;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 3px;
  top: 35px;
} */

/* .accordian-column .accordion button[aria-expanded="true"]+.accordion-content {
  display: block;
  max-height: 500px;
  opacity: 1;
  transition: max-height 1s linear;
} */

/* @media (min-width: 0) and (max-width: 1199.98px) {
  .accordian-column .accordion button[aria-expanded="true"]+.accordion-content {
    max-height: 1500px;
  }
} */

.accordian-column .accordion .accordion-content {
  /* display: none; */
  /* max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height ms linear; */
  padding-bottom: 15px;
  padding-left: 44px;
  padding-right: 35px;
  /* transition: all .3s; */
}

.accordian-column .accordion .accordion-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  margin: 0 0 20px 0;
  transition: all .3s;
}

.accordian-column .accordion .accordion-content ul {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  transition: all .3s;
  padding-left: 25px;
}

.accordian-column .accordion .accordion-content ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  margin-bottom: calc(1.45rem / 2);
}

.accordian-column .accordion .accordion-content ul li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.accordian-column .accordion .accordion-content ul li a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.accordian-column .accordion-box {
  padding: 0;
  margin: 0;
}

.accordian-column .accordion-box li {
  padding: 0;
  margin: 0 0 24px 0;
  list-style-type: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
  transition: all .3s;
}

.acc-btn {
  padding: 18px 32px 18px 32px;
}

.accordian-column .accordion-box li .acc-btn::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #dadada;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.3s;
}

.accordian-column .accordion-box li.active-block .acc-btn.active::before {
  content: none;
}

.accordian-column .accordion-box li .acc-btn::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #dadada;
  position: absolute;
  right: 39px;
  top: 21px;
  transition: all 0.3s;
}

.accordian-column .accordion-box li {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.accordian-column .accordion-box li .acc-content {
  display: none;
  padding: 0 32px 18px 32px;
}

.acc-content .content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  line-height: 1.4;
}

.accordian-column .accordion-box li.active-block {
  background: rgba(255, 255, 255, 0.1);
}

.acc-content .content p:last-child {
  margin-bottom: 10px;
}

.LPFWrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.facility-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.facility-wrapper img {
  width: 100%;
  height: auto;
}

.facility-wrapper .inner-wrapper {
  width: calc(100% / 2 - 8px);
}

.facility-wrapper .inner-wrapper img {
  border-radius: 4px;
  margin-bottom: 0;
}

.facility-wrapper .inner-wrapper:first-child .one-facility {
  margin-bottom: 16px;
}

.facility-wrapper .inner-wrapper:first-child {
  margin-right: 8px;
}

.facility-wrapper .inner-wrapper:last-child {
  margin-left: 8px;
}

.facility-wrapper .inner-wrapper:last-child .two-facility {
  margin-bottom: 16px;
}

.two-facility .each-facility:first-child {
  margin-right: 8px;
}

.two-facility .each-facility:last-child {
  margin-left: 8px;
}

.two-facility .each-facility {
  width: calc(100% / 2 - 8px);
}

.two-facility {
  display: flex;
  flex-wrap: wrap;
}

.AnyQuestion {
  background: #000f82;
  padding: 80px 0;
  text-align: center;
}

.AnyQuestion h5 {
  font-size: 30px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  padding-bottom: 42px;
  margin: 0;
}

.each-member .topic p {
  font-weight: 500;
}

.each-member .topic p {
  font-size: 14px;
}

.speaker {
  color: #4a4a4a;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

.coordinator {
  color: #4a4a4a;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 28px;
}

.AnyQuestion ul {
  margin: 0;
  padding: 0;
}

.AnyQuestion ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.AnyQuestion ul li:first-child,
.AnyQuestion ul li:nth-child(2) {
  border-right: 1px solid #6e6e6e;
  margin-right: 20px;
  padding-right: 20px;
}

.AnyQuestion ul li:nth-child(3) a {
  display: inline-block;
  width: 26px;
  margin: 0;
  padding: 0;
}

.AnyQuestion ul li:nth-child(3) a img {
  width: 100%;
  height: auto;
}

.AnyQuestion ul li a {
  color: #4a4a4a;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 10px;
}

.AnyQuestion ul li img {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}

.AnyQuestion ul li a:hover {
  text-decoration: underline;
}

#BottomSection {
  background: #010e73;
  padding: 38px 0;
}

.lp-footer .custom-container .align-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-footer .footer-logo {
  display: flex;
  align-items: center;
}

.lp-footer .footer-logo .logo {
  width: 35px;
}

.lp-footer .footer-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.lp-footer .footer-text a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-decoration: none;
}

.lp-footer .footer-text a:hover {
  text-decoration: underline;
}

.lp-footer .footer-logo img {
  width: 100% !important;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.lp-footer .copyright {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.lp-footer .copyright ul {
  padding: 0;
  margin: 0;
}

.lp-footer .copyright ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.lp-footer .copyright ul li:first-child {
  border-right: 1px solid #ffffff;
  padding-right: 20px;
  margin-right: 18px;
}

.lp-footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.lp-footer .copyright a:hover {
  text-decoration: underline;
}

.form-warp .hs-form-private .hs-fieldtype-text.field.hs-form-field {
  position: relative;
}

.talktoexpert-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 220px;
}

ul.no-list.hs-error-msgs.inputs-list li {
  list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
}

.hs_error_rollup {
  display: none;
}

body.growth-marketing-summit.scroll-down,
body.growth-marketing-summit.scroll-up {
  position: static;
  top: 0;
}

.AnyQuestion-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.AnyQuestion-wrap .inner-wrap:first-child {
  margin-right: 40px;
}

.AnyQuestion-wrap .inner-wrap:last-child {
  margin-left: 40px;
}

.AnyQuestion-wrap .inner-wrap {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 38px 40px;
}

button.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 32px 18px 32px;
  color: #fff;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

button.accordion-button:focus {
  outline: none;
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0;
  margin: 0 0 24px 0;
  list-style-type: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}

.accordion-item h2 {
  margin-bottom: 0;
}

.accordion-item h2.accordion-header {
  padding-bottom: 0;
}

.accordion-collapse {
  padding: 0 32px 18px 32px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  line-height: 1.4;
  color: #fff;
}

.accordion-body p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  line-height: 1.4;
  padding-right: 60px;
}

.accordion-body p a,
.accordion-body ul li a {
  color: #d8342f;
}

.accordion-body p:last-child {
  margin-bottom: 10px;
}

button.accordion-button::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #dadada;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.3s;
}

button.accordion-button::after {
  content: "";
  width: 2px;
  height: 20px;
  background: transparent;
  position: absolute;
  right: 39px;
  top: 21px;
  transition: all 0.3s;
}

button.accordion-button.collapsed::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #dadada;
  position: absolute;
  right: 39px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}

button.accordion-button.collapsed::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #dadada;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}

.days-wrapper .wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
}

.view-ppt a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}

.view-ppt a:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.view-ppt a:hover::before {
  right: -23px;
  transition: all 0.3s;
}

.view-ppt {
  line-height: 1;
  border-left: 1px solid #fff;
  margin-left: 12px;
  padding-left: 12px;
}

.view-ppt a::before {
  background: url('/wp-content/uploads/2024/07/angle-right.svg') no-repeat 0 0;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-size: contain;
  position: absolute;
  right: -19px;
  top: 5px;
  transition: all 0.3s;
}

.days-wrapper.attendee .each-day:nth-child(4) .each-member:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.growth-marketing-summit-2024 .days-wrapper.attendee .each-day:nth-child(4) .each-member:last-child,
.growth-marketing-summit-2024-presentations .days-wrapper.attendee .each-day:nth-child(4) .each-member:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#TopSection .cta {
  scroll-margin-top: 10px;
}

.growth-marketing-summit-rsvp .ExclusiveGathering,
.growth-marketing-summit-2025 .ExclusiveGathering {
  padding-top: 0;
}

.growth-marketing-summit-rsvp .LPFWrapper h4 {
  padding-bottom: 20px;
}

.growth-marketing-summit-rsvp .facility-wrapper {
  margin-bottom: 20px;
}

.growth-marketing-summit-rsvp .lp-form-wrap,
.growth-marketing-summit-2024 .lp-form-wrap,
.growth-marketing-summit-2025 .lp-form-wrap {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 30px 35px;
  margin-bottom: 60px;
}

.growth-marketing-summit-rsvp .lp-form-wrap form,
.growth-marketing-summit-2024 .lp-form-wrap form,
.growth-marketing-summit-2025 .lp-form-wrap form {
  display: flex;
  align-items: center;
  margin-bottom: 1.45rem;
}

.growth-marketing-summit-rsvp .lp-form-wrap form fieldset,
.growth-marketing-summit-2024 .lp-form-wrap form fieldset,
.growth-marketing-summit-2025 .lp-form-wrap form fieldset {
  max-width: 100% !important;
  flex-basis: 84%;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field,
.growth-marketing-summit-2024 .lp-form-wrap .hs-form-field,
.growth-marketing-summit-2025 .lp-form-wrap .hs-form-field {
  width: 28%;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field label,
.growth-marketing-summit-2024 .lp-form-wrap .hs-form-field label,
.growth-marketing-summit-2025 .lp-form-wrap .hs-form-field label {
  margin-bottom: 0;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field label span,
.growth-marketing-summit-2024 .lp-form-wrap .hs-form-field label span,
.growth-marketing-summit-2025 .lp-form-wrap .hs-form-field label span {
  font-size: 14px;
  color: #fff;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field input,
.growth-marketing-summit-2024 .lp-form-wrap .hs-form-field input,
.growth-marketing-summit-2025 .lp-form-wrap .hs-form-field input {
  background-color: transparent;
  max-width: 100%;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #fff;
  width: 90%;
  border-radius: 0;
  margin-top: 8px;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-submit,
.growth-marketing-summit-2024 .lp-form-wrap .hs-submit,
.growth-marketing-summit-2025 .lp-form-wrap .hs-submit {
  margin-left: 0;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-submit input,
.growth-marketing-summit-2024 .lp-form-wrap .hs-submit input,
.growth-marketing-summit-2025 .lp-form-wrap .hs-submit input {
  background-color: #d8342f;
  padding: 10px 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 50px;
  border: none;
}

.growth-marketing-summit-rsvp .lp-form-wrap .hs-submit input:hover,
.growth-marketing-summit-2024 .lp-form-wrap .hs-submit input:hover,
.growth-marketing-summit-2025 .lp-form-wrap .hs-submit input:hover {
  background: rgba(216, 52, 47, 0.9);
  transition: all 0.3s;
  cursor: pointer;
}

.ExclusiveGathering .three-block-title {
  padding-top: 60px;
}

.ExclusiveGathering .three-block-title h2 {
  padding-bottom: 35px;
}

.growth-marketing-summit-rsvp .three-block-desc {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.growth-marketing-summit-rsvp .three-block-desc h2 {
  padding-bottom: 0;
}

.growth-marketing-summit-2024 .OtherAttendees {
  background-color: #000f82;
}

.growth-marketing-summit-2024-presentations .OtherAttendees {
  background-color: #010e73;
}

.growth-marketing-summit-2024 .FaqSection,
.growth-marketing-summit-2024-presentations .FaqSection {
  padding-top: 50px;
}

.growth-marketing-summit-rsvp .OtherAttendees {
  background-color: #fff;
  color: #000;
  padding-bottom: 0;
}

.growth-marketing-summit-rsvp .OtherAttendees .days-wrapper {
  padding-bottom: 0;
}

.growth-marketing-summit-rsvp .days-wrapper.attendee .each-day {
  padding-bottom: 10px;
}

.growth-marketing-summit-rsvp .OtherAttendees h3,
.growth-marketing-summit-rsvp .attendee .each-member .name,
.growth-marketing-summit-rsvp .attendee .each-member .topic {
  color: #4a4a4a;
}

.growth-marketing-summit-rsvp .attendee .each-member .designation {
  color: rgba(74, 74, 74, 0.6);
}

.growth-marketing-summit-rsvp .attendee .each-member,
.growth-marketing-summit-rsvp .days-wrapper.attendee .each-day .each-member:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.growth-marketing-summit-rsvp .days-wrapper.attendee .each-day:last-child .each-member:last-child,
.growth-marketing-summit-rsvp .days-wrapper.attendee .each-day .each-member:last-child {
  border-bottom: 0;
}

.growth-marketing-summit-rsvp .LPFWrapper {
  background-color: #000f82;
}

.growth-marketing-summit-rsvp .LPFWrapper h4 {
  color: #fff;
}

.growth-marketing-summit-rsvp .LPFWrapper p {
  color: rgba(255, 255, 255, 0.8);
}

.growth-marketing-summit-rsvp .LPFWrapper p a {
  display: none;
}

.growth-marketing-summit-rsvp .AnyQuestion {
  background-color: #fff;
}

.growth-marketing-summit-rsvp .AnyQuestion ul li:nth-child(2) {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.growth-marketing-summit-rsvp .submitted-message,
.growth-marketing-summit-2025 .submitted-message {
  position: static;
  transform: none;
}

.growth-marketing-summit-rsvp .submitted-message p,
.growth-marketing-summit-2025 .submitted-message p {
  font-size: 20px !important;
  margin-bottom: 10px;
  color: #fff !important;
  font-weight: 400;
  line-height: 1.3;
}

body.growth-marketing-summit-2024 .attendee .each-member,
body.growth-marketing-summit-2024-presentations .attendee .each-member {
  width: calc(100% / 4 - 50px);
  margin-right: 56px;
}

body.growth-marketing-summit-2024 .attendee .each-member:nth-child(4n),
body.growth-marketing-summit-2024-presentations .attendee .each-member:nth-child(4n) {
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.growth-marketing-summit-2024 .days-wrapper.attendee,
body.growth-marketing-summit-2024-presentations .days-wrapper.attendee {
  padding-top: 25px;
}


body.growth-marketing-summit-2024 .attendee .each-member:last-child,
body.growth-marketing-summit-2024-presentations .attendee .each-member:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

body.growth-marketing-summit-2024 .LPFWrapper,
body.growth-marketing-summit-2024-presentations .LPFWrapper {
  padding-top: 70px;
}

body.growth-marketing-summit-2024 .attendee .each-member .designation,
body.growth-marketing-summit-2024-presentations .attendee .each-member .designation {
  font-size: 14px;
}

body.growth-marketing-summit-2024 .OtherAttendees,
body.growth-marketing-summit-2024-presentations .OtherAttendees {
  padding: 64px 0 56px;
}

.growth-marketing-summit-2024 .FaqSection,
.growth-marketing-summit-2024-presentations .FaqSection {
  padding-top: 70px;
}

.growth-marketing-summit-2024 .accordian-column,
.growth-marketing-summit-2024-presentations .accordian-column {
  padding-bottom: 70px;
}

body.growth-marketing-summit-2024 .ExclusiveGathering h2,
body.growth-marketing-summit-2024-presentations .ExclusiveGathering h2 {
  padding-bottom: 40px;
}

body.growth-marketing-summit-2024 .LPFWrapper h4 br,
body.growth-marketing-summit-2024-presentations .LPFWrapper h4 br {
  display: none;
}

@media (max-width: 369.98px) {

  .growth-marketing-summit-2024 .ExclusiveGathering,
  .growth-marketing-summit-2024-presentations .ExclusiveGathering {
    padding-top: 130px;
  }
}

/*Portrait and Landscape*/
@media (min-width: 0) and (max-width: 767.98px) {
  #TopSection .Banner h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  #TopSection .Banner h1 strong {
    font-size: 36px;
  }

  #TopSection .Banner .logo {
    padding-bottom: 60px;
  }

  #TopSection .Banner ul li {
    display: block;
  }

  #TopSection .Banner ul li:first-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  #TopSection .Banner ul li br {
    display: block;
  }

  #TopSection .Banner .banner-wrapper ul li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-weight: 400;
    width: 90%;
  }

  #TopSection .Banner ul.slick-dots li {
    display: inline-block !important;
  }

  #TopSection .Banner ul li:nth-child(2) img {
    width: 18px;
  }

  .ExclusiveGathering {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .growth-marketing-summit-rsvp .ExclusiveGathering,
  .growth-marketing-summit-2025 .ExclusiveGathering {
    padding-top: 40px;
  }

  .each-attendee {
    width: 100%;
    margin-bottom: 40px;
  }

  .accordian-column {
    width: 100%;
  }

  .lp-footer .custom-container .align-center {
    flex-wrap: wrap;
  }

  .lp-footer .copyright {
    margin-top: 20px;
    text-align: left;
  }

  #TopSection .Banner .banner-wrapper ul li:nth-child(1) span {
    margin-left: 12px;
  }

  .lp-footer .copyright ul li:first-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }

  .each-member .designation {
    min-height: 0;
  }

  .align-center {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ExclusiveGathering h2 {
    font-size: 20px;
  }

  .ExclusiveGathering .three-block-title {
    padding-top: 35px;
  }

  .FaqSection h4,
  .LPFWrapper h4 {
    line-height: 1.3;
    padding-bottom: 30px;
  }

  .FaqSection {
    margin-top: 60px;
  }

  .OtherAttendees h3,
  .AnyQuestion h5 {
    font-size: 26px;
  }

  .AnyQuestion ul li:first-child,
  .AnyQuestion ul li:nth-child(2) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .AnyQuestion ul li:nth-child(3) a {
    width: 36px;
  }

  .each-member .topic {
    min-height: auto;
  }

  .acc-btn {
    padding: 18px 60px 18px 32px;
    line-height: 1.4;
  }

  .lp-footer .footer-logo {
    margin-bottom: 20px;
  }

  .AnyQuestion ul li {
    display: block;
  }

  .ExclusiveGathering .hs-submit {
    margin-left: 0;
    margin-top: 20px;
  }

  .days-wrapper {
    padding-bottom: 20px;
  }

  .OtherAttendees {
    padding: 50px 0 24px;
  }

  .FaqSection,
  .AnyQuestion {
    padding: 40px 0;
  }

  .facility-wrapper .inner-wrapper:first-child {
    margin-right: 0;
  }

  .facility-wrapper .inner-wrapper {
    width: 100%;
  }

  .two-facility .each-facility:first-child {
    margin-right: 0;
  }

  .two-facility .each-facility {
    width: 100%;
  }

  .two-facility .each-facility:last-child {
    margin-left: 0;
  }

  .facility-wrapper .inner-wrapper:last-child {
    margin-left: 0;
  }

  .facility-wrapper .inner-wrapper:last-child .two-facility {
    margin-bottom: 0;
  }

  .two-facility .each-facility:first-child {
    margin-right: 0;
  }

  .two-facility .each-facility:last-child {
    margin-left: 0;
  }

  /* .growth-marketing-summit-2024-presentations #TopSection .Banner,
  .growth-marketing-summit-2024 #TopSection .Banner,
  .growth-marketing-summit #TopSection .Banner {
    padding-bottom: 60px;
  } */

  .accordian-column .accordion button {
    padding: 10px 20px;
  }

  .accordian-column .accordion .accordion-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .accordian-column .accordion button .accordion-title {
    padding: 14px 35px 14px 5px;
  }

  .accordion-body p {
    padding-right: 26px;
  }

  .two-facility .each-facility {
    width: 100%;
  }

  .each-facility {
    margin-bottom: 16px;
  }

  .AnyQuestion-wrap {
    flex-direction: column;
  }

  .AnyQuestion-wrap .inner-wrap:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .AnyQuestion-wrap .inner-wrap:last-child {
    margin-left: 0;
  }

  .AnyQuestion-wrap .inner-wrap {
    padding: 38px 40px;
  }

  .LPFWrapper {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .Facilities-Wrapper p {
    line-height: 1.5;
  }

  .facility-wrapper {
    margin-bottom: 40px;
  }

  .days-wrapper .each-day {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .day-content .title {
    font-size: 22px;
  }

  .days-wrapper.attendee .each-day {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .attendee .each-member .designation {
    min-height: auto;
  }

  .days-wrapper.attendee .each-day .each-member:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 26px;
    margin-bottom: 26px;
  }

  .days-wrapper.attendee .each-day {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  .days-wrapper.attendee .each-day:last-child .each-member:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .days-wrapper .wrapper {
    margin-top: 20px;
  }

  .OtherAttendees h3 {
    margin-bottom: 30px;
    line-height: 1.4;
  }

  body.growth-marketing-summit-2024 .attendee .each-member,
  body.growth-marketing-summit-2024-presentations .attendee .each-member {
    width: 100%;
    margin-right: 0;
  }

  /*body.daytwo-active #DaysSticky ul li:nth-child(1),
  body.daytwo-active #DaysSticky ul li:nth-child(2),
  body.daythree-active #DaysSticky ul li:nth-child(1),
  body.daythree-active #DaysSticky ul li:nth-child(3),
  body.dayfour-active #DaysSticky ul li:nth-child(1),
  body.dayfour-active #DaysSticky ul li:nth-child(4) {
    margin: 0 30px 20px 0;
    width: 130px;
  }
  body.daytwo-active #DaysSticky ul li:nth-child(2) {
    margin-right: 0;
  }
  body.dayfour-active #DaysSticky ul li:nth-child(4) {
    margin-right: 0;
  }*/

  button.accordion-button {
    padding: 18px 66px 18px 32px;
  }

  button.accordion-button {
    line-height: 1.4;
  }

  .day-content {
    width: 100%;
  }

  #TopSection {
    margin-bottom: 0;
  }

  #TopSection .Banner .logo a {
    width: 100px;
  }

  #TopSection .Banner .logo .header-btn a {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
  }

  #TopSection .Banner .logo .header-btn {
    margin-top: 4px;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap form,
  .growth-marketing-summit-2024 .lp-form-wrap form,
  .growth-marketing-summit-2025 .lp-form-wrap form {
    display: block;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field,
  .growth-marketing-summit-2024 .lp-form-wrap .hs-form-field,
  .growth-marketing-summit-2025 .lp-form-wrap .hs-form-field {
    margin-bottom: 40px;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field input,
  .growth-marketing-summit-2024 .lp-form-wrap .hs-form-field input,
  .growth-marketing-summit-2025 .lp-form-wrap .hs-form-field input {
    width: 100% !important;
  }

  .growth-marketing-summit-rsvp .FaqSection,
  .growth-marketing-summit-2024 .FaqSection,
  .growth-marketing-summit-2025 .FaqSection {
    margin-top: 0;
    padding-top: 20px;
  }

  .growth-marketing-summit-rsvp .OtherAttendees .days-wrapper {
    padding-bottom: 20px;
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-day .each-member:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-day .each-member:last-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .growth-marketing-summit-rsvp .submitted-message p,
  .growth-marketing-summit-2025 .submitted-message p {
    font-size: 18px !important;
  }

  .growth-marketing-summit-2024 .accordian-column,
  .growth-marketing-summit-2024-presentations .accordian-column {
    padding-bottom: 0;
  }

  .growth-marketing-summit-2024 .FaqSection,
  .growth-marketing-summit-2024-presentations .FaqSection {
    margin-top: 0;
  }

  body.growth-marketing-summit-2024 .LPFWrapper,
  body.growth-marketing-summit-2024-presentations .LPFWrapper {
    padding-top: 60px;
  }

  body.growth-marketing-summit-2024 .days-wrapper,
  body.growth-marketing-summit-2024-presentations .days-wrapper {
    padding-bottom: 30px;
  }

  body.growth-marketing-summit-2024 .each-member .name,
  body.growth-marketing-summit-2024-presentations .each-member .name {
    font-size: 20px;
  }

  body.growth-marketing-summit-2024 .each-member .designation,
  body.growth-marketing-summit-2024-presentations .each-member .designation {
    font-size: 16px;
  }

  body.growth-marketing-summit-2024 .each-member .topic,
  body.growth-marketing-summit-2024-presentations .each-member .topic {
    font-size: 16px;
  }

  body.growth-marketing-summit-2024 .attendee .each-member .designation,
  body.growth-marketing-summit-2024-presentations .attendee .each-member .designation {
    font-size: 16px;
  }

  body.growth-marketing-summit-2024 .days-wrapper.attendee,
  body.growth-marketing-summit-2024-presentations .days-wrapper.attendee {
    padding-bottom: 10px;
  }

  .growth-marketing-summit-2024 .days-wrapper.attendee .each-member:last-child,
  .growth-marketing-summit-2024-presentations .days-wrapper.attendee .each-member:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .growth-marketing-summit-2024 .FaqSection,
  .growth-marketing-summit-2024-presentations .FaqSection {
    padding-top: 60px;
  }

  body.growth-marketing-summit-2024 .each-member .topic p,
  body.growth-marketing-summit-2024-presentations .each-member .topic p {
    font-size: 16px;
  }

  body.growth-marketing-summit-2024 .OtherAttendees h3,
  body.growth-marketing-summit-2024-presentations .OtherAttendees h3,
  .AnyQuestion h5 {
    font-size: 30px;
  }

  body.growth-marketing-summit-2024 .days-wrapper.attendee,
  body.growth-marketing-summit-2024-presentations .days-wrapper.attendee {
    padding-top: 15px;
  }

  body.growth-marketing-summit-2024 .LPFWrapper h4 br,
  body.growth-marketing-summit-2024-presentations .LPFWrapper h4 br {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .growth-marketing-summit-rsvp ul.no-list.hs-error-msgs.inputs-list {
    width: 110px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  #TopSection .Banner {
    position: relative;
    height: 350px;
  }

  #TopSection .Banner .slick-slider {
    position: static;
  }

  .growth-marketing-summit-rsvp .OtherAttendees .days-wrapper {
    padding-bottom: 20px;
  }

  .days-wrapper .each-day {
    width: calc(100% / 3 - 15px);
    margin-right: 20px;
  }

  .each-member {
    min-height: 170px;
  }

  .accordian-column {
    width: 100%;
  }

  .ExclusiveGathering .hs-submit {
    margin-left: 0;
    margin-top: 20px;
  }

  .AnyQuestion-wrap {
    flex-direction: column;
  }

  .AnyQuestion-wrap .inner-wrap:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .AnyQuestion-wrap .inner-wrap:last-child {
    margin-left: 0;
  }

  .day-content .title {
    font-size: 26px;
  }

  .attendee .each-member .designation {
    font-size: 12px;
    min-height: auto;
  }

  .each-member .designation {
    min-height: 50px;
  }

  .each-member .designation {
    min-height: 60px;
  }

  .each-member .name {
    font-size: 16px;
  }

  .day-content,
  #DaysSticky ul {
    width: 100%;
  }

  body.growth-marketing-summit .days-wrapper {
    padding-bottom: 0;
  }

  .days-wrapper.attendee .each-member .topic {
    min-height: auto;
  }

  .days-wrapper.attendee .each-day {
    padding: 25px 25px 25px 0;
    width: 100%;
    background: transparent;
  }

  .days-wrapper.attendee .each-day .each-member:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 26px;
    margin-bottom: 26px;
  }

  body.growth-marketing-summit-2024 .attendee .each-member,
  body.growth-marketing-summit-2024-presentations .attendee .each-member {
    width: calc(100% / 2 - 50px);
  }

  .days-wrapper.attendee .each-day:last-child .each-member:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .days-wrapper .wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-items: flex-start;
  }

  .view-ppt {
    line-height: 1;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 16px;
  }

  .each-member .topic {
    min-height: 60px;
  }

  .days-wrapper .wrapper {
    min-height: 0;
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-day {
    width: calc(100% / 2 - 31px);
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-day .each-member:last-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-member {
    min-height: auto;
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-day:nth-child(3) .each-member:last-child {
    border-bottom: none;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap form,
  .growth-marketing-summit-2025 .lp-form-wrap form {
    display: block;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field,
  .growth-marketing-summit-2025 .lp-form-wrap .hs-form-field {
    margin-bottom: 40px;
  }

  .growth-marketing-summit-2024 .days-wrapper.attendee .each-member,
  .growth-marketing-summit-2024-presentations .days-wrapper.attendee .each-member {
    min-height: auto;
  }

  .growth-marketing-summit-2024 .days-wrapper.attendee .each-member:last-child,
  .growth-marketing-summit-2024-presentations .days-wrapper.attendee .each-member:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .growth-marketing-summit-2024 .days-wrapper.attendee .each-day,
  .growth-marketing-summit-2024-presentations .days-wrapper.attendee .each-day {
    padding-bottom: 0;
  }

  body.growth-marketing-summit-2024 .attendee .each-member:nth-child(4n),
  body.growth-marketing-summit-2024 .attendee .each-member:nth-child(2n),
  body.growth-marketing-summit-2024-presentations .attendee .each-member:nth-child(4n),
  body.growth-marketing-summit-2024-presentations .attendee .each-member:nth-child(2n) {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  body.growth-marketing-summit-2024 .LPFWrapper h4 br,
  body.growth-marketing-summit-2024-presentations .LPFWrapper h4 br {
    display: none;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  #TopSection .Banner {
    position: relative;
    height: 350px;
  }

  #TopSection .Banner .slick-slider {
    position: static;
  }

  #TopSection .each-member {
    min-height: 150px;
  }


  .AnyQuestion-wrap {
    flex-direction: column;
    align-items: center;
  }

  .AnyQuestion-wrap .inner-wrap:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .AnyQuestion-wrap .inner-wrap:last-child {
    margin-left: 0;
  }

  .AnyQuestion-wrap .inner-wrap {
    width: 70%;
  }

  #WhatsApp a .onhover {
    display: none;
  }

  .each-member .designation {
    min-height: 50px;
  }

  .day-content,
  #DaysSticky ul {
    width: 100%;
  }

  .attendee .each-member .designation {
    min-height: 66px;
  }

  .attendee .each-member .name {
    font-size: 16px;
  }

  .days-wrapper.attendee .each-day {
    padding: 25px 0 25px 0;
    width: calc(100% / 4 - 20px);
    background: transparent;
    margin-right: 20px;
  }

  .attendee .each-member .designation {
    min-height: auto;
  }

  .attendee .each-member .designation {
    font-size: 10px;
  }

  .growth-marketing-summit-rsvp .days-wrapper.attendee .each-member,
  .growth-marketing-summit-2024 .days-wrapper.attendee .each-member,
  .growth-marketing-summit-2024-presentations .days-wrapper.attendee .each-member {
    min-height: auto;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap form {
    display: block;
  }

  .growth-marketing-summit-rsvp .lp-form-wrap .hs-form-field {
    margin-bottom: 30px;
  }

  body.growth-marketing-summit-2024 .LPFWrapper h4 br,
  body.growth-marketing-summit-2024-presentations .LPFWrapper h4 br {
    display: none;
  }

  .hs-form-field {
    position: relative;
  }

  ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    width: 100%;
    padding-right: 10px;
  }

  ul.no-list.hs-error-msgs.inputs-list li {
    line-height: 1 !important;
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .BottomSection .align-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 0) and (max-width: 1199.98px) {
  .accordian-column {
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 991.98px) {

  body.growth-marketing-summit-2024 .attendee .each-member:last-child,
  body.growth-marketing-summit-2024-presentations .attendee .each-member:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {

  body.growth-marketing-summit-2024 .attendee .each-member:nth-last-child(-n+4),
  body.growth-marketing-summit-2024-presentations .attendee .each-member:nth-last-child(-n+4) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/*Custom style ends here */

/* podcast banner styles update */

.podcast-banner .banner-img:after {
  content: none;
}

.podcast-banner-wrap .podcast-banner .banner-text {
  flex-basis: calc(100% - 450px);
  padding-right: 120px;
}

.podcast-banner-wrap .podcast-banner .banner-text .episodes-logo {
  justify-content: flex-start;
  padding: 0 0 20px;
}

.podcast-banner-wrap .podcast-banner .banner-text .episodes-logo p.second-banner-text {
  margin: 0 !important;
}

.podcast-banner-wrap .podcast-banner .banner-text .episodes-logo a.each-logo {
  width: 30px;
}

.podcast-banner-wrap .podcast-banner .banner-img {
  flex-basis: 400px;
  position: unset;
}

.podcast-banner-wrap .podcast-banner .banner-img h1 {
  display: none;
}

.image-wrap {
  border: 1px solid rgb(92, 91, 91, 0.4);
  border-radius: 40px;
  width: 264px;
  height: 300px;
  position: relative;
  margin-left: 107px;
  margin-bottom: 30px;
  z-index: 9;
}

.image-wrap::before {
  background: url('/wp-content/uploads/2024/08/border-down-arrow.svg');
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 190px;
  left: -16px;
}

.image-wrap::after {
  background: url('/wp-content/uploads/2024/08/border-down-arrow.svg');
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 86px;
  right: -16px;
  rotate: 180deg;
  z-index: 9;
}

.rajiv-img {
  width: 210px;
  height: 210px;
  position: absolute;
  left: -108px;
  top: -56px;
}

.rajiv-img img,
.spark-of-ages img {
  width: 100%;
  height: auto;
}

.spark-of-ages {
  width: 170px;
  height: 170px;
  position: absolute;
  left: 46px;
  top: 60px;
  z-index: 9;
}

.podcaster-img {
  width: 130px;
  height: 130px;
  position: absolute;
  right: -24px;
  bottom: -18px;
}

.podcaster-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.recent-episodes {
  display: flex;
  align-items: center;
  background-color: rgba(12, 25, 37, 0.7);
  padding: 10px;
  border: 1px dashed rgba(92, 91, 91, 0.7);
  border-radius: 10px;
  width: 318px;
  position: relative;
}

.recent-episodes.audioActive {
  min-height: 90px;
}

.recent-episodes::after {
  background: url('/wp-content/uploads/2024/08/dashedline-arrow.svg');
  content: '';
  width: 40px;
  height: 80px;
  position: absolute;
  right: -40px;
  top: -34px;
  background-repeat: no-repeat;
  z-index: 0;
}

.recent-episodes .play-podcast-icon {
  flex: 1 60px;
  max-width: 60px;
  margin-right: 10px;
}

.play-podcast-icon span.playIcon {
  padding: 3px;
  border: 1px solid rgba(46, 167, 223, 0.6);
  border-radius: 50%;
  cursor: pointer;
  display: block;
}

.recent-episodes .play-podcast-icon.play-area span.playIcon span {
  display: flex;
  font-size: 0;
  background: rgba(46, 167, 223, 0.6);
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.recent-episodes .play-podcast-icon.play-area span.playIcon span i {
  font-size: 15px;
  padding-left: 3px;
  color: #fff;
}

.play-podcast-content {
  /* min-height: 98px; */
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.recent-episodes .play-podcast-content .audio-player {
  display: none;
}

.recent-episodes p.author-name span {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: #2ea7df;
  text-decoration: none;
}

.recent-episodes .title-wrap p.author-name {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: #b5b5b5;
  text-decoration: none;
  margin-bottom: 3px;
}

.recent-episodes .title-wrap .podcast-title {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
}

.recent-episodes .audio-player {
  z-index: 99999;
  width: 100%;
  /* padding: 20px 0; */
  height: 58px;
}

.recent-episodes .audio-player audio {
  width: 100%;
  height: 40px;
  position: relative;
  top: 16px;
}

.recent-episodes .audio-player .closebtn {
  position: absolute;
  color: #fff;
  top: 4px;
  right: 5px;
  cursor: pointer;
  z-index: 9999;
  width: 25px;
  height: 25px;
  text-align: center;
}


/* Audio wave styles */
#bars {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 180px;
  margin: -30px 0 0 -20px;
  transform: scale(2) translateX(-50%);
  /*   border:solid 1px red; */
}

.bar {
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: 1px;
  background: #000;
  animation: sound 0ms -800ms linear infinite alternate;
  transform: translateY(50%);
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }

  100% {
    opacity: 1;
    height: 28px;
  }
}

/* Audio wave styles ends */
.voice-wave-1 {
  position: absolute;
  top: -25px;
  right: 0;
  animation-delay: 0s;
}

.voice-wave-2 {
  position: absolute;
  bottom: -25px;
  left: -5px;
  animation-delay: 5s;
}

.voice-wave-1 ul,
.voice-wave-2 ul {
  background: transparent;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  transition: ease 0.2s;
  position: relative;
}

.voice-wave-1 ul li,
.voice-wave-2 ul li {
  list-style: none;
  height: 30px;
  width: 2px;
  border-radius: 10px;
  background: #383838;
  margin: 0 3px !important;
  padding: 0;
  animation-name: wave4;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: ease 0.2s;
}

.voice-wave-1 ul li:nth-child(2),
.voice-wave-2 ul li:nth-child(2) {
  animation-name: wave2;
  animation-delay: 0.2s;
}

.voice-wave-1 ul li:nth-child(3),
.voice-wave-2 ul li:nth-child(3) {
  animation-name: wave3;
  animation-delay: 0.23s;
  animation-duration: 0.4s;
}

.voice-wave-1 ul li:nth-child(4),
.voice-wave-2 ul li:nth-child(4) {
  animation-name: wave4;
  animation-delay: 0.1s;
  animation-duration: 0.3s;
}

.voice-wave-1 ul li:nth-child(5),
.voice-wave-2 ul li:nth-child(5) {
  animation-delay: 0.5s;
}

.voice-wave-1 ul li:nth-child(6),
.voice-wave-2 ul li:nth-child(6) {
  animation-name: wave2;
  animation-duration: 0.5s;
}

.voice-wave-1 ul li:nth-child(8),
.voice-wave-2 ul li:nth-child(8) {
  animation-name: wave4;
  animation-delay: 0.4s;
  animation-duration: 0.25s;
}

.voice-wave-1 ul li:nth-child(9),
.voice-wave-2 ul li:nth-child(9) {
  animation-name: wave3;
  animation-delay: 0.15s;
}

.voice-wave-1 ul li:nth-child(10),
.voice-wave-2 ul li:nth-child(10) {
  animation-delay: 0.5s;
}

.voice-wave-1 ul li:nth-child(11),
.voice-wave-2 ul li:nth-child(11) {
  animation-name: wave2;
  animation-duration: 0.5s;
}

.voice-wave-1 ul li:nth-child(12),
.voice-wave-2 ul li:nth-child(12) {
  animation-name: wave3;
  animation-delay: 0.4s;
  animation-duration: 0.25s;
}

.voice-wave-1 ul li:nth-child(13),
.voice-wave-2 ul li:nth-child(13) {
  animation-name: wave4;
  animation-delay: 0.15s;
}

.voice-wave-1 ul li:nth-child(14),
.voice-wave-2 ul li:nth-child(14) {
  animation-name: wave4;
  animation-duration: 0.5s;
}

.voice-wave-1 ul li:nth-child(15),
.voice-wave-2 ul li:nth-child(15) {
  animation-name: wave4;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
}

.image-wrap.paused .voice-wave-1 ul li,
.image-wrap.paused .voice-wave-2 ul li {
  animation-name: unset;
  animation-duration: unset;
  animation-iteration-count: unset;
  animation-direction: unset;
  height: 10px;
}

@keyframes wave1 {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0.5);
  }
}

@keyframes wave2 {
  from {
    transform: scaleY(0.3);
  }

  to {
    transform: scaleY(0.6);
  }
}

@keyframes wave3 {
  from {
    transform: scaleY(0.6);
  }

  to {
    transform: scaleY(0.8);
  }
}

@keyframes wave4 {
  from {
    transform: scaleY(0.2);
  }

  to {
    transform: scaleY(0.5);
  }
}

.voice-wave-1.play ul li,
.voice-wave-2.play ul li {
  animation-play-state: running;
  /* Animation plays when this class is added */
}

@media (min-width: 0) and (max-width: 767.98px) {
  .podcast-banner-wrap .podcast-banner .banner-text {
    padding-right: 0;
    padding-bottom: 20px;
    flex: 1 100%;
    max-width: 100%;
    order: 2;
  }

  .podcast-banner-wrap .podcast-banner .banner-text .episodes-logo p.second-banner-text {
    width: unset;
  }

  .podcast-banner-wrap .podcast-banner .banner-img {
    flex-basis: unset;
    margin: 0 auto;
    order: 1;
    padding-top: 0px;
  }

  .podcast-banner-wrap .podcast-banner .banner-img h1 {
    display: block;
    font-size: 38px;
    line-height: 44px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 200;
    margin-bottom: 80px;
  }

  .podcast-banner-wrap .podcast-banner .banner-img .image-audio-wrap {
    width: calc(100vw - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-wrap {
    border: 1px solid rgb(92, 91, 91, 0.4);
    border-radius: 40px;
    width: 200px;
    height: 230px;
    position: relative;
    margin-left: 87px;
    margin-bottom: 30px;
  }

  .image-wrap::before {
    top: 140px;
    left: -16px;
  }

  .image-wrap::after {
    top: 56px;
    right: -16px;
  }

  .rajiv-img {
    width: 160px;
    height: 160px;
    position: absolute;
    left: -88px;
    top: -56px;
  }

  .spark-of-ages {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 26px;
    top: 50px;
    z-index: 9;
  }

  .podcaster-img {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -15px;
    bottom: -8px;
  }

  .voice-wave-1 {
    position: absolute;
    top: -10px;
    right: 25px;
  }

  .voice-wave-2 {
    position: absolute;
    bottom: -10px;
    left: 25px;
  }

  .voice-wave-1 ul,
  .voice-wave-2 ul {
    width: 92px;
    height: 20px;
  }

  .recent-episodes {
    width: 240px;
  }

  .recent-episodes::after {
    position: absolute;
    right: -40px;
    top: -28px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .podcast-banner-wrap .podcast-banner .banner-img {
    width: 400px;
    margin: auto;
  }

  .podcast-banner-wrap .podcast-banner .banner-text {
    padding-bottom: 120px;
    flex: 1 100%;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .podcast-banner-wrap .podcast-banner .banner-text {
    flex-basis: calc(100% - 400px);
    padding-right: 80px;
  }
}

@media (min-width: 1300px) {
  .podcast-banner-wrap .podcast-banner .banner-text {
    padding-right: 130px;
  }
}

/* podcast banner styles update ends here */
body.page-id-30964 .layout-2-column .column-fiftyfifty.img-right .lhs-wrap a {
  position: relative;
}

body.page-id-30964 .layout-2-column .column-fiftyfifty.img-right .lhs-wrap a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.contact-form .hs_industry_picklist ul.no-list.hs-error-msgs.inputs-list {
  bottom: -16px;
}

.contact-us-wrapper .hs-form-field.hs_industry_picklist select {
  border-radius: 5px !important;
}

/* health care page*/
.healthcare-form-title {
  background-image: linear-gradient(-40deg, #1DA64B 16%, #245E9E 67%);
}

.healthcare-form-title h2 {
  color: #fff !important;
  /* font-size: 24px;
  font-weight: 400; */
  margin-bottom: 0;
}

.healthcare-form-title h2 span {
  font-weight: 700;
  font-size: 40px;
}

.contact-us-wrapper.healthcare .contact-form {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 1198.98px) {
  .healthcare-form-title h2 {
    font-size: 24px;
  }

  .healthcare-form-title h2 span {
    font-size: 32px;
  }

  /* .contact-us-wrapper.healthcare form{
    margin-bottom: 30px;
  } */
  .contact-us-wrapper .elementor-element {
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .healthcare-form-title .container {
    padding-right: 0;
    padding-left: 0;
  }
}


.episode-wrapper {
  padding-bottom: 60px;
}

.episode-wrapper .episode-content {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-columns: 320px 1fr; */
  gap: 30px;
}

.banner-text:has(.multi-speaker-info) .episode-chapters {
  margin-top: 30px;
}

.episode-chapters {
  max-height: 400px;
  position: relative;
  overflow-y: unset;
  margin-top: 124px;
}

.episode-chapters .chapter-title {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-align: start;
  max-width: 1000px;
  padding-bottom: 24px;

}

.episode-chapters .chapter-scroll {
  overflow-y: auto;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.episode-chapters .chapter-scroll::-webkit-scrollbar {
  display: none;
}

.episode-chapters .chapter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.episode-chapters .chapter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 32px 0;
  border-radius: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}

.episode-chapters .chapter-time {
  background: rgba(8, 17, 26, 1);
  color: rgba(46, 167, 223, 1);
  padding: 12px 0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.episode-chapters .chapter-desc {
  font-size: 18px;
  color: #ddd;
  font-weight: 400;
  width: 219px;
}

.transcript {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: start;
}

.transcript-content {
  background: #000;
  color: #ccc;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 14px;
  max-height: 300px;
  overflow-y: auto;
}

.episode-wrapper iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

/* Responsive Layout */
@media (min-width: 1300px) and (max-width: 1399.98px) {
  .episode-chapters {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
  .episode-chapters {
    margin-top: 58px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .episode-chapters {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .episode-chapters {
    margin-top: 0;
  }

  .episode-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .episode-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .episode-content {
    grid-template-columns: 1fr !important;
  }

  .episode-chapters {
    overflow-y: unset;
    margin-top: 0;
  }

  .episode-chapters .chapter-title {
    padding-bottom: 10px;
  }
}

/* Mobile Dropdown Styles for Episode Chapters */
.episode-chapters-toggle {
  display: none;
}

.chapters-dropdown-btn {
  width: 100%;
  background: rgba(8, 17, 26, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.chapters-dropdown-btn:hover {
  background: rgba(8, 17, 26, 0.8);
  border-color: rgba(46, 167, 223, 0.3);
}

.chapters-dropdown-btn.active {
  border-color: rgba(46, 167, 223, 1);
}

.chapters-btn-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.chapters-btn-icon {
  color: #fff;
  transition: transform 0.3s ease;
}

.chapters-dropdown-btn.active .chapters-btn-icon {
  transform: rotate(180deg);
}

/* Dropdown styles */

.episode-chapters-toggle {
  display: block;
  margin-bottom: 20px;
}

.episode-chapters-dropdown {
  display: none;
  background: rgba(8, 17, 26, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-top: 0;
  padding: 20px;
  max-height: 400px;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 63px;
  width: 100%;
  z-index: 9;
}

.episode-chapters-dropdown.active {
  display: block;
}

.episode-chapters-dropdown.active .chapter-title {
  display: none;
}

.episode-chapters-dropdown .chapter-title {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-align: start;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.episode-chapters-dropdown .chapter-scroll {
  overflow-y: auto;
  max-height: 300px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.episode-chapters-dropdown .chapter-scroll::-webkit-scrollbar {
  display: none;
}

.episode-chapters-dropdown .chapter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.episode-chapters-dropdown .chapter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-radius: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}

.episode-chapters-dropdown .chapter-item:last-child {
  border-bottom: none;
}

.episode-chapters-dropdown .chapter-time {
  background: rgba(8, 17, 26, 1);
  color: rgba(46, 167, 223, 1);
  padding: 8px 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.episode-chapters-dropdown .chapter-desc {
  font-size: 16px;
  color: #ddd;
  font-weight: 400;
  flex: 1;
  line-height: 1.4;
}

/* Hide the original desktop version on mobile */
.episode-chapters>.chapter-title,
.episode-chapters>.chapter-scroll {
  display: none;
}

/* YOUTUBE EMBED */

.youtube-container {
  background-color: rgba(22, 22, 22, 1);
  padding: 60px 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

.video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
}

.video-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}


/* 2. Centering the episodes */
/* .more-episodes .each-episodes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
} */

/* Optional: Make each episode card have consistent width */
/* .more-episodes .each-episode {
  width: 300px;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
} */

.chapter-heading {
  position: sticky;
  top: 0;
  background: #000;
  /* Or match your sidebar background */
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 10;
  border-bottom: 1px solid #ccc;
}

#transcript {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 10px;
  scroll-behavior: smooth;
}

.episode-info-section {
  color: #fff;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* === SINGLE SPEAKER === */
.single-info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.divider-vertical {
  width: 1px;
  height: 40px;
  background-color: #666;
}

.label {
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
}

.value {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.clockIcon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* === MULTI SPEAKER === */
.multi-speaker-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.speaker-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.multi-speakers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.multi-speaker-name {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  position: relative;
}

.aired-duration-block {
  display: flex;
  align-items: stretch;
  gap: 20px;
  max-width: 500px;
}

.aired-column,
.duration-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.divider-column {
  width: 1px;
  background-color: #666;
}

.divider-vertical-author {
  width: 1px;
  background-color: #888;
}

/* Transcript Read More Styles */
body.single-podcasts .podcast-share .transcript-content .transcript-readmore {
  display: inline-block;
  color: #007cba;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}

body.single-podcasts .podcast-share .transcript-content .transcript-readmore:hover {
  color: #005a87;
}

body.single-podcasts .podcast-share .transcript-content .transcript-truncated {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #000;
}