@font-face {
  font-family: 'KareliaWeb';
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.eot');
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.eot#iefix') format('embedded-opentype'), url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.woff2') format('woff2'), url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.woff') format('woff'), url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'KareliaWeb';
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-RegularItalic.eot');
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-RegularItalic.eot#iefix') format('embedded-opentype'), url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-RegularItalic.woff2') format('woff2'), url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-RegularItalic.woff') format('woff'), url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'KareliaWeb-bold';
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.eot');
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/KareliaWeb-Regular.eot#iefix') format('embedded-opentype'),
    url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/New%20Fonts%20-%20Karelia%20Untitled%20Serif/KareliaAizeWeb-Bold.woff2') format('woff2'),
    url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/New%20Fonts%20-%20Karelia%20Untitled%20Serif/KareliaAizeWeb-Bold.woff') format('woff'),
    url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/New%20Fonts%20-%20Karelia%20Untitled%20Serif/KareliaAizeWeb-Bold.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap
}

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: 'Helvetica';
  src: url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/Helvetica.woff2') format('woff2'),
    url('https://8341962.fs1.hubspotusercontent-na1.net/hubfs/8341962/Fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



*,
::after,
::before {
  box-sizing: border-box
}


html {
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* New addition to enable us to upgrade Font Awesome from V5 to V7. Latest version 13:50, 11/08/25 */
/* general reset/setup styling for icons - needed on all */
.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Noto Sans';
  color: #1D3354;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'KareliaWeb';
  color: #1D3354;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 400;
}

strong {
  font-family: 'KareliaWeb-bold';
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #1D3354;
  font-weight: 400;
}

input,
textarea,
select {
  font-family: 'Noto Sans';
}

.two-col-contentbox h5 {
  letter-spacing: 1.46px;
}

@media (min-width:1500px) {
  h1 {
    font-size: 60px;
    line-height: 1.2;
  }

  .who-are-we-new .text-with-image .text-block h2 {
    font-size: 28px;
  }
  
}

h2 {
  font-size: 32px;
  font-weight: 400;
  color: #1D3454;
}

p {
  font-size: 16px;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 15px;
}


img {
  max-width: 100%;
}

a,
p,
li {
  font-family: 'Noto Sans';
  line-height: 1.6;
}

.vc-colbox a:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  background: #37b248;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  text-indent: 1px;
  padding: 3px 8px;
  margin-left: 10px;
}

.vc-colbox a {
  font-weight: 700;
  color: #1d3454;
}

.meet-aizer-inr .speakers-wrapper a {
  font-weight: 700;
  color: #1d3454;
}

.meet-aizer-inr .speakers-wrapper a:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  background: #37b248;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  text-indent: 1px;
  padding: 3px 8px;
  margin-left: 10px;
  transition: 0.3s;
}

.subs-pref {
  background: transparent linear-gradient(133deg, #ebf0ea, #cee1e3 37%, #cde2cd 75%, #f0dbc9) 0 0 no-repeat;
}

.subs-pref .header-container-wrapper .row-fluid .top {
  background: transparent;
}

.hs-button,
.subs-pref input[type=submit],
form button {
  border-radius: 40px !important;
  background: #38b549;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  padding: 18px 40 px;
  display: inline-block;
  letter-spacing: 0;
  border: 1px solid transparent;
  transition: .3s;
}

.subs-pref input[type=submit]:hover {
  background: #096136;
  border: 1px solid #096136;
}

.subs-pref .checkbox-row input {
  position: relative;
  top: 9px;
}

.email-prefs .item .item-inner {
  display: block;
  max-width: 800px;
}

.meet-aizer-inr .speakers-wrapper a:hover {
  color: #37b248;
}

.meet-aizer-inr .speakers-wrapper a:hover:after {
  margin-left: 15px;
}

.email-prefs .item .item-inner * {
  color: #1D3454;
}

.unsub-1 h1 {
  display: none;
}

.subscribe-options {
  margin: 20px 0px;
}

.subscribe-options label span {
  font-size: 14px !important;
}

.widget-type-email_subscriptions .page-header span {
  font-weight: 600;
}

.unsub-1 .subs-form form input,
.unsub-1 .subs-left-form form input {
  border-radius: 11px;
  background: hsla(0, 0%, 100%, .8);
  border: transparent;
}

.subs-form {
  background: #96cfe1;
  padding: 30px;
  border-radius: 16px;
  margin-top: 60px;
}

.subs-left-form {
  padding: 30px 30px 30px 0;
  margin-top: 60px;
}

.unsub-1 .subs-form ul.inputs-list.multi-container {
  color: #1d3354;
}

.unsub-1 .subs-form h5 {
  font-size: 22px;
  margin-bottom: 0;
}

.subs-left-form .legal-consent-container em {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 20px;
}

.subs-left-form .legal-consent-container {
  padding-bottom: 30px;
}

.subs-left-form p {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.unsub-1 .hs-button,
.subs-pref input[type=submit] {
  background: #38b549 !important;
}

.unsub-1 .subs-pref input[type=submit]:hover {
  background: #096136;
  border: 0px solid #096136;
}

@media(min-width:768px) {
  .unsub-1 .header-container-wrapper {
    padding-top: 60px;
  }
}

.submitted-message,
.submitted-message p {
  color: #1e2c48 !important;
  text-align: center;
  font-size: 22px;
  padding-bottom: 12px;
}

.hs-content-id-92908579075 .podcast-lp .submitted-message {
  padding-bottom: 50px;
}

html body input.hs-input.email-edit {
  border-radius: 12px;
  border: 1px solid #d7dde4;
}

.wrapper {
  margin: 0 auto !important;
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
}


.template-html .cta-wrap a.custom-btn {
  margin: 10px;
}

h4 {
  font-size: 22px;
}

.cta-wrap {
  margin-top: 35px;
}

.template-html .custom-btn {
  background: #076838;
  color: #fff;
  border: 0;
  text-decoration: none;
  display: inline-block;
  padding: 12px 28px 13px 30px;
  font-size: 14px;
  border-radius: 60px;
  font-family: 'KareliaWeb';
}

.template-html .custom-btn:hover {
  opacity: 1
}

.template-html .custom-btn.white-btn {
  background: #ffffff;
  color: #133623;
}

.template-html a.custom-btn.btn-with-arrow {
  position: relative;
  padding-right: 56px;
  transition: 0.3s;
}

.template-html a.custom-btn.btn-with-arrow::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 32px;
  height: 32px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #1E2C48;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-shadow: 0px 0px 40px #1D33542F;
}

.template-html a.custom-btn.btn-with-arrow:hover {
  background: #032e1a;
}

.template-html .header-btns .hs-cta-wrapper:last-child .custom-btn:hover {
  background: #F6921D !important;
  border-color: #F6921D !important;
}

.dnd-section .row-fluid>div {
  width: 100%;
}

.logo {
  font-size: 0;
}

.row-fluid .logo img {
  max-width: 130px !important;
}

.row-fluid .mainmenu .hs-menu-wrapper>ul>li>a:link,
.row-fluid .mainmenu .hs-menu-wrapper>ul>li>a:visited,
.row-fluid .mainmenu .hs-menu-wrapper ul li a {
  color: #1d3354;
  text-decoration: none;
}

.row-fluid .mainmenu .hs-menu-wrapper ul li ul {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%)
}

.row-fluid .mainmenu .hs-menu-wrapper ul li ul li {
  background: #fff;
  border: 0
}

.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a {
  color: #143524 !important;
  border-color: #ccc !important
}

.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:before {
  display: none !important
}

.row-fluid .top::before {
  opacity: 0
}

.page-center {
  width: 100% !important;
  display: block !important;
  max-width: 1200px !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 15px !important
}

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link,
.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited,
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  word-wrap: break-word;
  max-width: none !important;
  text-overflow: inherit !important;
  vertical-align: top;
  white-space: normal;
  font-size: 15px;
  line-height: 1.4;
  color: #1E2C48;
  font-family: KareliaWeb;
  font-weight: normal;
  display: inline-block;
}

.row-fluid .mainmenu .hs-menu-wrapper ul li ul {
  width: 200px;
  padding: 10px 0;
  margin: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.row-fluid .mainmenu .hs-menu-wrapper ul li ul li {
  padding: 0px 5px;
  margin: 0px;
  display: block;
  float: none;
  text-transform: none;
  background: #fff;
  border: 0;
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative;
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  justify-content: center;
  margin-right: 30px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
  padding: 10px 20px;
}

.header-container-main>div {
  padding: 0 15px;
  max-width: 1640px;
  margin: 0 auto;
}

.header-container-main>div.row-number-4>div {
  background: #fff;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  transition: .3s;
}

.header-wrap.fixed .header-container-main>div>div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-wrap {
  padding: 0 0 30px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  transition: .3s;
}

.header-wrap.fixed {
  padding: 0 !important;
  background: #fff !important;
}

.header-wrap.fixed .header-container-main>div>div {
  box-shadow: none;
}

.header-container-main>div>div::before,
.header-container-main>div>div::after {
  display: none;
}

.header-container-main>div>div>div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header-container-main>div>div>div>div {
  width: auto !important;
}

.mainmenu {
  margin-left: auto;
  margin-right: 5px;
}

.template-html .header-btns .hs-cta-wrapper:last-child .custom-btn {
  background: #FFBA00;
  border-color: #FFBA00;
  color: #1d3354;
  margin-left: 15px;
  transition: 0.3s;
}

.template-html .header-btns a.custom-btn:first-child {
  background: none;
  color: #133623;
  border: 1px solid #1E2C48;
  transition: 0.3s;
}

.template-html .header-btns a.custom-btn:first-child:hover {
  background: #1E2C48;
  color: #FFF;
}


.template-html .header-wrap.fixed .custom-btn.custom-btn-login {
  display: none;
}

.span2.widget-span.widget-type-linked_image.logo {
  position: relative;
  top: 4px;
}


.banner-main {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 200px;
  background: transparent linear-gradient(133deg, #EBF0EA 0%, #CEE1E3 37%, #CDE2CD 75%, #F0DBC9 100%) 0% 0% no-repeat;
  text-align: center;
}

.section.azlogos-sec .wrapper {
  max-width: 1170px;
}

.homepage .banner-main {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 200px;
  background: transparent;
}

.section.azlogos-sec .wrapper {
  max-width: 1170px;
}

.banner-content h1 {
  margin-bottom: 25px;
  font-weight: 400;
}

.banner-main p {
  padding-top: 0;
}

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

.banner-main {
  width: 100%;
  position: relative;
}

.banner-video-img img {
  width: 100%;
}

.banner-btm-image {
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: -35%;
  margin-top: -35px;
}

.banner-btm-image .video-box img {
  border-radius: 35px;
}

.template-html .banner-btm-image .video-box {
  padding: 0;
  font-size: 0;
  background: none;
}

.template-html .video-box img {
  width: 100%;
  border-radius: 12px;
}

.template-html .banner-btm-image .video-box .play-button-icon {
  transform: scale(.6);
  background: #fff;
  box-shadow: rgba(0, 0, 0, .12) 0 0 10px;
}

.template-html .banner-btm-image .video-box .play-button-icon::before {
  border-left-color: #1d3454;
  box-shadow: rgb(255 255 255 / 33%) 0 0 0 10px;
}

.banner-col-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
}

.navigate-information-section {
  background: linear-gradient(300deg, #91CA91, #1D3454) !important;
  padding: 15% 0 !important;
}

.navigate-information-section h2 {
  color: #fff;
}

.navigate-information-section p {
  color: #fff;
}

.navigate-information-section-inr {
  align-items: center;
}

.navigate-information-section .left-side {
  width: 35%;
  padding-right: 40px;
}

.navigate-information-section .right-side {
  width: 65%;
}


.navigation-faq-sec {
  padding: 115px 0 145px;
  background: linear-gradient(300deg, #91ca91, #1d3454) !important;
}

.navigation-faq-sec .navigation-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 112px;
  color: #fff;
}

.navigation-faq-sec .navigation-heading h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.navigation-faq-sec .navigation-heading p {
  font-size: 17px;
}

.navigation-faq-sec .accordian-label h4 {
  color: #fff;
  font-size: 17px;
}

.navigation-faq-sec .accordian-content {
  color: #C2DADC;
}

.navigation-faq-sec .accordian-content-inr {
  padding-right: 19%;
}

.navigation-faq-sec .accordian-content a {
  color: #FFFFFF;
  font-family: 'KareliaWeb';
  margin-top: 5px;
  display: inline-block;
}

.navigation-faq-sec.banner-with-icongraphic .left-side {
  padding-right: 5%;
}

.navigation-faq-sec .accordian-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.navigation-faq-sec .accordian-item {
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.banner-main.home-banner {
  margin: 0;
  z-index: 1;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  height: 100vh;
}

.banner-main.home-banner h1 {
  color: #FFF;
}

.banner-main.home-banner p {
  color: #FFF;
}

.home-banner {
  z-index: 1;
}

.home-banner .banner-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.banner-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
}

.home-banner.banner-img-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(29, 51, 84, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  z-index: 0;
}

.banner-main.home-banner .banner-col-wrap {
  justify-content: flex-start;
}

.banner-main.home-banner .banner-content {
  text-align: left;
}

.template-html .banner-content a.custom-btn.btn-play-btn {
  background: #fff;
  color: #1d3454;
  position: relative;
  padding-right: 56px;
  transition: 0.3s;
}


.template-html .banner-content a.custom-btn:nth-child(2) {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.template-html .banner-content a.custom-btn:nth-child(2):hover {
  background: #1d3454;
  border-color: #1d3454;
}

.template-html .banner-content a.custom-btn.btn-play-btn:hover {
  background: #1d3454;
  color: #FFF;
}


.template-html .banner-content a.custom-btn.btn-play-btn::before {
  content: "\f04b" !important;
  font-weight: 900 !important;
  font-size: 12px;
}

.banner-content .cta-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.home-banner .cta-wrap {
  margin-top: 20px;
}

.discover-aize-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 1px;
  right: 0;
}

.discover-aize {
  padding-left: 12px;
  position: absolute;
  left: 30px;
  bottom: 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 0px;
}

.discover-aize::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: #FFF;
  height: 40px;
  top: 2px;
}

.template-html .banner-content a.custom-btn.btn-play-btn::before {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 900;
  width: 36px;
  height: 36px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #1E2C48;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
  text-indent: 3px;
}

.banner-main {
  margin-bottom: 19%;
}

.banner-content {
  max-width: 650px;
}

.d-flex.navigate-information-section {
  background: #fff;
  padding: 40px 0;
}


.section.azlogos-sec {
  text-align: center;
  padding: 70px 0;
}

.azlogos-col-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.azlogos-col {
  width: 11.11%;
  padding: 0 15px;
}

.azlogos-col-inr {
  filter: grayscale(100%);
  opacity: .5;
}

.azlogos-img img {
  height: 80px;
  width: 120px;
  object-fit: contain;
  max-width: 100%;
}

.who-are-we-new .section.azlogos-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* .who-are-we-new .section.azlogos-sec {
background-image: linear-gradient(135deg,#eaf0ea,#e4f2f3,#e0e7e7) !important;
} */

.who-are-we-new .text-with-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.who-are-we-new .text-with-image .image-block {
  width: 60%;
  padding-left: 60px;
  text-align: center;
}

.who-are-we-new .text-with-image .text-block {
  width: 40%;
  padding-right: 20px;
}

.who-are-we-new .text-with-image .text-block h2 {
  font-size: 28px;
}

.who-are-we-new {
  background: linear-gradient(135deg, #EBF0EA, #E2F2F5, #DAB8A9);
}

.who-are-we-new .who-are-inner {
  padding: 60px 0 150px;
}

.template-html .who-are-we-new a.custom-btn {
  background-color: #38B549;
  transition: 0.3s;
}

.template-html .who-are-we-new a.custom-btn:hover {
  background-color: #032e1a;
}


.template-html .who-are-we-new .text-block .custom-btn {
  background: #086136;
  margin-top: 32px;
}


.two-col-content-with-slider-main .heading-content {
  text-align: center;
  margin-bottom: 63px;
}

.two-col-content-with-slider-main .heading-content h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #133623;
  letter-spacing: 1.46px;
}

@media(min-width: 992px) {
  .two-col-content-with-slider-tabs .slick-track {
    display: flex;
    justify-content: center;
    width: auto !important;
    transform: none !important;
  }
}

.two-col-content-with-slider-tabs {
  width: 100%;
}

.two-col-content-with-slider-tabs .slick-track {
  display: flex;
  align-items: center;
}

.two-col-content-with-slider-tabs .slick-track>div {
  height: auto;
}

.two-col-content-with-slider-tabs-itembox {
  font-size: 16px;
  color: #1E2C48;
  position: relative;
  padding-right: 27px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}


.two-col-content-with-slider-tabs-itembox::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #37b248;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  text-indent: 1px;
  transition: 0.3s;
}

.two-col-content-with-slider-tabs-itembox:hover::after {
  right: -5px;
}

.two-col-content-with-slider-tabs-itembox:hover {
  color: #37b248;
}

.two-col-content-with-slider-tabs-item {
  display: inline-block;
  padding: 0 30px;
}

.two-col-content-with-slider-tabs {
  text-align: center;
  margin-bottom: 57px;
}

.two-col-content-colwrap {
  padding: 90px 88px;
  background: linear-gradient(114deg, #EBF0EA, #C2DADC, #C4D4C4);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slick-active.slick-current .two-col-content-with-slider-tabs-itembox:before {
  content: "";
  padding: 2px;
  width: 87%;
  height: 1px;
  background: #37b248;
  position: absolute;
  bottom: -2px;

}

.two-col-content-with-slider .slick-track {
  display: flex;
}

.two-col-content-with-slider .slick-track>div {
  height: auto;
}

.two-col-content-with-slider .slick-track>div>div,
.two-col-content-with-slider .slick-track>div>div>div {
  height: 100%;
}

.two-col-content-with-slider .two-col-content-colwrap {
  height: 100%;
}

.two-col-content-slide-item {
  padding: 0 15px;
}

.two-col-content-with-slider-main .heading-content h2 {
  font-size: 36px;
}

.two-col-content-with-slider-main .heading-content .wrapper {
  max-width: 640px;
}

.two-col-content-with-slider-main {
  padding: 140px 0 132px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.two-col-content-with-slider-main .two-col-content-with-slider {
  max-width: 1630px;
  margin: 0 auto;
}

.two-col-content-with-slider-main .two-col-content-with-slider .slick-list {
  overflow: visible;
  padding: 0 8% !important;
}

.two-col-contentbox h5 {
  position: relative;
  padding-left: 22px;
  margin-bottom: 40px;
  font-size: 12px;
}

.two-col-contentbox h5::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50%;
}

.template-html .two-col-contentbox a.custom-btn {
  background: #37B248;
  margin-top: 12px;
}

.two-col-contentbox {
  max-width: 450px;
}

.template-html a.custom-link,
.template-html .two-col-contentbox p a:not(.custom-btn) {
  position: relative;
  padding-bottom: 7px;
  color: #1E2C48;
  margin-top: 10px;
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
  font-weight: 700;
}

.template-html a.custom-link.link-with-arrow::after,
.template-html .two-col-contentbox p a:not(.custom-btn)::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  color: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #37b248;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: -3px;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
}

.template-html a.custom-link,
.template-html .two-col-contentbox p a:not(.custom-btn):hover {
  color: #37B248;
}

.template-html a.custom-link.link-with-arrow::after,
.template-html .two-col-contentbox p a:not(.custom-btn):hover::after {
  right: -5px;
}


.template-html a.custom-link.link-with-arrow::before {
  right: 30px;
}

body .slick-dots {
  position: relative;
  bottom: 0;
  width: 49%;
  margin: 40px auto 0;
  font-size: 0;
  display: flex !important;
}

body .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
  background: #F2F2F2;
  max-width: 100%;
}

body .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  flex: 1;
}

body .slick-dots li button::before {
  display: none;
}

body .slick-dots li.slick-active button {
  background: #1D3454;
}

body .slick-arrow {
  background: #1D3454 !important;
  color: #ffffff !important;
  width: 24px;
  height: 24px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2px;
  left: 23%;
  border-radius: 50%;
  top: inherit;
  transform: translateY(50%);
}

body .slick-arrow::before {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-top: -1px;
  margin-right: -1px;
  display: inline-block;
}

body .slick-arrow.slick-prev::before {
  transform: rotate(-180deg);
  margin-left: -1px;
  margin-right: 0;
}

body .slick-arrow.slick-next {
  left: inherit;
  right: 23%;
}

.two-col-content-col {
  width: 50%;
  padding: 0 15px;
}

.two-col-iconlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.two-col-iconlist ul li {
  display: flex;
  margin-bottom: 50px;
}

.iconlist-img {
  flex: 0 0 62px;
  height: 62px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.iconlist-content {
  padding-top: 8px;
}

.iconlist-img img {
  width: 36px;
  object-fit: contain;
}

.two-col-iconlist p:last-child {
  margin-bottom: 0;
}

.two-col-iconlist ul li:last-child {
  margin-bottom: 0;
}

.aize-testimonial-box {
  display: flex;
  background: #fff;
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0px 0px 24px #00000029;
  align-items: center;
  /*   padding-bottom: 80px; */
}

.aize-testimonial-img img {
  max-width: 250px;
  max-height: 125px;
}

.aize-testimonial-content p {
  font-size: 22px;
}

.aize-testimonial-content p:last-of-type {
  margin-bottom: 0;
}

.aize-testimonial-content h5 {
  font-size: 16px;
  color: #687587;
  margin: 0;
  padding-top: 24px;
  /*   position: absolute;
  bottom: -20px;
  left: 15px; */
}

.aize-testimonial-slider-main {
  padding: 175px 0 174px;
  position: relative;
  background: #fff;
}

.aize-testimonial-img {
  width: 25%;
  flex: 0 0 25%;
  padding-top: 2px;
}

.aize-testimonial-content {
  width: 75%;
}

.aize-testimonial-box>div {
  padding: 0 15px;
  position: relative;
}

.aize-testimonial-content p:last-child {
  margin-bottom: 0;
}

.video-with-columns-main {
  padding: 75px 0;
  text-align: center;
  background: linear-gradient(135deg, #ebf0ea, #e2f2f5, #dab8a9);
  position: relative;
}

.template-html .video-box img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  height: auto !important;
}

.video-with-columns-main h2 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}


.vc-colwrap {
  width: 100%;
}

.vc-col {
  width: 33.33%;
}

.vc-colbox h5 {
  font-size: 21px;
}

.vc-colbox p {
  font-size: 16px;
}

.vc-colbox p:last-child {
  margin: 0;
}

.vc-colwrap.vc_video_slider2 .slick-slide.slick-active {
  border-right: 0px solid rgba(0, 0, 0, .1);
}

