/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./chargeOnPaymentGatewayPages/chargeOnPaymentGatewayPages.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --buttoncolorhover: rgb(62, 107, 224);
  --buttoncolor: rgb(85, 132, 255);
  --contentcolor: rgb(132, 146, 175);
  --headingcolor: rgb(14, 26, 53);
}

* {
  margin: 0;
  padding: 0;
}

html {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  margin-top: 0 !important;
  box-sizing: border-box;
  line-height: 1.5;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

div {
  font-family: "Roboto";
}

a {
  text-decoration: unset !important;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.restrict-mark {
  all: unset !important;
  display: inline;
  color: #e42a00 !important;
}

.just-validate-error-label {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .just-validate-error-label {
    font-size: 10px;
  }
}

.mandatory-mark {
  color: #ee0004;
}

.main-booking-iframe {
  width: 100%;
  border: none;
}

.container {
  margin: 0 auto;
  max-width: 1280px !important;
  padding: 0 !important;
  width: 100%;
}

.custom-container {
  width: 82%;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .custom-container {
    width: 90%;
  }
}

.home-button {
  text-align: center;
  padding: 8px 20px;
  color: #fff;
  background: var(--buttoncolor);
  font-size: 1rem;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.home-button:hover {
  background: var(--buttoncolorhover);
}

.herosectionheading {
  font-size: 50px;
  color: var(--headingcolor);
}

.buttoncss {
  background-color: var(--buttoncolor);
  padding: 13px 50px;
  font-size: 18px;
  transition: all 0.6s;
  font-weight: 600;
  border-radius: 30px;
  border: 0px;
  color: white;
  text-transform: uppercase;
}
.buttoncss:hover {
  background-color: var(--buttoncolorhover);
}

header {
  height: 85px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  z-index: 999;
  position: fixed;
  top: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}
.sticky header {
  position: fixed;
  top: 0;
}
.sticky .nav-content .nav-inner-content > ul > li > a {
  color: black !important;
}
.sticky svg {
  fill: #000;
}
.sticky .head-bar svg {
  fill: #000;
}

.head-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .head-content {
    padding-top: 12px;
  }
}
@media screen and (max-width: 500px) {
  .head-content {
    height: 100%;
    padding-top: 0px;
  }
}

.header-logo {
  text-decoration: none;
  width: 12%;
  height: 12%;
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .header-logo {
    width: 15%;
    height: 15%;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    width: 30%;
    height: 35%;
  }
}

.nav-content {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 1050px) {
  .nav-content {
    display: none;
  }
}
.nav-content .nav-inner-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-content .nav-inner-content > ul {
  display: flex;
  align-items: center;
}
.nav-content .nav-inner-content > ul > li {
  list-style: none;
}
.nav-content .nav-inner-content > ul > li > a {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
}

.head-button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .head-button {
    display: none;
  }
}
.head-button > ul > li {
  list-style: none;
}
.head-button > ul > li > a {
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  font-size: 1rem;
  padding: 25px 15px;
  cursor: pointer;
}
.head-button > .head-button > a:hover {
  background: var(--buttoncolorhover);
}
.head-button button,
.head-button .bookDemo_headerBtn {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 10px;
  padding: 0.6rem 1.3rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  transition: all 0.5s ease;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media screen and (max-width: 500px) {
  .head-button button,
  .head-button .bookDemo_headerBtn {
    font-size: 14px;
  }
}
.head-button button .head-btn-arrow,
.head-button .bookDemo_headerBtn .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
  display: inline-block !important;
}
.head-button button:hover,
.head-button .bookDemo_headerBtn:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.head-button button:hover > svg,
.head-button .bookDemo_headerBtn:hover > svg {
  transform: translateX(10px);
}

.head-bar {
  display: none;
}
@media screen and (max-width: 1050px) {
  .head-bar {
    display: block;
  }
  .head-bar svg {
    font-size: 23px;
    fill: #2a2828;
    display: flex;
  }
  .head-bar svg:hover {
    color: #5584ff;
    cursor: pointer;
  }
}

.head-bar-list {
  display: none;
}
@media screen and (max-width: 1050px) {
  .head-bar-list {
    top: 80%;
    display: block;
    padding: 15px 20px !important;
    z-index: 4;
    position: absolute;
    background: white;
    width: 100%;
    left: 0px;
    height: 100vh;
  }
  .head-bar-list > ul {
    margin-top: 15px;
  }
  .head-bar-list > ul > li > a {
    padding: 10px 0px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: color 0.5s;
    cursor: pointer;
  }
  .head-bar-list > ul > li > a:hover {
    color: #9daac7;
  }
  .head-bar-list .head-bar-button {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.our-products {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .our-products {
    display: flex !important;
  }
}
.our-products svg {
  font-size: 11px;
  margin: 5px;
  color: rgb(168, 175, 188);
  fill: #000;
}
@media screen and (max-width: 500px) {
  .our-products svg {
    fill: #000;
  }
}
.our-products:hover + .our-products svg {
  font-size: 11px;
  margin: 5px;
  color: var(--buttoncolor);
}

#head-product {
  position: relative;
}
#head-product:hover + .product-list {
  display: block;
}

.product-list {
  background-color: #fff;
  display: none;
  margin: -10px 0px;
  position: absolute;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
  z-index: 99;
  list-style-type: none;
}
.product-list:hover {
  display: block;
}
.product-list > li {
  padding: 10px 0px;
}
.product-list > li.non-link {
  color: #000;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 1rem;
  pointer-events: none;
}
.product-list > li > a {
  color: #000;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 1rem;
}
.product-list > li > a:hover {
  color: #83a5b9;
}

@media screen and (max-width: 1050px) {
  .product-bar-list {
    padding: 0px 15px !important;
  }
  .product-bar-list > li.non-link {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    pointer-events: none;
  }
  .product-bar-list > li > a {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .product-bar-list > li > a:hover {
    color: #83a5b9;
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required)::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
.loading::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background-repeat: repeat;
}

.loader {
  display: none;
}
.loader.active {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loader.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
.loader.active::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: all 0.5s ease;
  padding: 0 20px;
}
.popup .just-validate-error-label {
  width: 100% !important;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 120%);
  left: 0;
}
.popup .popup-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 650px;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  padding-top: 0px;
  height: auto;
  margin: 0 auto;
  overflow-y: scroll;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .popup .popup-content {
    height: 500px;
    width: 100%;
  }
}
.popup .popup-content .imglogo {
  text-align: center;
  padding: 15px;
}
.popup .popup-content .imglogo img {
  width: 30%;
}
@media screen and (max-width: 500px) {
  .popup .popup-content .imglogo img {
    width: 50%;
  }
}
.popup .closediv {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.popup .flexdiv {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .popup .flexdiv {
    flex-wrap: wrap;
  }
}
.popup .flexdiv div {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .popup .flexdiv div {
    width: 100%;
  }
}
.popup .flexdiv .flexdivinner {
  display: flex;
  gap: 11px;
}
.popup .flexdiv .flexdivinner .form-group {
  width: 59%;
}
.popup .flexdiv .flexdivinner .form-group:first-child {
  width: 41%;
}
.popup h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.popup label {
  font-size: 16px !important;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
}
.popup button[type=submit] {
  margin: 0 auto;
  width: 55%;
  background: #06c;
  border: 0;
  padding: 10px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.popup input[type=text],
.popup input[type=email],
.popup select,
.popup textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  display: block;
  height: 48px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  line-height: unset;
  background: #fafafa !important;
}
.popup input[type=text]:focus,
.popup input[type=email]:focus,
.popup select:focus,
.popup textarea:focus {
  outline: none;
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.securediv {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.securediv div span {
  font-size: 14px;
}

.error-message {
  color: red;
  font-size: 10px;
  width: 100% !important;
  margin-top: 0px;
  font-family: "Roboto";
}

/* ------------------------------------- Footer SCSS ------------------------------------- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.bookacall {
  cursor: pointer;
}

footer {
  background-color: #062232;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 0 1rem;
  }
}
footer .container {
  padding: 80px 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 1500px) {
  footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  footer .container {
    gap: 1.5rem;
  }
}
footer .footimg-div {
  margin: 0 auto;
  max-width: 1280px !important;
  padding: 60px 0 !important;
  width: 100%;
}
footer .footimg-div #footer-img {
  max-width: 200px;
}
@media screen and (max-width: 1100px) {
  footer .footimg-div {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  footer .footimg-div {
    width: fit-content;
    height: auto;
    margin: unset;
  }
}
footer .foot-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  footer .foot-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-content {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-content {
    gap: 1.5rem;
    grid-template-columns: 1fr !important;
  }
}
footer .foot-part {
  width: 20%;
  height: 20%;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .foot-part:nth-child(1) {
  width: 35%;
}
footer .foot-part img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  footer .foot-part img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part img {
    max-width: 100%;
  }
}
footer .foot-part .foot-part-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 26.4px;
  margin-bottom: 20px;
  color: #31617c;
  line-height: 1.4 !important;
}
@media screen and (max-width: 1100px) {
  footer .foot-part .foot-part-heading {
    font-size: 1.3rem;
  }
}
footer .foot-part ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .foot-part ul li a {
  text-decoration: none;
  color: #9ba7ad;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s;
}
footer .foot-part ul li button {
  text-decoration: none;
  color: #9ba7ad;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .foot-part p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9ba7ad;
}
footer .foot-part p svg {
  fill: white;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
footer .foot-part p a {
  color: #9ba7ad;
}
footer .foot-part .address-line {
  line-height: 1.4;
}
footer .foot-part .become-partner-button {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border-radius: 8px;
  border: 0.85px solid #7f7f7f;
  padding: 10px 30px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-shrink: 1;
  width: fit-content;
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .become-partner-button {
    padding: 10px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-part .become-partner-button {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .become-partner-button {
    max-width: 180px;
    text-align: center;
  }
}
footer .foot-part .subscribe-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #102e3f;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  padding: 15px 20px;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  footer .foot-part .subscribe-form {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .subscribe-form {
    margin-bottom: unset;
  }
}
footer .foot-part .subscribe-form .sub_head {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form .sub_head {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .subscribe-form .sub_head {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .subscribe-form .sub_head {
    justify-content: center;
  }
}
footer .foot-part .subscribe-form #footer-subscribe {
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  footer .foot-part .subscribe-form #footer-subscribe {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
footer .foot-part .subscribe-form .flex-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form .flex-input {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form .flex-input {
    margin-top: 0;
  }
}
footer .foot-part .subscribe-form .flex-input ::placeholder {
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
}
footer .foot-part .subscribe-form .flex-input .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-part .subscribe-form .flex-input .input-field {
    width: 100%;
  }
}
footer .foot-part .subscribe-form .flex-input .input-field input {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 400;
  padding-bottom: 10px;
  width: 100%;
  background: transparent;
  border-radius: unset !important;
  padding-left: 0;
  margin-bottom: 16px;
}
footer .foot-part .subscribe-form .flex-input .input-field input:focus, footer .foot-part .subscribe-form .flex-input .input-field input:hover {
  outline: none;
}
footer .foot-part .subscribe-form .flex-input .input-field .just-validate-error-label {
  font-size: 12px;
  margin-top: unset !important;
  position: absolute;
  bottom: 0 !important;
  transform: translate(0%, 30%);
  left: 0;
  color: #ff0000 !important;
}
footer .foot-part .subscribe-form .button-Signup {
  width: 100%;
  margin-top: 10px;
}
footer .foot-part .subscribe-form .button-Signup button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 0.8px solid #d9d9d9;
  background: transparent;
}
footer .foot-part .foot-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  position: absolute;
  right: 40px;
  bottom: -160px;
}
@media screen and (max-width: 1100px) {
  footer .foot-part .foot-icons {
    bottom: -120px;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-part .foot-icons {
    bottom: -190px;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-part .foot-icons {
    justify-content: center;
    gap: 20px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part .foot-icons {
    justify-content: center;
    gap: 10px;
    right: 20px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-part .foot-icons {
    position: unset;
    justify-content: flex-start;
    gap: 20px;
  }
}
footer .foot-part .foot-icons a {
  text-decoration: none;
  color: #99869f;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 50%;
  padding: 7px 7px;
  display: flex;
  align-items: center;
}
footer .foot-part .foot-icons a svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
footer .foot-part .foot-icons a:hover .foot-icon-svg-path {
  fill: #fff;
}
@media only screen and (max-width: 900px) {
  footer .foot-part {
    width: unset !important;
  }
}
@media only screen and (max-width: 800px) {
  footer .foot-part {
    width: unset !important;
    height: unset;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-part {
    width: unset;
    height: unset;
  }
}
footer .foot-end {
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  font-weight: 400;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 900px) {
  footer .foot-end {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-end {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-end {
    padding: 15px 0;
  }
}
footer .foot-end p {
  line-height: 20px;
  color: #9ba7ad;
}
footer .foot-end .foot-end-links {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1000px) {
  footer .foot-end .foot-end-links {
    gap: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .foot-end .foot-end-links {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .foot-end .foot-end-links {
    gap: 1rem;
    justify-content: center;
    row-gap: 0.4rem;
  }
}
footer .foot-end .foot-end-links a {
  text-decoration: none;
  color: #9ba7ad;
  transition: color 0.5s;
}

#sec-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #sec-img {
    width: 50%;
    height: 50%;
  }
}
@media only screen and (max-width: 650px) {
  #sec-img {
    width: 50%;
    height: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .social-heading {
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  .social-heading {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .secimg-div {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .secimg-div {
    text-align: center;
    margin-top: 20px;
  }
}

/* ------------------------------------- ChargeOn Popup Form SCSS ------------------------------------- */
.chargeonpopup .just-validate-error-label {
  font-size: 10px;
  position: absolute;
  bottom: 7px;
  transform: translate(0%, 50%);
  left: 0;
  line-height: unset;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .just-validate-error-label {
    font-size: 9px;
    transform: translate(0%, 30%);
    line-height: 1;
    bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .just-validate-error-label {
    font-size: 9px;
    bottom: 3px;
    transform: translate(0%, 10%);
  }
}
.chargeonpopup .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chargeonpopup .modal.open {
  opacity: 1;
}
.chargeonpopup .modal-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 50px;
  border: none;
  width: 95%;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media screen and (min-width: 1450px) {
  .chargeonpopup .modal-content {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .chargeonpopup .modal-content {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
  }
  .chargeonpopup .modal-content .container {
    width: 95%;
  }
}
.chargeonpopup .l-modal__bt-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}
.chargeonpopup .l-modal__bt-close:before, .chargeonpopup .l-modal__bt-close:after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #bdbdbd;
  transition: background-color 0.3s;
}
.chargeonpopup .l-modal__bt-close:before {
  transform: rotate(45deg);
}
.chargeonpopup .l-modal__bt-close:after {
  transform: rotate(-45deg);
}
.chargeonpopup .l-modal__bt-close:hover:before, .chargeonpopup .l-modal__bt-close:hover:after {
  background-color: #000;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .l-modal__bt-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}
.chargeonpopup .mainDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .mainDiv {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .mainDiv {
    margin-bottom: 10px;
  }
}
.chargeonpopup .formText {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText {
    width: 100%;
    text-align: center;
  }
}
.chargeonpopup .formText .myhead {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #282828;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText .myhead {
    margin-bottom: 0;
    font-size: 22px;
    text-align: start;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formText .myhead {
    font-size: 18px;
  }
}
.chargeonpopup .formText .para-width {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText .para-width {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: start;
    line-height: unset;
  }
}
.chargeonpopup .formText img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formText img {
    display: none !important;
  }
}
.chargeonpopup .formInput {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formInput {
    width: 100%;
  }
}
.chargeonpopup .formInput h3 {
  display: none;
}
.chargeonpopup .formInput form {
  width: 100%;
}
.chargeonpopup .formInput label {
  font-size: 14px;
  line-height: 14px;
  color: #6b6b6b;
  font-weight: 400;
}
.chargeonpopup .formInput label .restrict-mark {
  color: #e42a00;
}
@media screen and (max-width: 600px) {
  .chargeonpopup .formInput label {
    font-size: 12px;
  }
}
.chargeonpopup .formInput input,
.chargeonpopup .formInput select,
.chargeonpopup .formInput textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 5px 0;
  margin-bottom: 13px;
  color: rgba(0, 0, 0, 0.3490196078);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}
.chargeonpopup .formInput input::placeholder,
.chargeonpopup .formInput select::placeholder,
.chargeonpopup .formInput textarea::placeholder {
  color: #d1d1d1;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput input,
  .chargeonpopup .formInput select,
  .chargeonpopup .formInput textarea {
    padding: 0;
  }
}
.chargeonpopup .formInput select {
  padding-right: 0;
  cursor: pointer;
}
.chargeonpopup .formInput .inputdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput .inputdiv {
    flex-direction: column;
    gap: 0;
  }
}
.chargeonpopup .formInput .inputdiv > div {
  width: 100%;
  position: relative;
}
.chargeonpopup .formInput .countryDiv {
  width: 48.5%;
}
@media (max-width: 500px) {
  .chargeonpopup .formInput .countryDiv {
    width: 100%;
  }
}
.chargeonpopup .formInput .inputphone {
  width: 48.5%;
  display: flex;
  gap: 15px;
  /* Code */
  /* Number */
}
.chargeonpopup .formInput .inputphone > div:first-child {
  width: 30%;
}
.chargeonpopup .formInput .inputphone > div:last-child {
  width: 70%;
}
@media (max-width: 500px) {
  .chargeonpopup .formInput .inputphone {
    width: 100%;
  }
  .chargeonpopup .formInput .inputphone > div:first-child {
    width: 50% !important;
  }
}
.chargeonpopup .formInput textarea {
  resize: vertical;
  min-height: 60px;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput textarea {
    min-height: 40px !important;
    margin-bottom: 5px !important;
  }
}
.chargeonpopup .formInput button[type=submit] {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #133f59;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  float: right;
}
@media screen and (max-width: 850px) {
  .chargeonpopup .formInput button[type=submit] {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .chargeonpopup .formInput button[type=submit] {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
}
.chargeonpopup .bysub {
  font-size: 12px;
  line-height: 16px;
  color: #6b6b6b;
}
.chargeonpopup .bysub a {
  color: #555 !important;
  text-decoration: underline;
}
.chargeonpopup .bysub a:hover {
  color: #000 !important;
}
@media screen and (max-width: 500px) {
  .chargeonpopup .bysub {
    font-size: 10px;
    line-height: 13px;
  }
}
.chargeonpopup .iframeshow {
  width: 100%;
  display: none;
}
.chargeonpopup .iframeshow .main-booking-iframe {
  width: 100%;
  border: none;
}
.chargeonpopup .modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.chargeonpopup .modal-overlay.open {
  display: block;
  opacity: 1;
}

.newsletter-open,
.successstory-form-open {
  cursor: pointer;
}

#success-form,
#e-guide-main-form,
.newsletterForm,
#whitepaper-main-form,
#success-story-main-form,
#industry-report-main-form {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
#success-form .form-overlay,
#e-guide-main-form .form-overlay,
.newsletterForm .form-overlay,
#whitepaper-main-form .form-overlay,
#success-story-main-form .form-overlay,
#industry-report-main-form .form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(8, 7, 7, 0.6);
  transition: opacity 0.4s linear;
}
#success-form .success-form-popup,
#e-guide-main-form .success-form-popup,
.newsletterForm .success-form-popup,
#whitepaper-main-form .success-form-popup,
#success-story-main-form .success-form-popup,
#industry-report-main-form .success-form-popup {
  background-color: #fff;
  width: 920px;
  margin: 0 20px;
  padding-top: 0;
  z-index: 999999999;
  border-radius: 8px;
  position: relative;
}
#success-form .success-form-popup .close-button,
#e-guide-main-form .success-form-popup .close-button,
.newsletterForm .success-form-popup .close-button,
#whitepaper-main-form .success-form-popup .close-button,
#success-story-main-form .success-form-popup .close-button,
#industry-report-main-form .success-form-popup .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
#success-form .success-form-popup .close-button svg,
#e-guide-main-form .success-form-popup .close-button svg,
.newsletterForm .success-form-popup .close-button svg,
#whitepaper-main-form .success-form-popup .close-button svg,
#success-story-main-form .success-form-popup .close-button svg,
#industry-report-main-form .success-form-popup .close-button svg {
  cursor: pointer;
  fill: #3f3f3e;
}
@media (max-width: 31.25em) {
  #success-form .success-form-popup .close-button svg svg,
  #e-guide-main-form .success-form-popup .close-button svg svg,
  .newsletterForm .success-form-popup .close-button svg svg,
  #whitepaper-main-form .success-form-popup .close-button svg svg,
  #success-story-main-form .success-form-popup .close-button svg svg,
  #industry-report-main-form .success-form-popup .close-button svg svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 93.75em) {
  #success-form .success-form-popup,
  #e-guide-main-form .success-form-popup,
  .newsletterForm .success-form-popup,
  #whitepaper-main-form .success-form-popup,
  #success-story-main-form .success-form-popup,
  #industry-report-main-form .success-form-popup {
    padding-top: 0;
    width: 850px;
  }
}
@media (max-width: 65.625em) {
  #success-form .success-form-popup,
  #e-guide-main-form .success-form-popup,
  .newsletterForm .success-form-popup,
  #whitepaper-main-form .success-form-popup,
  #success-story-main-form .success-form-popup,
  #industry-report-main-form .success-form-popup {
    width: 650px;
    padding: 20px;
  }
}
@media (max-width: 31.25em) {
  #success-form .success-form-popup,
  #e-guide-main-form .success-form-popup,
  .newsletterForm .success-form-popup,
  #whitepaper-main-form .success-form-popup,
  #success-story-main-form .success-form-popup,
  #industry-report-main-form .success-form-popup {
    width: 360px;
    border-radius: 8px;
  }
}
#success-form .flex-div,
#e-guide-main-form .flex-div,
.newsletterForm .flex-div,
#whitepaper-main-form .flex-div,
#success-story-main-form .flex-div,
#industry-report-main-form .flex-div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 31.25em) {
  #success-form .flex-div,
  #e-guide-main-form .flex-div,
  .newsletterForm .flex-div,
  #whitepaper-main-form .flex-div,
  #success-story-main-form .flex-div,
  #industry-report-main-form .flex-div {
    flex-wrap: wrap;
    font-size: 30px;
  }
}
#success-form .flex-div .popup-image,
#e-guide-main-form .flex-div .popup-image,
.newsletterForm .flex-div .popup-image,
#whitepaper-main-form .flex-div .popup-image,
#success-story-main-form .flex-div .popup-image,
#industry-report-main-form .flex-div .popup-image {
  width: 45%;
}
@media (max-width: 65.625em) {
  #success-form .flex-div .popup-image,
  #e-guide-main-form .flex-div .popup-image,
  .newsletterForm .flex-div .popup-image,
  #whitepaper-main-form .flex-div .popup-image,
  #success-story-main-form .flex-div .popup-image,
  #industry-report-main-form .flex-div .popup-image {
    display: none;
  }
}
#success-form .flex-div .popup-image img,
#e-guide-main-form .flex-div .popup-image img,
.newsletterForm .flex-div .popup-image img,
#whitepaper-main-form .flex-div .popup-image img,
#success-story-main-form .flex-div .popup-image img,
#industry-report-main-form .flex-div .popup-image img {
  border-radius: 8px;
  width: 100%;
}
#success-form .flex-div .form-content,
#e-guide-main-form .flex-div .form-content,
.newsletterForm .flex-div .form-content,
#whitepaper-main-form .flex-div .form-content,
#success-story-main-form .flex-div .form-content,
#industry-report-main-form .flex-div .form-content {
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  padding-bottom: 32px;
  width: 55%;
}
@media (max-width: 65.625em) {
  #success-form .flex-div .form-content,
  #e-guide-main-form .flex-div .form-content,
  .newsletterForm .flex-div .form-content,
  #whitepaper-main-form .flex-div .form-content,
  #success-story-main-form .flex-div .form-content,
  #industry-report-main-form .flex-div .form-content {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content,
  #e-guide-main-form .flex-div .form-content,
  .newsletterForm .flex-div .form-content,
  #whitepaper-main-form .flex-div .form-content,
  #success-story-main-form .flex-div .form-content,
  #industry-report-main-form .flex-div .form-content {
    width: 100%;
  }
}
#success-form .flex-div .form-content h3,
#e-guide-main-form .flex-div .form-content h3,
.newsletterForm .flex-div .form-content h3,
#whitepaper-main-form .flex-div .form-content h3,
#success-story-main-form .flex-div .form-content h3,
#industry-report-main-form .flex-div .form-content h3 {
  font-size: 30px;
  color: #000;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}
