/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body, html {
  overflow-x: hidden;
}
body ol {
  padding-left: 0;
}
body ol.a {list-style-type: upper-roman !important;}
body ol.b {list-style-type: decimal !important;}
body ol.c {list-style-type: lower-alpha !important;}
#video-container {
  position: relative;
}
body img {max-width: 100%;}
#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-videotext .mainvideo-flex {
  display: flex;
}
.main-logolist .main-logoflex .logo-item {
  width: 16.6%;
}
.main-logolist .main-logoflex {
  display: flex;
  flex-wrap: wrap;
}

.main-calculator .icon-text-div {
  display: flex;
}
.main-calculator .icon-text-div .itemdiv {
  width: 25%;
  text-align: center;
  border: ;
}
.main-calculator .inner-main-flex {
  display: flex;
  align-items: center;
}
.main-calculator .inner-main-flex .content-div {
  width: 75%;
}
.main-calculator .inner-main-flex .content-img {
  width: 25%;
}

.cstmgridblog {
  display: flex;
}
.cstmgridblog .cstmloadmore {
  width: 31.333%;
}
.cstmgridblog .cstmloadmore .hs-blog-post-listing__post-image--grid {
  max-width: 100%;
}
.header__container.header__container--left {
  display: none;
}
.btndiv-cstm .innerbtn .button {
  color: #000 !important; 
}
.demoform-wrapper .submitted-message {
  background: #fff;
}

body a.popupbtn:after {
  display: none;
}
ul.exo-menu li.mega-drop-down a.linkcstm:hover {
  background: transparent !important;
}
ul.exo-menu li.mega-drop-down:last-of-type a.linkcstm i.fa.fa-list {
  display: none;
}
.btnbelowtext a {
  color: #00a7ac !important;
  font-weight: 600;
}
ul.exo-menu li.mega-drop-down:last-of-type a.linkcstm {
  color: #00a7ac !important;
  font-weight: 700;
}
.anoucementbar {
  background: #193447; transition: 0.2s linear;
}
.anoucementbar.clearHeader.darkHeader {
  margin-top: -41px;
}
header.custom_header {
  margin-top: 0;
}
.anoucementbar p.cstmrich {
  color: #fff;
  font-size: 16px;
  background-color: var(--primary);
  text-align: center;
  padding: 16px 20px;
  margin: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
}


.anoucementbar p.cstmrich a{
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  background: #10b3b0;
  padding: 5px 8px;
  border-radius: 8px;
}

.main-textcstm.ts-policy strong {
  color: #000 !important;
}

.main-textcstm.ts-policy a {
  color: #757575;
}
.main-textcstm.ts-policy h3 {
  margin: 20px 0 5px 0;
}

.main-textcstm.ts-policy h4 {
  margin: 15px 0 0px;
}
/* custom css */
body h2 {
  font-family: 'Raleway';
  font-weight: 700;
}

body p {
  font-family: 'Roboto';
}
button, .button-wrapper .button, .hs-button {
  min-height: 41px;
  min-width: 130px;
  color: #1a1b1f;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  background-color: coral;
  border-color: coral;
  transition: .4s linear;
  justify-content: center;
}

button:hover, button:focus, button:active, .button-wrapper  .button:hover, .button-wrapper  .button:focus, .button-wrapper  .button:active, .button-wrapper  .hs-button:hover, .button-wrapper  .hs-button:focus, .hs-button:active {
  color: coral;
  background-color: #fff;
  border-color: coral;
}
/* HEADER CSSS START  */
header  {
  position: relative;
}

header.header {
  margin-top: 0;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff;
  top: 0;
  margin-top: 51px;
  transition: 0.2s linear;
}

header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 45px;
}

header .main-header .mega-menu {
  background: #fff;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border: 0 solid #10b3b0;
  border-top: 1px solid #dce6ea;
  border-radius: 0;
  padding: 40px;
  top: 100%;
  left: 0;
  background: linear-gradient(90deg, #fff 80%, hsla(197, 40%, 21%, 1) 61%);
  box-shadow: 0 10px 10px rgba(0,0,0,.07);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
}
header .main-header ul.exo-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}


header .main-header .mega-menu .mega-menu-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}


.content {
  width: 100%;
  margin: 0 30px;
  background: transparent;
}

ul.exo-menu {
  background: transparent;
  position: static;
}

.exo-menu>li.mega-drop-down a {
  background: transparent;
  padding: 7px 38px 5px 15px !important;
}

.exo-menu>li.mega-drop-down a i:after {
}

.exo-menu>li.mega-drop-down a i {
  display: inline-block;
  position: absolute;
  right: 5px;
  background: url(https://www.discoverdollar.com/hubfs/Vector.svg) no-repeat;
  width: 14px;
  height: 20px;
  object-fit: contain;
  background-size: contain;
  background-position: center;
}
.exo-menu>li.mega-drop-down a i:before {
  margin-left: -50%;
}

.exo-menu>li.mega-drop-down a {
  position: relative;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 0;
  color: #203f4b !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.exo-menu>li>a.active, .exo-menu>li>a:hover, li.drop-down ul>li>a:hover {
  background: rgba(0,0,0,.1) !important;
}

ul.exo-menu {
  margin-bottom: 0;
}

.btndiv-cstm {
  display: flex;
  width: 30%;
  gap: 17px;
  justify-content: flex-end;
}

.innerbtn a {
  min-height: 41px;
  min-width: 130px;
  color: #1a1b1f;
  text-transform: none;
  background: transparent;
  border: 1px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px; 
  transition: .4s linear;
}

.innerbtn a:hover {
  color: #fff9f9;
  background-color: #12829b;
  border-color: #12829b;
}

.bookdemobtn a {
  min-height: 41px;
  min-width: 150px;
  color: #1a1b1f;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  background-color: coral;
  border-color: coral;
  transition: .4s linear;
  justify-content: center;
}
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header-row-0-padding.header-row-0-force-full-width-section {
  display: none !important;
}

.mega-menu-wrap .sub-menu-details-wrapper h4.row.mega-title {
  background: none;
  color: #203f4b;
  margin-bottom: 0;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-family: Raleway,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

.mega-menu-wrap .submenu-links-wrapper h4.row.mega-title {
  color: #10b3b0;
  padding: 12px !important;
  font-family: Raleway,sans-serif !important;
  font-weight: 600;
  background: none;
  text-transform: capitalize;
  margin: -5px 0;
  font-size: 15px;
  line-height: normal;
  padding: 0 12px !important;
}


.mega-menu-wrap .sub-menu-details-wrapper .rte {
  color: #3f545a;
  text-align: left;
  font-family: Roboto,sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.mega-menu-wrap .sub-menu-details-wrapper .rte a{
  color: #10b3b0 !important;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 0 !important;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: .2s linear;
  position: relative;
  top: 8px;
}

.mega-menu-wrap .sub-menu-details-wrapper .rte a:hover{
  color: #32343a !important;
}

.mega-menu-wrap  h4.row.mega-title {
  border: 0;
  padding: 0 !important;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv {
  padding: 6px 12px 6px;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv h5.row.sub-title {
  width: 100%;
  flex: 0 auto;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  color: #10b3b0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-top: 0;
  font-family: Raleway,sans-serif;
}

.mega-menu-wrap .submenu-links-wrapper a {
  width: 100%;
  color: #193447;
  flex: 0 auto;
  margin-bottom: 8px;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv ul {
  flex-direction: column;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv ul li.hs-menu-item a {padding: 0 !important;width: 100%;color: #193447;flex: 0 auto;margin-bottom: 8px;font-family: Roboto,sans-serif;font-size: 13px;font-weight: 500;line-height: 22px;letter-spacing: 0;text-decoration: none;}

.mega-menu-wrap .submenu-links-wrapper .menudiv ul li.hs-menu-item a:hover {
  color: #32343a;
}

header .main-header .mega-menu .mega-menu-wrap .row {
  display: flex;
}

.mega-menu-wrap .row .col-md-4.sub-menu-details-wrapper {
  width: 20%;
  border-right: 1px solid #dce6ea;
  padding-right: 15px;
}

.mega-menu-wrap .row .col-md-2.submenu-links-wrapper:not(.submenu-links-wrapper:nth-child(3)) {
  border-right: 1px solid #dce6ea;

}
.mega-menu-wrap .row .col-md-2.submenu-links-wrapper{
  width: 31%;
  margin-bottom: 10px;
  flex: 1;
}

.sub-menu-card-wrapper .innercont {
  background: linear-gradient(135deg,#10B3B0 28.72%,#193447 98.91%) !important;
  max-width: 282px;
  min-height: 350px;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-menu-card-wrapper .innercont img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 12px;
}


.sub-menu-card-wrapper .innercont .rte h4, .sub-menu-card-wrapper .innercont .rte h3 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}

.sub-menu-card-wrapper .innercont .rte  p, .sub-menu-card-wrapper .innercont .text_area_group, .sub-menu-card-wrapper .innercont .text_area_group p, .sub-menu-card-wrapper .innercont .text_area_group div  {
  color: #fff !important;
  margin-bottom: 10px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.exo-menu>li.mega-drop-down .sub-menu-card-wrapper .innercont a.button {
  transition: background 0.8s;
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 40px;
  min-width: 160px;
  color: #193447 !important;
  text-transform: none;
  background-color: #f5f6f8;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  padding: 0 !important;
  transition: .2s linear;
  position: absolute;
  bottom: 10px;
  width: 238px;
  letter-spacing: 0;
}

.exo-menu>li.mega-drop-down .sub-menu-card-wrapper .innercont a.button:hover {
  color: #fff !important;
  background-color: coral;
}
header .main-header ul.exo-menu li.mega-drop-down {
  margin: 0 11.2px;
}

header .main-header ul.exo-menu li a {
  margin-bottom: 0;
}



main#main-content {
  padding-top: 81px;
} 

header .main-header ul.exo-menu li.mega-drop-down i {
  transform: rotate(0deg);
} 
header .main-header ul.exo-menu li.mega-drop-down:hover i {
  transform: rotate(180deg);
} 

header .main-header ul.exo-menu li.mega-drop-down i {
  transition: .3s linear;
}

.bookdemobtn, .bookdemobtn a {
  position: relative;
  overflow: hidden;
  border-color: transparent;
} 
.bookdemobtn a:after {
  content: '';
  top: -40px;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 100px;
  position: absolute;
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
  transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -webkit-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -moz-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -ms-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -o-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  animation: move 1s;
  animation-iteration-count: infinite;
  -webkit-animation: move 1.5s;
  -webkit-animation-iteration-count: infinite;
  /* -moz-transform: skew(-10deg,0deg) rotate(50deg) scale(2); */
  -moz-animation: move 1.5s;
  -moz-animation-iteration-count: infinite;
  /* -ms-transform: skew(-10deg,0deg) rotate(50deg) scale(2); */
  -ms-animation: move 1.5s;
  -ms-animation-iteration-count: infinite;
  /* -o-transform: skew(-10deg,0deg) rotate(50deg) scale(2); */
  -o-animation: move 1.5s;
  -o-animation-iteration-count: infinite;
}

@keyframes move {
  from {
    left: -40px;
    opacity: 0
  }

  to {
    left: 100%;
    opacity: 1
  }
}



/* HEADER CSS END */

/* FOOTER CSS START */

.main-footer-action h3.heading {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  line-height: 56.35px;
  max-width: 80%;
  font-size: 51px;
}

.main-footer-action .header {
  background: none;
  max-width: 100%;
  margin-bottom: 100px;
}

.main-footer-action h3.heading span {
  color: #10b3b0;
}

.action-flex {
  width: 100%;
  grid-column-gap: 60px;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.action-flex .inner-div .title {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  font-size: 32px;
  font-weight: 900;
  line-height: 46.96px;
  font-family: Roboto,sans-serif;
}

.action-flex .inner-div a.button {
  transition: background 0.8s;
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  justify-content: center;
  min-height: 50px;
  min-width: 180px;
  color: #193447 !important;
  text-transform: none;
  background-color: #f5f6f8;
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
  transition: .2s linear;
  background-position: center;
  transition: background 0.4s;
  border: 0;
}

.action-flex .inner-div a.button:hover {
  color: #fff !important;
  background-color: coral;
}

.block-div.left {
  width: 50%;
  min-height: 350px;
  background-color: #465d67;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  text-align: center;
}

.block-div.right {
  width: 50%;
  min-height: 350px;
  /*     background-color: #465d67; */
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  /*     background: linear-gradient(135deg,#10B3B0 28.72%,#193447 98.91%) !important; */
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

.footer span#hs_cos_wrapper_widget_1690889683710_ span {
  color: #fff;
  margin-bottom: 25px;
  width: 64%;
  padding: 0;
  font-family: Raleway,sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 27px;
  display: block;
}

footer .row-fluid-wrapper.row-depth-1.row-number-6.dnd-row .row-fluid {
  max-width: 283.48px; 
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start; 
  padding-bottom: 8px; 
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  display: flex;
}

.dnd-module.widget_1690889719460-flexbox-positioning img {
  width: 100%;
  max-height: 80px;
  max-width: 80px !important;
  object-fit: contain;
  object-position: 0% 0%;
  margin-right: 8px;
}

#hs_cos_wrapper_module_1690890269558 span h4, #hs_cos_wrapper_module_16908902820464 h4 {
  color: #fff;
  font-family: Raleway,sans-serif !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

div#hs_cos_wrapper_module_16908902695582 div:first-child span, #hs_cos_wrapper_module_16908902820465 div:first-child span {
  color: #fff;
  margin-bottom: 4px;
  font-family: Raleway,sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 16px;
}

div#hs_cos_wrapper_module_16908902695582 div:last-child, #hs_cos_wrapper_module_16908902820465 div:last-child {
  display: flex;
  gap: 10px;
}

div#hs_cos_wrapper_module_16908902695582 div:nth-child(2) span,  #hs_cos_wrapper_module_16908902820465 div:nth-child(2) span {
  color: #fff;
  font-family: Raleway,sans-serif;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 14px;
}

div#hs_cos_wrapper_module_16908902695582 div, #hs_cos_wrapper_module_16908902820465 div {
  margin-bottom: 12px;
}

.footer-row-1-max-width-section-centering > .row-fluid {
  width: auto;
  height: auto;
  grid-column-gap: 0;
  margin-bottom: 25px;
  margin-right: 0;
  display: flex;
  padding: 0 !important;
}
.footer-row-1-max-width-section-centering > .row-fluid .span6 {
  width: 86%;
  margin-left: 0 !important;
}

.footer-row-1-max-width-section-centering > .row-fluid .span3.dnd-column {
  width: 30%;
  margin-left: 0;
}
/* .row-fluid-wrapper.row-depth-1.row-number-6.dnd-row .row-fluid img {
width: 100%;
height: 80px !important;
max-width: 80px !important;
object-fit: contain;
object-position: 0% 0%;
margin-right: 8px;
}  */
footer img.hs-image-widget {
  margin-left: -10px;
  margin-bottom: 7px;
}
footer .row-number-11.footer-row-2-max-width-section-centering {
  /* color: #fff !important; */
}

footer .row-number-11.footer-row-2-max-width-section-centering a {
  color: #fff !important;
}
.footer .hs-menu-wrapper .active > a{text-decoration: none !important;font-weight: normal !important;}

footer .dnd-module h4 {
  font-family: Roboto,sans-serif !important;
  font-size: 18px;
  line-height: 21px;
}

footer .row-number-11.footer-row-2-max-width-section-centering .footer-links-subtitle a, footer .row-number-11.footer-row-2-max-width-section-centeringp .footer-links-subtitle {
  color: #10b3b0 !important;
  font-family: Raleway,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.row-number-15 .footer-links-subtitle {
  margin: 0 0 10px;
}

.footer-links ul li a {
  text-align: left !important;
}

.footer-links ul {
  display: block;
} 

.footer-links ul li a {
  min-width: 110px;
  color: #fff;
  font-size: 15px !important;
  line-height: 30px;
  text-decoration: none;
  font-family: Roboto,sans-serif !important;
}

div#hs_cos_wrapper_widget_1690894377157 {
  margin: 0 !important;
}

.row-number-15 {
}

.row-number-15 .footer-links-subtitle {
  margin-top: 40px;
}

.footer-links ul li a {
  font-family: Roboto,sans-serif !important;
}
#hs_cos_wrapper_widget_1690895366100 .social-follow {
  margin-top: -40px;
  float: right;
}
footer .row-number-11.footer-row-2-max-width-section-centering .dnd-column:nth-child(3) {
  margin-left: 65px;
  width: 20%;
}
#hs_cos_wrapper_widget_1690895366100 .social-follow {
  margin-top: -40px;
}

p {}

div#hs_cos_wrapper_footer-module-10 p {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  line-height: 24px;
}

div#hs_cos_wrapper_footer-module-10 .flex-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

div#hs_cos_wrapper_footer-module-10 .flex-container * {
  color: #d2d2d3 !important;
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #d2d2d3;
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  font-family: Montserrat,sans-serif;
}

div#hs_cos_wrapper_footer-module-10 .flex-container *:hover {
  color: #fff !important;
}
/* FOOTER CSS END */


/* main Popup css */
div#demopopup {
  padding: 0;
  height: auto;
  max-height: none;
  max-width: 1120px;
}

div#demopopup .innerpopup-g {
  display: flex;
  gap: 0;
}