.vc-colwrap.vc_video_slider2 .slick-slide.slick-active:last-child {
  border-right: none;
}


.rss-listing-posts {
  position: relative;
  padding: 120px 0 160px;
  background: #fff;
}

.rss-listing-posts .recent-boxlisting.blog-rec-posts .slick-list.draggable {
  overflow: visible;
}

.rss-listing-posts .wrapper {
  padding: 0 25px;
}

.rss-listing-posts {
  overflow: hidden;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box {
  width: 33.33%;
  margin: 40px 0;
  padding: 0 25px;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-box-inr {
  display: unset;
  background: none;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap {
  width: 100%;
  font-size: 0;
  position: relative;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap a.topic-link {
  bottom: 38px;
  left: 0;
  top: inherit;
  right: inherit;
  transform: none;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap .recent-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap .recent-image {
  min-height: auto;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.subscribe-form-main span.hs-form-required,
.hs-content-id-92908579075 .podcast-lp form span.hs-form-required {
  display: none;
}

.subscribe-form-main input[type="checkbox" i] {
  background-color: #ebf5f9;
  border: 0px;
  margin-right: 5px;
}

.template-html .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-textlist {
  width: 100%;
  padding: 0;
}

.template-html .rss-listing-posts .blog-2-sec.blog-sectionnew.section.latest-news .row-fluid .recent-box .recent-textlist h4.recent-title,
.template-html .rss-listing-posts .blog-2-sec.blog-sectionnew.section.latest-news .row-fluid .recent-box .recent-textlist h4.recent-title a {
  font-size: 20px;
}

.rss-listing-posts .blog-sectionnew.section.latest-news.blog-2-sec {
  padding: 0;
}

.rss-listing-posts .recent-boxlisting.blog-rec-posts {
  margin: 0 auto;
  max-width: 1400px;
}

.speakers.section.meet-aizer:not(.rss-listing-posts) {
  display: none;
}

.topic-link-wrap a:first-child {
  display: inline-block;
}

.topic-link-wrap a {
  display: none;
}

.recent-date {
  color: #536989;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

h4.recent-title a {
  color: #1D3454;
  text-decoration: none;
  font-family: 'KareliaWeb';
}

.blog-posts-slider .slick-list.draggable {
  padding: 0 !important;
}

h4.recent-title {
  margin: 0;
}

.template-html .recent-textlist {
  margin-top: 30px;
}


.aize-testimonial-slider ul.slick-dots {
  display: none !important;
}

body .aize-testimonial-slider .slick-arrow {
  transform: translateY(-50%);
  top: 50%;
  left: 6px;
  z-index: 1;
  box-shadow: 0px 0px 30px #1D33542F;
  background: #FFFFFF !important;
  color: #1D3354 !important;
  width: 38px;
  height: 38px;
}

.aize-testimonial-slide-item {
  padding: 24px;
}

body .aize-testimonial-slider .slick-arrow.slick-next {
  left: inherit;
  right: 6px;
}

body .aize-testimonial-slider .slick-arrow::before {
  color: #1D3354 !important;
  opacity: 1;
  font-size: 20px;
}

.aize-testimonial-slider {
  margin: 0 !important;
}


.fancybox-slide--video .fancybox-content {
  overflow: visible !important;
  transition: .5s !important
}

.cm-fancybox-button.fancybox-close-small {
  font-size: 0;
  color: #fff;
  position: absolute;
  height: 30px;
  width: 30px;
  top: -35px;
  right: 0;
  opacity: 1;
  cursor: pointer;
  z-index: 9;
  visibility: visible;
  line-height: 0;
  border: 0;
  overflow: hidden;
  padding: 0;
}

.cm-fancybox-button.fancybox-close-small::before,
.cm-fancybox-button.fancybox-close-small::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 3px;
  background-color: #fff;
  top: 0;
}

.cm-fancybox-button.fancybox-close-small::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.cm-fancybox-button.fancybox-close-small::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.template-html .video-box a.fancybox_video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: none;
  text-decoration: none;
}

.fancybox-inner {
  height: 100%;
  width: 100%;
}

.template-html .video-box {
  position: relative;
  padding: 15px;
  background: #FDFDFD;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 50px;
  overflow: hidden;
}

.template-html .how-it-work-row2-box .video-box,
.template-html .how-it-work-row2-box .video-box img {
  border-radius: 0 !important;
}

.template-html .play-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-html .play-button-icon {
  width: 168px;
  height: 168px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 0;
  pointer-events: none;
  background: #1D3354;
  border-radius: 50%;
}

.template-html .play-button-icon::before {
  position: absolute;
  margin-top: -22px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left-width: 40px;
  border-left-style: solid;
  content: "";
  border-left-color: #1d3454;
}

.template-html a.custom-btn.fancybox_video:hover .play-button-icon {
  transform: scale(.8);
  -webkit-transform: scale(.8);
}

.video-with-columns-video .video-box-wrap .play-button-icon,
.video_block .video-box-wrap .play-button-icon {
  height: 130px;
  width: 130px;
  background: #FFF;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  box-shadow: rgb(255 255 255 / 33%) 0 0 0 15px;
}

.video-with-columns-video .video-box-wrap .play-button-icon::before,
.video_block .video-box-wrap .play-button-icon::before {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.video-with-columns-video {
  width: 100%;
}

.video-with-columns-video .video-box-wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 30px;
}

.video-box-col {
  padding: 70px;
}

.vc-colbox {
  padding: 20px 20px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.vc-colbox h6 {
  font-family: 'Noto Sans';
  font-weight: 600;
  font-size: 16px;
  color: #1d3454;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
}

/* .vc-colbox .active-col h6 {
padding:8px 12px;
background: #27aae1;
color:#FFF;
border-radius: 4px;
display: inline-block;
}

.vc-colbox .active-col h6:before {
content: "";
width: 0;
height: 0;
border-left: 18px solid transparent;
border-right: 18px solid transparent;
border-bottom: 18px solid #27aae1;
position: absolute;
transform: translateX(-50%);
left: 50%;
top: 60px;
} */

.vc-btn-wrap {
  margin-top: 50px;
}

.template-html .vc-btn-wrap .custom-btn {
  background: #204099;
  padding-top: 17px;
  padding-bottom: 17px;
}

.vc-colbox-content h5 {
  color: #1d3454;
}

.vc-colwrap .slick-track {
  display: flex;
}

.vc-colwrap .slick-track .slick-slide {
  height: auto;
}

.vc-colbox::before {
  content: "";
  position: relative;
  display: block;
  height: 4px;
  width: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  border: 8px solid #37b248;
  box-shadow: rgb(56 181 73 / 33%) 0 0 0 4px;
  margin-bottom: 25px;
  opacity: .6;
  transition: .3s;
}

.vc-colbox a:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  background: #37b248;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  text-indent: 1px;
  padding: 3px 8px;
  margin-left: 10px;
  transition: 0.3s;
}

.vc-colbox a:hover:after {
  margin-left: 15px;
}

.vc-colbox a:hover {
  color: #37b248;
}

.vc-colbox:hover:before,
.vc-colwrap .slick-slide.slick-current.slick-active .vc-colbox::before {
  opacity: 1;
}

.vc-colwrap .slick-slide.slick-current.slick-active .vc-colbox h6 {
  padding: 8px 12px;
  background: #1d3454;
  color: #FFF;
  border-radius: 4px;
  display: inline-block;
}

.vc-colwrap .slick-slide.slick-current.slick-active .vc-colbox h6:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #1d3454;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 48px;
}

.video-with-columns-video button.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, .15) 0 0 20px;
  z-index: 1;
}

.video-with-columns-video button.slick-arrow.slick-prev {
  left: 0;
}

.video-with-columns-video button.slick-arrow::before {
  font-size: 30px;
  color: #1d3454 !important;
  opacity: 1 !important;
}

.video-with-columns-video button.slick-arrow.slick-next {
  right: 0;
  left: inherit;
}


.navigate-information-section {
  background: linear-gradient(300deg, #91CA91, #1D3454) !important;
  padding: 15% 0 !important;
}

.navigate-information-section h2 {
  color: #fff;
}

.navigate-information-section p {
  color: #fff;
}

.navigate-information-section-inr {
  align-items: center;
}

.navigate-information-section .left-side {
  width: 35%;
  padding-right: 40px;
}

.navigate-information-section .right-side {
  width: 65%;
}

select#hs-localization-select {
  max-width: 300px;
}

.commune h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.commune .inner-prefs br {
  display: none;
}

.commune .inner-prefs p {
  margin-bottom: 20px;
}

.commune .widget-type-email_subscriptions .page-header span {
  font-weight: 400;
}

.commune .inner-prefs p.header {
  font-weight: 600;
}

.have-ques-inr {
  background: #EBF0EA;
  padding: 80px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 8%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -60px;
}

.have-ques-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 45%;
  border-top-left-radius: 410px;
}

.have-ques-inr p:last-child {
  margin-bottom: 0;
}

.have-ques-text {
  width: 55%;
}

.have-ques-image {
  width: 45%;
}

.template-html .have-ques-inr .custom-btn {
  background: #086136;
  margin-top: 20px;
}

.template-html .have-ques-inr .custom-btn:hover {
  background: #076838;
}

.have-ques-inr h2 {
  margin-bottom: 25px;
}

.have-ques-section {
  width: 100%;
  position: relative;
  padding-top: 0;
  background: #fff;
}

.site-footer {
  background: transparent linear-gradient(126deg, #133623 0%, #076838 100%) 0% 0% no-repeat;
  padding-top: 200px;
  padding-bottom: 30px;
  position: relative;
}

.site-footer a {
  font-size: 15px;
}

.site-footer p {
  font-size: 15px;
}

.footer-top-row1-right form p {
  font-size: 13px;
}

.footer-top-row1-right a {
  font-size: 13px !important;
}

.footer-logo img {
  max-width: 140px !important;
}

.footer-col a {
  color: #fff;
}

.footer-inner {
  color: #fff;
}

.footer-inner a,
.footer-inner h5 {
  color: #fff;
}

.footer-inner h5 {
  font-size: 18px;
  font-family: 'KareliaWeb';
  font-weight: 400;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.footer-colwrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 100px;
  width: auto !important;
}

.footer-col {
  width: 20%;
  padding: 0 10px;
}

.footer-top-row2 .footer-col:last-child {
  width: auto;
}

.footer-col-menu {
  width: 80%;
}

.footer-inner a {
  text-decoration: none;
  color: #C4D4C4;
}

.footer-top-row2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #0e8048;
}

.footer-top-row1 {
  display: flex;
  justify-content: space-between;
}

.footer-top-row1-left {
  display: flex;
  justify-content: space-between;
  width: 58%;
}

.footer-top-row1-right {
  width: 38%;
}

.copyright {
  color: #fff;
  padding: 0 15px;
}

.copyright a,
.copyright h5 {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.copyright-inner {
  max-width: 1400px;
  padding: 30px 80px !important;
  background: #133623;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100% !important;
  justify-content: space-between;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  font-size: 18px;
  line-height: 1.6;
}

.footer-col p {
  margin: 0 0 5px;
  line-height: 1.6;
  font-size: 15px;
  color: #C4D4C4;
}

.footer-top-row1-right a {
  text-decoration: underline;
}

.copyright-inner a {
  color: #fff;
}

.copyright-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.copyright-social-icon ul li svg {
  height: 18px;
  width: 18px;
  fill: #C4D4C4;
}

.copyright-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
  color: #c4d4c4;
}

.copyright-inner p {
  margin: 0;
}

.copyright-left {
  display: flex;
  align-items: center;
}

.copyright h5 {
  font-weight: 400;
  color: #C4D4C4;
  font-size: 15px;
  font-family: 'Noto Sans';
}

.copyright-left ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 20px;
}

.copyright-left ul li {
  padding: 0 10px;
  border-right: 1px solid #C4D4C4;
  line-height: 1;
}

.copyright-left li a {
  line-height: 1;
  color: #C4D4C4;
}

.copyright-left ul li:last-child {
  border-right: none;
}


.navigate-information-section-inr .left-side {
  width: 35%;
  padding-right: 80px;
}

.navigate-information-section-inr .right-side {
  width: 65%;
}

img.center-panel.pos-abs.panel4 {
  left: inherit;
  right: -3.5%;
  box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
  border-radius: 15px;
  bottom: inherit;
  top: 14%;
  /*     max-width: 55px; */
  max-width: 6.8%;
  max-height: 75%;
  /*     transition: .3s; */
}

img.center-panel.nv-base-img {
  box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
  border-radius: 16px;
}

img.center-panel.pos-abs.panel3 {
  top: 14%;
  left: -13%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 30px;
  max-width: 31%;
  max-height: 75%;
  /*     transition: .3s; */
}

img.center-panel.pos-abs.panel2 {
  top: 14%;
  max-width: 85%;
  margin: 0 auto;
  /*     transition: .3s; */
}

.navigate-anim-box {
  padding-left: 11.5%;
  padding-right: 3%;
}

.footer-top-row1-right form {
  position: relative;
}

.footer-top-row1-right form ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-top-row1-right form .hs-error-msg {
  color: #f6932b !important;
  font-size: 14px;
}

.footer-top-row1-right form .hs-form-field {
  margin-bottom: 15px;
}

.footer-top-row1-right form .hs-form-field:last-child {
  margin-bottom: 0px;
}

.footer-top-row1-right form input[type="email"] {
  width: 100%;
  padding: 14px 15px;
  border-radius: 10px;
  border: 0px;
  background: #b9e4ba;
  color: #325a3a;
  font-size: 16px;
  padding-right: 140px;
  outline: none;
  margin: 0;
}

.footer-top-row1-right form input[type="email"]::-webkit-input-placeholder {
  color: #325a3a;
}

.footer-top-row1-right form .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-top-row1-right form .hs_submit.hs-submit input.hs-button {
  padding: 12px 35px;
  border-radius: 0px 10px 10px 0px !important;
  border: 0px;
  background: #143623;
  color: #c4d4c4;
  font-size: 16px;
  font-weight: 600;
  font-family: 'KareliaWeb';
  cursor: pointer;
  min-height: 48.98px;
  margin: 0 !important;
}

.footer-top-row1-right form .hs_submit.hs-submit input.hs-button:hover {
  background: #f6921d;
  color: #fff;
}

.footer-top-row1-right form label {
  color: #c4d4c4;
  font-size: 14px;
}

.footer-top-row1-right form [type="checkbox"] {
  transform: scale(1.5);
  margin-right: 15px !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  opacity: 1 !important;
}

.footer-top-row1-right form [type="checkbox"]+span {
  display: inline-block !important
}

.footer-top-row1-right form [type="checkbox"]+span:before {
  display: none;
}


/***************** Oprate page css *****************************/

p:last-child {
  margin-bottom: 0px;
}

.banner-main.oprate-banner {
  margin-bottom: 0px;
}

.oprate-banner .banner-content {
  max-width: 614px;
}

.oprate-banner .play-button {
  display: none;
}

.oprate-banner .banner-btm-image {
  margin-bottom: 0px;
  margin-top: 70px;
}

.banner-bottom-content {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.banner-bottom-content-left {
  display: inline-block;
  width: 48%;
  text-align: left;
}

.banner-bottom-content-right {
  display: inline-block;
  width: 48%;
  text-align: left;
  padding-top: 3px;
}

.operate-banner-section {
  width: 100%;
  padding: 100px 0px;
}

.wrapper-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%;
}

.operate-banner-section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.operate-banner-section-left {
  display: inline-block;
  width: 39%;
}

.operate-banner-section-right {
  display: inline-block;
  width: 50%;
}

.operate-banner-section-right .banner-btm-image {
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0;
}

.operate-banner-section-right .video-box img {
  border-radius: 2px;
}

.operate-banner-section-right .video-box {
  border-radius: 2px;
}

.operate-banner-section-left h2 {
  font-size: 36px;
}

.left-right-content-section {
  width: 100%;
  padding: 100px 0px;
}

.main-heading {
  width: 100%;
  margin-bottom: 100px;
}

.main-heading h2 {
  margin-bottom: 0px;
  color: #1E2C48;
}

.left-right-content-inner {
  width: 100%;
}

.left-right-content-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}

.left-right-content-inner-box:nth-child(even) {
  flex-direction: row-reverse;
}

.left-right-content-inner-box:last-child {
  margin-bottom: 0px;
}

.left-right-content-inner-box-left {
  width: 39%;
}

.left-right-content-inner-box-right {
  width: 48%;
}

.left-right-content-inner-box-left h5 {
  font-size: 12px;
  line-height: 27px;
  color: #1e2c48;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.left-right-content-inner-box-left h3 {
  font-size: 31px;
  line-height: 40px;
  color: #1D3454;
}

.left-right-content-inner-box-left p a {
  color: #27aae1;
}

.left-right-content-inner-box-right img {
  width: 100%;
}

.operate2-page .left-right-content-inner-box-right img {
  width: 80%;
  height: auto !important;
}

.two-col-content-with-slider-main .main-heading h2 {
  margin-bottom: 0px;
  color: #1e2c48;
  text-align: center;
}

.operate-two-col-slider .two-col-content-colwrap {
  padding: 0px !important;
  background: #fdf9f5;
  border-radius: 22px;
  flex-wrap: initial;
  justify-content: space-between;
  align-items: inherit;
  overflow: hidden;
}

.operate-two-col-slider .two-col-content-colwrap .slide-left {
  display: flex;
  align-items: center;
}

.operate-two-col-slider .two-col-content-colwrap .slide-left .two-col-contentbox {
  width: 100%;
}

.operate-two-col-slider .two-col-contentbox {
  max-width: 100%;
  padding: 80px 70px;
}

.slide-left {
  display: inline-block;
  width: 55%;
}

.slide-right {
  display: inline-block;
  width: 33%;
  padding: 80px;
  position: relative;
  z-index: 1;
}

.slide-right-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: -1;
  border-top-left-radius: 230px;
  overflow: hidden;
}

.slide-right-img {
  margin-left: -83%;
  width: 100%;
}

.slide-right-img img {
  width: 100%;
}

.operate-two-col-slider .two-col-contentbox ul {
  padding: 0px;
  list-style: none;
}

.operate-two-col-slider .two-col-contentbox ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
}

.operate-two-col-slider .two-col-contentbox ul li:last-child {
  margin-bottom: 0px;
}

.operate-two-col-slider .two-col-contentbox ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  background: #37b248;
}

.operate-two-col-slider .slick-dots {
  margin-top: 80px !important;
}

.how-it-work-section {
  width: 100%;
  padding: 150px 0px;
}

.how-it-work-row1 {
  width: 100%;
  margin-bottom: 85px;
}

.how-it-work-row2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.how-it-work-row2-box {
    margin-right: 0px;
    background: #F7EEE5;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    margin-right: 15px;
    position: relative;
}

.how-it-work-row2-box:last-child {
  margin-right: 0px;
}

.how-it-work-row2-box img,
.template-html .how-it-work-row2-box .video-box img {
  width: 100%;
  height: 215px !important;
  object-fit: cover;
  display: block;
}

.how-it-work-row2-box .box-content a.how-work-btn {
    position: absolute;
    bottom: 40px;
    margin-top: 0;
}

.box-content {
  padding: 30px;
}

.box-content h3 {
  font-size: 24px;
  color: #1E2C48;
}

.how-work-btn,
.left-right-content-inner-box-left p a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  color: #1e2c48;
  font-size: 16px;
  position: relative;
  padding-right: 28px;
  font-weight: 700;
  transition: 0.3s;
}

.how-work-btn:after,
.left-right-content-inner-box-left p a:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 20px;
  height: 20px;
  background: #38B549;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s;
  text-indent: 1px;
  line-height: 1px;
  padding-top: 1px;
}

.how-work-btn:hover,
.left-right-content-inner-box-left p a:hover {
  color: #38b549;
}

.how-work-btn:hover:after,
.left-right-content-inner-box-left p a:hover:after {
  right: -5px;
}

.header-cotent .how-work-btn {
  margin-top: 0px;
}

.slick-initialized.slick-slider {
  opacity: 1;
}

.slick-slider {
  opacity: 0;
}

.banner-slider-section {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.banner-slider-section-inner {
  max-width: 1200px;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  clip-path: inset(-100vw -100vw -100vw 0);
  padding-left: 15px;
  padding-right: 15px;
}

.banner-slider-section-inner .slick-list {
  padding-left: 0 !important;
  overflow: visible !important;
}

.banner-slider-section-inner .slick-slide {
  width: 390px;
}

.banner-slider-content {
  background: #fdf9f5;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.banner-slider-content img {
  width: 100%;
  height: 200px !important;
  object-fit: cover !important;
  display: block;
}

.slide_heading {
  background: #f7eee5;
  min-height: 78px;
  padding: 25px 20px 25px 20px;
  color: #1e2c48;
  text-decoration: none;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: inherit;
  bottom: 0;
  transition: .3s;
  -webkit-transform: translateY(calc(100% - 95px));
  transform: translateY(calc(100% - 95px));
}

.slide_heading h4 {
  font-size: 18px;
  color: #1e2c48;
  font-family: 'KareliaWeb';
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding-right: 40px;
  min-height: 43px;
}

.slide_heading h4:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 32px;
  height: 32px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #076838;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slide_content {
  opacity: 0;
  transition: .3s ease;
}

a.bnr-slidebox-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slide_content-inr {
  padding-top: 12px;
}

.banner-slider-content:hover .slide_content {
  opacity: 1;
}

.banner-slider-content:hover .slide_heading {
  -webkit-transform: translateY(calc(0% - 0px));
  transform: translateY(calc(0% - 0px));
}

.banner-slider-section-inner ul.slick-dots {
  margin-top: 66px !important;
  float: left;
  width: 54%;
  padding-left: 15px;
  left: 3.5%;
}

.banner-on-slider.slick-slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  width: auto;
  max-width: none;
}

.banner-slider-section-inner .slick-arrow {
  bottom: -66px !important;
  top: initial !important;
  z-index: 1;
}

.banner-slider-section-inner .slick-prev {
  left: 15px !important;
}

.banner-slider-section-inner .slick-next {
  right: 39% !important;
}

.demo-btn-bottom {
  position: absolute;
  right: 15px;
  bottom: -90px;
}

.demo-btn-bottom a {
  background: #FFBA00;
  color: #3b2406;
  border: 0;
  text-decoration: none;
  display: inline-block;
  padding: 14px 30px;
  font-size: 14px;
  border-radius: 60px;
  font-family: 'KareliaWeb';
  position: relative;
  padding-right: 56px;
  transition: 0.3s;
}

.demo-btn-bottom a:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 32px;
  height: 32px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #1d3454;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.demo-btn-bottom a:hover {
  background: #f6921d;
}


/***************** Oprate page css end *****************************/


/* Operate page new */

