:root {
  --white: #ffffff;
  --black: #000000;
  --basicDarkColor: #061235;
  --nightRider: #333333;
  --midnightExpressColor: #261A28;
  --kashmirBlueColor: #556987;
  /* --dollyColor: #FAFF79; */
  --lightGray: #E4E4E4;

  --dewColor: #E9F9EB;
  --cornSilkColor: #FDF9E7;
  --hawkesBlueColor: #C2DDFF;
  --linenColor: #FCEFE5;
  --magnoliaColor: #EADBFF;
  --hawkesBlueGrayColor: #DCDEE6;
  --persianBlueColor: #0A2ECC;
  --aliceBlueColor: #F7F9FA;
  --manatee-color: #91949F;
  --kashmirBlue-color: #5D6980;
  --gainsboro: #DCDCDC;
  --rose-light-color: #FFF5F2;
  --alice-blue-color: #EFF2F4;
  --txt-color-dark: #2c3546;
  --hanPurple: #412EF5;
  --txt-color: #2d2d41;
  --lavenderBlueColor: #C9C4FD;

  /* --midnightExpressColor: #051235; */
  --yourPinkColor: #FCCBBE;
  --solitudeColor: #EAEFF6;
  --solitudeDarkColor: #DFE5EB;
  --dollyColor: #FBFF79;
  --stormGreyColor: #7C7C7E;
  --greyColor: #7A7A7A;
  --whiteSmoke: #F7F7F7;
  --cornFieldColor: #50E9C3;
  --whisper: #E9E9E9;
  --magnoliaColor: #ECE3FF;
  --serenadeColor: #FFE4D3;
  --paleTurquoiseColor: #ACFDF5;
  --pattensBlueColor: #C7E4FF;
}


.homepage-social-proof-content-link a i svg path {
  stroke: #261A28;
}

.homepage-social-proof {
  background: transparent !important;
}

.insiderSmsLibraryInfo>.container .row {
  flex: 1 0 50%;
  align-items: start;
  text-align: left;
}

.insiderSmsLibraryInfo>.container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

@media screen and (min-width:768px) {
  .homepage-social-proof-marquee {
    gap: 970px !important;
  }
}

@media screen and (max-width:768px) {

  .insiderSmsLibraryInfo>.container .row {
    flex: 1 0 100%;
    align-items: start;
    text-align: center;
  }

  .insiderSmsLibraryInfo>.container {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }


  div#filterByBtn {
    background: #EFEBE4;
  }

  .conversionTitle {
    width: 100% !important;
    background: transparent !important;
  }

  .homepage-social-proof-marquee {
    gap: 125vw !important;
  }
}

@media screen and (max-width:599px) {
  .homepage-social-proof-marquee {
    gap: 135vw !important;
  }
}

@media screen and (max-width:320px) {
  .homepage-social-proof-marquee {
    gap: 145vw !important;
  }
}

section#mayLikeSectionInfo {
  position: relative !important;
}

.footer-newsletter-form form input[type=submit] {
  margin: 4px !important;
}

.homepage-social-proof-content {
  background: #EFEBE4 !important;
}

.footer-newsletter-form form select {
  display: block !important;
}

.footer-newsletter-form form fieldset .field {
  height: 40px !important;
}

@media screen and (mmin-width:768px) {
  .footer-newsletter-form form {
    height: 64px;
  }
}

.homepage-call-to-action {
  position: relative !important;
}

footer#footer {
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-social-proof-marquee.opacity-scroll.order-2.order-lg-0.visible img:not(img.right-blur) {
  filter: invert(1);
}

img.left-blur,
img.right-blur,
img.left-mobile-blur,
img.right-mobile-blur {
  filter: brightness(0) saturate(100%) invert(84%) sepia(3%) saturate(414%) hue-rotate(20deg) brightness(110%) contrast(99%);
}

.homepage-social-proof-content * {
  color: #261A28 !important;
}

.homepage-social-proof-content:before,
.homepage-social-proof-content:after {
  background: #EFEBE4 !important;
}

section.homepage-analyst.light-theme {
  background: #EFEBE4;
}

.dropdown-menu.selectMenu {
  background: #EFEBE4;
}

#footer select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.footer .hs_industry_dropdown .input {
  position: relative;
}

.footer .hs_industry_dropdown .input:after {
  background: url(/images/select-icon-light.svg);
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 0.4s;
  width: 16px;
}

a#explore-templates,
.getDemoBtn,
input.hs-button.primary.large {
  display: inline-flex;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 22px;
  background: var(--brandExpress);
  border-radius: 60px;
  padding: 0 20px !important;
  gap: 8px;
  border-radius: var(--Radius-6XL, 80px);
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  box-shadow: 0 -1px 1px 1px var(--Shadow-Dark-M, rgba(38, 26, 40, 0.10)) inset, 0 1px 1px 1px var(--Shadow-Light-XL, rgba(239, 235, 228, 0.20)) inset, 0 6px 6px -3px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 3px 3px -1.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 1px 1px -0.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 0 0 1px var(--Shadow-Light-M, rgba(239, 235, 228, 0.10));
  transition: all .3s ease-in-out;
}

a#explore-templates:hover,
.getDemoBtn:hover {
  color: var(--white);
  font-weight: 500;
  opacity: 1;
  border-radius: 12px;
  transition: all .3s ease-in-out;
}

.insiderSmsDetails.visible_logic {
  background: #EFEBE4;
}