div#demopopup .innerpopup-g .tructlogo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cstm-popup-details {
  background: linear-gradient(135deg,#10B3B0 28.72%,#193447 98.91%) !important;
  padding: 40px;
  width: 50%;
}

div#demopopup .innerpopup-g .tructlogo img {
  width: 20%;
  border-radius: 4px;
  padding: 8px;
  height: 62px !important;
  object-fit: contain;
}

.ourwork-flex {
  display: flex;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.ourwork-flex .itemgrid {
  width: 25%;
}

.ourwork-flex .itemgrid * {
  color: #fff;
}

.headerdiv h4 {
  color: #fff;
  margin-bottom: 12px;
  font-family: Raleway,sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.headerdiv p {
  color: #fff;
  margin-bottom: 12px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.our-work-scale {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ourwork-flex .itemgrid h4 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.ourwork-flex .itemgrid p {
  color: #f5f7fa;
  font-family: Roboto,sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.popup-list ul {
  margin: 0;
  padding: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

li.cstm- {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

li.cstm- div {
  color: #f5f7fa;
  font-family: Raleway,sans-serif;
  font-size: 14px;
}

.trusticon {
  margin-top: 40px;
}

body div#demopopup h3.heading {
  color: rgba(255,255,255,.5);
  font-family: Raleway,sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 25px;
}

button.fancybox-button.fancybox-close-small {
}

.demoform {
  padding: 40px;
}
.btndiv-cstm a {
  justify-content: center;
}
.demoform .demoform-title *{
  background: transparent;
  color: #184a59;
  text-align: center;
  font-family: Raleway,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.demoform form {
  background: transparent;
}
.fancybox-is-open .fancybox-bg {
  z-index: 9;
}

.fancybox-is-open .fancybox-bg div#demopopup {
  z-index: 9;
  position: relative;
}
.demoform form label.hs-error-msg {
  display: none;
}

/* .demoform form label {
display: none;
} */

.demoform form input {
  height: auto;
  min-height: 45px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}

.demoform form input::placeholder { 
  color: #9d9d9d;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}

form fieldset:nth-child(6) input {
  height: 60px;
  display: flex;
}
.demoform-wrapper h3 {
  display: none;
}

.demoform-wrapper form .hs-input {
  height: auto;
  min-height: 45px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}
.demoform-wrapper form input::placeholder {
  color: #9d9d9d !important;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}
.bookdemobtn a:focus {
  background: coral !important;
  border: coral!important;
}
#demopopup button.fancybox-button.fancybox-close-small, #demopopup button.fancybox-button.fancybox-close-small:hover {
  border: 0 !important;
  background: transparent !important;
}

#demopopup button.fancybox-button.fancybox-close-small svg path{
  fill: #11a3a2;
}



/* HOMEPAGE */
.main-videotext h2.heading {
  color: #193447;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: Roboto,sans-serif;
  font-size: 62px; 
  font-weight: 700;
  line-height: 72px;
}
.main-videotext .rte {
  color: #636363;
  margin-bottom: 0;
  font-family: Roboto,sans-serif;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
}

.main-videotext a {
  font-size: 13px;
  color: #10b3b0;
}

.main-videotext .bookdemobtn a {
  height: 41px;
  width: 150px;
  color: #fff;
  text-transform: none;
  background-color: coral;
  border: 2px solid coral;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 39px;
  margin-bottom: 27px;
}

.main-videotext a:before {
  content: '';
  position: absolute;
  background: url(https://www.discoverdollar.com/hubfs/63ef7bedd841fcc4409d90cd_ArrowRight.svg) no-repeat;
  background-size: contain;
  right: -24px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-videotext a {
  position: relative;
}

.main-videotext .bookdemobtn a:before {
  display: none;
}

.bookdemobtn a:hover {
  color: coral;
  background-color: #fff;
  border-color: coral;
}
button#play-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.discoverdollar.com/hubfs/videobg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
  transition: all .3s;
  border-radius: 20px;

}

button#play-button span {
  font-size: 100%;
  height: 45px;
  width: 90px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  border: 1px solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 8px;
  transition: all 0.4s;
}

button#play-button span svg {
  width: 35px;
  height: 35px;
  transition: all .3s;
}

button#play-button span svg path {
  fill: #fff;
}

button#play-button:hover span {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

video#my-video {
  border-radius: 20px;
}

.media-div .inner-media  {
  position: relative;
  z-index: 2;
}

.media-div .inner-media:after {
  content: '';
  position: absolute; 
  right: -25px;
  top: 25px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  z-index: -1;
  background-color: rgba(252,120,41,.35);
  border-radius: 20px;
}
.main-videotext .mainvideo-flex .media-div {
  width: 100%;
  display: flex;
  align-items: center;
}

.main-videotext .mainvideo-flex .content-div {
  padding-right: 120px;
}

video#my-video {
  max-width: 451px;
  height: 285px;
  border-radius: 20px !important;
}
#video-container {
  position: relative;
  background: #000;
  border-radius: 20px;
}
.main-videotext .mainvideo-flex .content-div {
  position: relative;
}

.main-videotext .mainvideo-flex .content-div:after {
  content: '';
  width: 40px;
  height: 40px;
  background: coral; 
  border-radius: 50%;
  position: absolute;
  right: 20%;
}

.cstm-event-details-shoptalk .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-webinar-details .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-blog-listing .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-case-study .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .hs-content-id-44117839707 .row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section, .cstm-solutions .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-about .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-solutions-by-function .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  position: relative;
  overflow: hidden;
}

.cstm-event-details-shoptalk .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-webinar-details .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-blog-listing .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-case-study .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .hs-content-id-44117839707 .row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section:after, .cstm-solutions .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-about .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-solutions-by-function .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after {
  content: '';
  position: absolute;
  right: -23px;
  top: 0; 
  width: 50px;
  height: 50px;
  background: #ff9950;
  border-radius: 50%;
}

.cstm-event-details-shoptalk .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-webinar-details .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-blog-listing .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-case-study .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .hs-content-id-44117839707 .row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section:before, .cstm-solutions .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-about .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-solutions-by-function .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before , .hs-blog-listing .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section:before {
  content: '';
  position: absolute;
  left: -80px;
  bottom: 40px;
  width: 160px;
  height: 160px;
  background: #fed0b4; 
  border-radius: 50%;
}

footer .row-number-1:after, footer .row-number-1:before {
  display: none;
}

.main-videotext {
  padding: 37px 0 140px;
}

.hs-content-id-44117839707 .row-number-3.dnd-section, .hs-content-id-44117839707  .row-number-7.dnd-section {
  background-color: #f8f8f8;
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}

.hs-content-id-44117839707 footer .row-number-3.dnd-section, .hs-content-id-44117839707 footer .row-number-7.dnd-section{
  box-shadow: none !important;
}

.hs-content-id-44117839707 .row-number-3.dnd-section h2.heading, .main-procu-pro h2, .main-calculator  h2.heading, .home-blog h2.heading {
  max-width: 920px;
  color: #203f4b;
  text-align: center;
  margin: 0 auto 60px;
  font-family: Roboto,sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56.35px;
}

.main-logolist .main-logoflex {
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 30px;
  column-gap: 44px;
}

.main-logolist .main-logoflex img {
  width: 75%;
  height: 35px !important;
  object-fit: contain; 
}

.main-logolist .main-logoflex .logo-item {
  width: 13%;
}

.main-our-work h2{
  color: #000;
  text-align: center;
  font-family: Raleway,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 62px;
  margin-top: 20px;
}

.main-our-work h2 a, .main-procu-pro h2 span{
  color: #10b3b0;
  text-decoration: none;
  display: inline;
}

.our-work-scale {
  margin: 0;
}

.ourwork-flex h3.score {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 75px;
}