#success-form .flex-div .form-content p,
#e-guide-main-form .flex-div .form-content p,
.newsletterForm .flex-div .form-content p,
#whitepaper-main-form .flex-div .form-content p,
#success-story-main-form .flex-div .form-content p,
#industry-report-main-form .flex-div .form-content p {
  color: #737373;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content p,
  #e-guide-main-form .flex-div .form-content p,
  .newsletterForm .flex-div .form-content p,
  #whitepaper-main-form .flex-div .form-content p,
  #success-story-main-form .flex-div .form-content p,
  #industry-report-main-form .flex-div .form-content p {
    font-size: 16px;
  }
}
#success-form .flex-div .form-content form,
#e-guide-main-form .flex-div .form-content form,
.newsletterForm .flex-div .form-content form,
#whitepaper-main-form .flex-div .form-content form,
#success-story-main-form .flex-div .form-content form,
#industry-report-main-form .flex-div .form-content form {
  border-radius: 8px;
  background: #f5f5f5;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  margin-top: 40px;
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content form,
  #e-guide-main-form .flex-div .form-content form,
  .newsletterForm .flex-div .form-content form,
  #whitepaper-main-form .flex-div .form-content form,
  #success-story-main-form .flex-div .form-content form,
  #industry-report-main-form .flex-div .form-content form {
    padding: 20px 20px;
  }
}
#success-form .flex-div .form-content form .input-wrapper,
#e-guide-main-form .flex-div .form-content form .input-wrapper,
.newsletterForm .flex-div .form-content form .input-wrapper,
#whitepaper-main-form .flex-div .form-content form .input-wrapper,
#success-story-main-form .flex-div .form-content form .input-wrapper,
#industry-report-main-form .flex-div .form-content form .input-wrapper {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content form .input-wrapper,
  #e-guide-main-form .flex-div .form-content form .input-wrapper,
  .newsletterForm .flex-div .form-content form .input-wrapper,
  #whitepaper-main-form .flex-div .form-content form .input-wrapper,
  #success-story-main-form .flex-div .form-content form .input-wrapper,
  #industry-report-main-form .flex-div .form-content form .input-wrapper {
    margin-bottom: 15px;
  }
}
#success-form .flex-div .form-content form .input-wrapper input::placeholder,
#e-guide-main-form .flex-div .form-content form .input-wrapper input::placeholder,
.newsletterForm .flex-div .form-content form .input-wrapper input::placeholder,
#whitepaper-main-form .flex-div .form-content form .input-wrapper input::placeholder,
#success-story-main-form .flex-div .form-content form .input-wrapper input::placeholder,
#industry-report-main-form .flex-div .form-content form .input-wrapper input::placeholder {
  font-size: 18px;
  padding-bottom: 20px;
}
#success-form .flex-div .form-content form .input-wrapper input,
#e-guide-main-form .flex-div .form-content form .input-wrapper input,
.newsletterForm .flex-div .form-content form .input-wrapper input,
#whitepaper-main-form .flex-div .form-content form .input-wrapper input,
#success-story-main-form .flex-div .form-content form .input-wrapper input,
#industry-report-main-form .flex-div .form-content form .input-wrapper input {
  border-bottom: 1px solid #737373;
  color: #737373;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px;
  width: 100%;
  background-color: transparent;
  outline: none;
}
#success-form .flex-div .form-content form .input-wrapper div,
#e-guide-main-form .flex-div .form-content form .input-wrapper div,
.newsletterForm .flex-div .form-content form .input-wrapper div,
#whitepaper-main-form .flex-div .form-content form .input-wrapper div,
#success-story-main-form .flex-div .form-content form .input-wrapper div,
#industry-report-main-form .flex-div .form-content form .input-wrapper div {
  font-size: 18px;
  margin-top: 10px;
}
#success-form .flex-div .form-content form .button-div .submit-casebutton,
#e-guide-main-form .flex-div .form-content form .button-div .submit-casebutton,
.newsletterForm .flex-div .form-content form .button-div .submit-casebutton,
#whitepaper-main-form .flex-div .form-content form .button-div .submit-casebutton,
#success-story-main-form .flex-div .form-content form .button-div .submit-casebutton,
#industry-report-main-form .flex-div .form-content form .button-div .submit-casebutton {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  margin: 0 auto;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  cursor: pointer;
  transition: background 0.5s ease;
}
#success-form .flex-div .form-content form .button-div .submit-casebutton:hover,
#e-guide-main-form .flex-div .form-content form .button-div .submit-casebutton:hover,
.newsletterForm .flex-div .form-content form .button-div .submit-casebutton:hover,
#whitepaper-main-form .flex-div .form-content form .button-div .submit-casebutton:hover,
#success-story-main-form .flex-div .form-content form .button-div .submit-casebutton:hover,
#industry-report-main-form .flex-div .form-content form .button-div .submit-casebutton:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
@media (max-width: 31.25em) {
  #success-form .flex-div .form-content form .button-div .submit-casebutton,
  #e-guide-main-form .flex-div .form-content form .button-div .submit-casebutton,
  .newsletterForm .flex-div .form-content form .button-div .submit-casebutton,
  #whitepaper-main-form .flex-div .form-content form .button-div .submit-casebutton,
  #success-story-main-form .flex-div .form-content form .button-div .submit-casebutton,
  #industry-report-main-form .flex-div .form-content form .button-div .submit-casebutton {
    font-size: 16px;
    margin-top: 10px;
  }
}