section.insiderSmsLibraryInfo .row {
  text-align: center;
}

section.insiderSmsLibraryInfo .row {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#desktop-modal .hs-richtext a {
  color: #051236 !important;
}

.modal .modal-dialog {
  height: unset;
}

#desktop-modal .hs-form fieldset>div {
  margin: unset !important;
}

#desktop-modal .hs-form .hs_submit input,
#desktop-modal .hs-form .hs-submit input {
  font-size: unset !important;
  line-height: unset !important;
  outline: unset !important;
  transition: unset !important;
  border-radius: 360px;
  transition: all .5s ease-in-out !important;
}

#desktop-modal .hs-form .hs_submit input:hover,
#desktop-modal .hs-form .hs-submit input:hover {
  border-radius: 12px;
  transition: all .5s ease-in-out !important;
}

#desktop-modal .row,
#desktop-modal .hs-form fieldset {
  display: flex;
  justify-content: center;
  flex-wrap: unset;
}

@media only screen and (min-width:767px) {

  #desktop-modal .row,
  #desktop-modal .hs-form fieldset {
    gap: 20px;
  }

  section {
    padding: unset;
    position: unset !important;
    z-index: unset !important;
  }
}

#desktop-modal .hs-form fieldset.form-columns-2>div:first-of-type {
  max-width: unset;
  margin-right: unset;
  padding-left: unset;
  padding-right: unset;
}

#desktop-modal .hs-form fieldset label {
  line-height: unset;
  font-size: unset;
  color: unset;
  font-weight: unset;
  text-align: unset;
}

#desktop-modal .hs-form fieldset label .hs-form-required {
  color: unset;
}

#desktop-modal .hs-form fieldset.form-columns-2>div:first-of-type {
  margin-right: unset;
}

#desktop-modal .hs-form fieldset div.input {
  margin-top: unset;
}

#desktop-modal .hs-form fieldset div.input input,
#desktop-modal .hs-form fieldset div.input select,
#desktop-modal .hs-form fieldset div.input textarea {
  background: unset;
  border: unset;
  box-shadow: unset;
  outline: unset;
  color: unset;
  font-weight: unset;
  font-size: unset;
  border-bottom: unset;
  padding: unset;
}

#desktop-modal .hs-form fieldset.form-columns-2>div:last-of-type {
  max-width: unset;
  margin-left: unset !important;
}

#desktop-modal .hs-form fieldset.form-columns-2>div {
  padding-left: unset;
  padding-right: unset;
}


body {
  font-family: "Gilroy", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: var(--nightRider) !important;
  line-height: 184.4% !important;
  -webkit-overflow-scrolling: touch !important;
}

html {
  scroll-behavior: smooth !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover {
  color: var(--primary-color);
  outline: none;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  list-style: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.otf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.otf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.otf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.otf");
  font-weight: 700;
  font-display: swap;
}

.mainContainer {
  width: 100%;
}

/***  ***/

.headerSection {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 52px 0 35px;
  z-index: 99999;
  transition: all 1s ease-in-out;
}

.headerFixed {
  background: rgba(255, 255, 255, 0.85);
  padding: 33px 0 35px;
  box-shadow: 0 1px 6px 0 rgba(5, 18, 53, 0.15);
}

.headerInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerTopSpace {
  width: 100%;
  height: 137px;
}

.headerFilterInfo {
  display: none;
}

.headerInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smsMarketingInfo {
  margin-top: 55px;
  margin-bottom: 20px;
}


.insiderSmsLibraryInfo {
  width: 100%;
  background: linear-gradient(0deg, #EFEBE4 0%, #EFEBE4 100%);
}


.smsHeading {
  font-size: 40px;
  color: #261A28;
  font-weight: 400;
  line-height: 60px;
  width: 100%;
  font-family: 'Red Hat Display';
  margin-bottom: 14px;
}

.smsMarketingText {
  font-size: 25px;
  font-weight: 400;
  color: var(--midnightExpressColor);
  line-height: 34px;
  margin-bottom: 44px;
}

.smsMarketingImg {
  margin-left: 30px;
}

/***  ***/
.filterLibraryInfo {
  background: #EFEBE4;
  padding: 48px 0 54px;
}

.filterText {
  font-size: 20px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 27px;
  margin-bottom: 42px;
}

.filterBySectionInfo {
  background: var(--white);
  padding: 42px 0 54px;
}


.filterSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.filterSectionBox {
  position: relative;
  width: 100%;
}



.filterSection {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mobileFilterInfo {
  width: 164px;
  height: 47px;
  font-size: 18px;
  color: var(--midnightExpressColor);
  line-height: 21px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 36px;
  padding: 0 16px;
  box-shadow: 0 4px 10px 0 rgba(5, 18, 53, 0.15);
  background: var(--white);
  position: relative;
}

.mobileFilterInfo::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid var(--midnightExpressColor);
  border-left: 2px solid var(--midnightExpressColor);
  position: absolute;
  right: 22px;
  top: 18px;
  transform: rotate(-45deg);
}

.filterShow {
  z-index: 9;
}

.mobileFilterInfo.filterShow::before {
  top: 22px;
  transform: rotate(-225deg);
}

.mobileFilterInfo img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.selectDataInfo:not(:first-child) {
  margin-left: 28px;
}

.industrySelectInfo {
  width: 232px;
}

.selectInfo .btn {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  height: 46px;
  border-radius: 40px;
  box-shadow: 0 4px 10px 0 rgba(5, 18, 53, 0.15);
  padding: 0 19px 0 24px;
  background: var(--white);
  text-align: left;
  justify-content: start;
}

.selectInfo .dropdown-toggle::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid var(--midnightExpressColor);
  border-left: 2px solid var(--midnightExpressColor);
  position: absolute;
  right: 22px;
  top: 18px;
  transform: rotate(-45deg);
}

.selectInfo.show .dropdown-toggle::after {
  top: 22px;
  transform: rotate(-225deg);
}

.selectMenu {
  width: 428px;
  top: 14px !important;
  padding: 22px 12px 10px 20px !important;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 12px 0 rgba(5, 18, 53, 0.15);
}

.selectListMenu.industry-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}

.selectListItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: var(--midnightExpressColor);
  background: var(--white);
  border: 1px solid var(--whisper);
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 17px;
}

.selectListItem:not(:last-child) {
  margin-right: 9px;
}

.selectListItem .activeImg {
  display: none;
}

.selectListItem img,
.selectListItem svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.selectListItem.active,
.selectListItem:hover {
  font-weight: 600;
  color: var(--white);
  background: var(--midnightExpressColor);
}

.selectListItem.active .inActiveImg,
.selectListItem:hover .inActiveImg {
  display: none;
}

.selectListItem.active .activeImg,
.selectListItem:hover .activeImg {
  display: block;
}

/* .selectListItem.active svg path, .selectListItem:hover svg path{
  fill: var(--white);
  stroke: var(--white);
} */

.industrySelectInfo .selectMenu {
  width: 340px;
}

.customerSelectInfo {
  width: 306px;
}

.customerSelectInfo .selectMenu {
  width: 100%;
}

.businessSelectInfo {
  width: 232px;
}

.businessSelectInfo .selectMenu {
  width: 100%;
}

/***  ***/

.insiderSmsDetails {
  background: #EFEBE4;
  padding: 19px 0 70px;
}

.itemBoxInfo {
  display: flex;
  width: 290px;
  background: url(../images/item-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  perspective: 1000px;
  margin: 26px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.06) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.10) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
  border-radius: 45px;
  box-shadow: 0 12px 12px -6px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 6px 6px -3px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 3px 3px -1.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 1px 1px -0.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 0 0 1px var(--Shadow-Dark-M, rgba(38, 26, 40, 0));
  ;
}

.itemInnerInfo {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .itemBoxInfo:hover .itemHoverInfo {
    top: 0;
  }
}

.showItemBoxInfo {
  top: 0 !important;
}




.itemDataInfo {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 24px 0;
}

.itemBgImageInfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
  padding: 12px 8px;
}

.itemHoverInfo {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  padding: 2px;
  transition: top 300ms ease-in-out;
}

.user-tag {
  font-size: 13px;
  color: var(--black);
  line-height: 11px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 16px;
  margin-bottom: 25px;
}

.tag-item-color-1 {
  background: #F4482B;
  color: #fff;
}

.tag-item-color-2 {
  background: var(--cornFieldColor);
}

.tag-item-color-3 {
  background: var(--cornFieldColor);
}

.tag-item-color-4 {
  background: var(--cornFieldColor);
}

.tag-item-color-5 {
  background: var(--cornFieldColor);
}

.item-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--basicDarkColor);
  text-align: center;
}

.item-listing-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0 10px;
}

.item-listing-icon {
  display: flex;
  margin-bottom: 10px;
  width: 25px;
}

.item-listing-icon img {
  width: 100%;
}

.metrics-icon {
  width: 25px;
}

.item-listing-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black);
  text-align: center;
}

.item-listing-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--nightRider);
}

.selectedFilters {
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.selectedFilters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  margin: 16px 11px 0;
  height: 25px;
  border: 1px solid var(--whisper);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  color: var(--midnightExpressColor);
  background-color: var(--white);
}

.selectedFilters button span {
  padding: 0;
  margin-right: 6px;
  font-size: 28px;
  font-weight: 300;
}

.selectedFilters button:hover {
  background-color: var(--black);
}

/***  ***/
.mayLikeSlider .slick-slide {
  margin: 0 20px;
}

.mayLikeSlider .slick-arrow {
  width: 32px;
  height: 70%;
  top: 0;
  transform: translate(0, 0);
  border-radius: 4px;
}

.mayLikeSlider .slick-next {
  /* background-image: linear-gradient(to left, #1f1f1f 13%, rgba(105, 105, 105, 0.5) 99%); */
  right: 0;
}

.mayLikeSlider .slick-next::before {
  content: '' !important;
  display: flex;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--midnightExpressColor);
  border-right: 4px solid var(--midnightExpressColor);
  transform: rotate(45deg);
  margin-left: 0;
  z-index: 2;
  position: relative;
}

.mayLikeSlider .slick-next::after {
  content: '' !important;
  display: flex;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--white);
  border-right: 4px solid var(--white);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -18px;
  z-index: 1;
  position: relative;
}

.mayLikeSlider .slick-prev {
  /* background-image: linear-gradient( to right, #1f1f1f, #cfcfcf); */
  /* background-image: linear-gradient(to right, #1f1f1f 13%, rgba(105, 105, 105, 0.5) 99%); */
  left: 0;
  z-index: 99;
}

.mayLikeSlider .slick-prev::before {
  content: '' !important;
  display: flex;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--midnightExpressColor);
  border-left: 4px solid var(--midnightExpressColor);
  transform: rotate(-45deg);
  margin-left: 15px;
  z-index: 2;
  position: relative;
}