.banner-main.banner-with-icongraphic {
  overflow: hidden;
  padding-bottom: 126px;
  padding-top: 210px;
  margin-bottom: 0 !important;
}

.banner-with-icongraphic .navigate-information-section-inr {
  width: 100%;
}

.banner-with-icongraphic .left-side {
  padding-right: 20px;
}

.banner-with-icongraphic .main-image-cont {
  padding-left: 11.5%;
}

.banner-with-icongraphic .right-side {
  padding-left: 30px;
}

.banner-with-icongraphic .banner-content {
  max-width: 970px;
  margin-bottom: 60px;
}

.banner-with-icongraphic .banner-content p:first-child {
  font-size: 12px;
  letter-spacing: 2px;
}

.banner-with-icongraphic .discover-aize-wrap {
  position: relative;
  text-align: center;
  padding-top: 70px;
}

.banner-with-icongraphic .discover-aize {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-bottom: 45px;
  bottom: 0;
  left: 0;
  color: #1d3354;
  display: none;
}

.banner-with-icongraphic .discover-aize::before {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 45px;
  background: #1d3354;
  top: 25px;
}

.banner-with-icongraphic .banner-bottom-content {
  margin-bottom: 0;
  /*     align-items: center; */
}

.banner-with-icongraphic .banner-bottom-content h2:last-child {
  margin: 0;
}

.banner-main.banner-with-icongraphic .wrapper {
  max-width: 1170px;
}

.accordian-label h4 {
  color: #1E2C48;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  margin: 0;
}

.accordian-label {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  width: 100%;
}

.accordian-main {
  text-align: left;
}

.accordian-label .accordian-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  background: #38B549;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accordian-label .accordian-icon::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  display: inline-block;
}