.ourwork-flex p.score-title{
  color: #10b3b0;
  text-align: center;
  text-transform: capitalize;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.our-work-scale .inner-itemscore {
  width: 25%;
  padding: 20px;
}

.main-procu-pro .rte {
  max-width: 95%;
  color: #3f545a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  line-height: 33px;
  margin-bottom: 50px;
}

.main-calculator .inner-main-flex .content-div h1 {
  color: #203f4b;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway,sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  padding: 0 12px;
}

.main-calculator .inner-main-flex .content-div p {
  color: #3f545a;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  line-height: 25.28px;
}

.main-calculator .inner-main-flex .icon-text-div .itemdiv {
  background-color: #fff;
  border: 0.5px solid #d2d2d2;
  border-radius: 10px;
  transition: all .2s;
  box-shadow: 4px 0 10px rgba(0,0,0,.12);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.main-calculator .inner-main-flex .icon-text-div {
  column-gap: 20px;
  margin: 20px 0;
}

.main-calculator .inner-main-flex .bottomtext a {
  color: #10b3b0;
  font-size: 13px;
  display: flex;
  gap: 5px;
  padding: 25px 10px 20px;
}





.main-calculator .inner-main-flex .innerimg img {
  /* max-width: 333px !important; */
  /* height: 333px !important; */
  -webkit-animation-name: bob-on-hover-float, bob-on-hover;
  animation-name: bob-on-hover-float, bob-on-hover;
  -webkit-animation-duration: 1.5s, 2.5s;
  animation-duration: .5s, 2.5s;
  -webkit-animation-delay: 0s, .5s;
  animation-delay: 0s, .5s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  transform-style: preserve-3d;
  will-change: transform;
}

@-webkit-keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.main-calculator .inner-main-flex .content-img {
  width: 32%;
}

.main-calculator .inner-main-flex .content-div p.iconcont {
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.main-calculator .icon-text-div .itemdiv:hover {
  background-color: rgba(16,179,176,.29);
}
/* .calculator-wrapper {    width: 100%; height: 200px; background-color: #fff; border: 0.5px solid #cfcfcf; border-radius: 16px; margin-top: 72px; margin-left: auto; margin-right: auto; padding-top: 0; padding-left: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.09);} */

.home-blog h2.heading{
  color: #000;
}
.cstmgridblog {
  gap: 30px;
}

.cstmgridblog .cstmblog-details a {
}

.cstmgridblog .cstmblog-details h2 {
  color: #193447;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 8px;
  font-family: Raleway,sans-serif;
  font-size: 13px; 
  font-weight: 700;
  line-height: 22px;
  height: 78px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cstmgridblog .cstmblog-details h2 a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  font-family: Raleway,sans-serif;
}

.cstmgridblog  img.hs-blog-post-listing__post-image.hs-blog-post-listing__post-image--grid {
  width: 100%;
  height: 160px !important;
  object-fit: cover;
  border-radius: 12px;

}

.content-block a.hs-blog-post-listing__post-image-wrapper {
  display: flex;
}

.content-block.blog {
  background: #fff;
  border-radius: 12px;
}

.cstmgridblog  a.cstm-read {
  font-size: 13px;
  line-height: 25px; 
  color: #10b3b0;
  position: relative;
  z-index: 1;
  width: fit-content;
  display: inline-block;
  padding: 9px;
}

.cstmgridblog  a.cstm-read:before {
  content: '';
  position: absolute;
  background: url(https://www.discoverdollar.com/hubfs/63ef7bedd841fcc4409d90cd_ArrowRight.svg) no-repeat;
  background-size: contain;
  right: -14px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999;
}

.cstmblog-details {
  padding: 10px;
}

.cstmbtn-div {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.cstmbtn-div a.cstmbtn.button {
  min-height: 41px;
  min-width: 150px;
  color: #fff;
  text-transform: none;
  background-color: coral;
  border: 2px solid coral;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.cstmbtn-div a.cstmbtn.button:hover {
  color: coral;
  background-color: #fff;
  border-color: coral;
}


/* SOLUTION and industry PAGE */
.cstm-solutions .main-videotext .mainvideo-flex .media-div, .cstm-solutions-by-function .main-videotext .mainvideo-flex .media-div, .cstm-blog-listing .main-videotext .mainvideo-flex .media-div {
  width: 65%;
}
.cstm-industry .main-videotext .mainvideo-flex .media-div {
  width: 82%;
}
.cstm-about .main-videotext .mainvideo-flex .media-div {
  width: 53%;
}
.cstm-about .main-videotext .mainvideo-flex .content-div {
  padding-right: 150px;
}
.media-div .inner-media img {
  border-radius: 20px;
  height: 285px !important;
  object-fit: cover;
}

.btndiv-cstm.mob{
  display: none; 
}

/* about page css */
.cstm-about h2 { 
  max-width: 920px;
  color: #222;
  text-align: center;
  margin: 0 auto 60px;
  font-family: Roboto,sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 56.35px;
}


.cstm-about .main-videotext h2.heading{
  text-align: left;
}

.cstm-about div#hs_cos_wrapper_widget_1690970338563 img{
  width: 100%;
  height: 472px !important;
  object-fit: contain;
}

.cstm-about .abt-sec .abtrte .hs_cos_wrapper p:first-child {
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-family: Raleway,sans-serif;
}

.cstm-about .abt-sec .abtrte .hs_cos_wrapper p:last-child {
  color: rgba(36,54,89,.53);
  font-size: 13px;
  text-align: center;
  margin-bottom: 12px;
  font-family: 'Raleway';
}

.abt-flex {
  display: flex;
  align-items: center;
}

.abtimg {margin-right: 50px;}

.abtcont {
  width: 50%;
}

.abtimg-cont {
  max-width: none;
  background-color: #fff;
  border: 0.5px solid #ebeffa;
  border-radius: 8px;
  flex: 1;
  justify-content: flex-end;
  padding: 48px 32px 0;
  box-shadow: 0px 10px 20px rgba(0, 58, 208, 0.05);
}

.abtimg-g {
  display: flex;
}

.abtimg-g img {
  width: 300px;
  margin: 0 auto;
}

.inner-abt p {
  color: #5c5c5e;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px;
}

.result-output {
  border-top: 2px solid #222;
  margin-top: 40px;
  padding-top: 30px;
}

.result-flex {
  display: flex;
  justify-content: space-between;
}

.result-flex h2 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 75px;
  text-align: left;
}

.result-flex p {
  color: #10b3b0;
  text-align: left;
  text-transform: capitalize;
  font-family: Raleway,sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  width: 80%;
}

.result-output .item-grid-result {
  width: 25%;
  text-align: left;
}

.cstm-about .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section {
  background-color: #f8f8f8;
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}
div#hs_cos_wrapper_widget_1690971160905 .main-logolist .main-logoflex {
  gap: 50px;
}

div#hs_cos_wrapper_widget_1690971160905 .main-logolist .main-logoflex .logo-item {
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#hs_cos_wrapper_widget_1690971160905 .main-logolist .main-logoflex img {
  height: 100px !important;
  object-position: top !important;
}


/* Career page */
.career_header {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.career_header h2 {
  text-align: center;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
}

.career_header h2 span {
  color: #11b3b1;
}
.main-multiclm h4.title {
  color: #1a3c67;
  margin-bottom: 12px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 16px;
  min-height: 50px;
  line-height: 28px;
}

.main-multiclm .main-multi-flex {
  display: flex;
  gap: 39px;
}

.main-multiclm .clm-grid {
  width: 25%;
}

.main-multiclm .main-multi-flex .rte {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto';
  padding: 0;
  text-align: left;
}

.main-multiclm .multi-img {
  margin-bottom: 14px;
}
div#hs_cos_wrapper_widget_1690978780986 h2 {
  text-align: center;
  font-family: 'Roboto';
  color: #203f4b;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cstmtestimonials {
  width: calc(100% - 60px);
  margin: auto;
}
.cstmtestimonials img {
  object-fit: contain;
  height: auto !important;
}

.cstmtestimonials .owl-nav [type="button"] {position: absolute; top: 50%; transform: translateY(-50%); background-color: #a3a3a3 !important; border-radius: 100%; width: 30px !important;
  height: 30px !important; display: flex; align-items: center; justify-content: center; min-width: auto; min-height: auto;}
.cstmtestimonials .owl-nav .owl-prev {left: -40px !important; right: auto;}
.cstmtestimonials .owl-nav [type="button"] span {font-size: 34px; line-height: 0; position: absolute; top: 13px; color: #fff;}
.cstmtestimonials .owl-nav .owl-next {right: -40px; left: auto;}

.cstmtestimonials .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  margin-bottom: 32px;
}

.cstmtestimonials .owl-dots .owl-dot span {
  background: #ccc !important;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: all .3s;
}

.cstmtestimonials .owl-dots button {
  min-width: 10px;
  min-height: 10px;
  display: flex;
  max-width: fit-content;
  gap: 0;
}

button.owl-dot.active {
}

.cstmtestimonials .owl-dots button.active span, .cstmtestimonials .owl-dots button:hover span {
  background: #000 !important;
}
.cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section {
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}

/* case study  */
.cstm-case-study .main-blog-list img {
  background: rgba(219,217,217,.38);
  object-fit: contain;
}

.cstm-case-study .cstmgridblog img.hs-blog-post-listing__post-image.hs-blog-post-listing__post-image--grid {
  object-fit: contain;
  padding: 13px;
}

.cstm-case-study .cstmgridblog .cstmblog-details h2 {
  font-size: 20px;
  line-height: normal;
  height: 55px;
}

.cstm-case-study .cstmblog-details .rte { 
  padding: 0 10px;
}

.cstm-case-study .cstmblog-details .rte, .cstmblog-details .rte p{
  font-size: 12px ;
  font-weight: 500;
  line-height: 25px;
  height: 60px;
}

.cstm-case-study .cstmgridblog a{
  font-size: 16px;
}


/* case study single page */

.cstm-target .main-videotext .mainvideo-flex .content-div img.headinglogo, .cstm-abinbev .main-videotext .mainvideo-flex .content-div img.headinglogo {
  width: 300px;
}

.cstm-target .main-videotext h2.heading, .cstn-abinbev  .main-videotext h2.heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 20px;
  width: 85%;
  letter-spacing: 1px;
}
.cstm-target .row-fluid-wrapper.row-depth-1.row-number-5.dnd-section, .cstm-target  .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section, .cstm-abinbev .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-background-color.dnd-section, .cstm-abinbev .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.dnd_area-row-3-background-color {
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}

.catmtarget-text .text-flex { 
  display: flex;
  gap: 20px;  
}

.catmtarget-text .text-flex h4.heading {
  color: #000;
  letter-spacing: normal;
  padding: 8px;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  min-height: auto;
  font-size: 18px;
}

.rte {
  width: 100%;
  color: #193447;
  text-align: justify;
  letter-spacing: normal;
  text-transform: none;
  padding: 8px;
  font-family: Roboto,sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  line-height: 28px;
}

.catmtarget-text  .text-target-left {
  background: #fff !important;
  padding: 20px;
  border-radius: 12px;
}

.catmtarget-text .list-flex {
  display: flex;
  text-align: left;
}

.catmtarget-text .text-target-right {
  background: rgba(16,179,176,.15);
  padding: 12px;
  border-radius: 12px;
  width: 199%;
  text-align: center;
}

.catmtarget-text a.popupbtn.button {
  border: 2px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  background-color: coral;
  border-color: coral;
  min-height: 41px;
  min-width: 130px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.catmtarget-text a.popupbtn.button:hover {
  background: #fff;
  border-color: coral;
  color: coral;
}
.cstm-target  .main-videotext .bookdemobtn a, .cstm-abinbev .main-videotext .bookdemobtn a  {
  width: fit-content;
}

/* abhinav */

.cstm-abinbev .catmtarget-text .text-target-left {
  width: 100%;
}

.cstm-abinbev .inner-text-1 {
  width: 50%;
}

.cstm-abinbev .inner-text-2 {
  width: 50%;
}
.innerpopup-g {
  display: flex;
}
/* custom css end without responsive*/

.headerdiv * {
  color: #fff;
  margin-bottom: 10px;
}

/* blog single post */

.hs-blog-post h1 .hs_cos_wrapper_meta_field {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  white-space: inherit;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.hs-blog-post .feat-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
} 

.hs-blog-post  time.blog-post__timestamp, .hs-blog-post  .blog-post__meta, .hs-blog-post  .blog-post__tags, .blog-listing__post-tags,.hs-blog-post  .blog-listing__post-author, .hs-blog-post  time.blog-listing__post-timestamp,.hs-blog-post  .blog-listing__post-summary{
  display: none;
}

.hs-blog-post .blog-post__body {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'Raleway' !important;
}

.hs-blog-post  .blog-post__body * {
  font-family: Montserrat,sans-serif !important;
  list-style: none;
}

.hs-blog-post  .blog-post__body strong {
  font-weight: 600;
}

.hs-blog-post  .blog-post__body ul {
  padding-left: 0;
}

.blog-post-section.ts-related {
  background-color: #f5f9fe;
}

.blog-post-section.ts-related h2.blog-listing__heading {
  max-width: 95%;
  color: #000;
  text-align: center;
  margin: 0 auto 30px;
  font-family: Roboto,sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 56.35px;
}
.blog-post-section.ts-related {
  background-color: #f5f9fe;
}

.blog-post-section.ts-related h2.blog-listing__heading {
  max-width: 95%;
  color: #000;
  text-align: center;
  margin: 0 auto 30px;
  font-family: Roboto,sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 56.35px;
}

.blog-post-section.ts-related h2.blog-listing__post-title a, h2.blog-listing__post-title {
  min-height: 60px;
  color: #193447;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px;
  font-family: Raleway,sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  font-weight: 600 !important;
  display: inline-block;
}

.blog-post-section.ts-related a.blog-listing__post-button.button {
  background: transparent;
  border: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: #10b3b0;
  position: relative;
  z-index: 5;
  width: fit-content;
  display: inline-block;
  padding: 9px;
}

.blog-post-section.ts-related h2.blog-listing__post-title a {
  padding: 0;
}

.blog-post-section.ts-related a.blog-listing__post-button.button:before {
  content: '';
  position: absolute;
  background: url(https://www.discoverdollar.com/hubfs/63ef7bedd841fcc4409d90cd_ArrowRight.svg) no-repeat;
  background-size: contain;
  right: -14px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999;
}

.blog-post-section.ts-related article.blog-listing__post.card img.blog-listing__post-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.blog-post-section.ts-related article.blog-listing__post.card {
  object-fit: cover;
  background-color: #fff;
  border-radius: 12px;
}
.blog-post-section.ts-related  .blog-listing--card .blog-listing__post-image-wrapper {
  height: auto;
}

.blog-post-section.ts-related  .blog-listing__post-content{
  padding: 8px;
}


/*****Carrer Page*****/
#hs_cos_wrapper_widget_1690979179474 .hs_cos_wrapper_type_rich_text {padding-bottom: 32px !important; display: block;}
#hs_cos_wrapper_widget_1690979179474 .hs_cos_wrapper_type_rich_text h2 {margin-bottom: 12px;}
#hs_cos_wrapper_widget_1690979263035 .hs_cos_wrapper img, #hs_cos_wrapper_widget_1690979452618 .hs_cos_wrapper img, #hs_cos_wrapper_widget_1690979533356 .hs_cos_wrapper img {
  margin-bottom: 12px;}
#hs_cos_wrapper_widget_1690978774571 .hs_cos_wrapper img {max-width: 100%;}
#hs_cos_wrapper_widget_1690979018195 h2 {font-weight: 600; margin-bottom: 18px;}
#hs_cos_wrapper_widget_1690979018195 .hs_cos_wrapper_type_rich_text > div {line-height: 35px;}
#hs_cos_wrapper_widget_1690978886642 .hs_cos_wrapper h2 {font-weight: 600;}
#hs_cos_wrapper_widget_1690978927977 .hs_cos_wrapper > div {font-weight: 500;}
#hs_cos_wrapper_module_16914729927743 h2 {line-height: 54px;}
#hs_cos_wrapper_module_16914729927743 p {line-height: 33px; color: #3f545a;}

/*****News Page*****/
.cstm-news .row-number-1 {position: relative;}
.cstm-news .row-number-1::before {content: ''; position: absolute; left: -80px; bottom: 40px; width: 160px; height: 160px; background: #fed0b4; border-radius: 50%;}
.cstm-news .row-number-1::after {content: ''; position: absolute; right: -23px; top: 0; width: 50px; height: 50px; background: #fc7829; border-radius: 50%;}
.cstm-news .main-videotext .mainvideo-flex .content-div::after {width: 32px; height: 32px; right: 0; bottom: -60px;}
.cstm-news .main-videotext .rte {padding: 0;}
.cstm-news .row-number-3 {background-color: #f8f8f8; box-shadow: 0 0 25px rgba(83,83,83,.25);}
.cstm-news .cstmgridblog { gap: 20px; flex-wrap: wrap; justify-content: center;}
.cstm-news .cstmgridblog .cstmloadmore {width: calc(33.3% - 20px); padding-bottom: 10px;}
.cstm-news .cstmblog-details {text-align: center;}
.cstm-news .cstmgridblog .cstmblog-details h2 {color: #1a3c67; font-size: 16px; font-weight: 600; line-height: 28px; min-height: 135px;}
.cstm-news .cstmgridblog a.cstm-read {min-height: 41px; min-width: 130px; border-radius: 6px; padding: 0 15px; font-size: 14px; font-weight: 700; line-height: 15px; color: #fff; background-color: coral;
  transition: .4s linear; border: 1px solid coral; display: inline-flex; align-items: center; justify-content: center;}
.cstm-news .cstmgridblog a.cstm-read::before {display: none;}
.cstm-news .cstmgridblog a.cstm-read:hover {color: coral; background-color: #fff; border-color: coral;}
.cstm-news .row-number-5 {background-color: #f5f9fe; box-shadow: 0 0 25px rgba(83,83,83,.25);}
.cstm-news .mainWebinar {max-width: 1000px; margin: 0 auto;}
.cstm-news .mainWebinar .item {padding: 0 8px;}
.cstm-news .webinar-item {position: relative; background-color: #fff; border-radius: 12px;}
.cstm-news .webinar-item .web-info {padding: 20px;}
.cstm-news .webinar-item .web-info h3 {color: #193447; padding: 0; font-size: 13px; font-weight: 700; line-height: 22px; margin-bottom: 16px;}
.cstm-news #main-content .main-webinar .webinar-item img {width: 100% !important; max-width: 100% !important; height: 160px !important; object-fit: cover; border-radius: 12px;}
.cstm-news .webinar-item .web-info .weblink {color: #10b3b0; font-size: 14px;}
.cstm-news .mainWebinar .owl-nav [type="button"] {position: absolute; top: 50%; transform: translateY(-50%); background-color: #10b3b0 !important; border-radius: 100%; width: 30px !important;
  height: 30px !important; display: flex; align-items: center; justify-content: center; min-width: auto; min-height: auto;}
.cstm-news .mainWebinar .owl-nav .owl-prev {left: -40px !important; right: auto;}
.cstm-news .mainWebinar .owl-nav [type="button"] span {font-size: 34px; line-height: 0; position: absolute; top: 13px; color: #fff;}
.cstm-news .mainWebinar .owl-nav .owl-next {right: -40px; left: auto;}
.cstm-news .main-videotext .mainvideo-flex .media-div {width: 70%;}





/* home calculator form section */
.calculator-wrapper form {
  background: none;
  padding: 15px 0 0 6px;
}
/* caculator page */

.calculator-wrapper-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 0.5px solid #cfcfcf;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 12px;
  display: grid;
  box-shadow: 0 4px 20px rgba(0,0,0,.09);
}
.right-input-2 {
  height: auto;
  padding-top: 25px;
  padding-right: 0;
}
.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.left-input-2 {
  padding-top: 25px;
  padding-left: 0;
}
.right-input-2 {
  height: auto;
  /*     padding-top: 25px; */
  padding-right: 0;
}
.inside-left-2 {
  position: relative;
}
.inside-right {
  position: relative;
} 
.inside-left-2 {
  position: relative;
}
.inside-left-2 {
  position: relative;
}
.popover-2 {
  z-index: 1;
  width: 300px;
  color: #fff;
  background-color: #193447;
  border-radius: 8px;
  padding: 12px;
  font-family: Raleway,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  position: absolute;
  top: 220%;
  right: -130%;
}
.label-wrapper-2 {
  min-height: 45px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.div-block-149 {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  gap: 17px;
}
.div-block-146 {
  width: 50%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}
.div-block-146.another {
  background-color: #10b3b0;
  border-radius: 16px;
  justify-content: flex-start;
  padding: 25px 20px 40px;
}
._2-column-grid-item.calculator-result {
  background-color: #193447;
  border-radius: 16px;
  padding: 25px 20px;
  display: flex;
  position: static;
}
.heading-51 {
  min-height: 60px;
  color: #10b3b0;
  text-align: left;
  letter-spacing: .09em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Raleway,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}
.div-block-148 {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.div-block-150 {
  align-items: flex-end;
  display: flex;
}
.heading-52 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
}
.dollar.primary-text {
  color: #10b3b0;
  line-height: 39px;
}
.heading-30.primary-text {
  color: #10b3b0;
  font-size: 40px;
  font-weight: 700;
}
/* .popover-container.with-calculator-container {
margin-bottom: 10px;
margin-left: 20px;
} */
.popover-container {
  cursor: pointer;
  position: relative;
}
.popover-2.with-calculator-wrapper {
  background-color: #10b3b0;
}
.popover-2 {
  display: none;
  position: absolute;
  top: 130%;
  right: -130%;
  z-index: 1;
  width: 300px;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
}


.popover-2 p.popover-content {
  font-family: Raleway,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}
.popover-2 .popover-arrow{
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #193447;
  padding: 0;
  position: absolute;
  top: -27px;
  bottom: auto;
  left: auto;
  right: 3%;
}
.dollar.primary-text {
  color: #10b3b0;
  line-height: 39px;
}
.div-block-149 {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}
.custom-button.ripple.secondary.header-button.with-primary {
  color: #fff;
  background-color: coral;
  border-color: coral;
}
.submit-button-3.hide {
  display: none;
}
.submit-button-3 {
  text-align: center;
  background-color: #fc7829;
  border-radius: 16px;
  margin-top: 72px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page {
  text-align: center;
  margin-top: 0;
  display: none;
}
.custom-button.ripple.secondary.header-button.with-primary {
  color: #fff;
  background-color: coral;
  border-color: coral;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page.active {
  display: flex;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page.active:hover {
  color: #fc7829;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page:hover {
  background-color: transparent;
}
.caculator-result-hero-wrapper {
  background-color: #ffe9de;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px 24px 60px;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
.popover-container.active-popover .popover, .popover-container.active-popover .popover-2 {
  display: block;
}
.right-input-2 {
  height: auto;
  /*     padding-top: 25px; */
  padding-right: 0;
}
.inside-right {
  position: relative;
}
.label-wrapper-2 {
  min-height: 45px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.revenue-grid-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}
.field-label-5 {
  color: #3f545a;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  font-family: Roboto,sans-serif;
  letter-spacing: 1px;
}
.revenue-grid-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}
.revenue-grid {
  flex: 1;
  padding-top: 8px;
}
.revenue-grid-value-3 {
  min-width: 110px;
  color: #3f545a;
  text-align: right;
  flex: none;
  margin-left: 8px;
  padding: 0;
  font-family: Roboto,sans-serif;
  font-weight: 700;
}

.flex-container.full-height {
  align-items: stretch;
}
.calculator-result-hero-section {
  /*     padding: 30px 40px */
}

.calculator-result-hero-section.mt-112 {
  max-width: 1100px; 
  margin: 0 auto;
  margin-top: 100px;
}

.caculator-result-hero-wrapper {
  background-color: #ffe9de;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px 24px 60px
}

.saving-card {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px;
  display: flex
}

.saving-card-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px
}

.saving-card-result {
  color: #10b3b0;
  text-align: center;
  padding: 16px;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px
}

.saving-card-subtitle {
  color: #193447;
  text-align: center;
  font-size: 20px;
  line-height: 41px
}

.saving-card-divider-container {
  align-items: center;
  padding: 30px 40px;
  display: flex
}

.saving-card-divider {
  width: 3px;
  height: 120px;
  background-color: #10b3b0
}

.saving-card-para {
  color: #193447;
  text-align: center;
  font-size: 13px;
  font-weight: 400
}

.form-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.with-result-page {
  width: 100%
}

.scroll-down {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.scroll-down-icon {
  width: 20px;
  margin-bottom: 25px
}

.text-block-5 {
  color: #000;
  font-family: Roboto,sans-serif;
  font-weight: 400
}

.result-section {
  background-color: #fff
}

.result-image {
  width: 100%
}

.more-result-container {
  position: relative
}

.more-result-button-wrapper {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}

.result-title-container {
  background-color: #10b3b0;
  padding: 30px
}

.result-title-logo-container {
  justify-content: flex-end;
  padding: 10px;
  display: flex
}

.image-94 {
  width: 240px
}

.result-title-wrapper {
  padding: 10px
}

.result-leakage-chart-container {
  padding: 25px
}

.result-leakage-chart-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding: 7px;
  display: flex
}

.result-leakage-chart-grid-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.result-leakage-chart-grid-item-value {
  color: #193447;
  margin-bottom: 10px;
  font-weight: 500
}

.result-leakage-chart-grid-item-type {
  color: #193447;
  margin-top: 10px
}

.result-leakage-chart-grid-item-chart {
  width: 100%;
  height: 100px
}

.result-leakage-chart-grid-item-chart.type-1 {
  height: 70px;
  background-color: #24dab8
}

.result-leakage-chart-grid-item-chart.type-2 {
  height: 20px;
  background-color: #80bfff;
  margin-bottom: 70px
}

.result-leakage-chart-grid-item-chart.type-3 {
  height: 40px;
  background-color: #5d2bd8;
  margin-bottom: 90px
}

.result-leakage-chart-grid-item-chart.type-4 {
  height: 40px;
  background-color: #2f2f30;
  margin-bottom: 130px
}

.result-leakage-chart-grid-item-chart.type-5 {
  height: 50px;
  background-color: #af9ced;
  margin-bottom: 170px
}

.result-leakage-chart-grid-item-chart.type-6 {
  height: 220px;
  background-color: #0e7aff
}

.result-leakage-chart-grid-item-chart.type-1 {
  height: 90px;
  background-color: #00d7b8
}

.result-leakage-chart-grid-item-chart.type-4 {
  height: 30px;
  background-color: #212121;
  margin-bottom: 190px
}

.result-leakage-chart-grid-item-chart.type-6 {
  height: 240px;
  background-color: #0e7aff;
  flex: 0 auto;
  margin-bottom: 0
}

.result-leakage-chart-grid-item-chart.type-2 {
  height: 60px;
  background-color: #80bfff;
  margin-bottom: 90px
}

.result-leakage-chart-grid-item-chart.type-3 {
  height: 40px;
  background-color: #5f3ada;
  margin-bottom: 150px
}

.result-leakage-chart-grid-item-chart.type-5 {
  height: 20px;
  background-color: #af9cec;
  margin-bottom: 220px
}

.result-leakage-chart-result-grid {
  padding: 20px
}

.result-leakage-chart-result-grid.with-about-page {
  width: 25%
}

.awards-grid-image {
  width: 85px;
  height: auto;
  object-fit: fill;
  object-position: 0% 0%;
  margin-left: auto;
  margin-right: auto
}

.awards-grid-image.large {
  width: 130px;
  object-fit: contain;
  object-position: 50% 0%
}

.core-values-image {
  width: 90%;
  height: 80vh;
  object-fit: contain
}

.our-story-founder-wrapper-para-wrapper {
  width: 90%;
  color: #000;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 25px;
  line-height: 35px
}

.our-story-founder-wrapper-para {
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500
}

.our-story-founder-wrapper-para.sm {
  font-size: 16px;
  line-height: 24px
}

.our-story-founder-wrapper-para.with-founder-name {
  color: rgba(36,54,89,.53);
  font-size: 13px
}

.our-story-founder-wrapper-image-wrapper {
  width: 90%
}

.our-story-founder-wrapper-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.our-story-para {
  color: #5c5c5e;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px
}

.our-story-para.with-extra-size {
  font-size: 16px
}

.our-story-para.with-extra-size.with-m-0 {
  margin-bottom: 0
}

.div-block-140 {
  padding: 12px
}
.more-result-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.custom-button-wrapper {
  width: auto;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.title-with-border {
  padding: 15px 20px;
}
.text-block-11 {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  padding-right: 70px;
  font-family: Raleway,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}
.flex-container.result-leakage-chart-result-calculation {
  background-color: transparent;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.result-leakage-chart-result-grid {
  padding: 20px;
}
.discover-case-studies-grid.flex-column {
  text-transform: none;
}

.flex-column {
  flex-direction: column;
  display: flex;
}
.flex-grid.discover-case-studies-grid-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 75px;
}
.flex-grid.discover-case-studies-grid-title.with-result-chart-result.white {
  color: #fff;
}
.flex-grid.discover-case-studies-grid-content {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.calculator-wrapper form select, .calculator-wrapper form input, form input[type='text'], .calculator-wrapper form input[type='email'], .calculator-wrapper form input[type='password'], .calculator-wrapper form input[type='tel'], .calculator-wrapper form input[type='number'], .calculator-wrapper form input[type='search'], .calculator-wrapper form select, .calculator-wrapper form textarea{
  height: 50px;
  color: #3f545a;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 13px;
  display: inline-block;
}

.calculator-wrapper form .label-wrapper-2 {
  flex: 1;
  font-family: Roboto,sans-serif;
  min-height: 58px;

}

.calculator-wrapper form .div-block-149 a {
  min-height: 41px;
  min-width: 150px;
  color: #1a1b1f;
  text-transform: none;
  background-color: transparent;
  border: 2px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 41px;
}


.calculator-wrapper h1.heading-14-copy.dark {
  text-align: left;
  letter-spacing: .09em;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Roboto,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: inline-block;
  min-height: 50px;
  color: #193447;
  font-family: Raleway,sans-serif;
  line-height: 30px;
}

.calculator-wrapper h1.dollar {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
}

.calculator-wrapper  .heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto,sans-serif;
  font-size: 35px;
  line-height: 45px;
  display: inline-block;
}

.calculator-wrapper .calculator-result .popover-arrow.with-calculator-wrapper {
  border-bottom-color: #10b3b0;
}

.calculator-wrapper .calculator-result .div-block-145 {
  align-items: flex-end;
  display: flex;
}

.calculator-wrapper .calculator-result .div-block-146.another .popover-2.with-calculator-wrapper {
  background: #fff;
  color: #000;
}

.calculator-wrapper .calculator-result .div-block-146.another  .popover-arrow.with-calculator-wrapper.light {
  border-bottom-color: #fff;
}
.calculator-wrapper .calculator-result .div-block-146.another  .heading-30 {
  color: #193447;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.05;
}

.cstm-calculate-page .caculator-result-hero-wrapper .flex-container {
  display: flex;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-2 {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cstm-calculate-page .caculator-result-hero-wrapper h1.saving-card-title-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-result-2 {
  color: #10b3b0;
  text-align: center;
  padding: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-subtitle-2 {
  color: #193447;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
}

.cstm-calculate-page .caculator-result-hero-wrapper form input[type='email'] {
  vertical-align: middle;
  background-color: #fff;
  padding: 8px 12px;
  line-height: 1.42857;
  display: block;
  height: 50px;
  color: #193447;
  border: 1px solid #10b3b0;
  border-radius: 15px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  max-width: 310px !important;
  margin: 20px auto 5px;
}

.cstm-calculate-page .caculator-result-hero-wrapper form input.custom-button-4.w-button {
  margin-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  letter-spacing: normal;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
  min-height: 46px;
  min-width: 160px;
  color: #fff;
  text-transform: uppercase;
  border-color: #fc7829;
  background-color: #fc7829;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  display: flex;
}

.cstm-calculate-page .caculator-result-hero-wrapper form {
  background: none;
  border: 0;
  padding: 0;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-para-2 {
  color: #193447;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.cstm-calculate-page .caculator-result-hero-wrapper .flex-grid {
  width: 46%;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-divider-2 {
  width: 3px;
  height: 120px;
  background-color: #10b3b0;
  padding-bottom: 0;
  padding-right: 0;
}

.cstm-calculate-page .caculator-result-hero-wrapper input::placeholder {
  color: #c4c4c4;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.cstm-calculate-page .caculator-result-hero-wrapper .text-block-6 {
  color: #000;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.cstm-calculate-page .caculator-result-hero-wrapper .flex-container.scroll-down-container {
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}


.result-title-logo-container, .result-title-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.result-title-logo-container img {
  max-width: 240px;
  width: 100%;
}

h2.custom-heading-2.with-result-container {
  font-family: Roboto,sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56.35px;
  color: #fff;
  text-align: left;
  margin: 0;
}

.result-title-container-2 {
  padding: 40px 0;
}

.result-leakage-chart-container, .more-result-container, .result-leakage-chart-result-calculation {
  max-width: 1100px;
  margin: 0px auto;
}

h2.custom-sub-heading-2.with-result-leackage-chart-container {
  color: #203f4b;
  font-family: Roboto,sans-serif;
  font-size: 28px;
  line-height: 54px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-weight: 500;
}

.flex-grid.result-leakage-chart-grid {
  padding: 8px;
  flex: 1;
  font-family: Roboto,sans-serif;
}

.result-leakage-chart-grid-item-type-2 {
  color: #193447;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.result-leakage-chart-result-calculation {
  display: flex;
  padding-bottom: 10px;
}
.more-result-button-wrapper a.custom-button-4.w-button {
  background-position: center;
  transition: background 0.8s;
  min-height: 41px;
  min-width: 160px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fc7829;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}
/* end caculator page */


html {
  scroll-behavior: smooth;
}

/* Webinar page */

.cstm-webinar-details .main-videotext h2.heading {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 0;
}

.cstm-webinar-details .main-videotext p {
  margin-bottom: 0;
}

.cstm-webinar-details  .main-videotext .rte .hs_cos_wrapper div p {
  font-weight: 500;
  color: #00a7ac;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.cstm-webinar-details  .main-videotext .rte .hs_cos_wrapper div {
  display: flex;
  gap: 10px;
}

.cstm-webinar-details .main-videotext .rte .hs_cos_wrapper div p:not(:first-child) {
  border-left: 1px solid #222;
  padding-left: 12px;
}

.cstm-webinar-details  .main-videotext .mainvideo-flex .content-div {
  padding-right: 72px;
  width: 58%;
}

.cstm-webinar-details .main-videotext .mainvideo-flex .media-div {
  width: 40%;
}

.cstm-webinar-details .media-div .inner-media img {
  object-fit: contain;
  /* background: linear-gradient(140deg, #0370d9 51%, #47d4e3 20%); */
  height: auto !important;
  width: 100%;
}

.cstm-webinar-details .main-videotext p {
  line-height: 2;
}
.webinar-details span.spanwebinar, .webinar-details .inner-details .imagewebinar {
  display: none;
}

.webinar-details .inner-details h3.title {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}


.webinar-details .inner-details .rte {max-width: 51%;margin: 0 auto;}

.webinar-details .inner-details .rte ul li {
  font-size: 16px;
}

.main-speakers {
  /* background: #e5fbff; */
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 60px;
}

.main-speakers h5.title {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.inner-speaker {
  width: 48%;
  padding: 15px;
  background: #10b3b0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
}

.webinar-details .inner-details .speaker-info .rte {
  max-width: 100%;
  margin: 0;
  font-size: 15px;
}

.inner-speaker * {
  color: #fff;
}

.inner-speaker .speaker-info h4.name {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.inner-speaker .speaker-info .desig {
  font-weight: 600;
  letter-spacing: 1px;
}



.event-form h3 {
  display: none;
}

.event-form form {
  background: #11b3b121;
  border-radius: 25px !important;
}

.event-form input.hs-button.primary.large {
  background: #174857;
  min-width: 150px;
  width: 150px;
}

.event-form input {
  border-radius: 7px;
}

.inner-speaker img {
  border-radius: 50%;
}

/* event page  */
.cstm-event-details-shoptalk .main-videotext .mainvideo-flex .content-div {
  width: 48%;
}

.cstm-event-details-shoptalk .main-videotext .mainvideo-flex .media-div {
  width: 60%;
}

.time-location {
  display: flex; 
  gap: 40px;
  margin-bottom: 30px;
}

.time-location .cartmtime, .time-location .cstmlocation {
  background: #11b3b11f;
  padding: 10px;
  border-radius: 15px;
  width: 50%;
}

.time-location img {
  /* background: #fff; */
  border-radius: 50%;
}

.maininfodeatils {
  padding: 40px 0;
}

.maininfodeatils h3 {
  font-weight: 600;
  letter-spacing: .5;
}

.fortitle {
  text-align: center;
}

.fortitle h4 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
.maininfodeatils p a {
  color: #078487 !important;
}
.fancybox-slide--html .fancybox-close-small {
  background: transparent !important;
  border: 0 !important;
  color: #10b3b0 !important;
}
.fancybox-content {
  padding: 0 !important;
}

div#hs_cos_wrapper_widget_1690876523665 .btndiv-cstm .innerbtn .button:hover, div#hs_cos_wrapper_widget_1690876523665 .btndiv-cstm .innerbtn .button:focus {
  color: #fff!important;
}

/* privacy pages */
.main-textcstm.ts-policy h2.heading {
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-family: Raleway,sans-serif;
  font-size: 51px;
}

.main-textcstm.ts-policy .rte strong {
  color: #1a3c67;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.main-textcstm.ts-policy .rte p, .main-textcstm.ts-policy .rte li, .main-textcstm.ts-policy .rte span {
  color: #757575;
  margin-bottom: 8px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}


/* legal page */
.footer-address-wrapper {
  margin-top: 0
}

.footer-address-wrapper.with-book-a-demo {
  margin-bottom: 30px
}

.footer-address-wrapper.mb-20 {
  margin-bottom: 20px
}

.footer-address-grid {
  color: #fff;
  margin-bottom: 4px;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 600
}

.footer-address-grid.light {
  font-weight: 400
}

.footer-address-grid.with-title {
  margin-bottom: 0;
  margin-right: 8px;
  font-weight: 400
}

.footer-address-grid.address-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px
}

.footer-address-grid.address-title.black {
  color: #1a3c67;
  text-transform: capitalize
}

.footer-address-grid.dark {
  color: #000
}

.footer-address-grid-link {
  color: #fff;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  text-decoration: none
}

.footer-address-grid-link:hover {
  color: #10b3b0
}

.footer-address-grid-link.dark {
  color: #000
}

.footer-address-grid-link.dark:hover {
  color: #10b3b0
}

.footer-address-grid-link.dark.with-legal-notice {
  margin-right: 12px
}

.footer-logos-wrapper {
  flex: 1
} 

.flex-container.start.mb-12 {
  justify-content: flex-start;
  display: flex;
}
.footer-address-wrapper {
  margin-bottom: 20px;
}
body .main-videotext  a.custom-link, body .main-videotext  a.custom-link.active, body .main-videotext  a.custom-link:active, body .main-videotext  a.custom-link:focus, body .main-videotext  a.custom-link:hover, body .main-videotext  a.custom-link:visited {
  color: #10b3b0 !important;
}

.home-blog h2.heading {
  font-size: 51px;
}

div#hs_cos_wrapper_module_1691145328188 span {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 18px !important;
}

div#hs_cos_wrapper_module_1691145328188 {
  max-width: 45%;
  margin-bottom: 20px;
}
div#hs_cos_wrapper_module_16908902695582 div span, div#hs_cos_wrapper_module_16908902695582 div a, #hs_cos_wrapper_module_16908902820465 div span + span, #hs_cos_wrapper_module_16908902820465 div a {
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
}

footer .row-number-11.footer-row-2-max-width-section-centering h4 {
  font-family: 'Roboto' !important;
  font-weight: 600;
}

#hs_cos_wrapper_widget_1690895366100 .social-follow__icon:hover, #hs_cos_wrapper_widget_1690895366100 .social-follow__icon:focus {
  background-color: transparent;
}
.row-fluid-wrapper.row-depth-1.row-number-6.dnd-row .row-fluid .blog-grid.cstmloadmore.content-block.blog img {
  object-fit: cover ;
  max-width: 100% !important;
  height:200px !important;
  width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body, html {
  overflow-x: hidden;
}
body ol {
  padding-left: 0;
}
body ol.a {list-style-type: upper-roman !important;}
body ol.b {list-style-type: decimal !important;}
body ol.c {list-style-type: lower-alpha !important;}
#video-container {
  position: relative;
}
body img {max-width: 100%;}
#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-videotext .mainvideo-flex {
  display: flex;
}
.main-logolist .main-logoflex .logo-item {
  width: 16.6%;
}
.main-logolist .main-logoflex {
  display: flex;
  flex-wrap: wrap;
}

.main-calculator .icon-text-div {
  display: flex;
}
.main-calculator .icon-text-div .itemdiv {
  width: 25%;
  text-align: center;
  border: ;
}
.main-calculator .inner-main-flex {
  display: flex;
  align-items: center;
}
.main-calculator .inner-main-flex .content-div {
  width: 75%;
}
.main-calculator .inner-main-flex .content-img {
  width: 25%;
}

.cstmgridblog {
  display: flex;
  flex-wrap: wrap;
}
.cstmgridblog .cstmloadmore {
  width: 31.333%;
}
.cstmgridblog .cstmloadmore .hs-blog-post-listing__post-image--grid {
  max-width: 100%;
}
.header__container.header__container--left {
  display: none;
}
.btndiv-cstm .innerbtn .button {
  color: #000 !important; 
}




/* custom css */
body h2 {
  font-family: 'Raleway';
  font-weight: 700;
}

body p {
  font-family: 'Roboto';
}
button, .button-wrapper .button, .hs-button {
  min-height: 41px;
  min-width: 130px;
  color: #1a1b1f;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  background-color: coral;
  border-color: coral;
  transition: .4s linear;
  justify-content: center;
}

button:hover, button:focus, button:active, .button-wrapper  .button:hover, .button-wrapper  .button:focus, .button-wrapper  .button:active, .button-wrapper  .hs-button:hover, .button-wrapper  .hs-button:focus, .hs-button:active {
  color: coral;
  background-color: #fff;
  border-color: coral;
}
/* HEADER CSSS START  */
header  {
  position: relative;
}


header {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff;
  top: 0;
}

header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 45px;
}

header .main-header .mega-menu {
  background: #fff;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border: 0 solid #10b3b0;
  border-top: 1px solid #dce6ea;
  border-radius: 0;
  padding: 40px;
  top: 100%;
  left: 0;
  background: linear-gradient(90deg, #fff 80%, hsla(197, 40%, 21%, 1) 61%);
  box-shadow: 0 10px 10px rgba(0,0,0,.07);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
}
header .main-header ul.exo-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}


header .main-header .mega-menu .mega-menu-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}


.content {
  width: 100%;
  margin: 0 30px;
  background: transparent;
}

ul.exo-menu {
  background: transparent;
  position: static;
}

.exo-menu>li.mega-drop-down a {
  background: transparent;
  padding: 7px 38px 5px 15px !important;
}

.exo-menu>li.mega-drop-down a i:after {
}

.exo-menu>li.mega-drop-down a i {
  display: inline-block;
  position: absolute;
  right: 5px;
  background: url(https://www.discoverdollar.com/hubfs/Vector.svg) no-repeat;
  width: 14px;
  height: 20px;
  object-fit: contain;
  background-size: contain;
  background-position: center;
}
.exo-menu>li.mega-drop-down a i:before {
  margin-left: -50%;
}

.exo-menu>li.mega-drop-down a {
  position: relative;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 0;
  color: #203f4b !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.exo-menu>li>a.active, .exo-menu>li>a:hover, li.drop-down ul>li>a:hover {
  background: rgba(0,0,0,.1) !important;
}

ul.exo-menu {
  margin-bottom: 0;
}

.btndiv-cstm {
  display: flex;
  width: 30%;
  gap: 17px;
  justify-content: flex-end;
}

.innerbtn a {
  min-height: 41px;
  min-width: 130px;
  color: #1a1b1f;
  text-transform: none;
  background: transparent;
  border: 1px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px; 
  transition: .4s linear;
}

.innerbtn a:hover {
  color: #fff9f9;
  background-color: #12829b;
  border-color: #12829b;
}

.bookdemobtn a {
  min-height: 41px;
  min-width: 130px;
  color: #1a1b1f;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  background-color: coral;
  border-color: coral;
  transition: .4s linear;
}
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header-row-0-padding.header-row-0-force-full-width-section {
  Â  display: none !important;
}

.mega-menu-wrap .sub-menu-details-wrapper h4.row.mega-title {
  background: none;
  color: #203f4b;
  margin-bottom: 0;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-family: Raleway,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

.mega-menu-wrap .submenu-links-wrapper h4.row.mega-title {
  color: #10b3b0;
  padding: 12px !important;
  font-family: Raleway,sans-serif !important;
  font-weight: 600;
  background: none;
  text-transform: capitalize;
  margin: -5px 0;
  font-size: 15px;
  line-height: normal;
  padding: 0 12px !important;
}


.mega-menu-wrap .sub-menu-details-wrapper .rte {
  color: #3f545a;
  text-align: left;
  font-family: Roboto,sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.mega-menu-wrap .sub-menu-details-wrapper .rte a{
  color: #10b3b0 !important;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 0 !important;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: .2s linear;
  position: relative;
  top: 8px;
}

.mega-menu-wrap .sub-menu-details-wrapper .rte a:hover{
  color: #32343a !important;
}

.mega-menu-wrap  h4.row.mega-title {
  border: 0;
  padding: 0 !important;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv {
  padding: 6px 12px 6px;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv h5.row.sub-title {
  width: 100%;
  flex: 0 auto;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  color: #10b3b0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-top: 0;
  font-family: Raleway,sans-serif;
}

.mega-menu-wrap .submenu-links-wrapper a {
  width: 100%;
  color: #193447;
  flex: 0 auto;
  margin-bottom: 8px;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv ul {
  flex-direction: column;
}

.mega-menu-wrap .submenu-links-wrapper .menudiv ul li.hs-menu-item a {padding: 0 !important;width: 100%;color: #193447;flex: 0 auto;margin-bottom: 8px;font-family: Roboto,sans-serif;font-size: 13px;font-weight: 500;line-height: 22px;letter-spacing: 0;text-decoration: none;}

.mega-menu-wrap .submenu-links-wrapper .menudiv ul li.hs-menu-item a:hover {
  color: #32343a;
}

header .main-header .mega-menu .mega-menu-wrap .row {
  display: flex;
}

.mega-menu-wrap .row .col-md-4.sub-menu-details-wrapper {
  width: 20%;
  border-right: 1px solid #dce6ea;
  padding-right: 15px;
}

.mega-menu-wrap .row .col-md-2.submenu-links-wrapper:not(.submenu-links-wrapper:nth-child(3)) {
  border-right: 1px solid #dce6ea;

}
.mega-menu-wrap .row .col-md-2.submenu-links-wrapper{
  width: 31%;
  margin-bottom: 10px;
  flex: 1;
}

.sub-menu-card-wrapper .innercont {
  background: linear-gradient(135deg,#10B3B0 28.72%,#193447 98.91%) !important;
  max-width: 282px;
  min-height: 350px;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-menu-card-wrapper .innercont img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 12px;
}


.sub-menu-card-wrapper .innercont .rte h4, .sub-menu-card-wrapper .innercont .rte h3 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}

.sub-menu-card-wrapper .innercont .rte  p, .sub-menu-card-wrapper .innercont .text_area_group, .sub-menu-card-wrapper .innercont .text_area_group p, .sub-menu-card-wrapper .innercont .text_area_group div  {
  color: #fff !important;
  margin-bottom: 10px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.exo-menu>li.mega-drop-down .sub-menu-card-wrapper .innercont a.button {
  transition: background 0.8s;
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 40px;
  min-width: 160px;
  color: #193447 !important;
  text-transform: none;
  background-color: #f5f6f8;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  padding: 0 !important;
  transition: .2s linear;
  position: absolute;
  bottom: 10px;
  width: 238px;
  letter-spacing: 0;
}

.exo-menu>li.mega-drop-down .sub-menu-card-wrapper .innercont a.button:hover {
  color: #fff !important;
  background-color: coral;
}
header .main-header ul.exo-menu li.mega-drop-down {
  margin: 0 11.2px;
}

header .main-header ul.exo-menu li a {
  margin-bottom: 0;
}



main#main-content {
  padding-top: 81px;
} 

header .main-header ul.exo-menu li.mega-drop-down i {
  transform: rotate(0deg);
} 
header .main-header ul.exo-menu li.mega-drop-down:hover i {
  transform: rotate(180deg);
} 

header .main-header ul.exo-menu li.mega-drop-down i {
  transition: .3s linear;
}

.bookdemobtn, .bookdemobtn a {
  position: relative;
  overflow: hidden;
  border-color: transparent;
} 
.bookdemobtn a:after {
  content: '';
  top: -40px;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 100px;
  position: absolute;
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
  transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -webkit-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -moz-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -ms-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  -o-transform: skew(-10deg,0deg) rotate(50deg) scale(2);
  animation: move 1s;
  animation-iteration-count: infinite;
  -webkit-animation: move 1.5s;
  -webkit-animation-iteration-count: infinite;
  /* -moz-transform: skew(-10deg,0deg) rotate(50deg) scale(2); */
  -moz-animation: move 1.5s;
  -moz-animation-iteration-count: infinite;
  /* -ms-transform: skew(-10deg,0deg) rotate(50deg) scale(2); */
  -ms-animation: move 1.5s;
  -ms-animation-iteration-count: infinite;
  /* -o-transform: skew(-10deg,0deg) rotate(50deg) scale(2); */
  -o-animation: move 1.5s;
  -o-animation-iteration-count: infinite;
}

@keyframes move {
  from {
    left: -40px;
    opacity: 0
  }

  to {
    left: 100%;
    opacity: 1
  }
}



/* HEADER CSS END */

/* FOOTER CSS START */

.main-footer-action h3.heading {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  line-height: 56.35px;
  max-width: 80%;
  font-size: 51px;
}

.main-footer-action .header {
  background: none;
  max-width: 100%;
  margin-bottom: 100px;
}

.main-footer-action h3.heading span {
  color: #10b3b0;
}

.action-flex {
  width: 100%;
  grid-column-gap: 60px;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.action-flex .inner-div .title {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  font-size: 32px;
  font-weight: 900;
  line-height: 46.96px;
  font-family: Roboto,sans-serif;
}

.action-flex .inner-div a.button {
  transition: background 0.8s;
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  justify-content: center;
  min-height: 50px;
  min-width: 180px;
  color: #193447 !important;
  text-transform: none;
  background-color: #f5f6f8;
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
  transition: .2s linear;
  background-position: center;
  transition: background 0.4s;
  border: 0;
}

.action-flex .inner-div a.button:hover {
  color: #fff !important;
  background-color: coral;
}

.block-div.left {
  width: 50%;
  min-height: 350px;
  background-color: #465d67;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  text-align: center;
}

.block-div.right {
  width: 50%;
  min-height: 350px;
  background-color: #10B3B0 !important;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  /*     background: linear-gradient(135deg,#10B3B0 28.72%,#193447 98.91%) !important; */
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

.footer span#hs_cos_wrapper_widget_1690889683710_ span {
  color: #fff;
  margin-bottom: 25px;
  width: 64%;
  padding: 0;
  font-family: Raleway,sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 27px;
  display: block;
}

footer .row-fluid-wrapper.row-depth-1.row-number-6.dnd-row .row-fluid {
  max-width: 283.48px; 
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start; 
  padding-bottom: 8px; 
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  display: flex;
}

.dnd-module.widget_1690889719460-flexbox-positioning img {
  width: 100%;
  max-height: 80px;
  max-width: 80px !important;
  object-fit: contain;
  object-position: 0% 0%;
  margin-right: 8px;
}

#hs_cos_wrapper_module_1690890269558 span h4, #hs_cos_wrapper_module_16908902820464 h4 {
  color: #fff;
  font-family: Raleway,sans-serif !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

div#hs_cos_wrapper_module_16908902695582 div:first-child span, #hs_cos_wrapper_module_16908902820465 div:first-child span {
  color: #fff;
  margin-bottom: 4px;
  font-family: Raleway,sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 16px;
}

div#hs_cos_wrapper_module_16908902695582 div:last-child, #hs_cos_wrapper_module_16908902820465 div:last-child {
  display: flex;
  gap: 10px;
}

div#hs_cos_wrapper_module_16908902695582 div:nth-child(2) span,  #hs_cos_wrapper_module_16908902820465 div:nth-child(2) span {
  color: #fff;
  font-family: Raleway,sans-serif;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 14px;
}

div#hs_cos_wrapper_module_16908902695582 div, #hs_cos_wrapper_module_16908902820465 div {
  margin-bottom: 12px;
}

.footer-row-1-max-width-section-centering > .row-fluid {
  width: auto;
  height: auto;
  grid-column-gap: 0;
  margin-bottom: 25px;
  margin-right: 0;
  display: flex;
  padding: 0 !important;
}
.footer-row-1-max-width-section-centering > .row-fluid .span6 {
  width: 86%;
  margin-left: 0 !important;
}

.footer-row-1-max-width-section-centering > .row-fluid .span3.dnd-column {
  width: 30%;
  margin-left: 0;
}
/* .row-fluid-wrapper.row-depth-1.row-number-6.dnd-row .row-fluid img {
width: 100%;
height: 80px !important;
max-width: 80px !important;
object-fit: contain;
object-position: 0% 0%;
margin-right: 8px;
}  */
footer img.hs-image-widget {
  margin-left: -10px;
  margin-bottom: 7px;
}
footer .row-number-11.footer-row-2-max-width-section-centering {
  /* color: #fff !important; */
}

footer .row-number-11.footer-row-2-max-width-section-centering a {
  color: #fff !important;
}
.footer .hs-menu-wrapper .active > a{text-decoration: none !important;font-weight: normal !important;}

footer .dnd-module h4 {
  font-family: Roboto,sans-serif !important;
  font-size: 18px;
  line-height: 21px;
}

footer .row-number-11.footer-row-2-max-width-section-centering .footer-links-subtitle a, footer .row-number-11.footer-row-2-max-width-section-centeringp .footer-links-subtitle {
  color: #10b3b0 !important;
  font-family: Raleway,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.row-number-15 .footer-links-subtitle {
  margin: 0 0 10px;
}

.footer-links ul li a {
  text-align: left !important;
}

.footer-links ul {
  display: block;
} 

.footer-links ul li a {
  min-width: 110px;
  color: #fff;
  font-size: 15px !important;
  line-height: 30px;
  text-decoration: none;
  font-family: Roboto,sans-serif !important;
}

div#hs_cos_wrapper_widget_1690894377157 {
  margin: 0 !important;
}

.row-number-15 {
}

.row-number-15 .footer-links-subtitle {
  margin-top: 40px;
}

.footer-links ul li a {
  font-family: Roboto,sans-serif !important;
}
#hs_cos_wrapper_widget_1690895366100 .social-follow {
  margin-top: -40px;
  float: right;
}
footer .row-number-11.footer-row-2-max-width-section-centering .dnd-column:nth-child(3) {
  margin-left: 65px;
  width: 20%;
}
#hs_cos_wrapper_widget_1690895366100 .social-follow {
  margin-top: -40px;
}

p {}

div#hs_cos_wrapper_footer-module-10 p {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  line-height: 24px;
}

div#hs_cos_wrapper_footer-module-10 .flex-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

div#hs_cos_wrapper_footer-module-10 .flex-container * {
  color: #d2d2d3 !important;
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #d2d2d3;
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  font-family: Montserrat,sans-serif;
}

div#hs_cos_wrapper_footer-module-10 .flex-container *:hover {
  color: #fff !important;
}
/* FOOTER CSS END */


/* main Popup css */
div#demopopup {
  padding: 0;
  height: auto;
  max-height: none;
  max-width: 1120px;
}

div#demopopup .innerpopup-g {
  display: flex;
  gap: 0;
}

div#demopopup .innerpopup-g .tructlogo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cstm-popup-details {
  background: linear-gradient(135deg,#10B3B0 28.72%,#193447 98.91%) !important;
  padding: 40px;
  width: 50%;
}

div#demopopup .innerpopup-g .tructlogo img {
  width: 20%;
  border-radius: 4px;
  padding: 8px;
  height: 62px !important;
  object-fit: contain;
}

.ourwork-flex {
  display: flex;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.ourwork-flex .itemgrid {
  width: 25%;
}

.ourwork-flex .itemgrid * {
  color: #fff;
}

.headerdiv h4 {
  color: #fff;
  margin-bottom: 12px;
  font-family: Raleway,sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.headerdiv p {
  color: #fff;
  margin-bottom: 12px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.our-work-scale {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ourwork-flex .itemgrid h4 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.ourwork-flex .itemgrid p {
  color: #f5f7fa;
  font-family: Roboto,sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.popup-list ul {
  margin: 0;
  padding: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

li.cstm- {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

li.cstm- div {
  color: #f5f7fa;
  font-family: Raleway,sans-serif;
  font-size: 14px;
}

.trusticon {
  margin-top: 40px;
}

body div#demopopup h3.heading {
  color: rgba(255,255,255,.5);
  font-family: Raleway,sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 25px;
}

button.fancybox-button.fancybox-close-small {
}

.demoform {
  padding: 40px;
}
.btndiv-cstm a {
  justify-content: center;
}
.demoform .demoform-title *{
  background: transparent;
  color: #184a59;
  text-align: center;
  font-family: Raleway,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.demoform form {
  background: transparent;
}
.fancybox-is-open .fancybox-bg {
  z-index: 9;
}

.fancybox-is-open .fancybox-bg div#demopopup {
  z-index: 9;
  position: relative;
}
.demoform form label.hs-error-msg {
  display: none;
}

/* .demoform form label {
display: none;
} */

.demoform form input {
  height: auto;
  min-height: 45px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}

.demoform form input::placeholder { 
  color: #9d9d9d;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}

form fieldset:nth-child(6) input {
  height: 60px;
  display: flex;
}
.demoform-wrapper h3 {
  display: none;
}

.demoform-wrapper form .hs-input {
  height: auto;
  min-height: 45px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}
.demoform-wrapper form input::placeholder {
  color: #9d9d9d !important;
  font-family: Raleway,sans-serif;
  font-size: 13px;
}
.bookdemobtn a:focus {
  background: coral !important;
  border: coral!important;
}
#demopopup button.fancybox-button.fancybox-close-small, #demopopup button.fancybox-button.fancybox-close-small:hover {
  border: 0 !important;
  background: transparent !important;
}

#demopopup button.fancybox-button.fancybox-close-small svg path{
  fill: #11a3a2;
}



/* HOMEPAGE */
.main-videotext h2.heading {
  color: #193447;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: Roboto,sans-serif;
  font-size: 62px; 
  font-weight: 700;
  line-height: 72px;
}
.main-videotext .rte {
  color: #636363;
  margin-bottom: 0;
  font-family: Roboto,sans-serif;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
}

.main-videotext a {
  font-size: 13px;
  color: #10b3b0;
}

.main-videotext .bookdemobtn a {
  height: 41px;
  width: 150px;
  color: #fff;
  text-transform: none;
  background-color: coral;
  border: 2px solid coral;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 39px;
  margin-bottom: 27px;
}

.main-videotext a:before {
  content: '';
  position: absolute;
  background: url(https://www.discoverdollar.com/hubfs/63ef7bedd841fcc4409d90cd_ArrowRight.svg) no-repeat;
  background-size: contain;
  right: -24px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-videotext a {
  position: relative;
}

.main-videotext .bookdemobtn a:before {
  display: none;
}

.bookdemobtn a:hover {
  color: coral;
  background-color: #fff;
  border-color: coral;
}
button#play-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.discoverdollar.com/hubfs/videobg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
  transition: all .3s;
  border-radius: 20px;

}

button#play-button span {
  font-size: 100%;
  height: 45px;
  width: 90px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  border: 1px solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 8px;
  transition: all 0.4s;
}

button#play-button span svg {
  width: 35px;
  height: 35px;
  transition: all .3s;
}

button#play-button span svg path {
  fill: #fff;
}

button#play-button:hover span {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

video#my-video {
  border-radius: 20px;
}

.media-div .inner-media  {
  position: relative;
  z-index: 2;
}

.media-div .inner-media:after {
  content: '';
  position: absolute; 
  right: -25px;
  top: 25px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  z-index: -1;
  background-color: rgba(252,120,41,.35);
  border-radius: 20px;
}
.main-videotext .mainvideo-flex .media-div {
  width: 100%;
  display: flex;
  align-items: center;
}

.main-videotext .mainvideo-flex .content-div {
  padding-right: 120px;
}

video#my-video {
  max-width: 451px;
  height: 285px;
  border-radius: 20px !important;
}
#video-container {
  position: relative;
  background: #000;
  border-radius: 20px;
}
.main-videotext .mainvideo-flex .content-div {
  position: relative;
}

.main-videotext .mainvideo-flex .content-div:after {
  content: '';
  width: 40px;
  height: 40px;
  background: coral; 
  border-radius: 50%;
  position: absolute;
  right: 20%;
}

.cstm-event-details-shoptalk .row-fluid-wrapper .row-depth-1.row-number-1.dnd-section, .hs-blog-listing .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section, .cstm-webinar-details .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-blog-listing .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-case-study .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .hs-content-id-44117839707 .row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section, .cstm-solutions .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-about .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .cstm-solutions-by-function .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  position: relative;
  overflow: hidden;
}

.cstm-event-details-shoptalk .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-webinar-details .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-blog-listing .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-case-study .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .hs-content-id-44117839707 .row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section:after, .cstm-solutions .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-about .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .cstm-solutions-by-function .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:after, .hs-blog-listing .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section:after {
  content: '';
  position: absolute;
  right: -23px;
  top: 0; 
  width: 50px;
  height: 50px;
  background: #ff9950;
  border-radius: 50%;
}

.cstm-event-details-shoptalk .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-webinar-details .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-blog-listing .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-case-study .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .hs-content-id-44117839707 .row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section:before, .cstm-solutions .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-industry .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-about .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before, .cstm-solutions-by-function .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:before {
  content: '';
  position: absolute;
  left: -80px;
  bottom: 40px;
  width: 160px;
  height: 160px;
  background: #fed0b4; 
  border-radius: 50%;
}

footer .row-number-1:after, footer .row-number-1:before {
  display: none;
}

.main-videotext {
  padding: 37px 0 140px;
}

.hs-content-id-44117839707 .row-number-3.dnd-section, .hs-content-id-44117839707  .row-number-7.dnd-section {
  background-color: #f8f8f8;
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}

.hs-content-id-44117839707 footer .row-number-3.dnd-section, .hs-content-id-44117839707 footer .row-number-7.dnd-section{
  box-shadow: none !important;
}

.hs-content-id-44117839707 .row-number-3.dnd-section h2.heading, .main-procu-pro h2, .main-calculator  h2.heading, .home-blog h2.heading {
  max-width: 920px;
  color: #203f4b;
  text-align: center;
  margin: 0 auto 60px;
  font-family: Roboto,sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56.35px;
}

.main-logolist .main-logoflex {
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 30px;
  column-gap: 44px;
}

.main-logolist .main-logoflex img {
  width: 75%;
  height: 35px !important;
  object-fit: contain; 
}

.main-logolist .main-logoflex .logo-item {
  width: 13%;
}

.main-our-work h2{
  color: #000;
  text-align: center;
  font-family: Raleway,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 62px;
  margin-top: 20px;
}

.main-our-work h2 a, .main-procu-pro h2 span{
  color: #10b3b0;
  text-decoration: none;
  display: inline;
}

.our-work-scale {
  margin: 0;
}

.ourwork-flex h3.score {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 75px;
}

.ourwork-flex p.score-title{
  color: #10b3b0;
  text-align: center;
  text-transform: capitalize;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.our-work-scale .inner-itemscore {
  width: 25%;
  padding: 20px;
}

.main-procu-pro .rte {
  max-width: 95%;
  color: #3f545a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  line-height: 33px;
  margin-bottom: 50px;
}

.main-calculator .inner-main-flex .content-div h1 {
  color: #203f4b;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway,sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  padding: 0 12px;
}

.main-calculator .inner-main-flex .content-div p {
  color: #3f545a;
  margin-bottom: 0;
  padding: 12px;
  font-size: 14px;
  line-height: 25.28px;
}

.main-calculator .inner-main-flex .icon-text-div .itemdiv {
  background-color: #fff;
  border: 0.5px solid #d2d2d2;
  border-radius: 10px;
  transition: all .2s;
  box-shadow: 4px 0 10px rgba(0,0,0,.12);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.main-calculator .inner-main-flex .icon-text-div {
  column-gap: 20px;
  margin: 20px 0;
}

.main-calculator .inner-main-flex .bottomtext a {
  color: #10b3b0;
  font-size: 13px;
  display: flex;
  gap: 5px;
  padding: 25px 10px 20px;
}





.main-calculator .inner-main-flex .innerimg img {
  /* max-width: 333px !important; */
  /* height: 333px !important; */
  -webkit-animation-name: bob-on-hover-float, bob-on-hover;
  animation-name: bob-on-hover-float, bob-on-hover;
  -webkit-animation-duration: 1.5s, 2.5s;
  animation-duration: .5s, 2.5s;
  -webkit-animation-delay: 0s, .5s;
  animation-delay: 0s, .5s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  transform-style: preserve-3d;
  will-change: transform;
}

@-webkit-keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.main-calculator .inner-main-flex .content-img {
  width: 32%;
}

.main-calculator .inner-main-flex .content-div p.iconcont {
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.main-calculator .icon-text-div .itemdiv:hover {
  background-color: rgba(16,179,176,.29);
}
/* .calculator-wrapper {    width: 100%; height: 200px; background-color: #fff; border: 0.5px solid #cfcfcf; border-radius: 16px; margin-top: 72px; margin-left: auto; margin-right: auto; padding-top: 0; padding-left: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.09);} */

.home-blog h2.heading{
  color: #000;
}
.cstmgridblog {
  gap: 30px;
}

.cstmgridblog .cstmblog-details a {
}

.cstmgridblog .cstmblog-details h2 {
  color: #193447;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 8px;
  font-family: Raleway,sans-serif;
  font-size: 13px; 
  font-weight: 700;
  line-height: 22px;
  height: 78px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cstmgridblog .cstmblog-details h2 a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  font-family: Raleway,sans-serif;
}

.cstmgridblog  img.hs-blog-post-listing__post-image.hs-blog-post-listing__post-image--grid {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  border-radius: 12px;

}
.blog-info.cstmblog-details {
  position: relative;
}
.blog-info.cstmblog-details .cstmread-more.cstm-read {
  position: absolute;
  top: ;
  bottom: -5px;
}

.content-block a.hs-blog-post-listing__post-image-wrapper {
  display: flex;
}

.content-block.blog {
  background: #fff;
  border-radius: 12px;
}

.cstmgridblog  a.cstm-read {
  font-size: 13px;
  line-height: 25px; 
  color: #10b3b0;
  position: relative;
  z-index: 1;
  width: fit-content;
  display: inline-block;
  padding: 9px;
}

.cstmgridblog  a.cstm-read:before {
  content: '';
  position: absolute;
  background: url(https://www.discoverdollar.com/hubfs/63ef7bedd841fcc4409d90cd_ArrowRight.svg) no-repeat;
  background-size: contain;
  right: -14px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999;
}

.cstmblog-details {
  padding: 10px;
}

.cstmbtn-div {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.cstmbtn-div a.cstmbtn.button {
  min-height: 41px;
  min-width: 150px;
  color: #fff;
  text-transform: none;
  background-color: coral;
  border: 2px solid coral;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.cstmbtn-div a.cstmbtn.button:hover {
  color: coral;
  background-color: #fff;
  border-color: coral;
}


/* SOLUTION and industry PAGE */
.cstm-solutions .main-videotext .mainvideo-flex .media-div, .cstm-solutions-by-function .main-videotext .mainvideo-flex .media-div, .cstm-blog-listing .main-videotext .mainvideo-flex .media-div {
  width: 65%;
}
.cstm-industry .main-videotext .mainvideo-flex .media-div {
  width: 82%;
}
.cstm-about .main-videotext .mainvideo-flex .media-div {
  width: 53%;
}
.cstm-about .main-videotext .mainvideo-flex .content-div {
  padding-right: 150px;
}
.media-div .inner-media img {
  border-radius: 20px;
  height: 285px !important;
  object-fit: cover;
}

.btndiv-cstm.mob{
  display: none; 
}

/* about page css */
.cstm-about h2 { 
  max-width: 920px;
  color: #222;
  text-align: center;
  margin: 0 auto 60px;
  font-family: Roboto,sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 56.35px;
}


.cstm-about .main-videotext h2.heading{
  text-align: left;
}

.cstm-about div#hs_cos_wrapper_widget_1690970338563 img{
  width: 100%;
  height: 472px !important;
  object-fit: contain;
}

.cstm-about .abt-sec .abtrte .hs_cos_wrapper p:first-child {
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-family: Raleway,sans-serif;
}

.cstm-about .abt-sec .abtrte .hs_cos_wrapper p:last-child {
  color: rgba(36,54,89,.53);
  font-size: 13px;
  text-align: center;
  margin-bottom: 12px;
  font-family: 'Raleway';
}

.abt-flex {
  display: flex;
  align-items: center;
}

.abtimg {margin-right: 50px;}

.abtcont {
  width: 50%;
}

.abtimg-cont {
  max-width: none;
  background-color: #fff;
  border: 0.5px solid #ebeffa;
  border-radius: 8px;
  flex: 1;
  justify-content: flex-end;
  padding: 48px 32px 0;
  box-shadow: 0px 10px 20px rgba(0, 58, 208, 0.05);
}

.abtimg-g {
  display: flex;
}

.abtimg-g img {
  width: 300px;
  margin: 0 auto;
}

.inner-abt p {
  color: #5c5c5e;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px;
}

.result-output {
  border-top: 2px solid #222;
  margin-top: 40px;
  padding-top: 30px;
}

.result-flex {
  display: flex;
  justify-content: space-between;
}

.result-flex h2 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 75px;
  text-align: left;
}

.result-flex p {
  color: #10b3b0;
  text-align: left;
  text-transform: capitalize;
  font-family: Raleway,sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  width: 80%;
}

.result-output .item-grid-result {
  width: 25%;
  text-align: left;
}

.cstm-about .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section {
  background-color: #f8f8f8;
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}
div#hs_cos_wrapper_widget_1690971160905 .main-logolist .main-logoflex {
  gap: 50px;
}

div#hs_cos_wrapper_widget_1690971160905 .main-logolist .main-logoflex .logo-item {
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#hs_cos_wrapper_widget_1690971160905 .main-logolist .main-logoflex img {
  height: 100px !important;
  object-position: top !important;
}


/* Career page */
.career_header {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.career_header h2 {
  text-align: center;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
}

.career_header h2 span {
  color: #11b3b1;
}
.main-multiclm h4.title {
  color: #1a3c67;
  margin-bottom: 12px;
  font-family: Raleway,sans-serif;
  font-weight: 600;
  font-size: 16px;
  min-height: 50px;
  line-height: 28px;
}

.main-multiclm .main-multi-flex {
  display: flex;
  gap: 39px;
}

.main-multiclm .clm-grid {
  width: 25%;
}

.main-multiclm .main-multi-flex .rte {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto';
  padding: 0;
  text-align: left;
}

.main-multiclm .multi-img {
  margin-bottom: 14px;
}
div#hs_cos_wrapper_widget_1690978780986 h2 {
  text-align: center;
  font-family: 'Roboto';
  color: #203f4b;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cstmtestimonials {
  width: calc(100% - 60px);
  margin: auto;
}
.cstmtestimonials img {
  object-fit: contain;
  height: auto !important;
}

.cstmtestimonials .owl-nav [type="button"] {position: absolute; top: 50%; transform: translateY(-50%); background-color: #a3a3a3 !important; border-radius: 100%; width: 30px !important;
  height: 30px !important; display: flex; align-items: center; justify-content: center; min-width: auto; min-height: auto;}
.cstmtestimonials .owl-nav .owl-prev {left: -40px !important; right: auto;}
.cstmtestimonials .owl-nav [type="button"] span {font-size: 34px; line-height: 0; position: absolute; top: 13px; color: #fff;}
.cstmtestimonials .owl-nav .owl-next {right: -40px; left: auto;}

.cstmtestimonials .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  margin-bottom: 32px;
}

.cstmtestimonials .owl-dots .owl-dot span {
  background: #ccc !important;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: all .3s;
}

.cstmtestimonials .owl-dots button {
  min-width: 10px;
  min-height: 10px;
  display: flex;
  max-width: fit-content;
  gap: 0;
}

button.owl-dot.active {
}

.cstmtestimonials .owl-dots button.active span, .cstmtestimonials .owl-dots button:hover span {
  background: #000 !important;
}
.cstm-white-paper-report .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section {
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}

/* case study  */
.cstm-case-study .main-blog-list img {
  background: rgba(219,217,217,.38);
  object-fit: contain;
}

.cstm-case-study .cstmgridblog img.hs-blog-post-listing__post-image.hs-blog-post-listing__post-image--grid {
  object-fit: contain;
  padding: 13px;
}

.cstm-case-study .cstmgridblog .cstmblog-details h2 {
  font-size: 20px;
  line-height: normal;
  height: 55px;
}

.cstm-case-study .cstmblog-details .rte { 
  padding: 0 10px;
}

.cstm-case-study .cstmblog-details .rte, .cstmblog-details .rte p{
  font-size: 12px ;
  font-weight: 500;
  line-height: 25px;
  height: 60px;
}

.cstm-case-study .cstmgridblog a{
  font-size: 16px;
}


/* case study single page */

.cstm-target .main-videotext .mainvideo-flex .content-div img.headinglogo, .cstm-abinbev .main-videotext .mainvideo-flex .content-div img.headinglogo {
  width: 300px;
}

.cstm-target .main-videotext h2.heading, .cstn-abinbev  .main-videotext h2.heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 20px;
  width: 85%;
  letter-spacing: 1px;
}
.cstm-target .row-fluid-wrapper.row-depth-1.row-number-5.dnd-section, .cstm-target  .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section, .cstm-abinbev .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-background-color.dnd-section, .cstm-abinbev .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.dnd_area-row-3-background-color {
  box-shadow: 0 0 25px rgba(83,83,83,.25);
}

.catmtarget-text .text-flex { 
  display: flex;
  gap: 20px;  
}

.catmtarget-text .text-flex h4.heading {
  color: #000;
  letter-spacing: normal;
  padding: 8px;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  min-height: auto;
  font-size: 18px;
}

.rte {
  width: 100%;
  color: #193447;
  text-align: justify;
  letter-spacing: normal;
  text-transform: none;
  padding: 8px;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  line-height: 28px;
}

.catmtarget-text  .text-target-left {
  background: #fff !important;
  padding: 20px;
  border-radius: 12px;
}

.catmtarget-text .list-flex {
  display: flex;
  text-align: left;
}

.catmtarget-text .text-target-right {
  background: rgba(16,179,176,.15);
  padding: 12px;
  border-radius: 12px;
  width: 199%;
  text-align: center;
}

.catmtarget-text a.popupbtn.button {
  border: 2px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  background-color: coral;
  border-color: coral;
  min-height: 41px;
  min-width: 130px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.catmtarget-text a.popupbtn.button:hover {
  background: #fff;
  border-color: coral;
  color: coral;
}
.cstm-target  .main-videotext .bookdemobtn a, .cstm-abinbev .main-videotext .bookdemobtn a  {
  width: fit-content;
}

/* abhinav */

.cstm-abinbev .catmtarget-text .text-target-left {
  width: 100%;
}

.cstm-abinbev .inner-text-1 {
  width: 50%;
}

.cstm-abinbev .inner-text-2 {
  width: 50%;
}
.innerpopup-g {
  display: flex;
}
/* custom css end without responsive*/

.headerdiv * {
  color: #fff;
  margin-bottom: 10px;
}

/* blog single post */

.hs-blog-post h1 .hs_cos_wrapper_meta_field {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  white-space: inherit;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.hs-blog-post .feat-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
} 

.hs-blog-post  time.blog-post__timestamp, .hs-blog-post  .blog-post__meta, .hs-blog-post  .blog-post__tags, .blog-listing__post-tags,.hs-blog-post  .blog-listing__post-author, .hs-blog-post  time.blog-listing__post-timestamp,.hs-blog-post  .blog-listing__post-summary{
  display: none;
}

.hs-blog-post .blog-post__body {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'Raleway' !important;
}

.hs-blog-post  .blog-post__body * {
  font-family: Montserrat,sans-serif !important;
  list-style: none;
}

.hs-blog-post  .blog-post__body strong {
  font-weight: 600;
}

.hs-blog-post  .blog-post__body ul {
  padding-left: 0;
}

.blog-post-section.ts-related {
  background-color: #f5f9fe;
}

.blog-post-section.ts-related h2.blog-listing__heading {
  max-width: 95%;
  color: #000;
  text-align: center;
  margin: 0 auto 30px;
  font-family: Roboto,sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 56.35px;
}
.blog-post-section.ts-related {
  background-color: #f5f9fe;
}

.blog-post-section.ts-related h2.blog-listing__heading {
  max-width: 95%;
  color: #000;
  text-align: center;
  margin: 0 auto 30px;
  font-family: Roboto,sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 56.35px;
}

.blog-post-section.ts-related h2.blog-listing__post-title a, h2.blog-listing__post-title {
  min-height: 60px;
  color: #193447;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px;
  font-family: Raleway,sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  font-weight: 600 !important;
  display: inline-block;
}

.blog-post-section.ts-related a.blog-listing__post-button.button {
  background: transparent;
  border: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: #10b3b0;
  position: relative;
  z-index: 5;
  width: fit-content;
  display: inline-block;
  padding: 9px;
}

.blog-post-section.ts-related h2.blog-listing__post-title a {
  padding: 0;
}

.blog-post-section.ts-related a.blog-listing__post-button.button:before {
  content: '';
  position: absolute;
  background: url(https://www.discoverdollar.com/hubfs/63ef7bedd841fcc4409d90cd_ArrowRight.svg) no-repeat;
  background-size: contain;
  right: -14px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999;
}

.blog-post-section.ts-related article.blog-listing__post.card img.blog-listing__post-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.blog-post-section.ts-related article.blog-listing__post.card {
  object-fit: cover;
  background-color: #fff;
  border-radius: 12px;
}
.blog-post-section.ts-related  .blog-listing--card .blog-listing__post-image-wrapper {
  height: auto;
}

.blog-post-section.ts-related  .blog-listing__post-content{
  padding: 8px;
}


/*****Carrer Page*****/
#hs_cos_wrapper_widget_1690979179474 .hs_cos_wrapper_type_rich_text {padding-bottom: 32px !important; display: block;}
#hs_cos_wrapper_widget_1690979179474 .hs_cos_wrapper_type_rich_text h2 {margin-bottom: 12px;}
#hs_cos_wrapper_widget_1690979263035 .hs_cos_wrapper img, #hs_cos_wrapper_widget_1690979452618 .hs_cos_wrapper img, #hs_cos_wrapper_widget_1690979533356 .hs_cos_wrapper img {
  margin-bottom: 12px;}
#hs_cos_wrapper_widget_1690978774571 .hs_cos_wrapper img {max-width: 100%;}
#hs_cos_wrapper_widget_1690979018195 h2 {font-weight: 600; margin-bottom: 18px;}
#hs_cos_wrapper_widget_1690979018195 .hs_cos_wrapper_type_rich_text > div {line-height: 35px;}
#hs_cos_wrapper_widget_1690978886642 .hs_cos_wrapper h2 {font-weight: 600;}
#hs_cos_wrapper_widget_1690978927977 .hs_cos_wrapper > div {font-weight: 500;}
#hs_cos_wrapper_module_16914729927743 h2 {line-height: 54px;}
#hs_cos_wrapper_module_16914729927743 p {line-height: 33px; color: #3f545a;}

/*****News Page*****/
.cstm-news .row-number-1 {position: relative;}
.cstm-news .row-number-1::before {content: ''; position: absolute; left: -80px; bottom: 40px; width: 160px; height: 160px; background: #fed0b4; border-radius: 50%;}
.cstm-news .row-number-1::after {content: ''; position: absolute; right: -23px; top: 0; width: 50px; height: 50px; background: #fc7829; border-radius: 50%;}
.cstm-news .main-videotext .mainvideo-flex .content-div::after {width: 32px; height: 32px; right: 0; bottom: -60px;}
.cstm-news .main-videotext .rte {padding: 0;}
.cstm-news .row-number-3 {background-color: #f8f8f8; box-shadow: 0 0 25px rgba(83,83,83,.25);}
.cstm-news .cstmgridblog { gap: 20px; flex-wrap: wrap; justify-content: center;}
.cstm-news .cstmgridblog .cstmloadmore {width: calc(31.3% - 20px); padding-bottom: 10px;}
.cstm-news .cstmblog-details {text-align: center;}
.cstm-news .cstmgridblog .cstmblog-details h2 {color: #1a3c67; font-size: 16px; font-weight: 600; line-height: 28px; min-height: 135px;}
.cstm-news .cstmgridblog a.cstm-read {min-height: 41px; min-width: 130px; border-radius: 6px; padding: 0 15px; font-size: 14px; font-weight: 700; line-height: 15px; color: #fff; background-color: coral;
  transition: .4s linear; border: 1px solid coral; display: inline-flex; align-items: center; justify-content: center;}
.cstm-news .cstmgridblog a.cstm-read::before {display: none;}
.cstm-news .cstmgridblog a.cstm-read:hover {color: coral; background-color: #fff; border-color: coral;}
.cstm-news .row-number-5 {background-color: #f5f9fe; box-shadow: 0 0 25px rgba(83,83,83,.25);}
.cstm-news .mainWebinar {max-width: 1000px; margin: 0 auto;}
.cstm-news .mainWebinar .item {padding: 0 8px;}
.cstm-news .webinar-item {position: relative; background-color: #fff; border-radius: 12px;}
.cstm-news .webinar-item .web-info {padding: 20px;}
.cstm-news .webinar-item .web-info h3 {color: #193447; padding: 0; font-size: 13px; font-weight: 700; line-height: 22px; margin-bottom: 16px;}
.cstm-news #main-content .main-webinar .webinar-item img {width: 100% !important; max-width: 100% !important; height: 160px !important; object-fit: cover; border-radius: 12px;}
.cstm-news .webinar-item .web-info .weblink {color: #10b3b0; font-size: 14px;}
.cstm-news .mainWebinar .owl-nav [type="button"] {position: absolute; top: 50%; transform: translateY(-50%); background-color: #10b3b0 !important; border-radius: 100%; width: 30px !important;
  height: 30px !important; display: flex; align-items: center; justify-content: center; min-width: auto; min-height: auto;}
.cstm-news .mainWebinar .owl-nav .owl-prev {left: -40px !important; right: auto;}
.cstm-news .mainWebinar .owl-nav [type="button"] span {font-size: 34px; line-height: 0; position: absolute; top: 13px; color: #fff;}
.cstm-news .mainWebinar .owl-nav .owl-next {right: -40px; left: auto;}
.cstm-news .main-videotext .mainvideo-flex .media-div {width: 70%;}





/* home calculator form section */
.calculator-wrapper form {
  background: none;
  padding: 15px 0 0 6px;
}
/* caculator page */

.calculator-wrapper-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 0.5px solid #cfcfcf;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 12px;
  display: grid;
  box-shadow: 0 4px 20px rgba(0,0,0,.09);
}
.right-input-2 {
  height: auto;
  padding-top: 25px;
  padding-right: 0;
}
.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.left-input-2 {
  padding-top: 25px;
  padding-left: 0;
}
.right-input-2 {
  height: auto;
  /*     padding-top: 25px; */
  padding-right: 0;
}
.inside-left-2 {
  position: relative;
}
.inside-right {
  position: relative;
} 
.inside-left-2 {
  position: relative;
}
.inside-left-2 {
  position: relative;
}
.popover-2 {
  z-index: 1;
  width: 300px;
  color: #fff;
  background-color: #193447;
  border-radius: 8px;
  padding: 12px;
  font-family: Raleway,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  position: absolute;
  top: 220%;
  right: -130%;
}
.label-wrapper-2 {
  min-height: 45px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.div-block-149 {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}
.div-block-146 {
  width: 50%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}
.div-block-146.another {
  background-color: #10b3b0;
  border-radius: 16px;
  justify-content: flex-start;
  padding: 25px 20px 40px;
}
._2-column-grid-item.calculator-result {
  background-color: #193447;
  border-radius: 16px;
  padding: 25px 20px;
  display: flex;
  position: static;
}
.heading-51 {
  min-height: 60px;
  color: #10b3b0;
  text-align: left;
  letter-spacing: .09em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Raleway,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}
.div-block-148 {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.div-block-150 {
  align-items: flex-end;
  display: flex;
}
.heading-52 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
}
.dollar.primary-text {
  color: #10b3b0;
  line-height: 39px;
}
.heading-30.primary-text {
  color: #10b3b0;
  font-size: 40px;
  font-weight: 700;
}
.popover-container.with-calculator-container {
  /*     margin-bottom: 10px;
  margin-left: 20px; */
  margin-left:5px;
}
.popover-container {
  cursor: pointer;
  position: relative;
}
.popover-2.with-calculator-wrapper {
  background-color: #10b3b0;
}
.popover-2 {
  display: none;
  position: absolute;
  top: 130%;
  right: -130%;
  z-index: 1;
  width: 300px;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
}


.popover-2 p.popover-content {
  font-family: Raleway,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}
.popover-2 .popover-arrow{
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #193447;
  padding: 0;
  position: absolute;
  top: -27px;
  bottom: auto;
  left: auto;
  right: 3%;
}
.dollar.primary-text {
  color: #10b3b0;
  line-height: 39px;
}
.div-block-149 {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}
.custom-button.ripple.secondary.header-button.with-primary {
  color: #fff;
  background-color: coral;
  border-color: coral;
}
.submit-button-3.hide {
  display: none;
}
.submit-button-3 {
  text-align: center;
  background-color: #fc7829;
  border-radius: 16px;
  margin-top: 72px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page {
  text-align: center;
  margin-top: 0;
  display: none;
}
.custom-button.ripple.secondary.header-button.with-primary {
  color: #fff;
  background-color: coral;
  border-color: coral;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page.active {
  display: flex;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page.active:hover {
  color: #fc7829;
}
.custom-button.ripple.secondary.header-button.with-primary.go-to-calculate-page:hover {
  background-color: transparent;
}
.caculator-result-hero-wrapper {
  background-color: #ffe9de;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px 24px 60px;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
.popover-container.active-popover .popover, .popover-container.active-popover .popover-2 {
  display: block;
}
.right-input-2 {
  height: auto;
  /*     padding-top: 25px; */
  padding-right: 0;
}
.inside-right {
  position: relative;
}
.label-wrapper-2 {
  min-height: 45px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.revenue-grid-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}
.field-label-5 {
  color: #3f545a;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  font-family: Roboto,sans-serif;
  letter-spacing: 1px;
}
.revenue-grid-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}
.revenue-grid {
  flex: 1;
  padding-top: 8px;
}
.revenue-grid-value-3 {
  min-width: 110px;
  color: #3f545a;
  text-align: right;
  flex: none;
  margin-left: 8px;
  padding: 0;
  font-family: Roboto,sans-serif;
  font-weight: 700;
}

.flex-container.full-height {
  align-items: stretch;
}
.calculator-result-hero-section {
  /*     padding: 30px 40px */
}

.calculator-result-hero-section.mt-112 {
  max-width: 1100px; 
  margin: 0 auto;
  margin-top: 100px;
}

.caculator-result-hero-wrapper {
  background-color: #ffe9de;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px 24px 60px
}

.saving-card {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px;
  display: flex
}

.saving-card-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px
}

.saving-card-result {
  color: #10b3b0;
  text-align: center;
  padding: 16px;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px
}

.saving-card-subtitle {
  color: #193447;
  text-align: center;
  font-size: 20px;
  line-height: 41px
}

.saving-card-divider-container {
  align-items: center;
  padding: 30px 40px;
  display: flex
}

.saving-card-divider {
  width: 3px;
  height: 120px;
  background-color: #10b3b0
}

.saving-card-para {
  color: #193447;
  text-align: center;
  font-size: 13px;
  font-weight: 400
}

.form-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.with-result-page {
  width: 100%
}

.scroll-down {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.scroll-down-icon {
  width: 20px;
  margin-bottom: 25px
}

.text-block-5 {
  color: #000;
  font-family: Roboto,sans-serif;
  font-weight: 400
}

.result-section {
  background-color: #fff
}

.result-image {
  width: 100%
}

.more-result-container {
  position: relative
}

.more-result-button-wrapper {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}

.result-title-container {
  background-color: #10b3b0;
  padding: 30px
}

.result-title-logo-container {
  justify-content: flex-end;
  padding: 10px;
  display: flex
}

.image-94 {
  width: 240px
}

.result-title-wrapper {
  padding: 10px
}

.result-leakage-chart-container {
  padding: 25px
}

.result-leakage-chart-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding: 7px;
  display: flex
}

.result-leakage-chart-grid-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.result-leakage-chart-grid-item-value {
  color: #193447;
  margin-bottom: 10px;
  font-weight: 500
}

.result-leakage-chart-grid-item-type {
  color: #193447;
  margin-top: 10px
}

.result-leakage-chart-grid-item-chart {
  width: 100%;
  height: 100px
}

.result-leakage-chart-grid-item-chart.type-1 {
  height: 70px;
  background-color: #24dab8
}

.result-leakage-chart-grid-item-chart.type-2 {
  height: 20px;
  background-color: #80bfff;
  margin-bottom: 70px
}

.result-leakage-chart-grid-item-chart.type-3 {
  height: 40px;
  background-color: #5d2bd8;
  margin-bottom: 90px
}

.result-leakage-chart-grid-item-chart.type-4 {
  height: 40px;
  background-color: #2f2f30;
  margin-bottom: 130px
}

.result-leakage-chart-grid-item-chart.type-5 {
  height: 50px;
  background-color: #af9ced;
  margin-bottom: 170px
}

.result-leakage-chart-grid-item-chart.type-6 {
  height: 220px;
  background-color: #0e7aff
}

.result-leakage-chart-grid-item-chart.type-1 {
  height: 90px;
  background-color: #00d7b8
}

.result-leakage-chart-grid-item-chart.type-4 {
  height: 30px;
  background-color: #212121;
  margin-bottom: 190px
}

.result-leakage-chart-grid-item-chart.type-6 {
  height: 240px;
  background-color: #0e7aff;
  flex: 0 auto;
  margin-bottom: 0
}

.result-leakage-chart-grid-item-chart.type-2 {
  height: 60px;
  background-color: #80bfff;
  margin-bottom: 90px
}

.result-leakage-chart-grid-item-chart.type-3 {
  height: 40px;
  background-color: #5f3ada;
  margin-bottom: 150px
}

.result-leakage-chart-grid-item-chart.type-5 {
  height: 20px;
  background-color: #af9cec;
  margin-bottom: 220px
}

.result-leakage-chart-result-grid {
  padding: 20px
}

.result-leakage-chart-result-grid.with-about-page {
  width: 25%
}

.awards-grid-image {
  width: 85px;
  height: auto;
  object-fit: fill;
  object-position: 0% 0%;
  margin-left: auto;
  margin-right: auto
}

.awards-grid-image.large {
  width: 130px;
  object-fit: contain;
  object-position: 50% 0%
}

.core-values-image {
  width: 90%;
  height: 80vh;
  object-fit: contain
}

.our-story-founder-wrapper-para-wrapper {
  width: 90%;
  color: #000;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-size: 25px;
  line-height: 35px
}

.our-story-founder-wrapper-para {
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500
}

.our-story-founder-wrapper-para.sm {
  font-size: 16px;
  line-height: 24px
}

.our-story-founder-wrapper-para.with-founder-name {
  color: rgba(36,54,89,.53);
  font-size: 13px
}

.our-story-founder-wrapper-image-wrapper {
  width: 90%
}

.our-story-founder-wrapper-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.our-story-para {
  color: #5c5c5e;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px
}

.our-story-para.with-extra-size {
  font-size: 16px
}

.our-story-para.with-extra-size.with-m-0 {
  margin-bottom: 0
}

.div-block-140 {
  padding: 12px
}
.more-result-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.custom-button-wrapper {
  width: auto;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.title-with-border {
  padding: 15px 20px;
}
.text-block-11 {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  padding-right: 70px;
  font-family: Raleway,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}
.flex-container.result-leakage-chart-result-calculation {
  background-color: transparent;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.result-leakage-chart-result-grid {
  padding: 20px;
}
.discover-case-studies-grid.flex-column {
  text-transform: none;
}

.flex-column {
  flex-direction: column;
  display: flex;
}
.flex-grid.discover-case-studies-grid-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 900;
  line-height: 75px;
}
.flex-grid.discover-case-studies-grid-title.with-result-chart-result.white {
  color: #fff;
}
.flex-grid.discover-case-studies-grid-content {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.calculator-wrapper form select, .calculator-wrapper form input, form input[type='text'], .calculator-wrapper form input[type='email'], .calculator-wrapper form input[type='password'], .calculator-wrapper form input[type='tel'], .calculator-wrapper form input[type='number'], .calculator-wrapper form input[type='search'], .calculator-wrapper form select, .calculator-wrapper form textarea{
  height: 50px;
  color: #3f545a;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 13px;
  display: inline-block;
}

.calculator-wrapper form .label-wrapper-2 {
  flex: 1;
  font-family: Roboto,sans-serif;
  min-height: 58px;

}

.calculator-wrapper form .div-block-149 a {
  min-height: 41px;
  min-width: 150px;
  color: #1a1b1f;
  text-transform: none;
  background-color: transparent;
  border: 2px solid #1a1b1f;
  border-radius: 6px;
  padding: 0 15px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 41px;
}


.calculator-wrapper h1.heading-14-copy.dark {
  text-align: left;
  letter-spacing: .09em;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Roboto,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: inline-block;
  min-height: 50px;
  color: #193447;
  font-family: Raleway,sans-serif;
  line-height: 30px;
}

.calculator-wrapper h1.dollar {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
}

.calculator-wrapper  .heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto,sans-serif;
  font-size: 35px;
  line-height: 45px;
  display: inline-block;
}

.calculator-wrapper .calculator-result .popover-arrow.with-calculator-wrapper {
  border-bottom-color: #10b3b0;
}

.calculator-wrapper .calculator-result .div-block-145 {
  align-items: flex-end;
  display: flex;
}

.calculator-wrapper .calculator-result .div-block-146.another .popover-2.with-calculator-wrapper {
  background: #fff;
  color: #000;
}

.calculator-wrapper .calculator-result .div-block-146.another  .popover-arrow.with-calculator-wrapper.light {
  border-bottom-color: #fff;
}
.calculator-wrapper .calculator-result .div-block-146.another  .heading-30 {
  color: #193447;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.05;
}

.cstm-calculate-page .caculator-result-hero-wrapper .flex-container {
  display: flex;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-2 {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cstm-calculate-page .caculator-result-hero-wrapper h1.saving-card-title-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-result-2 {
  color: #10b3b0;
  text-align: center;
  padding: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-subtitle-2 {
  color: #193447;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
}

.cstm-calculate-page .caculator-result-hero-wrapper form input[type='email'] {
  vertical-align: middle;
  background-color: #fff;
  padding: 8px 12px;
  line-height: 1.42857;
  display: block;
  height: 50px;
  color: #193447;
  border: 1px solid #10b3b0;
  border-radius: 15px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  max-width: 310px !important;
  margin: 20px auto 5px;
}

.cstm-calculate-page .caculator-result-hero-wrapper form input.custom-button-4.w-button {
  margin-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  letter-spacing: normal;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
  min-height: 46px;
  min-width: 160px;
  color: #fff;
  text-transform: uppercase;
  border-color: #fc7829;
  background-color: #fc7829;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  display: flex;
}

.cstm-calculate-page .caculator-result-hero-wrapper form {
  background: none;
  border: 0;
  padding: 0;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-para-2 {
  color: #193447;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.cstm-calculate-page .caculator-result-hero-wrapper .flex-grid {
  width: 46%;
}

.cstm-calculate-page .caculator-result-hero-wrapper .saving-card-divider-2 {
  width: 3px;
  height: 120px;
  background-color: #10b3b0;
  padding-bottom: 0;
  padding-right: 0;
}

.cstm-calculate-page .caculator-result-hero-wrapper input::placeholder {
  color: #c4c4c4;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.cstm-calculate-page .caculator-result-hero-wrapper .text-block-6 {
  color: #000;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.cstm-calculate-page .caculator-result-hero-wrapper .flex-container.scroll-down-container {
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}


.result-title-logo-container, .result-title-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.result-title-logo-container img {
  max-width: 240px;
  width: 100%;
}

h2.custom-heading-2.with-result-container {
  font-family: Roboto,sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56.35px;
  color: #fff;
  text-align: left;
  margin: 0;
}

.result-title-container-2 {
  padding: 40px 0;
}

.result-leakage-chart-container, .more-result-container, .result-leakage-chart-result-calculation {
  max-width: 1100px;
  margin: 0px auto;
}

h2.custom-sub-heading-2.with-result-leackage-chart-container {
  color: #203f4b;
  font-family: Roboto,sans-serif;
  font-size: 28px;
  line-height: 54px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-weight: 500;
}

.flex-grid.result-leakage-chart-grid {
  padding: 8px;
  flex: 1;
  font-family: Roboto,sans-serif;
}

.result-leakage-chart-grid-item-type-2 {
  color: #193447;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.result-leakage-chart-result-calculation {
  display: flex;
  padding-bottom: 10px;
}
.more-result-button-wrapper a.custom-button-4.w-button {
  background-position: center;
  transition: background 0.8s;
  min-height: 41px;
  min-width: 160px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fc7829;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}
/* end caculator page */


htmlÂ {
  Â  scroll-behavior:Â smooth;
}

/* Webinar page */

.cstm-webinar-details .main-videotext h2.heading {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 0;
}

.cstm-webinar-details .main-videotext p {
  margin-bottom: 0;
}

.cstm-webinar-details  .main-videotext .rte .hs_cos_wrapper div p {
  font-weight: 500;
  color: #00a7ac;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.cstm-webinar-details  .main-videotext .rte .hs_cos_wrapper div {
  display: flex;
  gap: 10px;
}

.cstm-webinar-details .main-videotext .rte .hs_cos_wrapper div p:not(:first-child) {
  border-left: 1px solid #222;
  padding-left: 12px;
}

.cstm-webinar-details  .main-videotext .mainvideo-flex .content-div {
  padding-right: 72px;
  width: 58%;
}

.cstm-webinar-details .main-videotext .mainvideo-flex .media-div {
  width: 40%;
}

.cstm-webinar-details .media-div .inner-media img {
  object-fit: contain;
  /* background: linear-gradient(140deg, #0370d9 51%, #47d4e3 20%); */
  height: auto !important;
  width: 100%;
}

.cstm-webinar-details .main-videotext p {
  line-height: 2;
}
.webinar-details span.spanwebinar, .webinar-details .inner-details .imagewebinar {
  display: none;
}

.webinar-details .inner-details h3.title {
  font-size: 24px;
  font-weight: 600;
  /*     text-transform: uppercase; */
  margin-bottom: 0;
  text-align: left;
}


.webinar-details .inner-details .rte {max-width: 100%;margin: 0 auto;}

.webinar-details .inner-details .rte ul li {
  font-size: 16px;
}

.main-speakers {
  /* background: #e5fbff; */
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 60px;
}

.main-speakers h5.title {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.inner-speaker {
  width: 48%;
  padding: 15px;
  background: #10b3b0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
}

.webinar-details .inner-details .speaker-info .rte {
  max-width: 100%;
  margin: 0;
  font-size: 15px;
}

.inner-speaker * {
  color: #fff;
}

.inner-speaker .speaker-info h4.name {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.inner-speaker .speaker-info .desig {
  font-weight: 600;
  letter-spacing: 1px;
}



.event-form h3 {
  display: none;
}

.event-form form {
  background: #11b3b121;
  border-radius: 25px !important;
}

.event-form input.hs-button.primary.large {
  background: #174857;
  min-width: 150px;
  width: 150px;
}

.event-form input {
  border-radius: 7px;
}

.inner-speaker img {
  border-radius: 50%;
}

/* event page  */
.cstm-event-details-shoptalk .main-videotext .mainvideo-flex .content-div {
  width: 48%;
}

.cstm-event-details-shoptalk .main-videotext .mainvideo-flex .media-div {
  width: 60%;
}

.time-location {
  display: flex; 
  gap: 40px;
  margin-bottom: 30px;
}

.time-location .cartmtime, .time-location .cstmlocation {
  background: #11b3b11f;
  padding: 10px;
  border-radius: 15px;
  width: 50%;
}

.time-location img {
  /* background: #fff; */
  border-radius: 50%;
}

.maininfodeatils {
  padding: 40px 0;
}

.maininfodeatils h3 {
  font-weight: 600;
  letter-spacing: .5;
}

.fortitle {
  text-align: center;
}

.fortitle h4 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
.maininfodeatils p a {
  color: #078487 !important;
}
.fancybox-slide--html .fancybox-close-small {
  background: transparent !important;
  border: 0 !important;
  color: #10b3b0 !important;
}
.fancybox-content {
  padding: 0 !important;
}

div#hs_cos_wrapper_widget_1690876523665 .btndiv-cstm .innerbtn .button:hover, div#hs_cos_wrapper_widget_1690876523665 .btndiv-cstm .innerbtn .button:focus {
  color: #fff!important;
}

/* privacy pages */
.main-textcstm.ts-policy h2.heading {
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-family: Raleway,sans-serif;
  font-size: 51px;
}

.main-textcstm.ts-policy .rte strong {
  color: #1a3c67;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.main-textcstm.ts-policy .rte p, .main-textcstm.ts-policy .rte li, .main-textcstm.ts-policy .rte span {
  color: #757575;
  margin-bottom: 8px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}


/* legal page */
.footer-address-wrapper {
  margin-top: 0
}

.footer-address-wrapper.with-book-a-demo {
  margin-bottom: 30px
}

.footer-address-wrapper.mb-20 {
  margin-bottom: 20px
}

.footer-address-grid {
  color: #fff;
  margin-bottom: 4px;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 600
}

.footer-address-grid.light {
  font-weight: 400
}

.footer-address-grid.with-title {
  margin-bottom: 0;
  margin-right: 8px;
  font-weight: 400
}

.footer-address-grid.address-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px
}

.footer-address-grid.address-title.black {
  color: #1a3c67;
  text-transform: capitalize
}

.footer-address-grid.dark {
  color: #000
}

.footer-address-grid-link {
  color: #fff;
  font-family: Raleway,sans-serif;
  font-size: 14px;
  text-decoration: none
}

.footer-address-grid-link:hover {
  color: #10b3b0
}

.footer-address-grid-link.dark {
  color: #000
}

.footer-address-grid-link.dark:hover {
  color: #10b3b0
}

.footer-address-grid-link.dark.with-legal-notice {
  margin-right: 12px
}

.footer-logos-wrapper {
  flex: 1
} 

.flex-container.start.mb-12 {
  justify-content: flex-start;
  display: flex;
}
.footer-address-wrapper {
  margin-bottom: 20px;
}
body .main-videotext  a.custom-link, body .main-videotext  a.custom-link.active, body .main-videotext  a.custom-link:active, body .main-videotext  a.custom-link:focus, body .main-videotext  a.custom-link:hover, body .main-videotext  a.custom-link:visited {
  color: #10b3b0 !important;
}

.home-blog h2.heading {
  font-size: 51px;
}

div#hs_cos_wrapper_module_1691145328188 span {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 18px !important;
}

div#hs_cos_wrapper_module_1691145328188 {
  max-width: 45%;
  margin-bottom: 20px;
}
div#hs_cos_wrapper_module_16908902695582 div span, div#hs_cos_wrapper_module_16908902695582 div a, #hs_cos_wrapper_module_16908902820465 div span + span, #hs_cos_wrapper_module_16908902820465 div a {
  font-family: Raleway,sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
}

footer .row-number-11.footer-row-2-max-width-section-centering h4 {
  font-family: 'Roboto' !important;
  font-weight: 600;
}

#hs_cos_wrapper_widget_1690895366100 .social-follow__icon:hover, #hs_cos_wrapper_widget_1690895366100 .social-follow__icon:focus {
  background-color: transparent;
}
header .main-header ul.exo-menu p a {
  position: relative;
  border: 0;
  color: #203f4b !important;
  text-transform: capitalize;
  padding: 0 !important;
  width: 100%;
  flex: 0 auto; 
  margin-bottom: 8px; 
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
}
.cstm-target .main-videotext .mainvideo-flex .media-div, .cstm-abinbev .main-videotext .mainvideo-flex .media-div{
  width: 43%;
}
.inner-logolist .heading {
  text-align: center;
}
.cstm-discoverdollar-ssow .main-videotext .mainvideo-flex .media-div {
  display: none;
}

.cstm-discoverdollar-ssow .main-videotext .mainvideo-flex .content-div {
  padding-right: 0;
}
.cstm-discoverdollar-ssow .maininfodeatils {
  padding-bottom: 0;
}

.cstm-discoverdollar-ssow div#hs_cos_wrapper_widget_1693234094557 {
  margin-top: -50px;
}
a#detailed {
  border: 1px solid black ;
  background: transparent;
  color: black;
}

a#detailed:hover{
  color: #fff9f9;
  background-color: #12829b;
  border: 1px solid #12829b;
  transition: .9s;
}
.popover-container.with-calculator-container img {
  width: 15px;
}
h1.dollar.dark {
  color: #193447;
}
.cstmblog-header-section .blog-post__meta{margin-top:10px}
.cstmblog-header-section .blog-post__meta a.blog-post__author-name{letter-spacing:.5px}
.main-content-article .feat-img{margin:0 auto}
.hs-blog-post .main-content-article .blog-post__body{padding:0}
.hs-blog-post .main-content-article .blog-post__body p{color:#3f545a;margin-bottom:0;padding:0;font-size:14px!important;line-height:31px!important}
.hs-blog-post .main-content-article .blog-post__body h2,.hs-blog-post .main-content-article .blog-post__body h2 span{color:#203f4b!important;margin-top:0;margin-bottom:25px;font-family:Raleway,sans-serif!important;font-size:24px;font-weight:700!important;line-height:46px;padding:0;text-transform:capitalize!important}
.main-content-article .blog-post__tags{gap:20px}
.main-content-article .blog-post__tags span.icon--light,.main-content-article .social-sharing span.social-sharing__share-text{font-family:Raleway;font-weight:700;padding-bottom:5px;border-bottom:1px solid #11b3b1}
.main-content-article .blog-post__tags ul l1{padding:10px 0}
.main-content-article .blog-post__tags ul l1 a.blog-post__tag-link{position:relative;font-family:Raleway,sans-serif;font-weight:600;font-size:15px;border:0;color:#203f4b!important;letter-spacing:1px;text-transform:capitalize}
.main-content-article .social-sharing{display:flex;flex-wrap:wrap;column-gap:20px;max-width:180px}
.main-content-article .social-sharing span.social-sharing__share-text{max-width:100%;width:100%}
.main-content-article .social-sharing a.social-sharing__link{margin-bottom:0!important; padding:0 !important;}
.main-content-article .social-sharing a.social-sharing__link .social-sharing__icon{background:0 0!important;padding:0 !important;}
.main-content-article .social-sharing a.social-sharing__link svg path{fill:#425b76;transition:.1s linear}
.main-content-article .social-sharing a.social-sharing__link:hover svg path{fill:#ff7f50}
.main-content-article{padding-bottom:0}
.main-content-article .blog-post__tags span.icon--light, .main-content-article .social-sharing span.social-sharing__share-text {font-weight: 600 !important;}
.cstmblog-header-section{padding:0 20px}
.main-content-article .feat-img{margin:0 auto!important}
h1.blog-index__tag-heading{color:#203f4b;font-family:Roboto,sans-serif;font-size:45px!important;font-weight:700;line-height:56.35px;margin-bottom:20px}
.blog-index__tag-header{padding:0}
.blog-index__post-content a{color:#203f4b;font-family:Raleway,sans-serif;letter-spacing:0}
.blog-index__post-content p{font-size:15px!important;line-height:30px}
.popular h3,.recent h3,.tag h3{color:#203f4b}
.recent #hs_cos_wrapper_post_listing ul{list-style:square;padding-left:20px}
.popular-post-items .post-item-image .hs-featured-image{height:60px;object-fit:cover}
.popular-post-items h6.post-item-title,.popular-post-items h6.post-item-title a{font-size:19px;line-height:30px;margin-top:-5px;margin-bottom:5px}
.popular-post-items .post-summary,.popular-post-items .post-summary *{font-size:13px;line-height:24px!important}
.popular.sidebar-bg{padding:14px}
.popular-post-items .post-item-image{width:20%}
.popular-post-items .post-item-text{width:80%} 
.blog-listing__header a.blog-listing__post-title-link {color: #000;padding: 0;margin: 0;font-size: 16px;font-weight: 500;}
.blog-listing__header h2.blog-listing__post-title {padding: 0;}




@media(max-width:767px){
  .main-content-article{flex-direction:column-reverse;justify-content:space-between;row-gap:40px;padding-bottom:0!important}
  .main-content-article .rightdiv{width:100%;display:flex;gap:15px}
  .main-content-article .leftdiv{width:100%}
  .main-content-article .rightdiv hr{display:none}
  .main-content-article .blog-post__tags{width:70%}
  .main-content-article div#hs_cos_wrapper_social_sharing{width:30%}
  #hs_cos_wrapper_social_sharing .social-sharing__share-text{margin-top:3px}
  .main-content-article .blog-post__tags ul{display:flex;align-items:center;flex-wrap:wrap;column-gap:7px;margin-bottom:0}
  .main-content-article .blog-post__tags ul li,.main-content-article .blog-post__tags ul li a{white-space:nowrap!important}
  .main-content-article .blog-post__tags a.blog-post__tag-link{white-space:nowrap;font-size:13px!important}
  .main-content-article .blog-post__tags ul l1{padding:5px 0}
  .cstmblog-header-section .innercontent{padding:60px 0}
  .blog-post-section{padding:60px 0 30px}
  .cstmblog-header-section h1 span#hs_cos_wrapper_name{font-size:24px;max-width:450px}
  .hs-blog-post .main-content-article .blog-post__body h2,.hs-blog-post .main-content-article .blog-post__body h2 span{margin-bottom:8px;font-size:18px}
  .main-content-article .social-sharing{column-gap:11px}
  .anoucementbar p.cstmrich, .anoucementbar p.cstmrich a {font-size: 14px;}
  .anoucementbar p.cstmrich a {
    display: inline-block;     margin-top: 12px;
  }
}
@media(max-width:479px){
  .hs-blog-post .feat-img img{height:auto}
  .main-content-article .rightdiv{flex-direction:column;row-gap:10px}
  .main-content-article .blog-post__tags{width:fit-content}
  .main-content-article .blog-post__tags ul{flex-direction:column;justify-content:flex-start;align-items:flex-start}
  .main-content-article div#hs_cos_wrapper_social_sharing{width:100%}
  .cstmblog-header-section .innercontent{padding:40px 0}
  .cstmblog-header-section h1 span#hs_cos_wrapper_name{text-align:center;font-size:21px}
  .cstmblog-header-section time.blog-post__timestamp{text-align:center}
  .blog-post__author{justify-content:center;margin-bottom:0}
  .anoucementbar p.cstmrich a {
    display: inline-block;     margin-top: 3px;font-size: 12px;
  }
  .anoucementbar p.cstmrich{
    font-size: 12px;
  }
}