.mayLikeSlider .slick-prev::after {
  content: '' !important;
  display: flex;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--white);
  border-left: 4px solid var(--white);
  transform: rotate(-45deg);
  margin-left: 13px;
  margin-top: -18px;
  z-index: 1;
  position: relative;
}

/*** ***/
.resultNotFound {
  font-size: 26px;
  font-weight: 600;
  color: var(--midnightExpressColor);
  text-align: center;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.empty-data {
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin: 12px 0 50px;
}

.empty-data img {
  height: 276px;
  margin-bottom: 26px;
}

.empty-details p {
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  font-weight: 300;
  margin-bottom: 0;
}

.empty-detail-space {
  margin-top: 24px;
}

.empty-details a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

/***  ***/
.mayLikeSection {
  background: var(--solitudeColor);
  padding: 48px 0;
}

.mayLikeInfo {
  margin-top: 20px;
}

.mayLikeSlider {
  height: 380px;
}

/* .slick-slide:not(:first-child) {
  padding-left: 40px;
} */
.mayLikeSliderItem {
  padding: 0;
}

.mayLikeImgInfo {
  margin-bottom: 34px;

}

.mayLikeDetailText {
  font-size: 20px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 1.2;
}

/***  ***/
.growthStartupSection {
  background: var(--white);
  padding: 82px 0;
}

.growthStartLogoInfo {
  width: 100%;
  margin-top: 28px;
}

.growthStartLogoInfo .growthStartLogoSlider {
  display: flex;
  height: 90px;
  overflow: hidden;
}

.growthStartLogo {
  padding: 0 15px;
  display: flex;
}

.growthLogoItem {
  width: 209px !important;
  text-align: center;
}

.growthLogoItem:not(:first-child) {
  margin-left: 30px;
}

/*** ***/
.marketingReportSection {
  background: var(--yourPinkColor);
  padding: 48px 0;
}

.marketingReportLeftSide {
  display: flex;
  align-items: center;
  padding-right: 80px;
}

.marketingReportDetails {
  display: flex;
  flex-direction: column;
}

.marketingReportTitle {
  line-height: 63px !important;
}

/** **/
.sectionHeading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 28px 0;
}

.sectionSubHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 48px 0;
}


.setionDemoBtn {
  padding: 0 70px;
  border-radius: 50px;
  font-size: 22px;
  color: var(--midnightExpressColor);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  white-space: normal;
  background: linear-gradient(270deg, rgba(79, 220, 206, 1) 0%, rgba(172, 253, 245, 1) 100%);
}

.setionDemoBtn:hover {
  font-weight: 700;
  color: var(--midnightExpressColor);
  background: linear-gradient(90deg, rgba(79, 220, 206, 1) 0%, rgba(172, 253, 245, 1) 100%);
}

.flex {
  display: flex;
}

.whiteText {
  color: var(--white);
}

.blackText {
  color: var(--black);
}

.lh-base {
  line-height: 1.5;
}

.lh-lg {
  line-height: 1.6;
}

.mobileData {
  display: none;
}

.primaryBtn {
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 60px;
  background: var(--midnightExpressColor);
}

.primaryBtn:hover {
  font-weight: 700;
  color: var(--white);
  opacity: 0.8;
}

.secondaryBtn {
  padding: 0 24px 0 30px;
  border-radius: 50px;
  font-size: 22px;
  color: var(--midnightExpressColor);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  white-space: normal;
  background: var(--yourPinkColor);
  border: 3px solid var(--midnightExpressColor);
}

.secondaryBtn:hover {
  font-weight: 700;
  color: var(--midnightExpressColor);
  background: var(--yourPinkColor);
  opacity: 0.8;
}

.readMoreArrow {
  display: flex;
  height: 16px;
  margin-left: 14px;
}

.readMoreArrow img {
  max-height: 100%;
}

.marketingEffortsSection {
  background: var(--midnightExpressColor);
  padding: 48px 0;
}

/*** footer style ***/

.footer {
  background: var(--solitudeDarkColor);
  padding: 48px 0 16px;
}

.footerPlatformInfo {
  display: flex;
  margin-bottom: 26px;
}

.footerPlatformImg {
  width: 94px;
  margin-right: 24px;
}

.footerPlatformText {
  font-size: 14px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 1.5;
  flex: 1;
}

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

.footerLogoInfo a {
  width: 67px;
  margin-bottom: 24px;
}

.footerLogoInfo a:not(:last-child) {
  margin-right: 34px;
}

.footerCommunity {
  font-size: 14px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 21px;
  margin-bottom: 24px;
}

.footerFormInfo {
  display: flex;
  height: 46px;
  border-radius: 55px;
  border: 1px solid var(--midnightExpressColor);
}

.footerFormBox {
  width: 100%;
  display: flex;
  padding: 4px 0 6px;
}

.footerInput {
  width: 50%;
  display: flex;
  padding: 0 38px;
}

.footerInput input {
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  color: var(--stormGreyColor);
  line-height: 13px;
  border: none;
  background: none;
}

.footerInput input:focus {
  border: none;
}

.footerSelect {
  width: 50%;
  display: flex;
  border-left: 1px solid var(--midnightExpressColor);
  padding: 0 80px;
}

.footerSelect select {
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  color: var(--stormGreyColor);
  line-height: 13px;
  border: none;
  background: none;
}