.accordian-label .accordian-icon::after {
  content: "";
  height: 12px;
  width: 1px;
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.accordian-item.active .accordian-label .accordian-icon::after {
  opacity: 0;
}

/* .accordian-main {opacity: 0;}
.page-loaded .accordian-main {opacity: 1;} */
.accordian-content {
  color: #495877;
  font-size: 16px;
  display: none;
  overflow: visible;
  margin: 0 !important;
  padding: 0 !important;
}

.accordian-content-inr {
  padding-bottom: 15px;
}

.accordian-content p a {
  color: #38b549 !important;
  font-weight: 600;
  transition: 0.3s;
}

.accordian-content p a:hover {
  color: #FFF !important;
}

.accordian-item {
  position: relative;
  border-bottom: 1px solid rgb(30 44 72 / 28%);
}

.panel-icon {
  position: absolute;
  top: 5%;
  left: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s;
  width: 9%;
  background: #38B549;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: rgb(56 181 73 / 25%) 0 0 0 7px;
}

.panel-icon::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.panel-icon img {
  width: 55%;
  position: absolute;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.panel-icon:nth-child(5) {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  right: inherit;
  top: 0;
  opacity: 0;
  transition: .3s;
}

.panel-icon:nth-child(2) {
  top: inherit;
  bottom: 25%;
  right: 28%;
  left: inherit;
  opacity: 0;
  transition: .3s;
}

img.center-panel.pos-abs.panel6 {
  bottom: 19%;
  right: 9%;
  left: inherit;
  width: 28%;
  top: inherit;
  box-shadow: rgb(0 0 0 / 10%) 0 0 30px;
  border-radius: 60px;
}

img.center-panel.pos-abs.panel5 {
  top: 14.5%;
  right: 9%;
  left: inherit;
  bottom: inherit;
  box-shadow: rgb(0 0 0 / 10%) 0 0 30px;
  border-radius: 16px;
  width: 26.4%;
}

.panel-icon:nth-child(3) {
  right: 0%;
  top: 6.5%;
  left: inherit;
  transform: none;
  opacity: 0;
  transition: .3s;
}

.panel-icon:nth-child(4) {
  left: inherit;
  right: 27%;
  top: 8%;
  opacity: 0;
  transition: .3s;
}

.panel-icon.active {
  opacity: 1 !important;
}

.left-right-content-section.lr-content-accordian-sec {
  padding-top: 148px;
  padding-bottom: 140px;
}

.left-right-content-section.lr-content-accordian-sec .wrapper-inner {
  max-width: 1440px;
}

.lr-content-accordian-sec .left-right-content-inner-box:nth-child(odd) {
  flex-direction: row-reverse;
}

.lr-content-accordian-sec .left-right-content-inner-box:nth-child(even) {
  flex-direction: row;
}

.lr-content-accordian-sec .accordian-main:not(:first-child) {
  margin-top: 40px;
}

.lr-content-accordian-sec .left-right-content-inner-box-left p {
  font-size: 17px;
}

.lr-content-accordian-sec .accordian-item {
  border-top: 1px solid rgba(30, 44, 72, .28);
  border-bottom: none;
}

.lr-content-accordian-sec .left-right-content-inner-box>div:first-child {
  width: 45.5%;
}

.lr-content-accordian-sec .left-right-content-inner-box>div:last-child {
  width: 50.5%;
}

.lr-content-accordian-sec .left-right-content-inner-box {
  align-items: center;
}

.az-faqs-section .wrapper {
  max-width: 848px;
}

.az-faqs-section-content p:first-child {
  font-size: 12px;
  letter-spacing: 2px;
}

.az-faqs-section {
  background: transparent linear-gradient(133deg, #ebf0ea 0%, #cee1e3 20%, #cde2cd 50%, #f0dbc9 75%, #f0dbc9 100%) 0% 0% no-repeat;
  padding: 115px 0 128px;
}

.az-faqs-section .accordian-item {
  padding: 0;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

.az-faqs-section .accordian-label {
  padding: 28px 30px;
}

.az-faqs-section .accordian-label h4 {
  font-size: 20px;
  line-height: 1.4;
}

.az-faqs-section .accordian-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.az-faqs-section .accordian-content-left {
  width: 63%;
}

.az-faqs-section .accordian-right-image {
  width: 35%;
}

.az-faqs-section .accordian-right-image img {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 33%;
  height: calc(100% + 30px);
  object-fit: cover;
  border-top-left-radius: 100px;
}

.az-faqs-section .accordian-content {
  position: relative;
  overflow: hidden !important;
}

.az-faqs-section .accordian-content-inr {
  position: relative;
  overflow: visible !important;
  padding: 0 30px 30px;
}

.az-faqs-section .accordian-item:last-child {
  margin-bottom: 0;
}

.az-faqs-section-content {
  margin-bottom: 60px;
}

.banner-content h6 {
  letter-spacing: 2px;
  font-size: 12px;
}

.how-it-work-row1 span:first-child {
  letter-spacing: 2px;
  font-size: 12px;
}


/* about page css */
.banner-main.operate-banner3 .banner-btm-image {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner-main.operate-banner3 {
  background: transparent linear-gradient(135deg, #3B9BA3 0%, #CEF4C6 0%, #B1D6D9 58%, #C2D0DC 100%) 0% 0% no-repeat;
  margin: 0;
  padding-bottom: 700px;
}

.who-are-we-new.abt-en-img-desc {
  background: none !important;
}

.oprate-banner .wrapper {
  max-width: 1024px;
}

.banner-main h5 {
  font-size: 12px;
  letter-spacing: 2px;
}

.about-page .wrapper {
  max-width: 1260px;
}

.banner-main.operate-banner3 {
  padding-bottom: 772px;
  padding-top: 215px;
}

.banner-main.operate-banner3 .banner-btm-image {
  margin-top: 55px;
}

.who-are-we-new.abt-en-img-desc.ab_first .who-are-inner {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: -648px;
  margin-bottom: 0;
}

.who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .who-are-inner {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: -300px;
}

.who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .text-with-image {
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* .who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .image-block {
  padding-left: 0;
} */

.who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .text-with-image .large-image {
  left: 0;
  width: 100%;
}

.who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .text-with-image>div {
  width: 48%;
}

.abt-en-img-desc .wrapper,
.az-two-col-content-sec .wrapper,
.who-are-we-new.about-company-env-sec .wrapper,
.certifications-sec .wrapper,
.banner-main.operate-banner3 .wrapper,
.about-value-foundation .wrapper-inner {
  max-width: 1170px;
}

.who-are-we-new.abt-en-img-desc .text-with-image>div {
  width: 50%;
  padding-left: 70px;
}

.who-are-we-new.abt-en-img-desc .text-block p {
  font-size: 17px;
}

.who-are-we-new.abt-en-img-desc .text-with-image {
  justify-content: space-between;
  margin-left: -70px;
}

.who-are-we-new.abt-en-img-desc .large-image {
  left: 0;
  width: 100%;
}

.template-html .who-are-we-new.abt-en-img-desc a.custom-btn.btn-with-arrow {
  background: #fff;
  color: #1E2C48;
  padding-right: 62px;
}

.template-html .who-are-we-new.abt-en-img-desc a.custom-btn.btn-with-arrow::after {
  color: #1E2C48;
  box-shadow: #1D33542F 0 0 40px;
}

.who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .who-are-inner .text-block {
  margin-top: -70px;
}

.who-are-we-new.about-company-env-sec .small-image {
  bottom: 13%;
  width: 52%;
}

.who-are-we-new.about-company-env-sec .large-image {
  position: relative;
  width: 88%;
  left: 12%;
}

.who-are-we-new.about-company-env-sec .image-block {
  width: 58%;
}

.who-are-we-new.about-company-env-sec .text-with-image {
  align-items: flex-end;
}

.who-are-we-new.about-company-env-sec .text-block {
  width: 42%;
  padding-bottom: 100px;
  padding-right: 62px;
}

.who-are-we-new.about-company-env-sec .text-block p {
  font-size: 17px;
}

.az-two-col-content-sec .banner-bottom-content-right,
.az-two-col-content-sec .banner-bottom-content-left {
  width: 47%;
}

.az-two-col-content-sec p {
  font-size: 17px;
}

.who-are-we-new.about-company-env-sec {
  background: none;
}

.who-are-we-new.about-company-env-sec .who-are-inner {
  padding-top: 12px;
  padding-bottom: 114px;
}

.banner-main.about-video-sec {
  background-image: linear-gradient(296deg, #91CA91, #1D3454);
  padding-top: 117px;
}

.banner-main.about-video-sec .banner-content {
  max-width: 835px;
}

.banner-main.about-video-sec .banner-content h2,
.banner-main.about-video-sec .banner-content p {
  color: #fff;
}

.banner-main.about-video-sec .banner-btm-image {
  margin-top: 80px;
}

.banner-main.about-video-sec .banner-content h2 {
  margin-bottom: 30px;
  font-size: 40px;
}

.banner-main.about-video-sec .banner-content p {
  font-size: 17px;
}

.banner-main.about-video-sec .play-button-icon {
  transform: scale(.8);
}

.banner-main.about-video-sec .play-button-icon::before {
  border: none;
  content: "\f04b";
  font: var(--fa-font-solid);
  color: #000;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  left: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
  transform: translateY(-50%);
  margin-left: 6px;
}

.banner-main.about-video-sec {
  margin-bottom: 235px;
}

.main-heading h5 {
  font-size: 12px;
  letter-spacing: 2px;
}

.about-value-foundation .main-heading {
  text-align: center;
}

.about-value-foundation .left-right-content-inner-box {
  margin-bottom: 130px;
}

.about-value-foundation .left-right-content-inner-box-left {
  width: 45%;
}

.about-value-foundation .left-right-content-inner-box-right {
  width: 48%;
}

.about-value-foundation .left-right-content-inner-box-left p {
  font-size: 17px;
}

.about-value-foundation .left-right-content-inner-box:last-child {
  margin-bottom: 0;
}

.about-value-foundation .left-right-content-inner-box-right img {
  border-radius: 24px;
}

.certifications-inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -30px;
}

.certifications-inr>div {
  padding-left: 30px;
}

.certifications-images-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -40px;
}

.certifications-images-item {
  width: 33.33%;
  padding-left: 40px;
  margin: 15px 0;
}

.certifications-images-itembox img {
  height: 70px;
  object-fit: contain;
  max-width: 150px;
}

.certifications-images-itembox {
  text-align: center;
}

.certifications-right {
  width: 50%;
}

.certifications-left {
  width: 50%;
}

.rss-listing-posts.about-articles {
  background: transparent linear-gradient(129deg, #3B9BA3 0%, #CEF4C6 0%, #B1D6D9 58%, #C2D0DC 100%) 0% 0%;
}

.rss-listing-posts.about-articles .recent-boxlisting.blog-rec-posts {
  max-width: 1260px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  flex-wrap: wrap;
}

.rss-listing-posts.about-articles .header-cotent {
  text-align: center;
  padding-bottom: 60px;
}

.rss-listing-posts.about-articles .recent-box-inr {
  background: #FDF9F5 !important;
  display: block !important;
  height: 100%;
  padding: 22px;
  border-radius: 18px;
  padding-bottom: 70px;
  position: relative;
}

.rss-listing-posts.about-articles .recent-box-inr .recent-date {
  display: none;
}

.rss-listing-posts.about-articles .recent-box-inr a.link-style {
  font-weight: 700;
  color: #1D3454;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  padding-right: 30px;
  position: absolute;
  bottom: 22px;
}

.rss-listing-posts.about-articles .recent-box-inr a.link-style::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  height: 20px;
  width: 20px;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #38B549;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.certifications-sec {
  padding-bottom: 100px;
}

.certifications-sec h5 {
  font-size: 12px;
  letter-spacing: 2px;
}

.about-page .have-ques-section .wrapper {
  max-width: 1400px;
}

.about-page .have-ques-inr-wrap {
  transform: translateY(105px);
}

.rss-listing-posts .bottom-btn {
  text-align: center;
  margin-top: 36px !important;
  margin-bottom: 40px !important;
}

.rss-listing-posts .bottom-btn {
  text-align: center;
  margin-top: 36px !important;
  margin-bottom: 40px !important;
}

.template-html .rss-listing-posts.about-articles a.custom-btn {
  background: #ffffff;
  color: #1E2C48;
}

.rss-listing-posts.about-articles.rss-listing-posts .blog-2-sec .row-fluid .recent-box {
  padding: 0 17px;
}

.template-html .rss-listing-posts.about-articles a.custom-btn::after {
  color: #1E2C48;
  box-shadow: #1D33542F 0 0 40px;
}


/* march css */


.body-wrapper {
  overflow: hidden;
}

.slide-right-img img {
  object-fit: contain;
  height: auto;
}

.footer-top-row1-right form .hs_submit.hs-submit input.hs-button {
  min-height: 50px;
  height: 52px;
  border-radius: 0 10px 10px 0 !important;
}

.have-ques-inr {
  margin-bottom: -150px;
}

.have-ques-inr-wrap {
  position: relative;
  z-index: 1;
}

.site-footer {
  padding-top: 250px;
}

.about-page .site-footer {
  padding-top: 350px;
}


.main-menu-wrap .header-btns {
  display: none !important;
}

.header-wrap .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-wrap .hs-menu-wrapper ul li.mega-menuized>a,
.menu-bar .hs-menu-wrapper ul li.hs-item-has-children>a {
  position: relative;
  padding-right: 28px !important;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children>.child-triggerm,
.menu-bar .hs-menu-wrapper ul li.mega-menuized>.child-triggerm {
  display: none
}

.header-wrap .hs-menu-wrapper ul li.mega-menuized>a::after,
.menu-bar .hs-menu-wrapper ul li.hs-item-has-children>a::after {
  content: "";
  border: 7px solid #1E2C48;
  border-bottom: 7px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 5px;
  transition: .4s;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children>ul.hs-menu-children-wrapper {
  padding: 0;
  height: auto;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li {
  padding: 0;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover {
  /*   background: #ebf4fa; */
  background: none;
}

.mega-menu-branch {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;
  padding: 30px 10px 30px;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: -32px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 75%;
  box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
  z-index: -1;
}

.header-wrap .mega-menu-items h4 {
  margin-bottom: 4px;
}

.header-wrap .mega-menu-items {
  width: 33.33%;
  margin: 0;
  padding: 0 25px;
  border-left: 1px solid #CFD9ED;
}

.header-wrap .mega-menu-branch>div>div {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu-branch.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-wrap.fixed .mega-menu-branch {
  margin-top: 0;
}

body .header-wrap .mega-menu-items .rss-listing-posts {
  padding: 0;
  background: none;
}

body .header-wrap .rss-listing-posts.about-articles .recent-boxlisting.blog-rec-posts {
  padding: 0;
}

.header-wrap .mega-menu-items:first-child {
  border-left: none;
}

.nav-how-it-work-repeater .box-content {
  padding: 0;
  margin-bottom: 22px;
}

.nav-how-it-work-repeater .box-content>div {
  min-height: auto !important;
}

.nav-how-it-work-row-box h4 a {
  color: #0F385D;
  padding-right: 30px;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: 'KareliaWeb';
}

.nav-how-it-work-row-box h4 a::after {
  width: 20px;
  height: 20px;
  font-size: 14px;
  margin-top: 0px;
}

.nav-how-it-work-repeater .box-content p {
  font-size: 14px;
  color: #777777;
}

.nav-how-it-work-repeater img {
  width: 100%;
  border-radius: 8px;
  height: 130px;
  object-fit: cover;
}

.header-wrap .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap .recent-image::before {
  padding-top: 130px;
}

.header-wrap .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap .recent-image {
  background-position: center center;
  border: 1px solid #e4e4e4;
}

.nav-how-it-work-repeater .box-content:last-child {
  margin-bottom: 0;
}

.mega-menu-items h5 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 22px;
  font-family: 'KareliaWeb';
  color: #0F385D;
}

.nav-how-it-work-row-box {
  margin-bottom: 45px;
}

.nav-how-it-work-row-box:last-child {
  margin-bottom: 0;
}

body .header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box {
  width: 100%;
  padding: 0 !important;
  margin: 0 0 20px;
}

body .header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box:last-child {
  margin-bottom: 0;
}

body .header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box a.topic-link {
  display: none !important;
}

body .header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-date {
  display: none;
}

body .header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-box-inr {
  display: flex !important;
  flex-wrap: wrap;
  background: none !important;
  padding: 0;
}

.header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-box-inr .recent-textlist {
  order: 1;
  margin: 0;
}

.header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-box-inr .recent-image-wrap {
  order: 2;
}

.header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-box-inr .recent-image-wrap a {
  display: inline-block;
  width: 100%;
}

.header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box h4.recent-title,
.mega-menu .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box h4.recent-title a {
  font-size: 16px !important;
  color: #0F385D !important;
}

.mega-menu .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box h4.recent-title a:hover {
  color: #38b549 !important;
}

.header-wrap .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box h4.recent-title {
  margin-bottom: 12px;
  min-height: 67px;
}


/* Contact page css */
input,
textarea,
button,
select {
  outline: none;
}

.contact-form-sec {
  padding: 175px 0 100px;
  padding-bottom: 398px;
  background-image: linear-gradient(132deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
}

.contact-form-sec .contact-form-header {
  text-align: center;
  margin-bottom: 80px;
}

.contact-form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.contact-form-wrap>div {
  padding: 0 15px;
}

.contact-form-left {
  width: 40%;
}

.contact-form-right {
  width: 60%;
}

.contact-form-map-location {
  display: block;
}

.contact-form-map-location img {
  width: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form-sec .wrapper {
  max-width: 1080px;
}

.contact-form-map-location a {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Noto Sans';
  color: #1E2C48;
}

.contact-form-address-item {
  margin-bottom: 40px;
}

.contact-form-address-label h4 {
  font-size: 24px;
  margin: 0 0 3px;
  font-weight: 400;
}

.contact-form-address-info {
  margin-bottom: 3px;
}

.contact-form-address-info p {
  font-size: 16px;
}

.contact-form-content-left-desc h2 {
  margin-bottom: 40px;
}

.contact-form-box {
  background: #FDF9F5;
  padding: 40px 50px;
  border-radius: 24px;
  box-shadow: #1D33542F 0 0 40px;
}

.contact-form-box h2 {
  margin: 0 0 40px;
}

.contact-form-header h5 {
  letter-spacing: 2px;
  font-size: 12px;
}

.contact-form-content-box {
  padding-right: 70px;
}

.contact-form-box form label {
  font-size: 16px;
  color: #1E2C48;
  margin-bottom: 6px;
  display: block;
  line-height: 1.2;
  font-family: 'Noto Sans';
  max-width: 450px
}

.contact-form-box form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
.contact-form-box form textarea {
  background: rgba(176, 214, 218, .30);
  border-radius: 11px;
  padding: 12px 25px;
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Sans';
  color: #1d3354;
  border: none;
}

.contact-form-box form input::placeholder,
.contact-form-box form textarea::placeholder {
  color: #98a7c6;
  opacity: 1;
}

.contact-form-box form .hs-form-field {
  margin-bottom: 24px;
}

.contact-form-box form textarea {
  resize: none;
  height: 168px;
  background: rgba(176, 214, 218, .30);
}

.contact-form-box form .hs-richtext p,
.contact-form-box form .hs-richtext p a,
.contact-form-box form .hs-form-booleancheckbox p,
.contact-form-box form .hs-form-booleancheckbox p a,
.contact-form-box form .hs-form-checkbox p,
.contact-form-box form .hs-form-checkbox p a {
  color: #1E2C48;
  font-size: 15px;
}

.contact-form-box form .hs-richtext p a,
.contact-form-box form .hs-form-booleancheckbox p a,
.contact-form-box form .hs-form-checkbox p a {
  text-decoration: underline;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 2px;
}

.contact-form-box ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: red;
  font-size: 14px;
  margin: 0;
}

.contact-form-box .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
}

.contact-form-links-item a.custom-link {
  color: #1D3454;
  font-family: 'Noto Sans';
  position: relative;
  padding-bottom: 0;
  margin: 0;
}

.contact-form-links-item a.custom-link.link-with-arrow::after {
  /* background: #38B549;
  color: #ffffff;
  width: 22px;
  height: 22px;
  font-size: 14px;
  margin-top: 0px;
*/
}

.template-html .contact-form-links-item a.custom-link.link-with-arrow:after {
  display: none;
}

.template-html .contact-form-links-item a.custom-link.link-with-arrow:before {
  content: "";
  padding: 12px;
  background: url(https://www.aize.io/hubfs/Aize%20for%20EPC%20-%20website/contact_support_FILL0_wght400_GRAD0_opsz48.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: relative;
  top: 12px;
  right: 5px;
}

.contact-form-links-item {
  margin-bottom: 30px;
}

.contact-form-links-item:last-child {
  margin-bottom: 0;
}

.contact-form-links-repeater {
  padding-top: 30px;
  border-top: 1px solid rgba(14, 119, 163, .29);
}

ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-form-box .hs-form-booleancheckbox input,
.contact-form-box .hs-form-checkbox input {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.contact-form-box .hs-form-booleancheckbox label>span:not(.hs-form-required):before,
.contact-form-box .hs-form-checkbox label>span:not(.hs-form-required):before {
  content: "";
  height: 40px;
  width: 40px;
  background: rgba(220, 235, 228, .61);
  border-radius: 11px;
  position: absolute;
  left: 0;
  top: 3px;
}

.contact-form-box .legal-consent-container .hs-form-booleancheckbox label>span:not(.hs-form-required),
.contact-form-box .legal-consent-container .hs-form-checkbox label>span:not(.hs-form-required) {
  position: relative;
  margin: 0;
  padding-left: 60px;
}

.contact-form-box .hs_submit.hs-submit input,
.contact-form-box .hs_submit.hs-submit button {
  padding: 17px 25px 19px;
  padding-right: 60px;
  border: none;
  border-radius: 50px;
  font-family: 'KareliaWeb';
  font-size: 15px;
  width: auto;
  cursor: pointer;
  background: none;
}

.contact-form-box .actions {
  width: auto;
  display: inline-block;
  position: relative;
  background: #FFBA00;
  border-radius: 50px;
  z-index: 1;
}

.contact-form-box .actions::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  color: #133623;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  margin-top: 0px;
  font-size: 20px;
  line-height: 1;
  z-index: -1;
}

.contact-form-box .hs_submit.hs-submit {
  margin-top: 38px;
}


.contact-form-box .hs-form-booleancheckbox label>span:not(.hs-form-required):after,
.contact-form-box .hs-form-checkbox label>span:not(.hs-form-required):after {
  content: "";
  position: absolute;
  height: 20px;
  width: 12px;
  border: 4px solid #1d3354;
  top: 9px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  opacity: 0;
}

.contact-form-box .hs-form-booleancheckbox input:checked+span:not(.hs-form-required):after,
.contact-form-box .hs-form-checkbox input:checked+span:not(.hs-form-required):after {
  opacity: 1;
}

.contact-info-sec::before {
  background-image: linear-gradient(126deg, #27A9E0 0%, #BAE2FC 0%, #DCCFC2 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .32;
}

.contact-info-sec {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.contact-info-sec .contact-location-image {
  transform: translateY(-50%);
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -306px;
  font-size: 0;
}

.contact-info-sec .contact-location-image img {
  width: 100%;
  height: 611px;
  object-fit: cover;
}

.contact-info-wrap {
  padding-top: 74px;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.contact-info-repeater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-info-item {
  width: 33.33%;
  border-left: 1px solid rgba(30, 44, 72, .29);
  text-align: center;
  padding: 30px;
}

.contact-info-social-item svg {
  fill: #1E2C48;
  width: 30px;
  height: 30px;
}

.contact-info-item p,
.contact-info-item p a {
  color: #1E2C48;
  font-size: 22px;
  text-decoration: none;
}

.contact-info-item p a:hover {
  opacity: .6;
}

.contact-info-item p a {
  transition: .3s;
}

.contact-info-social-item a:hover {
  opacity: .6;
}

.contact-info-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-info-social-item {
  margin: 5px 10px;
  line-height: 1;
  font-size: 0;
}

.contact-info-social-item a {
  transition: .3s;
  display: inline-block;
  line-height: 1;
}

.contact-info-social-item a span {
  display: inline-block;
}

.contact-info-sec .wrapper {
  max-width: 1260px;
}

.contact-info-label h4 {
  font-size: 17px;
  margin-bottom: 18px;
}

.contact-info-item:first-child {
  border-left: none;
}

.contact-form-box form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}

.contact-form-box form select {
  background: rgba(176, 214, 218, .30);
  border-radius: 11px;
  padding: 12px 25px;
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  font-family: 'Noto Sans';
  color: #1e2c48;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(30,44,72)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  padding-right: 50px;
}

.contact-form-box form select.is-placeholder {
  color: #98a7c6;
}

legend.hs-field-desc {
  margin-bottom: 10px;
}

.contact-form-box form .hs-form-booleancheckbox label>span:not(.hs-form-required),
.contact-form-box form .hs-form-checkbox label>span:not(.hs-form-required) {
  padding-left: 60px;
  position: relative;
  margin: 0;
  padding-top: 10px;
}

.contact-form-box form .hs-richtext {
  margin-bottom: 20px;
  max-width: 380px;
}

.contact-form-box form fieldset .hs-form-field .input {
  margin-right: 0 !important;
}

.contact-form-box form fieldset .hs-form-field {
  padding: 0 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.contact-form-box form fieldset .hs-form-field>div {
  width: 100%;
}

.contact-form-box form fieldset .hs-richtext {
  padding: 0 4px;
}

.contact-form-box form fieldset {
  max-width: none !important;
  width: auto;
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}

.privacy-page .contact-info-header {
  margin-top: 200px;
}

.contact-form-box form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

.contact-form-box form fieldset.form-columns-4 .hs-form-field {
  width: 25%;
}

.contact-form-box form .hs-form-field .hs-input {
  width: 100% !important;
}

.site-footer form-title:empty {
  display: none;
}

body.blog-main-template.blog2-single .blog-sectionnew.section.blog-single {
  padding-bottom: 80px;
}

.have-ques-section {
  background: none !important;
}


.counter-wrap {
  display: flex;
  flex-wrap: wrap;
}

.counter-item {
  width: 25%;
  padding: 0 15px;
}

.counter-inr {
  padding: 50px 30px;
  margin-top: 110px;
  background: rgba(255, 255, 255, .29);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -100px;
}

.banner-main.join-banner .banner-btm-image {
  margin-bottom: 0;
  margin-top: 57px;
}

.banner-main.join-banner .banner-content p {
  font-size: 18px;
}

.banner-main.join-banner a.custom-btn {
  background: #fff;
  color: #1E2C48;
  font-size: 16px;
  padding-right: 60px;
}

.banner-main.join-banner a.custom-btn:hover {
  background: #1E2C48;
  color: #fff;
}

.banner-main.join-banner a.custom-btn::after {
  box-shadow: 0px 0px 40px #1D33542F;
}

.banner-main.join-banner .banner-content .cta-wrap {
  margin-top: 30px;
}

.banner-main.join-banner .banner-content h1 {
  margin-bottom: 30px;
}

.banner-main.join-banner .banner-bottom-content {
  margin-bottom: 0;
}

.banner-main.join-banner {
  margin-bottom: 0;
  padding-top: 215px;
  padding-bottom: 100px;
  background: linear-gradient(135deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
}

.counter-box-content p {
  font-size: 22px;
  margin: 0;
}

.counter-box-count-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #1D3454;
}

.who-are-we-new.join-benefits-sec {
  background: none;
  position: relative;
  z-index: 1;
}

.who-are-we-new.join-benefits-sec::before {
  content: "";
  background: linear-gradient(121deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  opacity: .25;
}

.who-are-we-new.join-benefits-sec .text-block {
  padding-right: 40px;
}

.who-are-we-new.join-benefits-sec .small-image {
  bottom: 8%;
  width: 49%;
  left: 70px;
  font-size: 0;
}

.who-are-we-new.join-benefits-sec .large-image {
  width: 100%;
  left: 0;
  padding-left: 110px;
  font-size: 0;
}

.horz_list_img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
  border-radius: 50%;
  margin-right: 20px;
}

.horz_list_img img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.horz_list_item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

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

.horz_list_content p {
  font-size: 17px;
}

.horz_list_content p:last-child {
  margin-bottom: 0;
}

.who-are-we-new.join-benefits-sec .text-block h2 {
  margin-bottom: 55px;
}

.join-page .wrapper {
  max-width: 1230px;
}

.banner-main.join-banner .banner-bottom-content-right {
  padding-left: 60px;
}

.banner-main.join-banner .banner-bottom-content-right p {
  font-size: 17px;
  color: #1E2C48;
}

.testimonial-title {
  margin-bottom: 26px;
  text-align: center;
}

.join-page .aize-testimonial-slider-main {
  padding-top: 84px;
  padding-bottom: 148px;
}

.join-page .aize-testimonial-slider-main .aize-testimonial-content p,
.join-page .aize-testimonial-slider-main .aize-testimonial-content h5 {
  color: #1E2C48;
}

.join-page .aize-testimonial-slider-main .aize-testimonial-content p {
  font-size: 18px;
}

.join-page .aize-testimonial-slider-main .aize-testimonial-content h5 {
  font-size: 16px;
  color: #687587;
}

.banner-main.video-section-main {
  margin-bottom: 0;
  padding-top: 88px;
  padding-bottom: 84px;
  background: linear-gradient(121deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
}

.banner-main.video-section-main .banner-btm-image {
  margin-bottom: 0;
  margin-top: 0;
}

.banner-main.video-section-main .banner-content {
  max-width: 730px;
  margin-bottom: 85px;
}

.banner-main.video-section-main a.custom-btn {
  background: #FFFFFF;
  color: #1E2C48;
  font-size: 16px;
  padding-right: 60px;
}

.banner-main.video-section-main a.custom-btn::after {
  box-shadow: 0px 0px 40px #1D33542F;
}

.banner-main.video-section-main .cta-wrap {
  margin-top: 65px;
}

.left-right-content-section.join-culture {
  background: none;
  position: relative;
  z-index: 1;
}

.left-right-content-section.join-culture::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(140deg, #EAEAEA 0%, #EBF0EA 0%, #DCCFC2 100%);
  opacity: .13;
  z-index: -1;
}

.left-right-content-section.join-culture .left-right-content-inner-box>div {
  width: 46%;
}

.join-page .aize-testimonial-slider-main .wrapper {
  max-width: 1400px;
}

.join-page .rss-listing-posts.about-articles {
  background: linear-gradient(130deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
}

.banner-main.video-section-main .wrapper {
  max-width: 1280px;
}

.join-page .rss-listing-posts.about-articles .wrapper {
  max-width: 1280px;
}

body.join-page .footer .have-ques-section {
  display: none;
}

.have-ques-section.keep-opening-section .have-ques-inr {
  margin-bottom: -270px;
}

.join-page .rss-listing-posts.about-articles .bottom-btn {
  margin-bottom: 0 !important;
}


.have-ques-section.keep-opening-section .wrapper {
  max-width: 1400px;
}

.have-ques-section.keep-opening-section .have-ques-text {
  padding-right: 9%;
}

.have-ques-section.keep-opening-section input:not([type="radio"]),
.have-ques-section.keep-opening-section input:not([type="checkbox"]) {
  width: 100%;
  background: #FFFFFF;
  border: none;
  padding: 10px 20px;
  FONT-WEIGHT: 200;
  border-radius: 10px;
  font-size: 16px;
  color: #1E2C48;
}

.have-ques-section.keep-opening-section input::placeholder {
  color: #1E2C48;
  opacity: 1;
}

.have-ques-section.keep-opening-section fieldset>div,
.have-ques-section.keep-opening-section fieldset>div {
  width: 100% !important;
}

.have-ques-section.keep-opening-section .field>label {
  display: none;
}

.have-ques-section.keep-opening-section .input {
  margin: 0 !important;
}

.have-ques-section.keep-opening-section .field {
  margin-bottom: 12px;
}

.have-ques-section.keep-opening-section .field ul.inputs-list.multi-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox,
.have-ques-section.keep-opening-section .field li.hs-form-checkbox {
  margin-top: 12px;
  margin-bottom: 23px;
  width: auto;
  padding-left: 40px;
}

.have-ques-section.keep-opening-section .hs-richtext p {
  color: #1E2C48;
  font-size: 13px;
  font-style: italic;
}

.have-ques-section.keep-opening-section .hs-richtext p a {
  color: #1E2C48;
}

.have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox input,
.have-ques-section.keep-opening-section .field li.hs-form-checkbox input {
  transform: scale(1);
  border: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox input[type="checkbox"]+span:before,
.have-ques-section.keep-opening-section .field li.hs-form-checkbox input[type="checkbox"]+span:before {
  position: absolute;
  left: -30px;
  top: 3px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #dadada;
  color: #fafafa;
  background: #fafafa;
  content: "\f00c";
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox input[type="checkbox"]+span,
.have-ques-section.keep-opening-section .field li.hs-form-checkbox input[type="checkbox"]+span {
  position: relative;
  margin-left: 30px;
}

.have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox input[type="checkbox"]:checked+span:before,
.have-ques-section.keep-opening-section .field li.hs-form-checkbox input[type="checkbox"]:checked+span:before {
  color: #1E2C48;
}

.have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox label,
.have-ques-section.keep-opening-section .field li.hs-form-checkbox label {
  position: relative;
}

.have-ques-section.keep-opening-section .field ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
  line-height: 1.2;
  margin: 0;
  z-index: 1;
  margin-top: -3px;
}

.have-ques-section.keep-opening-section .field {
  position: relative;
}

.have-ques-section.keep-opening-section .field ul.no-list.hs-error-msgs.inputs-list li {
  line-height: 1;
}

.have-ques-section.keep-opening-section .field ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 12px;
}

.have-ques-section.keep-opening-section input.hs-button.primary.large {
  cursor: pointer;
  background: none;
  width: auto;
  padding: 20px;
  padding-right: 60px;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.have-ques-section.keep-opening-section .hs-submit .actions {
  position: relative;
  display: inline-block;
  background: #FFBA00;
  border-radius: 50px;
}

.have-ques-section.keep-opening-section .hs-submit .actions::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 32px;
  height: 32px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #1e2c48;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.have-ques-section.keep-opening-section fieldset {
  width: 100% !important;
  max-width: 100% !important;
}

.have-ques-section.keep-opening-section fieldset .hs-richtext {
  margin-bottom: 30px;
}

footer.footer {
  position: relative;
  z-index: 1;
}

/* march 2022 css */
a {
  cursor: pointer;
}

a.how-work-image-link {
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-size: 0;
}

.nav-how-it-work-row-box h4 a.current-page,
.nav-how-it-work-row-box h4 a.current-page,
.mega-menu .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box h4.recent-title a.current-page {
  color: #38b549;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a.current-page {
  /*   background: #ebf4fa; */
  background: none;
  /*   border-bottom: 3px solid #41a9e1 !important; */
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a span {
  display: inline-block;
  position: relative;
}

.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a.current-page span::after,
.header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px !important;
  background: #27a9e0;
  transition: .3s;
}

.template-html .rss-listing-posts.about-articles a.custom-btn:hover {
  background: #1d3354;
  color: #fff;
}

.rss-listing-posts.about-articles .recent-box-inr a.link-style:hover {
  color: #53b64a;
}

span.scroll-to-top {
  display: none;
}

.join-vacancies-section a:hover {
  color: #2187b2;
}

.oprate-banner .play-button {
  display: block;
}

.hs-inline-edit .have-ques-inr-wrap {
  transform: none;
}

.hs-inline-edit .have-ques-section {
  margin-top: 260px;
}

.hs-inline-edit #main-content {
  margin-top: 130px;
}

.aize-testimonial-img-inr {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
}

.aize-testimonial-img-inr::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.template-html .banner-main.about-video-sec .video-box img {
  border-radius: 40px;
}

.aize-testimonial-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  max-height: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.aize-testimonial-img {
  padding: 0 !important;
}

form .hs_error_rollup {
  display: none;
}

.azlogos-col {
  width: 14.28%;
  margin: 10px 0;
}

.azlogos-img img {
  height: 30px !important;
}

.fancybox-navigation {
  display: none;
}

.fancybox-slide--video .fancybox-content {
  margin-top: 20px;
}

.fancybox-toolbar.compensate-for-scrollbar {
  display: none;
}

.fancybox-slide.fancybox-slide--video::before {
  content: "";
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.cm-fancybox-button.fancybox-close-small {
  display: none;
}

/*       .fancybox-slide.fancybox-slide--video .fancybox-content {position:absolute;width:30px;height:30px;cursor: pointer;top: -22px;right: 0;} */
.fancybox-slide.fancybox-slide--video .fancybox-content::after,
.fancybox-slide.fancybox-slide--video .fancybox-content::before {
  content: "";
  position: absolute;
  display: inline-block;
  text-align: right;
  width: 30px;
  height: 3px;
  background: #fff;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  margin-top: -22px;
}

.fancybox-slide.fancybox-slide--video .fancybox-content::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

button.fancybox-button.fancybox-button--play {
  display: none;
}

button.fancybox-button.fancybox-button--close {
  display: none;
}

.fancybox-infobar {
  display: none;
}

.banner-main.how-it-works-video {
  margin: 0;
  padding: 150px 0;
  background: #f8f8f8;
}

.banner-main.how-it-works-video .banner-btm-image {
  margin: 0;
}

.banner-main.how-it-works-video .banner-col-wrap {
  margin-bottom: 30px;
}

.vc-colwrap .slick-slide .vc-colbox a {
  pointer-events: none;
}

.vc-colwrap .slick-slide.slick-current a {
  pointer-events: all;
}

.tcs-tabs-dropdown {
  display: none;
}

.about-page.join-page .footer {
  z-index: 0;
}

.site-footer .submitted-message {
  text-align: left;
  background: #fff;
  padding: 10px 15px;
  color: #60b060 !important;
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  border-top: 7px solid #79c279;
  border-radius: 8px;
}

.site-footer .submitted-message::before {
  content: "\f058";
  display: inline-block;
  font: var(--fa-font-solid);
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.two-col-content-with-slider-tabs-itembox {
  text-align: left;
  padding-bottom: 3px;
  padding-top: 3px;
}

.vc-colwrap .slick-slide .vc-colbox a {
  pointer-events: all;
}

.template-html a.custom-btn.btn-with-arrow::after,
.template-html a.custom-link.link-with-arrow::after,
.template-html .two-col-contentbox p a:not(.custom-btn)::after,
.demo-btn-bottom a:after {
  text-indent: 1px;
  line-height: 1px;
  padding-top: 1px;
}

body .slick-arrow.slick-prev::before {
  margin-top: -1px !important;
}

body .slick-arrow.slick-next::before {
  margin-top: 0px !important;
}


/*  webinar page */
.brand-logo img {
  max-width: 152px;
}

.brand-logo {
  margin-bottom: 52px;
  font-size: 0;
}

.about-page.webinar-page .wrapper {
  max-width: 1200px;
}

.webinar-form-sec .contact-form-header {
  margin-bottom: 70px;
}

.video-image-box-main.banner-btm-image {
  margin: 0 0 75px;
  overflow: visible;
  padding: 0;
}

.video-image-box-main.banner-btm-image .video-box {
  border-radius: 25px;
  position: relative;
}

.video-image-box-main.banner-btm-image .video-box::before {
  content: "";
  padding-top: 52%;
  display: block;
}

.video-image-box-main.banner-btm-image .video-box img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.webinar-form-sec .contact-form-wrap>div {
  width: 50%;
}

.about-page.contact-page.webinar-page {
  background: linear-gradient(133deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
}

.contact-form-sec.webinar-form-sec {
  background-image: none;
  background-color: transparent !important;
  padding-bottom: 30px;
}

.webiners-speakers-sec {
  padding-top: 30px;
}

.webiners-colwrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

.webiners-colwrap>div {
  width: 50%;
  padding-left: 50px;
  margin: 40px 0;
}

.webiners-colbox {
  display: flex;
}

.webiners-colbox-img {
  flex: 0 0 auto;
  position: relative;
  font-size: 0;
  line-height: 1;
  margin-right: 35px;
}

.webiners-colbox-img img {
  object-fit: cover;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0;
}

.webiners-colbox-content {
  padding-right: 50px;
}

.webinar-form-sec .contact-form-content-box ul li {
  margin-bottom: 28px;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}

.webinar-form-sec .contact-form-content-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.webinar-form-sec .contact-form-content-box ul li:last-child {
  margin-bottom: 0;
}

.webinar-form-sec .contact-form-content-box ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #38B549;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.contact-form-sec.webinar-form-sec .contact-form-box {
  padding: 30px 38px 35px;
}

.webinar-form-sec .contact-form-wrap {
  align-items: center;
}

.speakers-signup-btn {
  display: none;
  margin: 30px 0 10px;
}

.speakers-signup-btn a.custom-btn {
  background: #ffba00;
  color: #133623;
  font-size: 15px;
  margin: 10px 0;
  padding: 14px 18px 16px !important;
  padding-right: 52px !important;
}

.speakers-signup-btn a.custom-btn:hover {
  background: #f6921d !important;
}


.search-results-body {
  padding-top: 150px;
}

.search-results-body .hs-search-field__bar form input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
}

.search-results-body .hs-search-field {
  margin-bottom: 40px;
}

.search-results-inr {
  padding-bottom: 60px;
}

.search-results-inr .hs-search-results__listing li {
  margin: 0 0 25px;
}

.search-results-inr a {
  color: #1F7EA7;
}

a.hs-search-results__title {
  font-family: 'KareliaWeb';
  font-size: 20px;
  color: #1E2C48;
  display: inline-block;
  margin-bottom: 8px;
}

p.hs-search-results__description {
  color: #414141;
  font-size: 17px;
}

.search-results-inr .hs-search-results__listing li:last-child {
  margin-bottom: 0;
}

.search-results-inr .hs-search-results__pagination {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}


/* Blog listing css */

.banner-main.blog-banner {
  margin-bottom: 0;
  padding-bottom: 325px;
  background: linear-gradient(109deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
}

.blog-listing-tags-inr {
  background: #fff;
  box-shadow: 0px 0px 40px #00000015;
  border-radius: 16px;
  padding: 10px 0;
  padding-left: 35px;
  padding-right: 15px;
}

.blog-listing-tags-left {
  display: flex;
  align-items: center;
}

.blog-listing-tags-label {
  margin: 5px 0;
  margin-right: 20px;
  font-size: 14px;
}

ul.blog-listing-tags-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.blog-listing-tags-list li a {
  background: #91CB91;
  text-decoration: none;
  color: #1E2C48;
  padding: 7px 35px;
  line-height: 1.3;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Noto Sans';
}

ul.blog-listing-tags-list li {
  display: inline-block;
  margin: 5px 0;
  margin-left: 9px;
}

ul.blog-listing-tags-list li a.all-articles-link {
  background: #E2F3FA;
}

.more-tags {
  color: #1E2C48;
  font-size: 14px;
  display: inline-block;
  background: #E2F3FA;
  border-radius: 8px;
  padding: 7px 28px;
  padding-right: 34px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 5px 0;
}

.more-tags::after {
  content: "\f107";
  font: var(--fa-font-solid);
  font-weight: 400;
  font-size: 17px;
  color: #1E2C48;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
}

.blog-tags-more-list-wrap ul {
  padding: 0;
  list-style: none;
  background: #E2F3FA;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

.blog-tags-more-list-wrap ul li a {
  font-size: 14px;
  color: #1D3454;
  text-decoration: none;
  padding: 7px 10px;
  display: inline-block;
  width: 100%;
}

.blog-tags-more-list-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  z-index: 0;
  margin-top: -5px;
  padding-top: 2px;
  min-width: 130px;
  max-height: 90vh;
  overflow-y: auto;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.blog-listing-tags-right {
  position: relative;
  text-align: right;
  padding-left: 15px;
}

nav.blog-listing-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-tags-more-list-wrap ul li a:hover {
  background: #c2e9f9;
}

.blog-listing-tags-main {
  margin-top: -300px;
  position: relative;
  padding-bottom: 41px;
  z-index: 2;
}

.blog-listing-first {
  position: relative;
  z-index: 1;
}

.blog-main-section {
  position: relative;
  z-index: 1;
}

.blog-author-listing {
  margin-bottom: 50px;
}

.banner-main.blog-banner .banner-btm-image {
  margin: 0;
}

.more-tags:hover+.blog-tags-more-list-wrap,
.blog-tags-more-list-wrap:hover {
  opacity: 1;
  visibility: visible;
}

.blog-listing-item-inr {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  font-size: 0;
  height: 100%;
}

.blog-listing-featured-img a.blog-listing-featured-img-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-listing-featured-img a.blog-listing-featured-img-link::before {
  content: "";
  display: block;
  padding-top: 48.2%;
}

.blog-listing-featured-img {
  position: relative;
  width: 100%;
}

.blog-listing-featured-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog-listing-item-content {
  width: 100%;
}

.blog-listing-item {
  width: 50%;
  padding-left: 37px;
  margin-bottom: 50px;
}

.blog-listing-item-wrap {
  margin-left: -37px;
  display: flex;
  flex-wrap: wrap;
}

.blog-main-left {
  width: 66.66%;
}

.blog-main-section-inr>div {
  padding-left: 47px;
}

.blog-main-section-inr {
  display: flex;
  flex-wrap: wrap;
  margin-left: -47px;
  padding-bottom: 144px
}

.blog-main-sidebar {
  width: 33.33%;
}

.blog-main-section .wrapper,
.blog-listing-page .wrapper,
.blog-listing-tags-main .wrapper,
.banner-main.blog-banner .wrapper {
  max-width: 1260px;
}

.blog-listing-item-inr h2 {
  font-size: 20px;
  color: #1D3454;
  font-family: 'KareliaWeb';
}

.blog-listing-item-inr h2 a {
  color: #1D3454;
  text-decoration: none;
  font-family: 'KareliaWeb';
}

.blog-main-sidebar input.hs-search-field__input {
  height: 58px;
  background: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding: 10px 25px;
  padding-right: 60px;
  line-height: normal;
  font-size: 14px;
  font-family: 'Noto Sans';
  color: #1E2C48;
}

.blog-main-sidebar input.hs-search-field__input::placeholder {
  color: #1E2C48;
  opacity: 1;
}

.blog-main-sidebar .hs-search-field {
  margin-bottom: 32px;
}

.blog-main-sidebar .subscribe-form-main-inr {
  padding: 22px 30px 30px;
  border-radius: 16px;
  background: #96CFE1;
}

.blog-main-sidebar .subscribe-form-main {
  background: none !important;
  margin-bottom: 39px;
}

.blog-main-sidebar .contact-form-title h2 {
  font-size: 24px;
  margin-bottom: 22px;
}

.blog-main-sidebar .wrapper {
  max-width: 100%;
  padding: 0;
}

.blog-main-sidebar .contact-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  font-size: 14px;
  background: rgb(255 255 255 / 80%);
  border: none;
  padding: 10px 13px;
  border-radius: 11px;
  color: #1E2C48;
  font-family: 'Noto Sans';
  width: 100%;
}

.blog-main-sidebar .contact-form input::placeholder {
  color: #1E2C48;
  opacity: 1;
}

.blog-main-sidebar .contact-form .field label {
  display: block;
  margin-bottom: 5px;
}

.blog-main-sidebar .contact-form .field {
  margin-bottom: 10px;
}

.blog-main-sidebar .contact-form .hs-submit input.hs-button.primary.large {
  background: none;
  border: none;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: 'KareliaWeb';
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 9px 22px 13px 22px;
  padding-right: 42px;
}

.blog-main-sidebar .contact-form .hs-submit .actions {
  border: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 60px;
  font-family: 'KareliaWeb';
  background: #38B549;
  color: #fff;
  transition: .3s;
  overflow: hidden;
  position: relative;
}

.blog-main-sidebar .contact-form .hs-submit .actions::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 400;
  width: 24px;
  height: 24px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  color: #204099;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 1;
  text-indent: 1px;
  padding-top: 1px;
  margin-top: -1px;
}

.blog-main-sidebar .contact-form .legal-consent-container p,
.blog-main-sidebar .contact-form .legal-consent-container p a {
  font-size: 11px;
  color: #1E2C48;
}

.blog-main-sidebar .contact-form-title p {
  font-size: 14px;
}

.blog-main-sidebar .contact-form-title {
  margin-bottom: 23px;
}

.blog-main-sidebar .contact-form h3.form-title {
  display: none;
}

.blog-main-sidebar .contact-form .hs-fieldtype-booleancheckbox.field label,
.blog-main-sidebar .contact-form .hs-fieldtype-checkbox.field label {
  margin: 0;
}

.blog-main-sidebar .contact-form .hs-fieldtype-booleancheckbox.field,
.blog-main-sidebar .contact-form .hs-fieldtype-checkbox.field,
.hs-content-id-92908579075 .podcast-lp form .hs-fieldtype-booleancheckbox.field,
.hs-content-id-92908579075 .podcast-lp form .hs-fieldtype-checkbox.field {
  margin-bottom: 22px;
}

.blog-main-sidebar .contact-form li.hs-form-booleancheckbox,
.blog-main-sidebar .contact-form li.hs-form-checkbox,
.hs-content-id-92908579075 .podcast-lp form li.hs-form-booleancheckbox,
.hs-content-id-92908579075 .podcast-lp form li.hs-form-checkbox {
  margin-bottom: 8px;
  padding-left: 40px;
  width: auto;
}

.blog-main-sidebar .contact-form ul.inputs-list.multi-container,
.hs-content-id-92908579075 .podcast-lp form ul.inputs-list.multi-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.blog-main-sidebar .contact-form .hs-form-booleancheckbox label>span:not(.hs-form-required),
.blog-main-sidebar .contact-form .hs-form-checkbox label>span:not(.hs-form-required),
.hs-content-id-92908579075 .podcast-lp form .hs-form-booleancheckbox label>span:not(.hs-form-required),
.hs-content-id-92908579075 .podcast-lp form .hs-form-checkbox label>span:not(.hs-form-required) {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  color: #1E2C48;
  cursor: pointer;
  display: inline-block;
}

.blog-main-sidebar .contact-form .hs-form-booleancheckbox label>span:not(.hs-form-required):before,
.blog-main-sidebar .contact-form .hs-form-checkbox label>span:not(.hs-form-required):before,
.hs-content-id-92908579075 .podcast-lp form .hs-form-booleancheckbox label>span:not(.hs-form-required):before,
.hs-content-id-92908579075 .podcast-lp form .hs-form-checkbox label>span:not(.hs-form-required):before {
  content: "";
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.hs-content-id-92908579075 .podcast-lp form .hs-form-booleancheckbox label>span:not(.hs-form-required):before,
.hs-content-id-92908579075 .podcast-lp form .hs-form-checkbox label>span:not(.hs-form-required):before {
  background: #eaf9ff;
}

.blog-main-sidebar .contact-form .hs-form-booleancheckbox label>span:not(.hs-form-required):after,
.blog-main-sidebar .contact-form .hs-form-checkbox label>span:not(.hs-form-required):after,
.hs-content-id-92908579075 .podcast-lp form .hs-form-booleancheckbox label>span:not(.hs-form-required):after,
.hs-content-id-92908579075 .podcast-lp form .hs-form-checkbox label>span:not(.hs-form-required):after {
  content: "";
  position: absolute;
  height: 14px;
  width: 8px;
  border: 3px solid #1E2C48;
  top: 2px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  opacity: 0;
}

.blog-main-sidebar .contact-form .hs-form-booleancheckbox input:checked+span:not(.hs-form-required):after,
.blog-main-sidebar .contact-form .hs-form-checkbox input:checked+span:not(.hs-form-required):after,
.hs-content-id-92908579075 .podcast-lp form .hs-form-booleancheckbox input:checked+span:not(.hs-form-required):after,
.hs-content-id-92908579075 .podcast-lp form .hs-form-checkbox input:checked+span:not(.hs-form-required):after {
  opacity: 1;
}

.blog-main-sidebar .contact-form .hs-form-booleancheckbox input,
.blog-main-sidebar .contact-form .hs-form-checkbox input,
.hs-content-id-92908579075 .podcast-lp form .hs-form-booleancheckbox input,
.hs-content-id-92908579075 .podcast-lp form .hs-form-checkbox input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.blog-main-sidebar .contact-form fieldset .hs-form-booleancheckbox,
.blog-main-sidebar .contact-form fieldset .hs-form-checkbox {
  font-size: 0;
}

.blog-main-sidebar .contact-form .hs-richtext.hs-main-font-element {
  margin-top: 25px;
  margin-bottom: 28px;
}

.blog-main-sidebar .contact-form .hs-richtext.hs-main-font-element p,
.blog-main-sidebar .contact-form .hs-richtext.hs-main-font-element p a {
  font-size: 11px;
  color: #1E2C48;
}

.blog-main-sidebar .contact-form fieldset .input {
  margin: 0 !important;
}

.blog-main-sidebar .contact-form fieldset {
  max-width: none !important;
  width: auto !important;
  margin-left: -10px;
}

.blog-main-sidebar .contact-form fieldset>div {
  padding-left: 10px;
}


.blog-sidebar-posts .blog-sidebar-posts-header h2 {
  font-size: 24px;
}

.blog-sidebar-posts .blog-sidebar-posts-header {
  margin-bottom: 39px;
}

h4.blog-sidebar-posts-title {
  font-size: 16px;
  margin: 0;
}

h4.blog-sidebar-posts-title a {
  color: #1D3454;
  text-decoration: none;
}

.blog-sidebar-posts-item {
  margin-bottom: 38px;
}

.blog-sidebar-posts-item:last-child {
  margin-bottom: 0;
}

.blog-main-sidebar .hs-search-field form {
  position: relative;
  background: #FFFFFF;
  border: none;
  border-radius: 16px;
}

.blog-main-sidebar .hs-search-field form::after {
  content: "\f002";
  font: var(--fa-font-solid);
  font-weight: 400;
  font-size: 22px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1E2C48;
}

.blog-listing-page {
  position: relative;
}

.blog-listing-page::before {
  content: "";
  background: linear-gradient(140deg, #27A9E0 0%, #BAE2FC 0%, #DCCFC2 100%);
  opacity: .32;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-listing-categories-section input.hs-search-field__input {
  height: 40px !important;
  border-radius: 10px !important;
}

.blog-listing-first .blog-listing-featured-img {
  width: 65%;
}

.blog-listing-first .blog-listing-item {
  width: 100%;
}

.blog-listing-first .blog-listing-item-content {
  width: 35%;
  padding: 100px 48px;
  display: flex;
  align-items: center
}

.blog-listing-first .blog-listing-featured-img a.blog-listing-featured-img-link::before {
  padding-top: 51%;
}

.blog-listing-item-content {
  padding: 30px 25px;
}

.blog-listing-item-content-inr {
  width: 100%;
}

.blog-listing-first .blog-listing-item-inr {
  display: flex;
  flex-wrap: wrap;
}

.blog-listing-first .blog-listing-item-inr h2 {
  font-size: 24px;
}

.blog-listing-item-content .recent-date {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgb(30 44 72 / 61%);
  line-height: 1;
  margin-bottom: 13px;
}

.post-tagslist a.topic-link.life-at-aize-color,
.blog-listing-tags-link.life-at-aize-color {
  background: #91CB91;
}

.post-tagslist a.topic-link.technology-color,
.blog-listing-tags-link.technology-color {
  background: #C3DADD;
}

.post-tagslist a.topic-link.news-color,
.blog-listing-tags-link.news-color {
  background: #E9AB73;
}

.post-tagslist a.topic-link.news-color,
.blog-listing-tags-link.c-stories {
  background: #ecf1ea;
}

.post-tagslist a.topic-link:not(:last-child) {
  display: none;
}

.blog-listing-item-content .recent-date .read-minute {
  padding-left: 5px;
  border-left: 1px solid rgb(30 44 72 / 61%);
  margin-left: 5px;
}

.blog-listing-item-inr h2:last-child {
  margin-bottom: 0;
}

ul.pagination {
  padding: 0;
  list-style: none;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a {
  color: #1F7EA7;
  font-size: 18px;
  text-decoration: none;
  width: 34px;
  height: 34px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  transition: .3s;
}

ul.pagination li.active a,
ul.pagination li a:hover,
ul.pagination a.active,
ul.pagination a:hover {
  background: #1F7EA7;
  color: #fff;
}

ul.pagination li.total-page-link {
  position: relative;
  padding-left: 22px;
}

ul.pagination li.total-page-link::before {
  content: "...";
  letter-spacing: .5px;
  font-size: 18px;
  color: #1F7EA7;
  position: absolute;
  bottom: 10px;
  left: 0;
  line-height: 1;
}

ul.pagination li:first-child {
  margin-right: 20px;
}

ul.pagination li:last-child {
  margin-left: 8px;
}

ul.pagination li.total-page-link.last-active {
  display: none;
}

ul.pagination li.disabled {
  opacity: .4;
  pointer-events: none;
}

ul.pagination {
  display: flex;
  justify-content: center;
  margin: 0;
}

.pagination-section {
  padding-top: 9px;
}

ul.pagination li a i {
  font-weight: 400;
}

body.blog .footer .have-ques-section {
  display: none;
}

body.blog .footer {
  z-index: 0;
}

body.blog .site-footer {
  padding-top: 360px;
}

.post-tagslist {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.post-tagslist a.topic-link {
  font-size: 11px;
  color: #1E2C48;
  background: #91CB91;
  padding: 5px 15px;
  border-radius: 6px;
  text-decoration: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
}

.blog-listing-first .post-tagslist {
  right: 0;
  bottom: inherit;
  top: 45px;
  margin-right: -48px;
  transform: translateX(100%);
  display: inline-block;
  left: inherit;
}

.blog-listing-first .post-tagslist a.topic-link {
  border-radius: 6px;
}

.blog-author-listing .about-author-sec {
  margin-top: 10px;
}

.blog .have-ques-section.keep-opening-section input.hs-button.primary.large {
  color: #fff;
}

.blog .have-ques-section.keep-opening-section .hs-submit .actions {
  background: #38B549;
  color: #fff;
}


/* Blog post css */

.post-banner {
  padding-top: 218px;
  padding-bottom: 30px;
}

.post-banner .wrapper {
  max-width: 1260px;
}

.post-body-main {
  padding: 30px 0 110px;
  position: relative;
}

div.blog.blog-post-page {
  position: relative;
}

div.blog.blog-post-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(156deg, #27A9E0 0%, #BAE2FC 0%, #DCCFC2 100%);
  opacity: .32;
}

.blog-body {
  position: relative;
  z-index: 1;
}

.post-banner-inr .post-tagslist {
  position: static;
  text-align: center;
}

.post-banner-inr .post-tagslist a {
  border-radius: 8px;
  padding: 5px 30px;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-banner-inr {
  text-align: center;
}

.post-banner-inr h1 {
  max-width: 900px;
  margin: 0 auto 22px;
}

.post-banner-inr .recent-date {
  font-size: 14px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 67px;
}

.post-banner-inr .recent-date .read-minute,
.post-banner-inr .recent-date .post-author {
  padding-left: 5px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

.post-banner-inr .recent-date .read-minute::before,
.post-banner-inr .recent-date .post-author::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid rgba(30, 44, 72, .61);
}

.post-banner-inr .recent-date .post-author-link {
  color: #1F7EA7;
  font-weight: 700;
}

.featured-post-image img {
  width: 100%;
  border-radius: 16px;
}

form .hs_stay_in_the_loop.hs-fieldtype-checkbox>label {
  display: none !important;
}

.hs-content-id-92908579075 form .hs_stay_in_the_loop.hs-fieldtype-checkbox>label {
  display: block !important;
  margin-bottom: 23px;
  font-size: 14px;
}

.support-button .hs_cos_wrapper_type_module {
  display: flex;
  justify-content: flex-end;
}

.support-button a.hs-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 12px 12px 12px 33px;
  text-align: left;
  text-decoration: none;
  transition: .3s;
  background-image: url('//aize.io/hubfs/support_agent.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
}

.support-button a.hs-button:hover {
  opacity: 0.7;
}

/*.mega-menu-parent.fixed .support-button {
  display: none;
}*/
/*.mega-menu-parent.fixed .support-button a {
  padding: 0 12px 0 33px;
}*/

.header-wrap.fixed .header-container-main>div.row-number-3>div {
  padding-bottom: 0;
  padding-top: 0;
}

.header-wrap.fixed .header-container-main>div.row-number-4>div {
  padding-top: 0;
}


/* Join Page css el */

.join-page .hs-content-id-107175803545 .banner-main h5, 
.join-page .hs-content-id-107175803545 .banner-main.join-banner .banner-content h1, 
.join-page .hs-content-id-107175803545 .banner-main.join-banner .banner-content p { color: #1E2C48; }
.join-page .hs-content-id-107175803545 .banner-main h5 { line-height: 2.250em; }
.join-page .hs-content-id-107175803545 .banner-main.join-banner .banner-content h1 { line-height: 1.167em; }
.join-page .hs-content-id-107175803545 .banner-main.join-banner .banner-content p { line-height: 1.500em; padding: 0 8%; }
.join-page .hs-content-id-107175803545 .banner-main.join-banner h2 { line-height: 1.500em; }
.join-page .hs-content-id-107175803545 .body-content-main .hs_cos_wrapper_type_inline_rich_text p { margin: 0 0 25px; }
.template-html.join-page .hs-content-id-107175803545 .banner-main.join-banner .video-box img { object-fit: cover; object-position: center; }
.join-page .hs-content-id-107175803545 .banner-main.join-banner .banner-bottom-content { margin-top: 51px; }
.join-page .hs-content-id-107175803545 .banner-main.join-banner .counter-inr { margin-top: 96px; }
.join-page .hs-content-id-107175803545 .banner-main.join-banner a.custom-btn { line-height: 1.688em; font-family: 'Noto Sans'; }
.join-page .hs-content-id-107175803545 .aize-testimonial-content p { line-height: 1.636em }
.join-page .hs-content-id-107175803545 .aize-testimonial-content { text-align: left; }
.join-page .hs-content-id-107175803545 .aize-testimonial-content h5 { font-size: 18px; letter-spacing: 0; }
.join-page .hs-content-id-107175803545 .aize-testimonial-slide-item { padding: 24px 5px; }
.join-page .hs-content-id-107175803545 .aize-testimonial-img-inr { max-width: 81%; }
.join-page .hs-content-id-107175803545 .aize-testimonial-img img { object-fit: fill; }
.join-page .hs-content-id-107175803545 .body-content-main .aize-testimonial-content p { 
  margin-bottom: 0; 
  color: #1E2C48;
  font-family: font-family: KareliaWeb;
}
.join-page .hs-content-id-107175803545 .aize-testimonial-box>div { padding: 0 0 0 24px; }
.join-page .hs-content-id-107175803545 .aize-testimonial-img-inr { margin: 0; }
.join-page .hs-content-id-107175803545 .who-are-we-new.join-benefits-sec::before { background: #fff; }
.join-page .hs-content-id-107175803545 .who-are-we-new .text-with-image .text-block h2 { font-size: 32px; line-height: 1.500em; }
.join-page .hs-content-id-107175803545 .horz_list_content p { color: #1E2C48; line-height: 1.529em; }
.join-page .hs-content-id-107175803545 .horz_list_item { margin-bottom: 43px; }

.join-page .hs-content-id-107175803545 .row-number-4.dnd-section { background: linear-gradient(135deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%); }
.join-page .hs-content-id-107175803545 .hs-image__grid__container img { border-radius: 25px; }
.join-page .hs-content-id-107175803545 #hs_cos_wrapper_widget_1681406369660 .hs-image__grid__list { gap: 6%; padding-left: 0; }
.join-page .hs-content-id-107175803545 #hs_cos_wrapper_widget_1681406369660 .hs-image__grid__list__item { flex-basis: 29%; }

.join-page .hs-content-id-107175803545 .join-vacancies-header-content h5 { line-height: 2.250em; color: #1E2C48; }
.join-page .hs-content-id-107175803545 .join-vacancies-header-content h2 { line-height: 1.500em; }
.join-page .hs-content-id-107175803545 .join-vacancies-section .h_line h3 { line-height: 2.000em; color: #1D3454; }
.join-page .hs-content-id-107175803545 .join-vacancies-section a { font-size: 20px; line-height: 1.400em; color: #1D3454; }
.join-page .hs-content-id-107175803545 .join-vacancies-section .whr-info li { font-size: 20px; line-height: 1.350em; }
.join-page .hs-content-id-107175803545 .meet-aizer h2 { font-size: 40px; line-height: 1.375em; }
.join-page .hs-content-id-107175803545 .meet-aizer p { font-size: 17px; line-height: 1.588em; color: #1E2C48; }
.template-html.join-page .hs-content-id-107175803545 .rss-listing-posts .blog-2-sec.blog-sectionnew.section.latest-news .row-fluid .recent-box .recent-textlist h4.recent-title a {
  font-size: 22px;
  line-height: 1.364em;
}
.join-page .hs-content-id-107175803545 .rss-listing-posts.about-articles .recent-box-inr a.link-style { line-height: 2.063em; }
.join-page .hs-content-id-107175803545 .rss-listing-posts.about-articles .recent-boxlisting.blog-rec-posts {
    max-width: 1314px;
    padding-left: 15px;
    padding-right: 15px; 
}  

/* END Join Page css */


@media (min-width:768px) {
  
  .join-page .hs-content-id-107175803545 .aize-testimonial-box { padding: 40px 34px 40px 53px; }
  .join-page .hs-content-id-107175803545 .aize-testimonial-box>div { padding: 0; }
  .join-page .hs-content-id-107175803545 .aize-testimonial-slide-item { margin-top: 41px; }
  .join-page .hs-content-id-107175803545 .who-are-we-new:not(.about-company-env-sec) .text-with-image .image-block img { height: 648px !important; }
  .join-page .hs-content-id-107175803545 .who-are-we-new .who-are-inner { padding: 82px 0 74px; }
  .join-page .hs-content-id-107175803545 .who-are-we-new.join-benefits-sec .large-image { padding-left: 4%; }
  .join-page .hs-content-id-107175803545 .who-are-we-new.join-benefits-sec .text-block { padding-right: 0; }
  .join-page .hs-content-id-107175803545 #whr_embed_hook>ul>li.whr-item { padding: 27px 48px; }
  .join-page .hs-content-id-107175803545 .join-vacancies-section { padding: 73px 0 83px; }
  .join-page .hs-content-id-107175803545 .rss-listing-posts { padding-top: 91px; }
  .join-page .hs-content-id-107175803545 .rss-listing-posts.about-articles .recent-box-inr { padding-bottom: 80px; }
  .join-page .hs-content-id-107175803545 .rss-listing-posts.about-articles .recent-box-inr a.link-style { margin-bottom: 4px; }
  .join-page .hs-content-id-107175803545 .rss-listing-posts .bottom-btn { margin-top: 24px !important; }
  
  .post-banner .featured-post-image img { height: 600px; object-fit: cover; }
  .template-html.join-page .hs-content-id-107175803545 .banner-main.join-banner .video-box img { max-height: 597px; }
}

.blog-social-share-list {
  text-align: center;
}

.blog-social-share-list a {
  color: #1F7EA7;
  font-size: 27px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.blog-social-share-list a:last-child {
  margin-bottom: 0;
}

.post-body-inr {
  position: relative;
  padding-left: 105px;
  padding-right: 35px;
}

.post-body-main .blog-main-section-inr {
  padding-bottom: 0;
}

.blog-social-share h4 {
  font-size: 11px;
}

.blog-social-share {
  width: 105px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
}

.post-body-content p,
.post-body-content li {
  color: #1E2C48;
  line-height: 1.75;
  font-size: 18px;
}

.post-body-content p a {
  color: #1F7EA7;
  font-weight: 700;
}

.post-body-content ul {
  padding: 0 30px;
  list-style: none;
  margin: 20px 0;
}

.post-body-content ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 30px;
}

.post-body-content ul li::before {
  content: "";
  background: #1E2C48;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.post-body-content ul li:last-child {
  margin-bottom: 0;
}

.post-body-content p {
  margin-bottom: 30px;
}

.post-body-content h4,
.post-body-content h2,
.post-body-content h3 {
  font-weight: normal !important;
  margin-bottom: 5px;
}

.post-body-content h4:not(:first-child),
.post-body-content h2:not(:first-child),
.post-body-content h3:not(:first-child) {
  margin-top: 50px;
}

.post-body-content p:last-child {
  margin-bottom: 0;
}

.post-body-content blockquote {
  position: relative;
  margin-right: 0;
  font-size: 20px;
  margin-left: 0;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 0px 20px #0000000b;
  border-radius: 16px;
  color: #4B5D81;
  padding: 40px 35px;
  padding-left: 50px;
  font-family: 'KareliaWeb';
}

.post-body-content blockquote p {
  color: #4B5D81;
  font-family: 'KareliaWeb';
  line-height: 1.8;
  font-size: 20px;
}

.post-body-content blockquote::before {
  display: block;
  width: 56px;
  height: 56px;
  background: #7BCADF;
  border-radius: 50%;
  content: "“";
  font-size: 70px;
  font-family: 'Helvetica';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  line-height: 90px;
}

.hs-search-field--open .hs-search-field__suggestions {
  background: #FFF !important;
  border: 0px !important;
  padding: 15px;
  border-radius: 16px;
}

.hs-search-field__suggestions a {
  color: #1f7ea7 !important;
  text-decoration: 0 !important;
  margin-top: 8px;
}

p.standout {
  background: transparent;
  padding: 0px 24px 0 30px;
  margin-left: 50px;
  font-size: 20px;
  font-style: italic;
  border-left: 10px solid #286f8e9c;
  color: #286f8e;
}

.standout-2 {
  background: #e2f3fa;
  padding: 0px 24px 0 30px;
  margin-left: 50px;
  font-size: 16px;
  font-style: normal;
  border-left: 10px solid #286f8e9c;
  color: #286f8e;
  border-radius: 8px;
  padding: 30px 30px;
  margin: 30px 0;
}

@media(min-width:768px) {
  .standout-flex {
    display: flex;
    justify-content: space-between;
  }
}

.post-body-content .standout-2 p {
  margin-bottom: 10px;
}

.post-body-content .standout-2 ul li {
  margin-bottom: 10px;
}


.post-body-content .standout-2 ul li p {
  font-size: 16px;
}


.post-body-content .standout-2 ul {
  padding: 0 10px;
  margin: 20px 0;
  font-size: 15px
}

.post-body-content .standout-2 ul li {
  font-size: 15px;
}


@media (max-width: 991px) {
  p.standout {
    margin-left: 25px;
    font-size: 17px;
  }

  .support-button a.hs-button {
    padding: 0 0 0 33px;
  }
}

.post-body-content img {
  border-radius: 24px;
  margin-bottom: 15px !important;
}

.post-pagination a {
  color: #1F7EA7;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.post-pagination {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}

.post-pagination .prev-post a i {
  margin-right: 3px;
  font-size: 14px;
  line-height: 1;
}

.post-pagination .next-post a i {
  margin-left: 3px;
  font-size: 14px;
  line-height: 1;
}

.about-author-sec {
  background: #ffff;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 45px;
  border-radius: 16px;
  align-items: flex-start;
  margin-top: 65px;
}

.about-author-img {
  flex: 0 0 146px;
  position: relative;
  display: inline-block;
  width: 146px;
  border-radius: 50%;
  overflow: hidden;
}

.about-author-img::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.about-author-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.about-author-content {
  flex: 1;
  padding-left: 35px;
  padding-right: 5px;
}

.about-author-content h4 {
  font-size: 19px;
}

.about-author-content p {
  font-size: 15px;
}

.about-author-content h4 a {
  color: #1F7EA7;
}

.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-box-inr {
  width: 100%;
}

.related-post-section-inr {
  padding-bottom: 110px;
}

.related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts {
  max-width: none;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

.related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts .recent-box {
  padding: 0;
  padding-left: 30px;
}

.related-post-section.rss-listing-posts {
  background: linear-gradient(119deg, #C1BEDF 0%, #81C9E8 0%, #B1D6D9 58%, #BDC1DF 100%);
  padding: 92px 0 110px;
}

.related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts .recent-box-inr {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  display: inline-block;
  height: 100%;
}

.related-post-section.rss-listing-posts .blog-2-sec .row-fluid .recent-box .recent-image-wrap .recent-image {
  border-radius: 0;
}

.related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts .recent-textlist {
  padding: 0 25px 30px !important;
}

.related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts .recent-image::before {
  padding-top: 55% !important;
}

.hs-author-social-links a {
  color: #1F7EA7;
  font-size: 18px;
  line-height: 1;
}

.more-articles {
  text-align: center;
}

.more-articles .custom-btn {
  background: #FFFFFF;
  color: #1E2C48;
  padding-top: 14px;
  padding-bottom: 16px;
  font-size: 16px;
  margin-top: 14px;
}

.more-articles .custom-btn:hover {
  color: #fff;
}

.related-post-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.blog-main-sidebar .blog-listing-tags-main {
  margin: 0;
  padding-bottom: 34px;
}

.blog-main-sidebar .blog-listing-tags-main .blog-listing-tags-right {
  display: none;
}

.blog-main-sidebar .blog-listing-tags-main .blog-listing-tags-label {
  width: 100%;
  margin-bottom: 15px;
}

.blog-main-sidebar .blog-listing-tags-main .blog-listing-tags-left {
  flex-wrap: wrap;
}

.blog-main-sidebar .blog-listing-tags-main li.blog-listing-tags-list-item {
  margin-left: 0;
  margin-right: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.blog-main-sidebar .blog-listing-tags-inr {
  padding: 21px 25px 29px;
}

.play-pause-btn {
  padding-right: 12px;
  position: absolute;
  right: 30px;
  bottom: 25px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.play-pause-btn::before {
  content: "";
  width: 8px;
  height: 10px;
  border: 3px solid #fff;
  margin-right: 4px;
  display: inline-block;
  border-top: none;
  border-bottom: none;
  position: relative;
  top: -1px;
}

.play-pause-btn.vplay-btn::before {
  content: "\f04b";
  font: var(--fa-font-solid);
  height: auto;
  width: auto;
  border: none;
  font-size: 9px;
}

.topic-listing-page .topic-link {
  display: inline-block !important;
}

.topic-listing-page .topic-link.current-topic {
  display: inline-block !important;
}

.topic-listing-page .topic-link:not(.current-topic) {
  display: none !important;
}

.az-faqs-section .accordian-content li {
    word-break: break-word;
}


.header-container-main.header-no-nav>.row-number-3>div {
    background: #fff;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    transition: .3s;
    margin-top: 30px;
    justify-content: center;
}

.header-wrap.fixed .header-container-main.header-no-nav>.row-number-3>div {
    margin-top: 0;
    padding: 20px 0;
}

.fancybox-slide--pdf .fancybox-content {
    overflow: visible !important;
}

.fancybox-slide--pdf .fancybox-content .fancybox-iframe {
    overflow: visible !important;
    position: relative;
}

.footer-without-nav .footer-colwrap {
    justify-content: center;
}

/***************** Request A Demo css ******************/
.request-a-demo {
    background: transparent linear-gradient(135deg, #DAEEF7 0%, #B3DEF04D 24%, #EEE0EA77 58%, #E4C0C0 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}


.request-a-demo .azlogos-sec {
    padding: 40px 0 !important;
}
.request-a-demo .azlogos-col-wrap {
    margin: 0 -10px;
    justify-content: center;
}

.request-a-demo .azlogos-col-wrap .azlogos-col {
    width: auto;
    margin: 0;
    padding: 10px;
    min-width: 10%;
}

.request-a-demo .azlogos-col-wrap .azlogos-img img {
    width: auto;
}
/***************** Media css *****************************/

@media (min-width:768px) {
  .left-right-content-inner-box-left {
    padding: 0 20px;
  }

  .left-right-content-section.join-culture .left-right-content-inner-box:nth-child(odd) .left-right-content-inner-box-left {
    padding-left: 0;
  }

  .left-right-content-section.join-culture .left-right-content-inner-box:nth-child(even) .left-right-content-inner-box-left {
    padding-right: 0;
  }
}

@media(min-width: 1701px) {
  .mega-menu-parent.fixed .support-button {
    padding-right: 71px;
  }
}

@media(max-width: 1700px) {

  /*   .banner-slider-section-inner {
  max-width: 1024px;
} */
  .left-right-content-section.lr-content-accordian-sec .wrapper-inner {
    max-width: 1110px;
  }

  .banner-main.banner-with-icongraphic .wrapper {
    max-width: 1024px;
  }

  .lr-content-accordian-sec .left-right-content-inner-box-left p {
    font-size: 15px;
  }

  .banner-on-slider.slick-slider {
    margin-left: -12px;
    margin-right: -12px;
  }

  .two-col-content-slide-item {
    padding: 0 12px;
  }

  .wrapper-inner {
    padding: 0 15px;
    /*     max-width: 1024px!important; */
  }

  .oprate-banner .wrapper {
    /*     max-width: 1024px; */
  }

  .header-wrap.fixed .header-container-main>div>div {
    padding-left: 0;
    padding-right: 0;
  }

  .navigate-information-section {
    height: auto !important;
  }

  .video-with-columns-main .wrapper {
    max-width: 90%;
  }

  .accordian-label h4 {
    font-size: 16px
  }

  .navigation-faq-sec .wrapper {
    max-width: 70%;
  }

  .header-container-main>div {
    max-width: 90%;
  }

  .aize-testimonial-slider-main {
    padding: 80px 0;
  }

  .aize-testimonial-content p {
    font-size: 18px;
  }

  /*   .wrapper {
  max-width: 968px;
} */

  .navigate-information-section-inr .left-side {
    padding-right: 48px;
  }

  .navigate-information-section-inr .right-side {
    padding-left: 20px;
  }

  .two-col-iconlist ul li {
    margin-bottom: 20px;
  }

  .rss-listing-posts .blog-2-sec .row-fluid .recent-box {
    padding: 0 15px;
  }

  .rss-listing-posts .wrapper {
    padding: 0 30px;
  }

  .have-ques-inr {
    padding-left: 30px;
  }

  .have-ques-text {
    padding-right: 30px;
  }

  .header-container-main>div>div {
    padding: 10px 15px;
    position: relative;
  }

  .header-wrap .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 10px 25px;
  }

  .template-html .header-container-main .custom-btn {
    padding: 9px 21px 10px 21px;
  }

  .template-html .header-container-main a.custom-btn.btn-with-arrow::after {
    width: 25px;
    height: 25px;
    right: 6px;
  }

  .template-html .header-container-main a.custom-btn.btn-with-arrow {
    position: relative;
    padding-right: 40px;
  }

  .template-html .banner-content a.custom-btn.btn-play-btn::before {
    width: 30px;
    height: 30px;
  }

  .row-fluid .logo img {
    max-width: 110px !important;
    margin-left: 15px;
  }

  .main-image-cont {
    height: auto;
  }

  .vc-colbox {
    padding: 20px 10px;
  }

  .operate-banner-section-left h2 {
    font-size: 32px;
  }

  .two-col-content-with-slider-tabs-item {
    padding: 0 15px;
  }

  img.center-panel.pos-abs.panel3 {
    border-radius: 16px;
  }

  img.center-panel.nv-base-img {
    border-radius: 16px;
  }

  img.center-panel.pos-abs.panel5 {
    border-radius: 16px;
  }

  img.center-panel.pos-abs.panel4 {
    border-radius: 16px;
  }

}


@media(min-width: 992px) {
  .mainmenu .hs-menu-wrapper>ul>li>a {
    position: relative;
  }

  .mainmenu .hs-menu-wrapper>ul>li.current-page>a::before,
  .mainmenu .hs-menu-wrapper>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 25px !important;
    right: 25px !important;
    height: 2px !important;
    background: #27A9E0;
    transition: .3s;
  }

  .mainmenu .hs-menu-wrapper>ul>li>a::before {
    opacity: 0;
  }

  .mainmenu .hs-menu-wrapper>ul>li>a:hover:before,
  .mainmenu .hs-menu-wrapper>ul>li.current-page>a::before {
    opacity: 1;
  }

  .mainmenu .hs-menu-wrapper>ul>li.mega-menuized.current-page>a::before,
  .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.current-page>a::before {
    right: 28px !important;
  }

}

@media(min-width: 1200px) {
  .box-content div {
    min-height: 155px !important;
  }
  .box-content div:last-child {
      min-height: auto !important;
  }
}

@media(min-width: 1400px) {
  .banner-main {
    margin-bottom: 300px;
  }
}

@media(min-width: 1700px) {

  .mainmenu .hs-menu-wrapper>ul>li.current-page>a::before,
  .mainmenu .hs-menu-wrapper>ul>li>a::before {
    left: 20px !important;
    right: 20px !important;
    bottom: 5px !important;
  }
}


@media(max-width: 1499px) {
  .two-col-content-colwrap {
    padding: 50px 38px;
  }
}

@media(max-width: 1440px) {
  .banner-main.home-banner {
    min-height: auto;
    padding-top: 260px;
    padding-bottom: 150px;
  }

  .banner-main {
    margin-bottom: 17%;
  }

  .banner-btm-image {
    margin-bottom: -45%;
  }

  .blog-posts-slider .slick-list.draggable {
    padding: 0 8% !important;
  }

  .wrapper {
    max-width: 1024px;
    padding: 0 30px;
  }

  .wrapper-inner {
    max-width: 1024px;
    padding: 0 15px;
  }

  .navigation-faq-sec .wrapper {
    max-width: 90%;
  }

  .left-right-content-inner-box-left {
    width: 50%;
  }


  .left-right-content-inner-box-right-anim {}

  p {
    font-size: 15px;
  }

  .banner-content {
    max-width: 435px;
  }

  .have-ques-inr {
    padding-left: 30px;
  }

  .oprate-banner .banner-content {
    max-width: 614px;
  }

  .oprate-banner .banner-btm-image {
    margin-top: 50px;
  }

  .banner-slider-section-inner .slick-list {
    padding-left: 0px !important;
    overflow: visible !important;
  }

  .navigation-faq-sec.banner-with-icongraphic .left-side {
    padding-right: 5%;
  }

  .who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .who-are-inner {
    margin-top: -260px;
  }

  .who-are-we-new.abt-en-img-desc.ab_first .who-are-inner {
    margin-top: -558px;
  }

  .banner-main.operate-banner3 {
    padding-bottom: 662px;
  }

  .about-page .have-ques-section .wrapper,
  .about-page .wrapper,
  .who-are-we-new.about-company-env-sec .wrapper,
  .abt-en-img-desc .wrapper,
  .az-two-col-content-sec .wrapper,
  .certifications-sec .wrapper,
  .banner-main.operate-banner3 .wrapper,
  .about-value-foundation .wrapper-inner,
  .rss-listing-posts.about-articles .recent-boxlisting.blog-rec-posts {
    max-width: 1024px;
  }

  .have-ques-inr {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .certifications-images-itembox img {
    height: 60px;
  }

  .wrapper-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rss-listing-posts.about-articles .recent-boxlisting.blog-rec-posts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-info-sec .contact-location-image img {
    height: 470px;
  }

  .contact-info-sec .contact-location-image {
    margin-bottom: -235px;
  }

  .contact-form-sec {
    padding-bottom: 318px;
  }

  .join-page .wrapper,
  .join-page .aize-testimonial-slider-main .wrapper,
  .join-page .rss-listing-posts.about-articles .wrapper,
  .have-ques-section.keep-opening-section .wrapper {
    max-width: 1024px;
  }

  .aize-testimonial-img-inr {
    max-width: 90%;
  }

  .blog-main-section .wrapper,
  .blog-listing-page .wrapper,
  .blog-listing-tags-main .wrapper,
  .banner-main.blog-banner .wrapper {
    max-width: 1024px;
  }

  .blog-social-share {
    width: 15px;
  }

  .post-banner .wrapper {
    max-width: 1024px;
  }

  .post-body-inr {
    padding-left: 60px;
    padding-right: 10x;
  }

  .about-author-img {
    width: 100px;
    flex: 0 0 100px;
  }

  .about-author-content {
    padding-left: 20px;
    padding-right: 0;
  }

  .about-author-sec {
    padding: 30px;
  }

}

@media(max-width: 1300px) {
  .blog-posts-slider .slick-list.draggable {
    padding: 0 8% !important;
  }

  .logo img {
    max-width: 110px !important;
  }

  .vc-colbox {
    padding: 20px 48px;
  }

  .aize-testimonial-content p {
    font-size: 20px;
  }

  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .footer-top-row1-left {
  width: 63%;
}
  .footer-top-row1-right {
  width: 34%;
} */
  .footer-colwrap {
    margin: 0 0px;
  }

  .operate-banner-section-left h2 {
    font-size: 34px;
  }

  .operate-two-col-slider .two-col-contentbox {
    padding: 30px 50px;
  }
}


@media(max-width:1199px) {

  .mainmenu .hs-menu-wrapper>ul>li.current-page>a::before,
  .mainmenu .hs-menu-wrapper>ul>li>a::before {
    bottom: 4px;
    left: 10px !important;
    right: 10px !important;
  }

  .two-col-content-colwrap {
    padding: 40px 15px;
  }

  .navigation-faq-sec .accordian-content-inr {
    padding-right: 0;
  }

  .navigation-faq-sec.banner-with-icongraphic .left-side {
    padding-right: 0;
  }

  .header-wrap .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 10px 10px;
  }

  /*   .template-html .header-btns a.custom-btn:last-child {margin-left:10px;} */
  .template-html .header-btns .hs-cta-wrapper:last-child .custom-btn {
    margin-left: 10px;
  }

  .footer-top-row1 {
    flex-direction: column;
  }

  .footer-top-row1-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-top-row1-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .webiners-colbox-content {
    padding-right: 0;
  }
}

@media(max-width: 991px) {
  .mega-menu-parent.fixed .support-button {
    padding-top: 10px;
    padding-right: 26px;
  }

  .wrapper-inner {
    max-width: 1160px;
    padding: 0px 30px;
  }

  .az-faqs-section .accordian-label h4 {
    font-size: 16px;
  }

  .two-col-content-colwrap {
    padding: 50px 15px;
  }

  .left-right-content-inner-box:last-child {
    margin-bottom: 60px;
  }

  .operate-banner-section {
    margin-bottom: 90px;
  }

  body .slick-arrow.slick-next {
    right: 20%;
  }

  body .slick-arrow.slick-prev {
    left: 20%;
  }

  body .aize-testimonial-slider .slick-arrow.slick-prev {
    left: 5px;
  }

  body .aize-testimonial-slider .slick-arrow.slick-next {
    right: 5px;
  }

  .banner-main {
    margin-bottom: 20%;
  }

  .site-footer {
    padding-top: 240px;
  }

  .about-page .site-footer {
    padding-top: 350px;
  }

  .footer-colwrap {
    display: block;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .footer-col-menu {
    width: 100%;
  }

  .template-html .header-btns a.custom-btn:first-child {
    display: none;
  }

  .footer-top-row2 .footer-col {
    width: 26%;
  }

  .footer-col {
    padding: 0;
  }

  .copyright {
    padding: 0;
  }

  .banner-bottom-content {
    margin-top: 80px;
    margin-bottom: 80px;
    flex-direction: column;
    align-items: center;
  }

  .banner-bottom-content-left,
  .banner-bottom-content-right {
    width: 100%;
    text-align: center;
  }

  .demo-btn-bottom {
    bottom: -90px;
  }

  .operate-banner-section {
    padding: 80px 0px;
  }

  .operate-banner-section-inner {
    flex-direction: column;
  }

  .operate-banner-section-left {
    margin-bottom: 50px;
  }

  .operate-banner-section-left {
    width: 100%;
  }

  .operate-banner-section-right {
    width: 100%;
  }

  .left-right-content-section {
    padding: 80px 0px;
  }

  .main-heading h2 br {
    display: none;
  }

  .left-right-content-inner-box-left {
    width: 49%;
  }

  .left-right-content-inner-box-right {
    width: 45%;
  }

  .left-right-content-inner-box {
    margin-bottom: 100px;
  }

  .left-right-content-inner-box-left h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .left-right-content-inner-box-left h3 br {
    display: none;
  }

  .operate-two-col-slider .two-col-content-colwrap {
    flex-direction: column;
  }

  .slide-left {
    width: 100%;
  }

  .slide-right {
    width: 100%;
    padding: 40px 20px 20px;
  }

  .slide-right-bg {
    border-top-left-radius: 140px;
  }

  .slide-right-img {
    margin-left: 0;
    width: 60%;
    margin: 0 auto;
  }

  .how-it-work-section {
    width: 100%;
    padding: 80px 0px;
  }

  .how-it-work-row2 {
    flex-direction: column;
  }

  .how-it-work-row2-box {
    margin-bottom: 20px;
  }

  .how-it-work-row2-box:last-child {
    margin-bottom: 0px;
  }

  .two-col-content-with-slider-tabs-item {
    padding: 0;
    text-align: center;
  }

  .two-col-content-with-slider-tabs-itembox {
    display: inline-block;
    font-size: 14px;
  }

  .two-col-content-with-slider-tabs .slick-slide {
    padding: 0;
    width: 100%;
  }

  .two-col-content-with-slider-main .heading-content {
    margin-bottom: 20px;
  }

  .two-col-content-with-slider-tabs {
    margin-bottom: 30px;
    padding: 0 60px;
  }

  .two-col-content-with-slider-tabs button.slick-prev.slick-arrow,
  .two-col-content-with-slider-tabs button.slick-next.slick-arrow {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .two-col-content-with-slider-tabs button.slick-next.slick-arrow {
    right: 30px;
    left: inherit;
  }

  .navigate-information-section-inr .left-side,
  .navigate-information-section-inr .right-side {
    width: 100%;
  }

  .navigation-faq-sec .navigate-information-section-inr {
    flex-wrap: wrap;
  }

  .navigation-faq-sec.banner-with-icongraphic .left-side {
    margin-bottom: 40px;
  }

  .navigation-faq-sec .navigation-heading {
    margin-bottom: 40px;
  }

  .operate-two-col-slider .two-col-contentbox {
    padding: 30px 15px;
  }

  .footer-top-row1-right {
    padding-left: 0;
    padding-right: 0;
  }

  .vc-colwrap.vc_video_slider2 .slick-slide.slick-active {
    border-right: none;
  }

  .banner-main.operate-banner3 {
    padding-bottom: 472px;
  }

  .who-are-we-new.abt-en-img-desc.ab_first .who-are-inner {
    margin-top: -368px;
  }

  .who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .who-are-inner {
    margin-top: -80px;
  }

  .az-two-col-content-sec .banner-bottom-content-left,
  .az-two-col-content-sec .banner-bottom-content-right {
    width: 100%;
  }

  .certifications-left,
  .certifications-right {
    width: 100%;
  }

  .certifications-left {
    margin-bottom: 30px;
  }

  .blog-listing-categories-section input.hs-search-field__input {
    height: 50px !important;
    border-radius: 10px !important;
  }

  .blog-listing-categories-inner .hs-search-field__suggestions {
    top: 86% !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  }

  .certifications-content {
    text-align: center;
  }

  .who-are-we-new.about-company-env-sec .text-block {
    width: 50%;
    padding-right: 15px;
  }

  .who-are-we-new.about-company-env-sec .image-block {
    width: 50%;
    padding-left: 15px;
  }

  .main-menu-wrap .header-btns {
    display: block !important;
  }

  .main-menu-wrap {
    display: block !important;
  }

  .header-container-main .main-menu-wrap .mainmenu {
    width: 100%;
  }

  .header-container-main .main-menu-wrap .mainmenu .header-btns {
    width: 100% !important;
  }

  .header-container-main>div>div>div.main-menu-wrap {
    width: 100%;
  }

  .header-container-main>div>div>div>div {
    width: 100% !important;
  }

  .main-menu-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    bottom: inherit;
    height: auto !important;
    overflow-y: hidden !important;
    display: block !important;
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto !important;
    right: 0;
    width: 100%;
    padding: 0 !important;
    max-height: 0;
    margin-top: -20px !important;
    -webkit-box-shadow: #00000015 0 0 40px;
    -moz-box-shadow: #00000015 0 0 40px;
    box-shadow: #00000015 0 0 40px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: .5s;
    z-index: -1;
  }

  .main-menu-wrap>div {
    background-color: #fff;
    overflow-y: auto !important;
    padding: 30px 10px !important;
    padding-top: 40px !important;
    width: 100%;
    padding-top: 60px !important;
    transition: .4s;
  }

  .mobile-open .main-menu-wrap {
    max-height: 80vh;
    overflow-y: auto !important;
    display: block !important;
  }

  .mainmenu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-right: 0;
  }

  .menu-bar .hs-menu-wrapper ul li.mega-menuized>a::after {
    display: none;
  }

  .mainmenu span.child-triggerm span {
    line-height: 1;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    transform: none;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px !important;
    margin-right: 0 !important
  }

  .mainmenu span.child-triggerm span,
  body .mainmenu .hs-menu-flow-horizontal ul li span.child-triggerm span.child-open,
  .mainmenu span.child-triggerm span:after,
  body .mainmenu .hs-menu-flow-horizontal ul li span.child-triggerm span.child-open:after {
    width: auto;
    height: auto;
    background: none !important;
  }

  .mainmenu span.child-triggerm span:after {
    content: "";
    border: 10px solid #1E2C48;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    display: inline-block;
    position: static;
    right: 0;
    top: 0;
    transform: none;
    margin-top: 0;
    transition: .4s;
    margin-right: -8px;
  }

  .mainmenu .hs-menu-flow-horizontal ul li .mega-menu-branch {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
    max-width: none;
    width: auto;
    transition: none;
    display: none;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
    background: #F0F0F0;
    border-radius: 0;
    box-shadow: none;
    z-index: -1;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    flex-wrap: wrap;
    margin-right: 0;
  }

  .header-btns {
    display: none !important;
  }

  .mainmenu .hs-menu-wrapper>ul>li.current-page>a::before,
  .mainmenu .hs-menu-wrapper>ul>li>a::before {
    display: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul li>a {
    font-size: 17px !important;
    line-height: 1.2 !important;
    padding: 10px 30px !important;
    color: #143524;
    width: 100%;
    display: inline-block;
  }

  .menu-bar .hs-menu-wrapper ul li.hs-item-has-children>a::after {
    display: none;
  }

  .menu-bar .hs-menu-wrapper ul li.hs-item-has-children>.child-triggerm,
  .menu-bar .hs-menu-wrapper ul li.mega-menuized>.child-triggerm {
    display: block
  }

  a.mobile-trigger {
    display: inline-block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    /*******************************************/
    top: 12px;
    /* Position Button at top right of screen  */
    right: 15px;
    /*******************************************/
    width: auto;
    /* Button width */
    height: auto;
    /* Button height */
    padding: 0;
    background: transparent;
    /* Background color */
    z-index: 99999999999;
    /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear;
    /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    transition: color .2s ease-in;
  }

  a.mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
  }

  a.mobile-trigger span {
    display: inline;
  }

  a.mobile-trigger span:before {
    position: absolute;
    content: 'Menu';
    /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after {
    position: relative;
    right: 2px;
    content: 'Close';

    /* Change the text on the open toggle button */
    background-color: ;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger {
    -webkit-transition: background-color 0.2s linear;
    /* Button color transition effect */
    -moz-transition: background-color 0.2s linear;
    /* Button color transition effect */
    transition: background-color 0.2s linear;
    /* Button color transition effect */
    background: transparent;
    /* Changes button background to be slightly darker than open menu color */
  }

  .mobile-open a.mobile-trigger span:after {
    opacity: 1;
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }

  a.mobile-trigger i:before,
  a.mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  a.mobile-trigger i,
  a.mobile-trigger i:before,
  a.mobile-trigger i:after {
    width: 20px;
    /* Icon line width */
    height: 3px;

    /* Icon line height */
    background-color: ;
    
    /* Icon color */
    display: inline-block;
  }

  a.mobile-trigger i:before {
    margin-top: -8px;
    /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
    width: 24px;
    /* Icon line width */
  }

  a.mobile-trigger i:after {
    margin-top: 8px;
    /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
    width: 24px;
    /* Icon line width */
  }

  .mobile-open a.mobile-trigger i {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }

  .mobile-open a.mobile-trigger i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }

  .mobile-open a.mobile-trigger i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
  ========================================================================== */

  span.child-triggerm {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    width: 100% !important;
    /* Button width */
    min-width: 55px !important;
    height: 41px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    text-align: right;
  }

  span.child-triggerm:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  span.child-triggerm span {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }

  span.child-triggerm span:after {
    position: absolute;
    content: '';
  }

  span.child-triggerm span,
  span.child-triggerm span:after {
    width: 10px;
    /* Icon line width */
    height: 1px;

    /* Icon line height */
    background-color: ;
    
    /* Icon color */
    display: block;
  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover span.child-triggerm span,
  .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover span.child-triggerm span:after {
    background-color: #fff;
  }

  span.child-triggerm span:after {
    /*           -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); */
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }

  span.child-triggerm.child-open span:after {
    /*           -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); */
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }

  span.child-triggerm.child-open span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */


  /* Hide menu on mobile */
  .mainmenu .hs-menu-flow-horizontal,
  .mainmenu .hs-menu-children-wrapper {
    display: block;
  }

  .top.fixed a.mobile-trigger {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    padding: 0;
  }

  a.mobile-trigger {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }

  .mainmenu .hs-menu-flow-horizontal {
    background-color: none;
  }

  .mainmenu,
  .mainmenu * {
    color: #000;
  }

  a.mobile-trigger i,
  a.mobile-trigger i:before,
  a.mobile-trigger i:after {
    background-color: #1D3454;
  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover span.child-triggerm span,
  .row-fluid .mainmenu .hs-menu-flow-horizontal>ul>li:hover span.child-triggerm span:after {
    background: none !important;
  }

  span.child-triggerm span,
  span.child-triggerm span:after {
    background-color: #143524 !important;
  }

  .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal {
    position: fixed;
    top: 75px;
  }

  .row-fluid .mainmenu .hs-menu-wrapper ul li ul {
    box-shadow: none;
  }

  .mainmenu .hs-menu-flow-horizontal ul li {
    border-top: none !important;
    margin-bottom: 20px;
  }

  .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }

  .header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    position: static;
    -webkit-transition: none;
    transition: none;
    background: #F0F0F0;
    width: auto;
    max-width: none;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    display: none !important;
  }

  .header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li {
    background: none;
  }

  .header-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover {
    background: none;
  }

  .mainmenu .hs-menu-wrapper ul li.hs-item-has-children>.child-triggerm.child-open~ul.hs-menu-children-wrapper {
    display: block !important;
    opacity: 1;
  }

  .template-html .main-menu-wrap .header-btns a.custom-btn:first-child {
    display: block;
  }

  .template-html .main-menu-wrap .header-btns a.custom-btn {
    width: 100%;
    margin: 10px 0 !important;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
  }

  .main-menu-wrap .header-btns {
    padding: 0 30px;
    padding-top: 16px;
  }

  .template-html .header-container-main a.custom-btn.btn-with-arrow::after {
    width: 28px;
    height: 28px;
  }

  .nav-how-it-work-row-box h4 a {
    padding: 0 !important;
    padding-right: 30px !important;
    width: auto !important;
  }

  .mainmenu .hs-menu-flow-horizontal ul li .mega-menu-branch .mega-menu-items {
    padding: 25px;
    border-bottom: 1px solid #CFD9ED;
    border-left: none;
    width: 100%;
  }

  .mainmenu .hs-menu-flow-horizontal ul li .mega-menu-branch .mega-menu-items:first-child {
    padding-top: 0;
  }

  .mainmenu .hs-menu-flow-horizontal ul li .mega-menu-branch .mega-menu-items:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .header-wrap.fixed .main-menu-wrap {
    margin-top: 0 !important;
  }

  .header-wrap.fixed .main-menu-wrap>div {
    padding-top: 30px !important;
  }

  .mainmenu .mega-menu-items .rss-listing-posts .recent-boxlisting.blog-rec-posts {
    max-width: 100%;
  }

  .mainmenu .mega-menu-items .rss-listing-posts .recent-boxlisting.blog-rec-posts a {
    padding: 0;
  }

  .mainmenu .mega-menu-items .rss-listing-posts .blog-2-sec .row-fluid .recent-box h4.recent-title {
    min-height: auto;
    margin-bottom: 35px;
  }

  .nav-how-it-work-repeater img {
    display: none;
  }

  .nav-how-it-work-repeater .box-content {
    margin-bottom: 0;
  }

  .banner-main.about-video-sec {
    margin-bottom: 21%;
  }

  .contact-form-content-box {
    padding-right: 0;
  }

  .contact-info-social-item svg {
    width: 24px;
    height: 24px;
  }

  .contact-info-item p,
  .contact-info-item p a {
    font-size: 20px;
  }

  .contact-form-box {
    padding: 30px 20px;
  }

  .contact-form-box form fieldset .hs-form-field {
    width: 100% !important;
  }

  .lr-content-accordian-sec .left-right-content-inner-box:last-child {
    margin-bottom: 0;
  }


  .banner-main.join-banner {
    padding-top: 170px;
  }

  .banner-main.join-banner .banner-bottom-content-right {
    padding-left: 0;
  }

  .counter-box-count-wrap {
    font-size: 40px;
  }

  .counter-box-content p {
    font-size: 16px;
  }

  .counter-inr {
    padding: 40px 5px;
    margin-top: 80px;
  }
  
  .join-page .hs-content-id-107175803545 .banner-main.join-banner .counter-inr {
    margin-top: 60px;
  }

  .who-are-we-new .text-with-image .image-block {
    padding-left: 0;
  }

  .who-are-we-new.join-benefits-sec .large-image {
    padding-left: 70px;
  }

  .who-are-we-new.join-benefits-sec .small-image {
    left: 0;
  }

  .join-page .aize-testimonial-slider-main .aize-testimonial-content p {
    font-size: 20px !important;
  }

  .join-page .aize-testimonial-slider-main .aize-testimonial-content h5 {
    font-size: 15px !important;
  }

  .join-page .aize-testimonial-slider-main {
    padding: 100px 0;
  }

  h3.whr-title {
    font-size: 16px !important;
  }

  .join-vacancies-section .h_line {
    padding: 15px !important;
  }

  #whr_embed_hook>ul>li.whr-item {
    padding: 15px !important;
  }

  .join-vacancies-section .whr-info li {
    font-size: 16px !important;
  }

  .join-vacancies-section .h_line h3 {
    font-size: 20px !important;
  }

  .join-vacancies-header-content {
    margin-bottom: 60px !important;
  }

  .horz_list_img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 12px;
  }

  .horz_list_img img {
    width: 25px;
    height: 25px;
  }

  .horz_list_content p {
    font-size: 16px;
  }

  a.how-work-image-link {
    display: none !important;
  }

  .tcs-tabs-dropdown {
    display: block;
  }

  .two-col-content-with-slider-tabs button.slick-prev.slick-arrow,
  .two-col-content-with-slider-tabs button.slick-next.slick-arrow {
    display: none !important;
  }

  .two-col-content-with-slider-tabs .slick-list {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    overflow: visible;
  }

  .two-col-content-with-slider-tabs .slick-track {
    width: 100% !important;
    flex-wrap: wrap;
    transform: none !important;
  }

  .two-col-content-with-slider-tabs .slick-track .slick-slide.slick-cloned {
    display: none;
  }

  .two-col-content-with-slider-tabs.slick-slider {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px;
    display: none;
  }

  .two-col-content-with-slider-wrapper {
    position: relative;
  }

  .two-col-content-with-slider-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .two-col-content-with-slider-tabs .slick-slide {
    width: 100% !important;
  }

  .two-col-content-with-slider-tabs .two-col-content-with-slider-tabs-itembox {
    padding: 10px 15px;
    width: 100%;
    border-radius: 7px;
    text-align: left;
  }

  .two-col-content-with-slider-tabs .two-col-content-with-slider-tabs-itembox::after,
  .two-col-content-with-slider-tabs .two-col-content-with-slider-tabs-itembox::before {
    display: none;
  }

  .two-col-content-with-slider-tabs .slick-slide.slick-current .two-col-content-with-slider-tabs-itembox {
    background: linear-gradient(114deg, rgb(235 240 234 / 70%), rgb(194 218 220 / 40%), rgb(196 212 196 / 30%));
  }

  .tcs-tabs-dropdown a {
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px;
    border-radius: 16px;
    color: #000;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-right: 55px;
    padding-left: 45px;
    min-height: 55px;
  }

  .tcs-tabs-dropdown {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .tcs-tabs-dropdown a::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 12px;
    background: #52b349;
    border-radius: 50%;
    margin-top: -1px;
  }

  .tcs-tabs-dropdown a::after {
    content: "";
    position: absolute;
    right: 23px;
    content: "\f107";
    font: var(--fa-font-solid);
    font-weight: 400;
    font-size: 24px;
    color: #1892d3;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .two-col-content-with-slider-main .two-col-content-with-slider .slick-list {
    padding: 0 !important;
    overflow: hidden;
    margin: 0 -10px;
  }

  .two-col-content-with-slider .slick-arrow.slick-disabled {
    opacity: 1;
    background: #6f8bb1 !important;
  }

  .two-col-content-with-slider .slick-arrow.slick-disabled::before {
    opacity: 1;
  }

  .two-col-content-with-slider-tabcontent ul.slick-dots,
  .two-col-content-with-slider-tabcontent .slick-arrow {
    display: none !important;
  }

  .two-col-content-with-slider-tabcontent {
    margin-bottom: 0 !important;
  }

  .webiners-colwrap {
    margin-left: -30px;
  }

  .webiners-colwrap>div {
    padding-left: 30px;
    margin: 20px 0;
    width: 100%;
  }

  .webiners-colbox-img {
    margin-right: 24px;
  }

  .blog-listing-tags-left {
    flex-wrap: wrap;
    width: 100%;
  }

  .blog-listing-tags-label {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  ul.blog-listing-tags-list {
    width: 100%;
    justify-content: center;
  }

  ul.blog-listing-tags-list li:first-child {
    margin-left: 0;
  }

  .blog-listing-tags-right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }

  .blog-listing-tags-inr {
    padding: 10px 15px;
  }

  .blog-listing-first .blog-listing-item-content {
    width: 50%;
    padding: 100px 25px;
  }

  .blog-listing-first .blog-listing-featured-img {
    width: 50%;
  }

  .blog-listing-first .post-tagslist {
    margin-right: -25px;
  }

  .blog-main-section-inr>div {
    width: 100%;
  }

  .blog-main-section-inr {
    padding-bottom: 0;
  }

  .pagination-section {
    padding-bottom: 80px;
  }

  .blog-main-sidebar {
    padding-bottom: 80px;
  }

  .blog-tags-more-list-wrap {
    left: 0;
    max-width: 200px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .post-body-inr {
    padding-left: 0;
    padding-right: 0;
  }

  .post-body-main .blog-main-left {
    margin-bottom: 40px;
  }

  .blog-social-share {
    position: static;
    width: 100%;
    margin-bottom: 31px;
  }

  .blog-social-share-list a {
    display: inline-block;
    margin: 5px 5px;
  }

  .post-body-main {
    padding-bottom: 0;
  }

  .related-post-section-inr {
    padding-bottom: 80px;
  }

  .related-post-section.rss-listing-posts {
    padding-top: 70px;
  }

  .related-post-title {
    margin-bottom: 30px;
  }

  .related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts .recent-box {
    width: 50%;
    margin: 15px 0;
  }

  .post-body-content p {}

}

@media (min-width: 768px){
  body .aize-testimonial-slider .slick-slide {
      height: auto;
  }
  body .aize-testimonial-slider .slick-track {
      display: flex;
  }
  body .aize-testimonial-slider .slick-slide .aize-testimonial-slide-item {
      height: 100%;
  }
  body .aize-testimonial-slider .slick-slide>div {
      height: 100%;
  }
  body .aize-testimonial-slider .slick-slide .aize-testimonial-slide-item .aize-testimonial-box {
      height: 100%;
  }
}

@media(max-width: 767px) {
  .operate2-page .left-right-content-inner-box-right img {
    width: 100%;
  }

  .subs-form {
    background: #96cfe1;
    padding: 30px;
    border-radius: 16px;
    margin-top: 30px;
  }

  .az-faqs-section {
    padding: 64px 0 64px;
  }

  .banner-main.home-banner {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .navigate-information-section {
    height: auto !important;
  }

  .vc-colbox {
    padding: 20px 0px;
  }

  .template-html .video-box {
    padding: 8px;
    margin-bottom: 60px;
  }
  
  .template-html .banner-main.join-banner .video-box {
    margin-bottom: 0;
  }

  .template-html .video-box img {
    border-radius: 12px !important;
  }

  .two-col-content-colwrap {
    border-radius: 16px;
  }

  .two-col-content-slide-item h2 {
    font-size: 24px;
  }

  .navigate-information-section-inr {
    flex-wrap: wrap;
  }

  .aize-testimonial-slider-main {
    padding: 70px 0;
  }

  .navigate-information-section-inr .left-side {
    padding-right: 0;
  }

  .two-col-iconlist ul li {
    margin-bottom: 20px;
  }

  .rss-listing-posts .blog-2-sec .row-fluid .recent-box {
    padding: 0 15px;
  }

  .webiners-speakers-sec {
    padding-top: 30px;
    padding-bottom: 360px;
  }

  .rss-listing-posts .wrapper {
    padding: 30px 30px;
  }

  .how-it-work-section {
    padding: 30px 0px;
  }

  .have-ques-inr {
    padding-left: 30px;
  }

  .header-container-main>div>div {
    padding: 10px;
  }

  .header-wrap .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 10px 30px;
  }

  .template-html .custom-btn {
    padding: 12px 25px;
  }

  .template-html a.custom-btn.btn-with-arrow::after {
    width: 32px;
    height: 32px;
  }

  .header-container-main>div {
    max-width: 100%;
  }

  .logo img {
    max-width: 90px !important;
  }

  h1 {
    font-size: 36px;
  }

  .header-btns {
    display: none !important;
  }

  .header-wrap {
    padding: 0 0 15px;
    transition: .3s;
  }

  .header-wrap.fixed {
    padding: 0 !important;
    background: #fff !important;
  }

  .banner-btm-image {
    margin-bottom: -200px;
    border-radius: 20px;
  }

  .banner-btm-image img {
    width: 100%;
  }

  .banner-main {
    margin-bottom: 100px;
    padding-top: 150px;
    padding-bottom: 56px;
  }


  .azlogos-col {
    width: 50%;
  }

  .section.azlogos-sec {
    padding: 60px 0;
  }

  .who-are-we-new .who-are-inner {
    padding: 70px 0;
  }

  .who-are-we-new .text-with-image .text-block {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    order: 1;
  }

  .who-are-we-new .text-block img.icon-image {
    max-width: 50px;
    margin-bottom: 15px;
  }

  .who-are-we-new .text-with-image .image-block {
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }

  .two-col-content-col {
    width: 100%;
  }

  .two-col-content-colwrap {
    padding: 30px 0;
  }

  .two-col-content-slide-item {
    padding: 0 10px;
  }

  .who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .text-with-image>div {
    width: 100%;
  }

  .who-are-we-new.abt-en-img-desc .text-with-image>div {
    padding-left: 0px;
  }

  .banner-bottom-content-left,
  .banner-bottom-content-right {
    text-align: left;
  }

  .who-are-we-new.abt-en-img-desc .text-with-image {
    margin-left: 0px;
  }

  .two-col-content-col:first-child {
    margin-bottom: 30px;
  }

  .azlogos-img img {
    width: 90px;
    padding: 10px 0;
  }

  h2 {
    font-size: 30px;
  }

  .navigation-faq-sec {
    padding: 70px 0;
  }

  .navigation-faq-sec .navigation-heading h2 {
    font-size: 30px;
  }

  .two-col-content-with-slider-main .heading-content h2 {
    font-size: 30px;
  }

  body .slick-arrow.slick-next {
    right: 15%;
  }


  body .slick-arrow.slick-prev {
    left: 15%;
  }

  body .aize-testimonial-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }

  body .aize-testimonial-slider .slick-arrow.slick-prev {
    left: -3px;
  }

  body .aize-testimonial-slider .slick-arrow.slick-next {
    right: -3px;
  }

  .two-col-content-with-slider-main {
    padding: 70px 30px 60px;
  }

  .two-col-contentbox h5 {
    margin-bottom: 15px;
  }

  .aize-testimonial-slide-item {
    padding: 24px 10px;
  }

  .navigate-information-section-inr .left-side {
    width: 100%;
    margin-bottom: 20px;
  }

  .navigate-information-section-inr .right-side {
    width: 100%;
  }

  .aize-testimonial-box>div {
    width: 100%;
    flex: 0 0 100%;
  }

  .aize-testimonial-box {
    flex-wrap: wrap;
    padding: 25px 12px;
    box-shadow: 0px 0px 12px #00000029;
  }

  .aize-testimonial-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .aize-testimonial-img img {
    margin: 0 auto;
  }

  .aize-testimonial-content p {
    font-size: 18px;
  }

  .video-with-columns-main {
    padding: 70px 0;
  }

  .video-with-columns-video .video-box-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-box-col {
    padding: 15px;
  }

  .template-html .video-box {
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
  }

  .vc-col {
    width: 100%;
  }

  .vc-btn-wrap {
    margin-top: 20px;
  }

  .rss-listing-posts {
    padding: 70px 0 110px;
  }

  .have-ques-text {
    width: 100%;
    padding-right: 0;
  }

  .have-ques-image {
    width: 100%;
    display: none;
  }

  .have-ques-inr {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .have-ques-image img {
    position: relative;
    width: 100%;
  }

  .site-footer {
    padding: 30px 0;
    padding-top: 90px;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-col:last-child {
    margin-bottom: 0;
  }

  .footer-inner {
    padding: 0 15px;
  }

  .footer-colwrap {
    margin-bottom: 40px;
  }

  .copyright-inner {
    padding: 20px 10px !important;
    flex-wrap: wrap;
  }

  .copyright-inner>* {
    width: 100%;
    text-align: center;
  }

  .copyright-left {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .copyright-social-icon {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright-social-icon h5 {
    width: 100%;
  }

  .copyright-social-icon ul {
    justify-content: center;
    margin-top: 10px;
  }

  .iconlist-img {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 6px;
  }

  .iconlist-img img {
    width: 16px;
  }

  .aize-testimonial-content h5 {
    font-size: 16px;
  }

  .video-with-columns-video button.slick-arrow.slick-prev {
    left: 15px;
  }

  .template-html .banner-btm-image .video-box .play-button-icon {
    transform: scale(.4);
  }

  .navigate-anim-box {
    padding-left: 11.5%;
    padding-right: 3%;
  }

  .navigate-information-section-inr .right-side {
    padding-left: 0;
    order: 1;
    margin-bottom: 40px;
  }

  img.center-panel.nv-base-img {
    border-radius: 14px;
  }

  img.center-panel.pos-abs.panel3 {
    left: -11.5%;
    border-radius: 10px;
  }

  img.center-panel.pos-abs.panel4 {
    right: -2%;
    border-radius: 14px;
  }

  .video-with-columns-video button.slick-arrow {
    width: 30px;
    height: 30px;
  }

  .video-with-columns-video button.slick-arrow::before {
    font-size: 20px;
  }

  .video-with-columns-video .video-box-wrap .play-button-icon {
    transform: scale(.5);
  }

  .template-html .video-box {
    border-radius: 12px;
  }

  .video-with-columns-video button.slick-arrow.slick-prev {
    left: 0;
  }

  .video-with-columns-video button.slick-arrow.slick-next {
    right: 0;
  }

  .footer-top-row1-left,
  .footer-top-row2 {
    display: block;
  }

  .footer-top-row1-left .footer-col,
  .footer-top-row2 .footer-col,
  .footer-top-row2 .footer-col:last-child {
    width: 49%;
    text-align: left;
    display: inline-block;
  }

  .copyright-social-icon ul {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .copyright-social-icon ul li:first-child {
    margin-left: 0px;
  }

  .copyright-left ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .copyright h5 {
    font-size: 16px !important;
  }

  .banner-main p br {
    display: none;
  }

  .banner-bottom-content {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .banner-slider-section-inner ul.slick-dots {
    width: 40%;
    left: 7%;
  }

  .banner-slider-section-inner .slick-next {
    right: 46% !important;
  }

  .demo-btn-bottom {
    right: 15px;
  }

  .operate-banner-section-left h2 {
    font-size: 33px;
  }

  .main-heading {
    margin-bottom: 60px;
  }

  .left-right-content-inner-box {
    margin-bottom: 70px;
  }

  .left-right-content-inner-box,
  .left-right-content-inner-box:nth-child(even) {
    flex-direction: column;
  }

  .left-right-content-inner-box-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .left-right-content-inner-box-right {
    width: 100%;
  }

  .how-it-work-row1 {
    margin-bottom: 60px;
  }

  .who-are-we-new .section.azlogos-sec {
    padding-bottom: 0;
  }

  .two-col-content-with-slider .two-col-content-colwrap {
    align-items: flex-start;
    position: relative;
    padding-bottom: 75px;
  }

  .template-html .two-col-contentbox p a:not(.custom-btn) {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner-slider-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .banner-with-icongraphic .navigate-information-section-inr .left-side {
    order: 2;
  }

  .banner-with-icongraphic .banner-bottom-content-left {
    margin-bottom: 20px;
  }

  .banner-with-icongraphic .banner-content {
    margin-bottom: 40px;
  }

  .banner-with-icongraphic .banner-content br {
    display: none;
  }

  .banner-main.banner-with-icongraphic {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-main.banner-with-icongraphic .wrapper {
    padding-top: 40px;
  }

  .banner-with-icongraphic .banner-bottom-content {
    margin-top: 40px;
  }

  .left-right-content-section.lr-content-accordian-sec {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .lr-content-accordian-sec .left-right-content-inner-box>div:first-child {
    width: 100%;
  }

  .lr-content-accordian-sec .left-right-content-inner-box>div:last-child {
    width: 100%;
  }

  .lr-content-accordian-sec .left-right-content-inner-box {
    flex-wrap: wrap;
  }

  .az-faqs-section .accordian-content-left {
    width: 100%;
  }

  .az-faqs-section .accordian-right-image {
    width: auto;
    margin-right: -30px;
    margin-bottom: -30px;
    font-size: 0;
    margin-top: 30px;
  }

  .az-faqs-section .accordian-right-image img {
    position: relative;
    width: 100%;
    min-height: 250px;
    right: 0px;
    left: 0;
    height: auto;
    bottom: 0;
    margin-right: 0px;
  }

  .slide_heading h4 {
    font-size: 16px;
  }

  .slide_content p {
    font-size: 15px;
  }

  .two-col-contentbox h5 {
    font-size: 12px;
  }

  .slide-right-bg {
    border-top-left-radius: 120px;
  }


  h2 br {
    display: none;
  }

  .banner-main.about-video-sec .banner-content h2 {
    font-size: 30px;
  }

  .banner-main.operate-banner3 {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .banner-main.about-video-sec .play-button-icon {
    transform: scale(.4);
  }

  .about-value-foundation .left-right-content-inner-box-left,
  .about-value-foundation .left-right-content-inner-box-right {
    width: 100%;
    margin: 15px 0;
  }

  .who-are-we-new.about-company-env-sec .text-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .certifications-images-item {
    width: 100%;
  }

  .who-are-we-new.about-company-env-sec .image-block {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .who-are-we-new.abt-en-img-desc .text-with-image>div {
    width: 100%;
    padding-right: 0;
  }

  .who-are-we-new.abt-en-img-desc .text-with-image .text-block {
    margin-bottom: 0;
  }

  .who-are-we-new.abt-en-img-desc .text-with-image .image-block {
    margin-bottom: 30px;
  }

  .who-are-we-new.abt-en-img-desc.ab_first .who-are-inner {
    margin-top: 0;
  }

  .who-are-we-new.abt-en-img-desc.ab_first {
    padding-top: 70px;
  }

  .who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .who-are-inner .text-block {
    margin-top: 0;
  }

  .who-are-we-new.abt-en-img-desc.abt-reneweable-reverse .who-are-inner {
    margin-top: 70px;
  }

  .az-two-col-content-sec .banner-bottom-content {
    margin-bottom: 70px;
  }

  .who-are-we-new.about-company-env-sec .who-are-inner {
    padding-bottom: 70px;
  }

  .banner-main.about-video-sec {
    padding-top: 70px;
    margin-bottom: 16%;
  }

  .banner-main.about-video-sec .banner-btm-image {
    margin-top: 50px;
  }

  .main-heading {
    margin-bottom: 50px;
  }

  .about-value-foundation .left-right-content-inner-box {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .about-value-foundation .left-right-content-inner-box-left {}

  .certifications-sec {
    padding-bottom: 70px;
  }

  .rss-listing-posts.about-articles {
    padding-top: 50px;
  }

  .rss-listing-posts.about-articles .header-cotent {
    padding-bottom: 10px;
  }

  .rss-listing-posts.about-articles .blog-2-sec .row-fluid .recent-box {
    width: 100%;
  }

  .rss-listing-posts .blog-2-sec .row-fluid .recent-box {
    margin: 15px 0;
  }

  .about-page .have-ques-section .wrapper,
  .about-page .wrapper,
  .who-are-we-new.about-company-env-sec .wrapper,
  .abt-en-img-desc .wrapper,
  .az-two-col-content-sec .wrapper,
  .certifications-sec .wrapper,
  .banner-main.operate-banner3 .wrapper,
  .about-value-foundation .wrapper-inner,
  .rss-listing-posts.about-articles .recent-boxlisting.blog-rec-posts {
    max-width: 420px;
  }

  .rss-listing-posts .bottom-btn {
    margin-bottom: 20px !important;
  }

  .rss-listing-posts.about-articles .speakers-wrapper.wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-page .have-ques-inr-wrap {
    transform: translateY(0);
  }

  .site-footer {
    padding-top: 220px;
  }

  h1 br {
    display: none;
  }

  .contact-form-content-box {
    padding-right: 0;
  }

  .contact-info-item {
    padding: 20px 15px;
  }

  .contact-info-social-item svg {
    width: 24px;
    height: 24px;
  }

  .contact-form-wrap>div {
    margin: 15px 0;
    width: 100%;
  }

  .contact-form-sec .contact-form-header {
    margin-bottom: 20px;
  }

  .contact-form-box {
    margin-top: 10px;
  }

  .contact-form-box form label {
    font-size: 16px;
  }

  .contact-form-box form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
  .contact-form-box form textarea {
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
  }

  .contact-form-box .hs-form-booleancheckbox label>span:not(.hs-form-required):before,
  .contact-form-box .hs-form-checkbox label>span:not(.hs-form-required):before {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .contact-form-box .hs-form-booleancheckbox label>span:not(.hs-form-required):after,
  .contact-form-box .hs-form-checkbox label>span:not(.hs-form-required):after {
    top: 7px;
    left: 10px;
    width: 10px;
    border-width: 3px;
    height: 16px;
  }

  .contact-form-box .legal-consent-container .hs-form-booleancheckbox label>span:not(.hs-form-required),
  .contact-form-box .legal-consent-container .hs-form-checkbox label>span:not(.hs-form-required) {
    padding-left: 40px;
  }

  .contact-form-box .hs_submit.hs-submit input,
  .contact-form-box .hs_submit.hs-submit button {
    padding: 14px 18px 16px;
    padding-right: 50px;
  }

  .contact-form-box .actions::after {
    width: 30px;
    height: 30px;
  }

  .contact-form-sec .wrapper {
    max-width: 420px;
  }

  .contact-info-sec .wrapper {
    max-width: 420px;
  }

  .contact-info-sec .contact-location-image img {
    height: 220px;
  }

  .contact-info-sec .contact-location-image {
    margin-bottom: -110px;
  }

  .contact-form-sec {
    padding-bottom: 170px;
    padding-top: 150px;
  }

  .contact-info-wrap {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contact-info-item {
    width: 100%;
    border-left: none;
    padding: 0;
    margin: 15px 0;
  }

  .contact-form-box h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .contact-form-content-left-desc h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .contact-form-address-item {
    margin-bottom: 25px;
  }

  .contact-form-address-label h4 {
    font-size: 20px;
  }

  .contact-form-address-info p {
    font-size: 15px;
  }

  .contact-form-map-location a {
    font-size: 15px;
  }

  .contact-form-map-location img {
    width: 14px;
  }

  .contact-form-links-repeater {}

  .contact-form-address-repeater {
    padding-bottom: 10px;
  }

  .contact-form-links-item {
    margin-bottom: 20px;
  }

  .lr-content-accordian-sec .left-right-content-inner-box>div:last-child {
    order: 1;
    margin-bottom: 30px;
  }

  .lr-content-accordian-sec .left-right-content-inner-box>div:first-child {
    order: 2;
    margin-bottom: 0;
  }

  .about-page .site-footer {
    padding-top: 220px;
  }

  .counter-item {
    width: 100%;
    margin: 10px 0;
  }

  .left-right-content-section.join-culture .left-right-content-inner-box>div {
    width: 100%;
  }

  .who-are-we-new.join-benefits-sec .small-image {
    width: 60%;
  }

  h3.whr-title {
    font-size: 14px !important;
  }

  .join-vacancies-section .whr-info li {
    font-size: 14px !important;
  }

  #whr_embed_hook>ul>li.whr-item>* {
    width: 45%;
  }

  #whr_embed_hook>ul>li.whr-item>*:first-child {
    width: 55%;
  }

  .join-vacancies-section {
    padding: 80px 0 !important;
  }

  .have-ques-section.keep-opening-section input.hs-button.primary.large {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
  }

  .join-vacancies-section .h_line h3 {
    font-size: 18px !important;
  }

  .have-ques-section.keep-opening-section input:not([type="radio"]),
  .have-ques-section.keep-opening-section input:not([type="checkbox"]) {
    font-size: 14px;
  }

  .have-ques-section.keep-opening-section .hs-richtext p {
    font-size: 14px;
  }

  .have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox p,
  .have-ques-section.keep-opening-section .field li.hs-form-checkbox p,
  .have-ques-section.keep-opening-section .field li.hs-form-booleancheckbox label,
  .have-ques-section.keep-opening-section .field li.hs-form-checkbox label {
    font-size: 14px;
  }

  .contact-form-box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .footer-top-row1-right form .hs_submit.hs-submit input.hs-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .video-with-columns-video .video-box-wrap .video-box {
    margin-bottom: 0;
  }

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

  .fancybox-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .image-block .small-image {
    width: 50%;
  }

  .azlogos-col {
    width: 50%;
  }

  .azlogos-img img {
    width: 120px;
    padding: 0;
  }

  .aize-testimonial-img-inr {
    max-width: 200px;
  }

  .banner-main.video-section-main .banner-content {
    margin-bottom: 30px;
  }

  .banner-main.video-section-main .cta-wrap {
    margin-top: 35px;
  }

  .who-are-we-new.join-benefits-sec .large-image {
    padding-left: 0;
  }

  .who-are-we-new .text-with-image .image-block {
    margin-bottom: 40px;
  }

  #whr_embed_hook>ul>li.whr-item>*:first-child {
    padding-right: 10px;
  }

  .banner-main.how-it-works-video {
    padding: 100px 0;
  }

  .banner-main.how-it-works-video .video-box {
    margin: 0;
  }

  .banner-btm-image,
  .template-html .video-box {
    border-radius: 16px !important;
  }

  .template-html .video-box img {
    border-radius: 16px !important;
  }

  .video-with-columns-video .video-box-wrap .video-box {
    border-radius: 12px !important;
  }

  .video-with-columns-video .video-box-wrap .video-box img {
    border-radius: 12px !important;
  }

  .aize-testimonial-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }

  .brand-logo {
    margin-bottom: 45px;
  }

  .webinar-form-sec .contact-form-wrap>div {
    width: 100%;
  }

  .webiners-colbox-img img {
    width: 80px;
    height: 80px;
  }

  .webiners-colbox-img {
    margin-right: 14px;
  }

  .about-page.webinar-page .wrapper {
    max-width: 420px;
  }

  .video-image-box-main.banner-btm-image .video-box {
    margin-bottom: 0;
  }

  .video-image-box-main.banner-btm-image {
    margin-bottom: 30px;
  }

  .webinar-form-sec .contact-form-header {
    margin-bottom: 45px;
    text-align: left;
  }

  .webinar-form-sec .contact-form-wrap>div:first-child {
    order: 2;
  }

  .webinar-form-sec .contact-form-wrap>div:last-child {
    order: 1;
  }

  .webinar-form-sec .contact-form-wrap>div:first-child {
    padding-top: 20px;
  }

  .webinar-form-sec .contact-form-wrap>div:first-child .contact-form-content-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgb(14 119 163 / 29%);
  }

  .contact-form-sec.webinar-form-sec {
    padding-bottom: 0;
  }

  .webiners-colwrap>div {
    margin: 15px 0;
  }

  .contact-form-sec.webinar-form-sec .contact-form-box {
    padding: 30px 20px 30px;
  }

  .webiners-colwrap {
    padding-top: 10px;
  }

  .webiners-colwrap>div {
    display: none;
  }

  .webiners-colwrap>div:nth-child(1),
  .webiners-colwrap>div:nth-child(2) {
    display: block;
  }

  .speakers-signup-btn {
    display: block;
  }

  .blog-listing-first .blog-listing-featured-img a.blog-listing-featured-img-link::before {
    padding-top: 48%;
  }

  .blog-listing-first .blog-listing-featured-img {
    width: 100%;
  }

  .blog-listing-first .blog-listing-item-content {
    width: 100%;
    padding: 30px 25px;
  }

  .blog-listing-first .blog-listing-item-inr h2 {
    font-size: 20px;
  }

  .blog-listing-item {
    width: 100%;
  }

  .blog-main-section .wrapper,
  .blog-listing-page .wrapper,
  .blog-listing-tags-main .wrapper,
  .banner-main.blog-banner .wrapper {
    max-width: 420px;
  }

  .blog-listing-first .post-tagslist {
    transform: none;
    left: 0;
    top: inherit;
    bottom: 20px;
    margin: 0;
  }

  .blog-listing-first .post-tagslist a.topic-link:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .post-banner {
    padding-top: 150px;
  }

  .post-banner .wrapper {
    max-width: 420px;
  }

  .post-banner-inr .recent-date {
    margin-bottom: 50px;
  }

  .post-body-content p {}

  .about-author-content {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .about-author-img {
    margin-bottom: 20px;
  }

  .post-body-content ul {
    padding: 0 10px;
  }

  .post-body-content blockquote p {
    font-size: 18px;
  }

  .related-post-section .recent-boxlisting.blog-rec-posts.blog-related-posts .recent-box {
    width: 100%;
  }

  .related-post-section.rss-listing-posts .wrapper {
    max-width: 420px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .post-body-content blockquote {
    padding: 30px 20px;
    padding-left: 35px;
  }

  .post-body-content blockquote::before {
    width: 42px;
    height: 42px;
    font-size: 60px;
    line-height: 73px;
  }

  .post-pagination a {
    font-size: 14px;
  }

  .post-pagination .prev-post a i,
  .post-pagination .next-post a i {
    font-size: 12px;
  }

  .blog-main-sidebar .subscribe-form-main-inr {
    padding: 20px 25px;
  }

  ul.blog-listing-tags-list li {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
    padding: 0 5px;
  }

  ul.blog-listing-tags-list li a {
    padding: 7px 15px;
    width: 100%;
  }

  .blog-main-sidebar .blog-listing-tags-main li.blog-listing-tags-list-item {
    margin-right: 0;
  }

  .blog-main-sidebar .blog-listing-tags-inr {
    padding: 15px;
  }

  ul.pagination li a {
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 27px;
  }

  ul.pagination li:first-child {
    margin-right: 15px;
  }

  ul.pagination li:last-child {
    margin-left: 5px;
  }

  .hs-content-id-107175803545 .join-page .hs-image__grid__list {
    flex-direction: column;
    max-width: 367px;
    margin: 0 auto; 
  }
  .hs-content-id-107175803545 .join-page .hs-image__grid__list__item { margin-bottom: 40px; }
  .hs-content-id-107175803545 .join-page .aize-testimonial-img-inr { margin: 0 auto; }
  .hs-content-id-107175803545 .join-page .meet-aizer .meet-aizer-inr { max-width: 420px; margin: 0 auto; }
  
  .operate-two-col-slider .two-col-contentbox ul li {
      font-size: 15px;
  }
  .operate-two-col-slider .slide-right {
      display: none;
  }
  
}

@media(max-width: 480px) {
  .footer-inner h5 {
    font-size: 18px;
    font-family: 'KareliaWeb';
    font-weight: 400;
    text-align: center;
  }

  .footer-top-row1-left .footer-col,
  .footer-top-row2 .footer-col,
  .footer-top-row2 .footer-col:last-child {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .footer-top-row1-left .footer-col:first-child h5 {
    display: block;
  }

  .footer-top-row1-left .footer-col h5 {
    display: none;
  }

  .footer-top-row1-right form ul {
    text-align: center;
  }

  .copyright-social-icon ul {
    justify-content: center;
  }

  .footer-inner h5 {
    font-size: 18px;
    font-family: 'KareliaWeb';
    font-weight: 400;
    text-align: center;
  }

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

  .banner-bottom-content-left h2 br,
  .operate-banner-section-left h2 br {
    display: none;
  }

  .demo-btn-bottom {
    right: 15px;
    position: initial;
    width: 100%;
    margin-top: 150px;
    padding: 0px 15px;
    text-align: center;
  }

  .banner-slider-section-inner ul.slick-dots {
    width: 82%;
  }

  .banner-slider-section-inner .slick-next {
    right: 15px !important;
  }

  .operate-banner-section-left h2 {
    font-size: 28px;
  }
  .join-page .hs-content-id-107175803545 .hs-image__grid__list { width: 94%; }
}