.open {
  transform: scale(1) !important;
}

html {
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: #317196;
}

.main-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
  margin-top: 85px;
}
.main-content-wrapper section {
  padding: 60px 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.main-content-wrapper section .content {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #282828;
  margin-bottom: 30px;
}
.main-content-wrapper section .para-cont-all {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #737373;
  margin-bottom: 20px;
}
.main-content-wrapper section .para-cont-all a {
  color: #562762;
}
@media screen and (max-width: 1080px) {
  .main-content-wrapper section h2,
  .main-content-wrapper section .content {
    font-size: 30px;
  }
  .main-content-wrapper section .para-cont-all {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .main-content-wrapper section {
    padding: 40px 20px;
  }
  .main-content-wrapper section h2,
  .main-content-wrapper section .content {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main-content-wrapper section .para-cont-all {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  .main-content-wrapper section {
    padding: 30px 20px;
  }
  .main-content-wrapper section h2,
  .main-content-wrapper section .content {
    font-size: 22px;
  }
  .main-content-wrapper section .para-cont-all {
    font-size: 12px;
    line-height: 18px;
  }
}

.InnerchargeOnhero {
  padding-top: 160px !important;
  position: relative;
  padding-bottom: 160px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.InnerchargeOnhero .Hero-Svg-1 {
  position: absolute;
  top: 0;
  width: 15rem;
  height: auto;
}
.InnerchargeOnhero .Hero-Svg-2 {
  position: absolute;
  left: 0;
  width: 25rem;
  height: auto;
  bottom: 2rem;
}
.InnerchargeOnhero .Hero-Svg-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: auto;
}
.InnerchargeOnhero .Hero-Svg-4 {
  position: absolute;
  right: 0;
  width: 25rem;
  height: auto;
  bottom: 4rem;
}
.InnerchargeOnhero .Hero-Box-1 {
  box-shadow: 0px 0px 17.1px 0px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  width: 7rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 11.5rem;
  border-radius: 8px;
}
.InnerchargeOnhero .Hero-Box-2 {
  box-shadow: 0px 0px 17.1px 0px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 22.5rem;
  border-radius: 8px;
}
.InnerchargeOnhero .Hero-Box-3 {
  box-shadow: 0px 0px 17.1px 0px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 6rem;
  right: 7.5rem;
  border-radius: 8px;
}
.InnerchargeOnhero .Hero-Box-4 {
  box-shadow: 0px 0px 17.1px 0px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  width: 11rem;
  height: 4rem;
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 19rem;
  left: 9.5rem;
  border-radius: 8px;
  padding: 0 10px;
}
.InnerchargeOnhero .Hero-Box-4 svg {
  width: 60px;
}
.InnerchargeOnhero .Hero-Box-4 p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  vertical-align: middle;
  color: #424242;
}
.InnerchargeOnhero .Hero-Box-5 {
  box-shadow: 0px 0px 17.1px 0px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  width: 11rem;
  height: 3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  right: 19.5rem;
  border-radius: 8px;
  padding: 0 10px;
}
.InnerchargeOnhero .Hero-Box-5 svg {
  width: 25px;
  height: auto;
}
.InnerchargeOnhero .Hero-Box-5 p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  vertical-align: middle;
  color: #424242;
}
.InnerchargeOnhero .Hero-Box-6 {
  box-shadow: 0px 0px 17.1px 0px rgba(0, 0, 0, 0.0901960784);
  background: #fff;
  background-size: cover;
  width: 10rem;
  height: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 6rem;
  right: 10rem;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
}
.InnerchargeOnhero .Hero-Box-6 .inner-svg {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  z-index: 2;
}
.InnerchargeOnhero .Hero-Box-6 .inner-svg svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.InnerchargeOnhero .Hero-Box-6 .inner-svg p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  vertical-align: middle;
  color: #424242;
}
.InnerchargeOnhero .Hero-Box-6 .outer-svg {
  width: 50px;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0px 4px 6px rgba(58, 105, 172, 0.3));
}
.InnerchargeOnhero .Hero-Box-6 span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0, 105, 255, 0.25) 0%, rgba(58, 105, 172, 0.01) 70%, transparent 100%);
  filter: blur(15px);
  -webkit-filter: blur(15px);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.InnerchargeOnhero .inner-cont-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
}
.InnerchargeOnhero .inner-cont-hero h1 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #282828;
  margin: auto;
  margin-bottom: 2rem;
  width: 57%;
}
.InnerchargeOnhero .inner-cont-hero p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 16px !important;
  line-height: 30px;
  color: #424242;
  margin: auto;
  width: 71%;
}
.InnerchargeOnhero .inner-cont-hero p span {
  color: #3a69ac;
}
@media screen and (max-width: 1500px) {
  .InnerchargeOnhero .Hero-Box-4 {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .InnerchargeOnhero .Hero-Svg-1 {
    width: 13rem;
  }
  .InnerchargeOnhero .Hero-Svg-2 {
    width: 21rem;
  }
  .InnerchargeOnhero .Hero-Svg-3 {
    width: 13rem;
  }
  .InnerchargeOnhero .Hero-Svg-4 {
    width: 21rem;
  }
  .InnerchargeOnhero .Hero-Box-1 {
    width: 6rem;
    height: 5rem;
    top: 2rem;
    left: 10rem;
  }
  .InnerchargeOnhero .Hero-Box-2 {
    width: 4rem;
    height: 4rem;
    bottom: 1rem;
    left: 19rem;
  }
  .InnerchargeOnhero .Hero-Box-2 svg {
    width: 45px;
  }
  .InnerchargeOnhero .Hero-Box-3 {
    width: 4rem;
    height: 4rem;
    bottom: 6rem;
    right: 4.5rem;
  }
  .InnerchargeOnhero .Hero-Box-3 svg {
    width: 45px;
  }
  .InnerchargeOnhero .Hero-Box-5 {
    width: 9rem;
    height: 2.5rem;
    bottom: 2rem;
    right: 16.5rem;
    padding: 0 6px;
  }
  .InnerchargeOnhero .Hero-Box-5 svg {
    width: 22px;
  }
  .InnerchargeOnhero .Hero-Box-5 p {
    font-size: 8px;
    line-height: 13px;
  }
  .InnerchargeOnhero .Hero-Box-6 {
    width: 9rem;
    height: 8rem;
    top: 5rem;
    right: 8.5rem;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg {
    gap: 5px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg svg {
    width: 14px;
    height: 14px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg p {
    font-size: 9px;
    line-height: 12px;
  }
  .InnerchargeOnhero .Hero-Box-6 .outer-svg {
    width: 43px;
    top: 60%;
  }
  .InnerchargeOnhero .Hero-Box-6 span {
    width: 180px;
    height: 180px;
    top: 60%;
  }
  .InnerchargeOnhero .inner-cont-hero h1 {
    width: 50%;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 1.7rem;
  }
  .InnerchargeOnhero .inner-cont-hero p {
    font-size: 14px;
    margin-top: 14px !important;
    line-height: 22px;
    width: 61%;
  }
}
@media screen and (max-width: 1100px) {
  .InnerchargeOnhero .Hero-Svg-1 {
    width: 11rem;
  }
  .InnerchargeOnhero .Hero-Svg-2 {
    width: 16rem;
    bottom: 5rem;
  }
  .InnerchargeOnhero .Hero-Svg-3 {
    width: 11rem;
  }
  .InnerchargeOnhero .Hero-Svg-4 {
    width: 16rem;
    bottom: 7rem;
  }
  .InnerchargeOnhero .Hero-Box-1 {
    width: 4rem;
    height: 4rem;
    top: 2rem;
    left: 9rem;
  }
  .InnerchargeOnhero .Hero-Box-1 svg {
    width: 45px;
  }
  .InnerchargeOnhero .Hero-Box-2 {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 4rem;
    left: 14.3rem;
  }
  .InnerchargeOnhero .Hero-Box-2 svg {
    width: 40px;
  }
  .InnerchargeOnhero .Hero-Box-3 {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 8rem;
    right: 3.5rem;
  }
  .InnerchargeOnhero .Hero-Box-3 svg {
    width: 40px;
  }
  .InnerchargeOnhero .Hero-Box-5 {
    width: 8rem;
    height: 2.5rem;
    bottom: 5rem;
    right: 12rem;
    padding: 0 4px;
  }
  .InnerchargeOnhero .Hero-Box-5 svg {
    width: 20px;
  }
  .InnerchargeOnhero .Hero-Box-5 p {
    font-size: 7px;
    line-height: 13px;
  }
  .InnerchargeOnhero .Hero-Box-6 {
    width: 8rem;
    height: 7rem;
    top: 2rem;
    right: 7rem;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg {
    gap: 5px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg svg {
    width: 12px;
    height: 12px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg p {
    font-size: 7px;
    line-height: 10px;
  }
  .InnerchargeOnhero .Hero-Box-6 .outer-svg {
    width: 35px;
    top: 60%;
  }
  .InnerchargeOnhero .Hero-Box-6 span {
    width: 165px;
    height: 165px;
    top: 60%;
  }
  .InnerchargeOnhero .inner-cont-hero h1 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 1.5rem;
  }
  .InnerchargeOnhero .inner-cont-hero p {
    font-size: 12px;
    margin-top: 10px !important;
    line-height: 18px;
  }
}
@media screen and (max-width: 900px) {
  .InnerchargeOnhero {
    overflow: hidden;
  }
  .InnerchargeOnhero .Hero-Svg-1 {
    width: 10rem;
    left: -5rem;
  }
  .InnerchargeOnhero .Hero-Svg-2 {
    width: 11rem;
    bottom: 5rem;
  }
  .InnerchargeOnhero .Hero-Svg-3 {
    width: 10rem;
    right: -5rem;
  }
  .InnerchargeOnhero .Hero-Svg-4 {
    width: 11rem;
    bottom: 7rem;
  }
  .InnerchargeOnhero .Hero-Box-1 {
    width: 4rem;
    height: 4rem;
    top: 2rem;
    left: 3rem;
  }
  .InnerchargeOnhero .Hero-Box-1 svg {
    width: 45px;
  }
  .InnerchargeOnhero .Hero-Box-2 {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 4rem;
    left: 9.3rem;
  }
  .InnerchargeOnhero .Hero-Box-2 svg {
    width: 40px;
  }
  .InnerchargeOnhero .Hero-Box-3 {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 7rem;
    right: 0.5rem;
  }
  .InnerchargeOnhero .Hero-Box-3 svg {
    width: 40px;
  }
  .InnerchargeOnhero .Hero-Box-5 {
    width: 8rem;
    height: 2.5rem;
    bottom: 5rem;
    right: 7rem;
    padding: 0 4px;
  }
  .InnerchargeOnhero .Hero-Box-5 svg {
    width: 20px;
  }
  .InnerchargeOnhero .Hero-Box-5 p {
    font-size: 7px;
    line-height: 13px;
  }
  .InnerchargeOnhero .Hero-Box-6 {
    width: 8rem;
    height: 7rem;
    top: 1rem;
    right: 1rem;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg {
    gap: 5px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg svg {
    width: 12px;
    height: 12px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg p {
    font-size: 7px;
    line-height: 10px;
  }
  .InnerchargeOnhero .Hero-Box-6 .outer-svg {
    width: 35px;
    top: 60%;
  }
  .InnerchargeOnhero .Hero-Box-6 span {
    width: 165px;
    height: 165px;
    top: 60%;
  }
  .InnerchargeOnhero .inner-cont-hero h1 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1rem;
    width: 70%;
  }
  .InnerchargeOnhero .inner-cont-hero p {
    font-size: 10px;
    margin-top: 10px !important;
    line-height: 16px;
    width: 75%;
  }
}
@media screen and (max-width: 620px) {
  .InnerchargeOnhero {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .InnerchargeOnhero .Hero-Svg-1 {
    width: 10rem;
    left: -5rem;
    z-index: -1;
  }
  .InnerchargeOnhero .Hero-Svg-2 {
    display: none;
  }
  .InnerchargeOnhero .Hero-Svg-3 {
    display: none;
  }
  .InnerchargeOnhero .Hero-Svg-4 {
    width: 11rem;
    bottom: 4rem;
  }
  .InnerchargeOnhero .Hero-Box-1 {
    width: 4rem;
    height: 4rem;
    top: 2rem;
    left: 3rem;
  }
  .InnerchargeOnhero .Hero-Box-1 svg {
    width: 45px;
  }
  .InnerchargeOnhero .Hero-Box-2 {
    bottom: 1.5rem;
    left: 3.7rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .InnerchargeOnhero .Hero-Box-2 svg {
    width: 28px;
  }
  .InnerchargeOnhero .Hero-Box-3 {
    bottom: 1rem;
    right: 9rem;
  }
  .InnerchargeOnhero .Hero-Box-3 svg {
    width: 40px;
  }
  .InnerchargeOnhero .Hero-Box-5 {
    display: none;
  }
  .InnerchargeOnhero .Hero-Box-5 svg {
    width: 20px;
  }
  .InnerchargeOnhero .Hero-Box-5 p {
    font-size: 7px;
    line-height: 13px;
  }
  .InnerchargeOnhero .Hero-Box-6 {
    display: none;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg {
    gap: 5px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg svg {
    width: 12px;
    height: 12px;
  }
  .InnerchargeOnhero .Hero-Box-6 .inner-svg p {
    font-size: 7px;
    line-height: 10px;
  }
  .InnerchargeOnhero .Hero-Box-6 .outer-svg {
    width: 35px;
    top: 60%;
  }
  .InnerchargeOnhero .Hero-Box-6 span {
    width: 165px;
    height: 165px;
    top: 60%;
  }
  .InnerchargeOnhero .inner-cont-hero h1 {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
  .InnerchargeOnhero .inner-cont-hero p {
    font-size: 9px;
    margin-top: 8px !important;
    line-height: 13px;
    width: 82%;
  }
}

.main-blog {
  display: grid;
  grid-column: full-start/full-end;
  width: 100%;
  margin: 0 auto;
  position: relative;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main-blog {
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main-blog {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.main-blog h3 {
  font-size: 2rem;
  color: var(--color-dark-purple);
  font-weight: 500;
}
.main-blog h3 span {
  color: #2a2828 !important;
}

.table-of-content {
  grid-column: full-start/col-end 2;
  margin: 0 2rem;
  position: relative;
}
@media (max-width: 93.75em) {
  .table-of-content {
    grid-column: full-start/col-end 3;
  }
}
@media (max-width: 65.625em) {
  .table-of-content {
    width: 100%;
    margin: 0;
    z-index: 2;
    position: sticky;
    top: 85px;
    margin-bottom: 2.5rem;
  }
}
.table-of-content .table__wrapper {
  position: sticky;
  top: 12rem;
  left: 0;
}
@media (max-width: 65.625em) {
  .table-of-content .table__wrapper {
    position: unset;
  }
}
.table-of-content .toc-heading {
  font-size: 1.3rem;
  color: #315e78;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 93.75em) {
  .table-of-content .toc-heading {
    line-height: 18px;
  }
}
@media (max-width: 65.625em) {
  .table-of-content .toc-heading {
    background-color: #315e78;
    color: #ffffff;
    padding: 15px 1rem;
    display: flex;
    cursor: pointer;
    width: 100vw;
    justify-content: space-between;
    line-height: 16px;
    font-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .table-of-content .toc-heading {
    font-size: 1rem;
  }
}
@media (max-width: 31.25em) {
  .table-of-content .toc-heading {
    padding: 15px 1.5rem;
    line-height: 14px;
  }
}
.table-of-content .toc-heading .hidden-arrow {
  display: none;
}
@media (max-width: 65.625em) {
  .table-of-content .toc-heading .hidden-arrow {
    display: block;
  }
}
.table-of-content .table {
  border-right: 1px solid rgba(115, 115, 115, 0.2);
  padding: 2.4rem 0;
  padding-top: 0.5rem;
}
@media (max-width: 65.625em) {
  .table-of-content .table {
    padding: 0;
  }
}
.table-of-content .table.active .title-list {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.2s ease-out, opacity 0.1s ease-out 0.1s;
}
.table-of-content .table.active li {
  pointer-events: all;
}
.table-of-content .table.active .hidden-arrow {
  rotate: 180deg;
}
.table-of-content .title-list {
  font-size: 1.6rem;
  color: var(--color-text);
  font-weight: 500;
  display: flex;
  line-height: 1.5;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list {
    margin: 0;
    padding: 0rem 1rem;
    max-height: 0px;
    gap: 0;
    opacity: 0;
    background-color: #f5f5f5;
    transition: max-height 0.2s ease-out;
  }
}
@media (max-width: 31.25em) {
  .table-of-content .title-list {
    padding: 0rem 1.5rem;
    font-size: 1rem;
  }
}
.table-of-content .title-list li {
  padding-right: 2rem;
  position: relative;
  cursor: pointer;
  color: #6b6b6b;
  font-size: 1rem;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list li {
    padding: 0;
    pointer-events: none;
    color: #424242;
    margin: 0.5rem 0;
    line-height: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .table-of-content .title-list li {
    line-height: unset;
  }
}
@media (max-width: 31.25em) {
  .table-of-content .title-list li {
    font-size: 14px;
  }
}
.table-of-content .title-list li.active-title {
  color: #315e78;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list li.active-title {
    color: #315e78;
  }
}
.table-of-content .title-list li.active-title::before {
  opacity: 1;
}
.table-of-content .title-list li::before {
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  width: 0.3rem;
  right: 0;
  background: #315e78;
  display: block;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list li::before {
    display: none;
  }
}
.table-of-content .hidden-arrow {
  transition: all 0.3s ease;
}

.page-content {
  display: grid;
  grid-column: col-start 3/full-end;
  max-width: 1050px;
  row-gap: 3rem;
}
@media screen and (max-width: 1520px) {
  .page-content {
    max-width: 900px;
  }
}
@media screen and (max-width: 1400px) {
  .page-content {
    max-width: 800px;
  }
}
@media screen and (max-width: 1300px) {
  .page-content {
    max-width: 660px;
  }
}
@media screen and (max-width: 1200px) {
  .page-content {
    max-width: 640px;
  }
}
@media screen and (max-width: 1100px) {
  .page-content {
    max-width: 600px;
  }
}
@media screen and (max-width: 1050px) {
  .page-content {
    max-width: 1200px;
  }
}
@media (max-width: 93.75em) {
  .page-content {
    grid-column: col-start 4/full-end;
  }
}
@media (max-width: 65.625em) {
  .page-content {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .page-content {
    gap: 2rem;
  }
}
@media (max-width: 31.25em) {
  .page-content {
    gap: 1.5rem;
  }
}
.page-content li {
  font-size: 1.1rem;
  list-style: disc;
  margin: 1rem 2rem;
  list-style-position: outside;
  color: #737373;
}
.page-content li:first-child {
  margin-top: 0;
}
.page-content li::marker {
  color: #3a69ac;
}
.page-content li a {
  color: #3a69ac;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 65.625em) {
  .page-content li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 700px) {
  .page-content li {
    margin: 0.5rem 2rem;
  }
}
@media (max-width: 31.25em) {
  .page-content li {
    font-size: 13px;
    margin: 0.5rem 0;
    margin-left: 1.5rem;
  }
}
.page-content .heading {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: #282828;
  margin-bottom: 30px;
}
@media (max-width: 65.625em) {
  .page-content .heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 31.25em) {
  .page-content .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-content .description {
  font-size: 1.2rem;
  color: #737373;
  margin-bottom: 10px;
}
@media (max-width: 65.625em) {
  .page-content .description {
    font-size: 1rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .description {
    font-size: 14px;
  }
}
.page-content .text {
  font-size: 1.2rem;
  color: #737373;
}
@media (max-width: 65.625em) {
  .page-content .text {
    font-size: 1rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .text {
    font-size: 14px;
  }
}
.page-content .list-text {
  font-size: 1.2rem;
  color: #737373;
  margin-bottom: 1rem;
}
@media (max-width: 65.625em) {
  .page-content .list-text {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .list-text {
    font-size: 14px;
  }
}
.page-content .note-text {
  color: #424242;
  font-weight: 500;
  font-size: 0.9rem;
  width: fit-content;
}
@media (max-width: 65.625em) {
  .page-content .note-text {
    font-size: 0.8rem;
  }
}
.page-content .sub-heading {
  color: #424242;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 65.625em) {
  .page-content .sub-heading {
    font-size: 1.2rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .sub-heading {
    font-size: 1rem;
  }
}
.page-content .step-text {
  background: #eaf7ff;
  color: #737373;
  font-size: 1.3rem;
  border-radius: 4px;
  padding: 0rem 1rem;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (max-width: 65.625em) {
  .page-content .step-text {
    font-size: 1rem;
    font-size: 14px;
    padding: 0rem 0.5rem;
    margin-bottom: 10px;
  }
}
.page-content .special-div {
  display: flex;
  position: relative;
  cursor: pointer;
  margin: 1rem 0;
  width: 100%;
  overflow: hidden;
}
.page-content .special-div::before {
  content: "";
  background-color: #ffd164;
  width: 5px;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
}
.page-content .special-div::after {
  content: "";
  background: linear-gradient(90deg, #133f59 0%, #3b7394 100%);
  width: 0px;
  height: 100%;
  left: 5px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 0;
}
.page-content .special-div:hover .inner-content * {
  color: #fff;
}
.page-content .special-div:hover::after {
  width: 100%;
}
.page-content .special-div .inner-content {
  padding: 2rem 3rem;
  position: relative;
  display: flex;
  gap: 2rem;
  font-weight: 500;
  z-index: 1;
}
@media (max-width: 65.625em) {
  .page-content .special-div .inner-content {
    padding: 1.5rem 3rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 700px) {
  .page-content .special-div .inner-content {
    padding: 1rem 2rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .special-div .inner-content {
    padding: 20px;
    flex-direction: column;
    gap: 1rem;
    font-size: 13px;
  }
}
.page-content .special-div .inner-content * {
  color: var(--special-text-color);
  transition: all 0.3s ease;
}
.page-content .special-div .inner-content h3 {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 31.25em) {
  .page-content .special-div .inner-content h3 {
    font-size: 2rem;
  }
  .page-content .special-div .inner-content h3 * {
    font-size: 2rem;
  }
}
.page-content .special-div .inner-content a {
  text-decoration: underline;
  color: #3b7394;
}
.page-content .special-div .inner-content p {
  margin-bottom: 0;
}
.page-content .special-div .inner-content strong {
  font-weight: 500;
}
.page-content .special-div .inner-content span {
  text-align: right;
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media (max-width: 31.25em) {
  .page-content .special-div .inner-content span {
    font-size: 1.7rem;
  }
}
.page-content .special-div .inner-content span em {
  font-style: italic;
}
.page-content .content-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 31.25em) {
  .page-content .content-section {
    gap: 0.5rem;
  }
}
.page-content .content-section .content-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 65.625em) {
  .page-content .content-section .content-box {
    gap: 1rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .content-section .content-box {
    gap: 0.5rem;
  }
}
.page-content .content-section .content-box .description-box {
  background-color: #fffcf5;
  color: #424242;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922) inset;
  padding: 1.5rem 2rem;
  line-height: 1.6;
  border-radius: 8px;
}
@media (max-width: 65.625em) {
  .page-content .content-section .content-box .description-box {
    padding: 1.2rem 2rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 31.25em) {
  .page-content .content-section .content-box .description-box {
    padding: 1rem;
  }
}
.page-content .content-section .box {
  margin-left: 1rem;
}
@media screena and (max-width: 600px) {
  .page-content .content-section .box {
    margin-left: 0;
  }
}
.page-content .content-section .box .list-chaining li {
  position: relative;
}
.page-content .content-section .box .list-chaining li li {
  list-style-type: none;
}
.page-content .content-section .box .list-chaining li li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7094ca;
  border-radius: 2px;
  position: absolute;
  left: -18px;
  top: 0.6em;
}
.page-content .content-section .box .list-chaining li li li {
  list-style-type: circle !important;
}
.page-content .content-section .box .list-chaining li li li::before {
  display: none;
}
.page-content .content-section .box .list-chaining li:first-child {
  margin-top: 1rem;
}
@media (max-width: 31.25em) {
  .page-content .content-section .box li {
    margin-left: 0.5rem;
  }
}
.page-content .content-section .box .image-box {
  width: 80%;
  overflow: hidden;
}
.page-content .content-section .box .image-box img {
  width: 100%;
  max-width: 100%;
  padding: 2rem 0;
}
@media (max-width: 31.25em) {
  .page-content .content-section .box .image-box {
    width: 100%;
  }
}
.page-content .content-section .downloadButton {
  background: linear-gradient(180deg, #0d2d40 0%, #1e4860 100%);
  border-radius: 10px;
  padding: 0.6rem 1.3rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  font-size: 1rem;
  transition: all 0.5s ease;
  border: 0px;
  cursor: pointer;
  transition: background 0.5s ease;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .page-content .content-section .downloadButton {
    font-size: 14px;
  }
}
@media (max-width: 65.625em) {
  .page-content .content-section .downloadButton {
    font-size: 0.8rem;
  }
}
.page-content .content-section .downloadButton .head-btn-arrow {
  margin-left: 10px;
  transition: all 0.5s ease;
  display: inline-block !important;
}
.page-content .content-section .downloadButton:hover {
  background: linear-gradient(0deg, #0d2d40 0%, #1e4860 100%);
}
.page-content .content-section .downloadButton:hover > svg {
  transform: translateX(10px);
}
.page-content .content-section .payment-pages-list li {
  margin: 0.5rem 1rem;
  color: #317196;
  margin-left: 2rem;
  width: fit-content;
}
.page-content .content-section .payment-pages-list li a {
  text-decoration: none;
}
.page-content .content-section .payment-pages-list li:hover a {
  text-decoration: underline !important;
}

#e-guide-main-form .flex-div {
  gap: 30px;
  padding-top: 2rem;
}
@media (max-width: 31.25em) {
  #e-guide-main-form .flex-div .form-content {
    margin-top: 1rem;
  }
}
#e-guide-main-form .flex-div .form-content h3 {
  margin-bottom: 10px;
  line-height: normal;
}
#e-guide-main-form .flex-div .form-content form {
  margin-top: 30px;
}
#e-guide-main-form .flex-div .form-content form .input-wrapper input {
  border: none;
  border-bottom: 1px solid #737373;
}
@media (max-width: 65.625em) {
  #e-guide-main-form .flex-div {
    padding-top: unset;
  }
  #e-guide-main-form .flex-div .form-content h3 {
    font-size: 25px;
  }
}

#success-form .success-form-popup .popup-image,
#e-guide-main-form .success-form-popup .popup-image,
#whitepaper-main-form .success-form-popup .popup-image {
  display: flex;
}
@media (max-width: 65.625em) {
  #success-form .success-form-popup .popup-image,
  #e-guide-main-form .success-form-popup .popup-image,
  #whitepaper-main-form .success-form-popup .popup-image {
    display: none;
  }
}
#success-form .success-form-popup .popup-image img,
#e-guide-main-form .success-form-popup .popup-image img,
#whitepaper-main-form .success-form-popup .popup-image img {
  max-width: 100%;
}
@media (max-width: 31.25em) {
  #success-form .success-form-popup .popup-image picture,
  #e-guide-main-form .success-form-popup .popup-image picture,
  #whitepaper-main-form .success-form-popup .popup-image picture {
    width: 50%;
  }
}

#e-guide-main-form .just-validate-error-label {
  text-align: left;
  font-size: 12px !important;
  position: absolute;
  bottom: 0;
  transform: translate(0%, 100%);
  left: 0;
}
@media screen and (max-width: 500px) {
  #e-guide-main-form .just-validate-error-label {
    transform: translate(0%, 70%);
  }
}

/*# sourceMappingURL=chargeOnPaymentGatewayPages.css.map*/