.footerSubmitBtn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--dollyColor);
  line-height: 15px;
  background: var(--midnightExpressColor);
  padding: 0 54px;
  border-radius: 0 55px 55px 0;
}

.footerSubmitBtn:hover {
  font-weight: 700;
  color: var(--dollyColor);
  opacity: 0.8;
  text-decoration: none;
}

.footerNoteInfo {
  font-size: 10px;
  font-weight: 600;
  color: var(--stormGreyColor);
  line-height: 18px;
  margin: 14px 0;
}

.footerInsiderInfo {
  font-size: 18px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 34px;
}

.footerNewestImg {
  width: 28px;
  margin-left: 14px;
}

.footerLinkSection {
  padding: 10px 0 100px;
}

.footerLinkHeading {
  font-size: 16px;
  font-weight: 700;
  color: var(--midnightExpressColor);
  line-height: 20px;
  margin-bottom: 15px;
}

.footerLinkIndInfo {
  display: flex;
}

.footerLinkIndustSide {
  width: 45%;
  padding-right: 15px;
}

.footerLinkResourSide {
  width: 55%;
}

.footerLink {
  margin: 0;
  padding: 0;
}

.footerLink li {
  font-size: 14px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 16px;
  margin-bottom: 15px;
}

.footerLink a {
  font-size: 14px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 16px;
  cursor: pointer;
}

.footerLinkTopSpace {
  margin-top: 30px;
}

.footerGuideLink {
  margin: 0;
  padding: 0;
}

.footerGuideLink li {
  font-size: 13px;
  font-weight: 500;
  color: var(--midnightExpressColor);
  line-height: 22px;
}

.copyRightInfo {
  font-size: 11px;
  color: var(--greyColor);
  font-weight: 400;
  line-height: 14px;
  margin-right: 24px;
}

.footerBottomLink {
  display: flex;
}

.footerBottomLink a {
  font-size: 11px;
  color: var(--greyColor);
  font-weight: 400;
  line-height: 14px;
  margin: 0 17px;
}

.footerBottomLink a:hover {
  color: var(--greyColor);
}

.socialLink {
  width: 17px;
  display: flex;
}

.socialLink:not(:first-child) {
  margin-left: 17px;
}

/*** Fliter Side ***/
.leftFliterSideInfo {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: var(--white);
  overflow-x: hidden;
  padding: 24px 15px;
}

.fliterCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 42px;
  color: var(--midnightExpressColor);
  padding: 4px;
}

.fliterBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 28px 15px 48px;
  position: relative;
  z-index: 1;
  margin-top: 4vh;
}

.fliterDetailInfo {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fliterTitle {
  font-size: 18px;
  color: var(--midnightExpressColor);
  line-height: 21px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 14px 0 26px 16px;
}

.fliterTitle img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.fliterSelectData {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.filterItemDataInfo {
  margin-bottom: 12px;
}

.fliterSelectMenu {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  transform: none !important;
  padding: 0 20px 12px;
  margin-top: 12px;
  background: none;
}

.fliterFromRow {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.fliterFromRow input {
  margin: -2px 11px 0 0;
}

.fliterFromRow input[type=checkbox]:checked {
  accent-color: var(--midnightExpressColor);
}

.fliterFromRow label {
  font-size: 14px;
  color: var(--midnightExpressColor);
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  flex: 1;
}

.filterBottomBtn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
}

.filterBottomBtn .applyBtn {
  display: inline-flex;
  width: 60%;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 22px;
  background: var(--brandExpress);
  border-radius: 60px;
  padding: 0 50px !important;
  gap: 8px;
  border-radius: var(--Radius-6XL, 80px);
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  box-shadow: 0 -1px 1px 1px var(--Shadow-Dark-M, rgba(38, 26, 40, 0.10)) inset, 0 1px 1px 1px var(--Shadow-Light-XL, rgba(239, 235, 228, 0.20)) inset, 0 6px 6px -3px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 3px 3px -1.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 1px 1px -0.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 0 0 1px var(--Shadow-Light-M, rgba(239, 235, 228, 0.10));
  transition: all .3s ease-in-out;
}

.filterBottomBtn .applyBtn:hover {
  font-weight: 700;
  color: var(--white);
  opacity: 0.8;
}

#filterSpace {
  height: 0;
}

.filterModalBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 237px 24px 24px;
  z-index: 2;
}

.filterOverlayModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 65, 65, 0.34);
  z-index: 1;
}

.mobileFilterShow {
  display: block;
}

#filterFixed.filterBox {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 26px;
}

.smsMarketingImgInfo {
  display: flex;
  align-items: flex-end;
}

@media (min-width: 768px) and (max-width: 1199px) {

  .user-tag {
    font-size: 11px;
  }

  .item-listing-title {
    font-size: 14px;
    line-height: 24px;
  }

  .item-listing-icon,
  .metrics-icon {
    margin-bottom: 5px;
    width: 18px;
  }

  .item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .item-listing-text {
    font-size: 12px;
    line-height: 20px;
  }

  .item-listing-row {
    margin: 14px 0 10px;
  }

}

/***  ***/


@media screen and (max-width:768px) {
  .user-tag {
    text-align: center;
    line-height: 15px;
  }

  .item-listing-text {
    text-align: center;
  }

  section.insiderSmsLibraryInfo .row {
    padding-top: 0;
  }

  .smsHeading {
    background: transparent;
    width: 100%;
    font-weight: 400;
  }

  .itemDataInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .user-tag {
    font-size: 17px;
  }

  .item-text {
    font-size: 23px;
  }

  .item-listing-title {
    font-size: 22px;
  }

  .item-listing-text {
    font-size: 20px;
  }


}


@media (min-width: 768px) and (max-width: 1024px) {

  .headerSection {
    padding: 35px 0;
  }

  .headerTopSpace {
    height: 120px;
  }

  .smsMarketingInfo {
    margin: 20px 0;
  }

  .smsHeading {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .smsMarketingText {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .smsMarketingImgInfo {
    display: flex;
    align-items: flex-end;
  }

  .filterLibraryInfo {
    padding: 45px 0;
  }

  .selectDataInfo:not(:first-child) {
    margin-left: 10px;
  }

  .selectInfo .btn {
    height: 44px;
    font-size: 16px;
    padding: 0 10px 0 15px;
  }

  .industrySelectInfo {
    width: 130px;
  }

  .customerSelectInfo {
    width: 200px;
  }

  .businessSelectInfo {
    width: 196px;
  }

  .getDemoBtn {
    display: none;
  }

  #filterFixed.filterBox {
    position: fixed;
    top: 35px;
    left: inherit;
    right: 40px;
    transform: none;
  }

  .mayLikeSection {
    padding: 40px 0;
  }

  .sectionHeading {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .mayLikeSlider {
    height: 340px;
  }

  .growthStartupSection {
    padding: 60px 0;
  }

  .sectionSubHeading {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 32px;
  }

  .footerLinkComparisonInfo {
    display: flex;
  }

  .footerLinkSection {
    padding: 30px 0 70px;
  }

  .footerLinkComparisonInfo .footerLinkMobLeftSide {
    width: 60%;
  }

  .footerLinkComparisonInfo .footerLinkMobRightSide {
    width: 40%;
    padding-left: 12px;
  }

  .footerLinkComparisonInfo .footerLinkMobRightSide .footerLinkTopSpace {
    margin-top: 0;
  }

  .footerBottomLink a {
    margin: 0 10px;
  }

  .socialLink:not(:first-child) {
    margin-left: 10px;
  }

  .marketingReportLeftSide {
    padding-right: 40px;
  }

  .marketingReportTitle {
    line-height: 48px !important;
  }

  .itemBoxInfo {
    width: 220px;
  }

  .itemDataInfo {
    padding: 80px 20px 0;
  }

  .itemHoverInfo {
    padding: 8px 7px;
  }

  .logoInfo {
    width: 95px;
  }

}

@media screen and (max-width:1440px) {
  .itemBoxInfo {}

}

@media (min-width: 1025px) and (max-width: 1199px) {
  .selectInfo .btn {
    font-size: 16px;
    padding: 0 10px 0 15px;
  }

  .industrySelectInfo {
    width: 135px;
  }

  .customerSelectInfo {
    width: 200px;
  }

  .businessSelectInfo {
    width: 196px;
  }

  .selectDataInfo:not(:first-child) {
    margin-left: 20px;
  }

  .itemBoxInfo {}

}

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

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 768px) {

  .headerSection {
    padding: 21px 7px 21px 11px;
  }

  .headerTopSpace {
    height: 92px;
  }

  .getDemoBtn {
    display: none;
  }

  .headerFilterInfo {
    display: block;
  }

  .smsMarketingInfo {
    text-align: center;
  }

  .smsHeading {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .smsMarketingText {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .smsMarketingInfo .primaryBtn {
    width: 50%;
  }

  .smsMarketingImg {
    margin: 24px 0 0;
  }

  .filterLibraryInfo {
    padding: 45px 5px;
  }

  .itemBoxInfo {}

  .itemDataInfo {
    padding: 90px 48px 0;
  }

  .webViewData {
    display: none;
  }

  /* .item-text {
    font-size: 20px;
    line-height: 28px;
  }

  .user-tag {
    padding: 5px;
    font-size: 13px;
    line-height: normal;
  }

  .item-listing-icon {
    margin-bottom: 10px;
    width: 25px;
  }

  .metrics-icon {
     width: 25px;
  }

  .item-listing-title {
    font-size: 20px;
  }

  .item-listing-text {
    font-size: 16px;
    line-height: 30px;
  } */

  .mobileData {
    display: block;
  }

  .mayLikeSection {
    padding: 62px 0;
  }

  .mayLikeSlider {
    height: auto;
    padding: 0;
  }

  .mayLikeImgInfo {
    display: flex;
    margin-bottom: 32px;
  }

  .mayLikeSliderItem {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
  }

  .mayLikeImgInfo img {
    height: 100%;
  }

  .mayLikeSlider .slick-slide {
    margin: 0;
    padding: 0 50px;
  }

  .mayLikeDetailText {
    width: 100%;
  }

  .growthStartupSection {
    padding: 47px 0 61px;
  }

  .growthStartupSection .sectionHeading {
    margin-bottom: 50px;
  }

  .growthStartLogoInfo marquee {
    height: 40px;
  }

  .growthLogoItem {
    width: 94px !important;
  }

  .growthLogoItem:not(:first-child) {
    margin-left: 14px;
  }

  .growthStartLogoSlider {
    height: 40px !important;
  }

  .marketingReportLeftSide {
    padding-right: 15px;
  }

  .marketingButtonInfo {
    display: flex;
    justify-content: center;
  }

  .marketingImageInfo {
    display: none;
  }

  .marketingReportSection {
    padding: 74px 0 77px;
  }

  .sectionHeading {
    font-size: 29px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 44px;
  }

  .sectionSubHeading {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 44px 0;
  }

  .selectedFilters button {
    margin: 16px 8px 0;
  }

  .marketingEffortsSection {
    padding: 51px 0;
  }

  .marketingEffortsSection .sectionHeading {
    margin-bottom: 28px;
  }

  .marketingEffortsSection .sectionSubHeading {
    margin: 0 0 44px;
  }

  .footer {
    padding: 25px 5px 27px;
  }

  .footerPlatformImg {
    width: 96px;
  }

  .footerPlatformInfo {
    margin-bottom: 27px;
  }

  .footerPlatformText {
    font-size: 12px;
    line-height: 16px;
  }

  .footerCommunity {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 17px;
  }

  .footerLogoInfo {
    display: none;
  }

  .footerFormInfo {
    flex-direction: column;
    height: auto;
    border-radius: 0;
    border: none;
    align-items: center;
  }

  .footerFormBox {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .footerInput {
    width: 80%;
    height: 32px;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid var(--midnightExpressColor);
    margin-bottom: 14px;
  }

  .footerInput input {
    text-align: center;
  }

  .footerSelect {
    width: 80%;
    height: 32px;
    border-radius: 30px;
    padding: 0 50px;
    border: 1px solid var(--midnightExpressColor);
    margin-bottom: 14px;
  }

  .footerSubmitBtn {
    height: 30px;
    border-radius: 30px;
  }

  .footerNoteInfo {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    padding: 0 18%;
  }

  .footerInsiderInfo {
    line-height: 26px;
    text-align: center;
  }

  .footerNewestImg {
    margin-left: 10px;
  }

  .footerLinkSection {
    padding: 40px 0 30px;
  }

  .footerLinkMobLeftSide {
    width: 60%;
  }

  .footerLinkMobRightSide {
    width: 40%;
  }

  .footerLinkComparisonInfo {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 15px;
  }

  .footerLinkComparisonInfo .footerLinkMobLeftSide {
    width: 40%;
    padding-left: 15px;
  }

  .footerLinkComparisonInfo .footerLinkMobRightSide {
    width: 60%;
  }

  .footerLinkIndInfo {
    flex-direction: row-reverse;
    margin: 35px 0 45px;
  }

  .footerLinkIndustSide {
    width: 40%;
    padding: 0 0 0 15px;
  }

  .footerLinkResourSide {
    width: 60%;
  }

  .footerLinkTopSpace {
    margin-top: 0;
  }

  .footerGuideLink li {
    font-size: 11px;
    line-height: 19px;
  }

  .mobileData .footerLogoInfo {
    display: flex;
    justify-content: center;
  }

  .mobileData .footerLogoInfo a:not(:last-child) {
    margin-right: 11px;
  }

  .mobileData .footerLogoInfo a {
    margin-bottom: 21px;
  }

  .footerCopyMobileInfo {
    flex-direction: column-reverse;
  }

  .footerCopyMobileInfo .justify-content-end {
    justify-content: center !important;
  }

  .copyRightInfo {
    text-align: center;
    margin: 24px 0 10px;
  }

  .copyMobileSection {
    flex-direction: column;
  }

  #filterFixed.filterBox {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    transform: none;
    z-index: inherit;
  }

  .marketingReportTitle {
    line-height: 35px !important;
  }

  .logoInfo {
    width: 95px;
  }

  .itemBgImageInfo {
    padding: 12px 10px;
  }

  .itemHoverInfo {
    padding: 12px 10px;
  }

}

@media (max-width: 375px) {
  .itemBoxInfo {}

  .itemDataInfo {
    padding: 90px 25px 0;
  }

  .setionDemoBtn {
    width: 90%;
    padding: 0;
  }
}

/* Gokhan Adds */

.modal.fade.pupup-modal.show {
  pointer-events: none !important;
}

#desktop-modal>div {
  max-width: 700px !important;
}

#desktop-modal .hs-message {
  display: none !important;
}

#oneTimeModalForm .hs-message {
  display: none !important;
}


#desktop-modal .hbspt-form .input input:not(#LEGAL_CONSENT\.subscription_type_7608382-2aec5096-b393-40dd-84c6-d05207024d73),
footer .hbspt-form .input input:not(#LEGAL_CONSENT\.subscription_type_7608382-9ecb910b-fbdc-426a-9494-135d47a0126a) {
  width: 100% !important;
  height: 40px !important;
}

#desktop-modal .hbspt-form label {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

#desktop-modal .hs-richtext h1 {
  font-size: 20px !important;
  margin-top: -30px !important;
  margin-bottom: 0px !important;
}

#desktop-modal form {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

#desktop-modal .form-columns-2 {
  flex-basis: 90% !important;
  max-width: none !important;
}

#desktop-modal .form-columns-1 {
  flex-basis: 90% !important;
  max-width: none !important;

}

#desktop-modal .hs_submit {
  flex-basis: 90% !important;
  max-width: none !important;

}

#desktop-modal .actions {
  display: flex !important;
  justify-content: center !important;
}

#desktop-modal .hs-error-msg {
  font-size: 10px !important;
  margin-top: -30px !important;
  color: red !important;
}

#desktop-modal .hs-button,
footer .hs-button {
  color: white !important;
  font-weight: 600 !important;
  border: none !important;
  margin-top: 20px !important;
  padding: 10px 100px !important;
  background-color: #061235 !important;
  font-family: Gilroy !important;
  margin-bottom: 40px !important;
}

.hs-button {
  cursor: pointer !important;
}


#desktop-modal .hbspt-form p {
  font-size: 12px !important;
  line-height: 1.2 !important;
  display: inline-block !important;
}

#desktop-modal .hbspt-form .input {
  margin-right: 0px !important;
  width: 100% !important;
  padding-left: 5px !important;
  padding-right: 5px !important;

}

#desktop-modal .hbspt-form .form-columns-2 .input {
  border: 1px solid grey;
  border-radius: 5px;
}


#desktop-modal .hbspt-form form-columns-2,
.hbspt-form form-columns-2 {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#desktop-modal h3 {
  text-align: center !important;
  font-family: Gilroy !important;
  font-weight: 700 !important;
  font-size: 23px !important;
  margin-top: 50px !important;
}

#desktop-modal h5 {
  text-align: left !important;
  font-family: Gilroy !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  margin-top: 20px !important;
  padding: 0 25px !important;
}

#desktop-modal .submitted-message p {
  text-align: center !important;
  font-family: Gilroy !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  margin-top: 20px !important;
  padding: 0 6% !important;
}

#desktop-modal .submitted-message p span {
  text-align: center !important;
  font-family: Gilroy !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  margin-top: 20px !important;
  padding: 0 6% !important;
}

#desktop-modal .form-columns-2 {
  display: flex;
}

/***   ***/
.pupup-modal .modal-dialog {
  max-width: 600px !important;
  margin: 0 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.pupup-modal .modal-iframe-full {
  max-width: 90% !important;
  height: 90% !important;
}

.pupup-modal .modal-iframe-full .close {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  width: 24px !important;
  height: 24px !important;
  background: var(--white) !important;
  border-radius: 50% !important;
  padding: 3px !important;
  border: 1px solid var(----gainsboro) !important;
  box-shadow: 0px 1px 10px rgba(15, 15, 78, 0.2) !important;
}

.pupup-modal .modal-iframe-full .close span {
  display: flex !important;
}

.pupup-modal .modal-formArea {
  max-width: 327px !important;
}

.pupup-modal .modal-iframe-full .popupContainer {
  height: 100% !important;
}

.pupup-modal .modal-content {
  height: 100% !important;
  box-shadow: 0px 1px 10px rgba(15, 15, 78, 0.2) !important;
}

.pupup-modal .close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 24px !important;
  z-index: 10 !important;
  opacity: 1 !important;
  outline: none !important;
}

.pupup-modal .modal-body {
  padding: 0 !important;
}

.popupContainer {
  width: 100% !important;
  background: var(--white) !important;
  overflow-y: scroll !important;
  border-radius: 5px !important;
}

#desktop-modal .hbspt-form label.hs-error-msg {
  display: block !important;
  line-height: 1.2 !important;
  margin-top: 10px !important;
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  /** Popup Style **/
  .pupup-modal .modal-body {
    display: flex;
  }

  .pupup-modal .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }

  .pupup-modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .pupup-modal .modal-formArea {
    max-width: 80%;
    height: auto;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    margin: 0;
  }

  .pupup-modal .modal-iframe-full {
    max-width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width:600px) {
  #desktop-modal .form-columns-2 {
    flex-wrap: wrap !important;
  }

  #desktop-modal h5 {
    padding: 0 6% !important;
  }
}

.dropdown-menu.show:not(.fliterBox .dropdown-menu.show) {
  transform: translate3d(0px, 46px, 0px) !important;
}

@media only screen and (max-width:767px) {
  #desktop-modal label {
    font-size: 4vw !important;
  }

  #desktop-modal .hbspt-form label {
    margin-top: 10px !important;
  }

  #desktop-modal .hs-button {
    padding: 3vw !important;
    width: 100% !important;
    font-size: 4vw !important;
    margin-top: 0 !important;
  }

  #desktop-modal .hbspt-form p {
    font-size: 2.5vw !important;
  }

  #desktop-modal h3 {
    font-size: 5vw !important;
    text-align: left !important;
    padding-left: 6% !important;
  }

  #desktop-modal h5 {
    font-size: 4vw !important;
  }

  #desktop-modal p {
    margin-bottom: 3vw !important;
  }

  #desktop-modal .hs-richtext p {
    margin-top: -5vw !important;
  }

  #desktop-modal .hs-form-booleancheckbox {
    margin-bottom: -4vw !important;
  }
}

.visible_logic {
  display: block;
}

.invisible_logic {
  display: none !important;
}

.button_holder {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background: #EFEBE4;
}

@media screen and (min-width:1200px) {
  .insiderSmsDetails.visible_logic {
    overflow-y: hidden;
    height: 680px;
  }
}

@media screen and (max-width:1199px) {
  .insiderSmsDetails.visible_logic {
    overflow-y: hidden;
    height: 500px;
  }
}

@media screen and (max-width:1024px) {
  .insiderSmsDetails.visible_logic {
    overflow-y: hidden;
    height: 520px;
  }
}

@media screen and (max-width:767px) {
  .insiderSmsDetails.visible_logic {
    overflow-y: hidden;
    height: 2340px;
  }
}

@media screen and (max-width:375px) {
  .insiderSmsDetails.visible_logic {
    overflow-y: hidden;
    height: 1965px;
  }
}

.form_opener {
  display: inline-flex !important;
}