:root {
  --white: #ffffff;
  --black: #000000;
  --nightRider: #333333;
  --whiteSmoke: #F7F7F7;
  --lightGreen: #E9F9EB;
  --gainsboro: #DCDCDC;
  --lightGray: #E4E4E4;
  --whisper: #E9E9E9;
  --midnightExpress: #061235;
  --hanPurple: #412EF5;
  --tropicalBlue: #BBD2E4;
  --spindle: #B1C0CE;
  --onahau: #BFF0FF;
  --cornField: #FFFCBF;
  --tuftBush: #FFD6BF;
  --cottonCandy: #FFBFDE;
  --mauve: #e6bfff;
  --appleGreen: #53b739;
  --royalBlue: #4474d5;
  --cosmicLatte: #DEF6E5;
  --primary-color: #592ef5;
  --txt-color: #2d2d41;
  --txt-color-dark: #2c3546;
  --rose-light-color: #FFF5F2;
  --dark-blue-color: #13005E;
  --silver-text: #C2C2C2;
  --nobel-color: #9E9E9E;
  --manatee-color: #91949F;
  --pine-green-color: #008069;

}

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

html {
  scroll-behavior: smooth;
}

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

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;
}

.banner-copy{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainContainer {
  width: 100%;
}

.whatsAppConversion {
  width: 100%;
  padding: 53px 0 0;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(255,164,114,0.17) 60%, rgba(139,160,255,0.25) 80%); */
  background:
    radial-gradient(farthest-side at 20% 100%,
      rgba(255, 255, 255, 1),
      transparent),
    radial-gradient(farthest-side at 50% 100%,
      rgba(255, 164, 114, 0.4),
      transparent 70%),
    radial-gradient(farthest-corner at 90% 50%,
      rgba(139, 160, 255, 0.4),
      transparent 90%);
}

.headerRow {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
}

.getDemoBtn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 19px;
  width: 145px;
  height: 50px;
  border-radius: 30px;
  background: var(--midnightExpress);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.whatsLeftData {
  padding-right: 40px;
}

.conversionTitle {
  font-size: 44px;
  color: var(--midnightExpress);
  font-weight: 700;
  line-height: 60px;
  padding: 0 60px 24px 0;
  margin: 0;
}

.whatsAppText {
  font-weight: 800;
  background: rgba(139, 160, 255, 1);
  /* background: linear-gradient(to right, var(--royalBlue) 0%, var(--appleGreen) 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.conversionSubTitle {
  font-size: 25px;
  font-weight: 500;
  color: var(--nightRider);
  line-height: 34px;
}

.explore-template-info {
  display: flex;
  align-items: center;
  padding-top: 44px;
}

.templates-btn {
  display: inline-flex;
  align-items: center;
  height: 70px;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 22px;
  background: var(--midnightExpress);
  border-radius: 60px;
  padding: 0 48px;
}

.templates-btn:hover {
  color: var(--white);
  font-weight: 700;
  opacity: 0.7;
}

.whatsConversionImgBox {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.whatsConversionImg {
  margin: 0;
}

/***  ***/
.filterData {
  background: var(--whiteSmoke);
  padding: 80px 0;
}

.filterBtnWrap {
  margin-bottom: 24px;
  display: none;
}

.filterBtn {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  line-height: 16px;
  height: 40px;
  background: var(--lightGray);
  border-radius: 40px;
  padding: 0 16px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.filterArrow {
  width: 12px;
  margin-left: 8px;
  transition: all 500ms ease-in-out;
}

.filterActive .filterArrow {
  transform: rotate(-180deg);
}

.filterActive .resultCount {
  position: relative;
  color: #fff;
  z-index: 3;
}

/*** ***/
.fliterSection {
  width: 100%;
}

.filterSticky .filterLabel {
  padding-top: 20px;
}

.filterSticky .filterList {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.filterSticky .filterList li {
  margin: 8px 8px 0 0;
}

.mobileApply {
  display: none;
}

.mobileApply .applyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 20px;
  background: var(--midnightExpress);
  border-radius: 3px;
  margin-top: 24px;
  border: 0;
}

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

.filterHeading {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  line-height: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--gainsboro);
  display: flex;
  justify-content: space-between;
}

.resultCount {
  font-size: 14px;
  font-weight: 500;
}

.resultCount span {
  font-weight: 600;
}

.filterLabel {
  font-size: 18px;
  color: var(--black);
  line-height: 20px;
  padding-top: 30px;
}

.filterList li {
  display: flex;
  margin-top: 14px;
}

.filterList li a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  color: var(--nightRider);
  font-weight: 600;
  line-height: 1;
  padding: 8px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid var(--whisper);
}

.filterList li .tab-icon {
  width: 24px;
  margin-right: 8px;
}

.filterList li .close-icon {
  width: 24px;
  margin-right: 8px;
  display: none;
}

.filterList li img {
  width: 100%;
}

.filterList li a:hover {
  color: var(--nightRider);
  box-shadow: 0px 4px 12px rgba(44, 52, 86, 0.15);
}

.filterList li a.active {
  color: var(--hanPurple);
  border-color: var(--hanPurple);
}

.filterList li a.active .tab-icon {
  display: none;
}

.filterList li a.active .close-icon {
  display: block;
}

/***   ***/
.filterDetails .colCards {
  margin-bottom: 32px;
}

.category-title{
  margin-bottom: 17px;
  font-size: 25px;
  font-weight: 600;
}

.data-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.data-tag-list {
  display: flex;
}

.data-user {
  display: flex;
  align-items: center;
  height: 22px;
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  line-height: 14px;
  padding: 0 8px;
  border-radius: 22px;
  margin-bottom: 12px;
}

.tag-color-1 {
  background: var(--cornField);
}

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

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

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

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

.data-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--midnightExpress);
  line-height: 29px;
}

.data-subTitle {
  font-size: 16px;
  color: var(--nightRider);
  line-height: 24px;
}

.data-listing {
  display: flex;
  flex-direction: column;
}

.listing-row {
  width: 100%;
  display: flex;
  margin-top: 24px;
}

.listing-icon {
  display: flex;
  align-items: flex-start;
  width: 16px;
  margin: 3px 14px 0 0;
}

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

.listing-data {
  display: flex;
  flex-direction: column;
}

.listing-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  line-height: 19px;
  padding-bottom: 12px;
}

.listing-details {
  font-size: 14px;
  color: var(--nightRider);
  line-height: 16px;
}

.data-btn {
  width: 100%;
  display: flex;
  margin-top: 36px;
  align-items: flex-end;
  flex: 1;
}

.message-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: var(--midnightExpress);
  line-height: 19px;
  border-radius: 60px;
  padding: 20px;
  border: 1px solid var(--black);
  white-space: nowrap;
}

.message-btn img {
  width: 20px;
  margin-right: 8px;
}

.message-btn:hover {
  font-weight: 600;
  color: var(--midnightExpress);
  background-color: var(--whiteSmoke);
}

.more-info {
  display: none;
  justify-content: center;
  padding-top: 32px;
}

.seeMore-btn {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  line-height: 22px;
  background: var(--midnightExpress);
  padding: 0 55px;
  border-radius: 60px;
}

.seeMore-btn:hover {
  color: var(--white);
  font-weight: 700;
  opacity: 0.7;
}

/** **/
.trusted-company {
  padding: 64px 0;
  background: var(--white);
}

.trusted-company .titleBox {
  font-size: 22px;
  line-height: 24px;
  color: var(--txt-color-dark);
  font-weight: 500;
  text-align: center;
}

.trusted-company .titleBox span {
  font-weight: bold;
}

.trusted-company-logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.trusted-company-logo li {
  width: 20%;
  margin-top: 48px;
  text-align: center;
}

.empty-data {
  text-align: center;
  margin: 12px 0 50px;
}

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

.empty-details p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  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;
}

/***  ***/
.customer-rated {
  background: var(--rose-light-color);
  padding: 48px 0 44px;
}

.customer-rated .title {
  font-size: 22px;
  line-height: 21px;
  color: var(--black);
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}

.customer-rated .title span {
  font-weight: bold;
}

.customer-rated-leader {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.customer-rated-leader li {
  padding: 0 22px;
}

.customer-rated-leader li img {
  width: 90px;
}

.customer-rated-leader li:nth-child(2) img {
  width: 99px;
}

/***   ***/
.schedule-demo {
  background: url(https://useinsider.com/whatsapp-templates-explorer/images/schedule-demo-bg.png) center center no-repeat var(--pine-green-color);
  background-size: cover;
  padding: 72px 0;
}

.schedule-data {
  text-align: center;
}

.schedule-demo .title {
  font-size: 22px;
  line-height: 26px;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.schedule-demo .subText {
  font-size: 22px;
  line-height: 26px;
  color: var(--white);
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.btnDemo {
  padding: 0 25px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--txt-color-dark);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  white-space: normal;
  background-color: var(--white);
  text-transform: uppercase;
}

/** Footer Style **/
footer {
  padding: 80px 0 50px 0;
  background-color: #f7f7f7;
}

footer h6 {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

footer .links {
  margin-bottom: 40px;
}

footer .links li {
  margin: 4px 0;
}

footer .links a {
  color: var(--txt-color);
  font-weight: 400;
}

footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

footer .links .ins-hiring {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-color);
}

.subscribeNewsLetter label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.subscribeNewsLetter .form-control {
  border: 0;
  border-radius: 0;
  height: 45px;
  max-width: 440px;
  border-bottom: 1px solid var(--txt-color);
}

.subscribeNewsLetter .btn {
  margin-top: 20px;
  color: #fff;
  background-color: var(--primary-color);
}

.subscribeNewsLetter .btn-submit {
  margin-top: 20px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 999px;
  padding: 0 15px;

}

.subscribeNewsLetter .checkbox input {
  margin-top: 6px;
}

.subscribeNewsLetter .checkbox label {
  margin-left: 10px;
  line-height: normal;
}

.subscribeNewsLetter .errorMsg {
  display: none;
}

.subscribeNewsLetter .invalid .errorMsg {
  display: block;
}

.subscribeNewsLetter .invalid .form-control {
  border-bottom-color: #dc3545;
}

.subscribeNewsLetter .valid .form-control {
  border-bottom-color: #28a745;
}

.subscribeNewsLetter .noteTxt {
  margin-top: 10px;
  font-size: 10px;
  line-height: normal;
}

.subscribeNewsLetter .noteTxt a {
  color: var(--txt-color);
  font-weight: 300;
}

.footerLogos {
  margin: 50px 0;
}

.footerLogos a {
  margin: 0 17px;
}

.footerLogos a img {
  width: 80px;
}

.footerLogos a:nth-child(2) img {
  width: 68px;
}

footer .icons a {
  margin-left: 20px;
}

footer .icons a:hover {
  text-decoration: none;
}

footer .icons a:hover svg {
  color: var(--primary-color);
}

footer .icons svg {
  fill: currentColor;
  color: var(--txt-color);
}

.footer .copyrightTxt {
  margin: 0 15px;
  font-weight: 400;
  flex: 1;
  text-align: center;
  line-height: normal;
}

/***   ***/
.pupup-modal .modal-dialog {
  max-width: 600px;
}

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

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

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

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

.topContent {
  width: 100%;
  padding-bottom: 32px;
}

.popup-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--midnightExpress);
  line-height: 24px;
  padding-bottom: 16px;
}

.popup-subTitle {
  font-size: 16px;
  color: var(--nightRider);
  line-height: 24px;
}

.popupBanner {
  width: 100%;
  background: var(--cosmicLatte);
  padding: 32px 12px 23px;
  height: 509px;
}

.bannerImage {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.popupButtonInfo {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px;
}

.receiveBtn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 327px;
  height: 48px;
  background: var(--midnightExpress);
  border-radius: 3px;
}

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

.mobileData {
  display: none;
}

.ipadConversion {
  display: none;
  padding-top: 24px;
}

/*** ***/
.whatsAppFormInfo {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 32px 8px;
}

.whatsForm-row {
  display: flex;
  width: 100%;
}

.whatsForm-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: 1;
  margin-bottom: 24px;
}

.whatsForm-item:not(:last-child) {
  margin-right: 32px;
}

.whatsAppFormInfo label {
  font-size: 14px;
  color: var(--midnightExpress);
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0 0 8px;
}

.whatsAppFormInfo label .requiredText {
  color: #ff0000;
}

.whatsAppFormInfo input {
  display: flex;
  height: 32px;
  font-size: 14px;
  color: var(--black);
  line-height: 17px;
  border: none;
  border-bottom: 2px solid var(--silver-text);
  outline: none;
}

.whatsAppFormInfo input::placeholder {
  color: var(--nobel-color);
}

.whatsAppFormInfo input.error {
  border-bottom: 2px solid #ff0000;
}

.whatsAppFormInfo .errorMessage {
  font-size: 12px;
  color: #ff0000;
  line-height: 14px;
}

.phoneNoInfo {
  display: flex;
  width: 100%;
  border-bottom: 2px solid var(--silver-text);
}

.phoneNoInfo select, .phoneNoInfo input {
  border: none;
  outline: none;
}

.phoneNoInfo select {
  max-width: 60px;
  font-weight: 700;
}

.whatsAppCheckInfo {
  width: 100%;
  display: flex;
}

.whatsAppCheckStatus {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--manatee-color);
  line-height: 20px;
}

.whatsAppCheckStatus a {
  color: var(--primary-color);
  padding-left: 4px;
}

.whatsAppCheckInfo input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: 1px solid var(--nobel-color);
}

/***   ***/
#whatsAppFormArea .modal-dialog {}

@media (min-width: 768px) and (max-width: 1024px) {
  .whatsAppConversion {
    padding: 48px 0 0;
  }

  .headerRow {
    margin-bottom: 48px;
  }

  .conversionTitle {
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 24px;
  }

  .explore-template-info {
    padding: 44px 0 48px;
  }

  .templates-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 0 38px;
  }

  .whatsLeftData {
    padding-right: 15px;
  }

  .ipadConversion {
    display: block;
  }

  .whatsLeftData .conversionSubTitle {
    display: none;
  }

  .conversionSubTitle {
    font-size: 20px;
    line-height: 30px;
  }

  .data-title {
    font-size: 20px;
    line-height: 24px;
  }

  .data-subTitle {
    font-size: 14px;
  }

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

  .listing-details {
    font-size: 12px;
    line-height: 14px;
  }

  .message-btn {
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 28px;
  }

  .message-btn img {
    width: 16px;
  }

  .seeMore-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 0 38px;
  }

  .customer-rated-leader li {
    padding: 0 19px;
  }

  .customer-rated-leader li img {
    width: 81px;
  }

  .customer-rated-leader li:nth-child(2) img {
    width: 91px;
  }



}

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

@media (max-width: 767px) {

  .whatsAppConversion {
    padding: 33px 9px 0;
    background:

      radial-gradient(farthest-side at 20% 100%,
        rgba(255, 164, 114, 0.3),
        transparent 45%),
      radial-gradient(farthest-corner at 90% 100%,
        rgba(139, 160, 255, 0.3),
        transparent 45%);
  }

  .headerRow {
    justify-content: center;
    margin-bottom: 28px;
  }

  .getDemoBtn {
    display: none;
  }

  .logoArea {
    text-align: center;
  }

  .conversionTitle {
    font-size: 36px;
    line-height: 46px;
    padding: 0 0 28px;
    text-align: center;
  }

  .explore-template-info {
    padding: 44px 0 36px;
    justify-content: center;
  }

  .whatsLeftData {
    padding-right: 15px;
  }

  .conversionSubTitle {
    font-size: 18px;
    line-height: 31px;
    text-align: center;
  }

  .whatsLeftData .conversionSubTitle {
    display: none;
  }

  .mobileData {
    display: block;
  }

  .whatsConversionImg {
    max-height: 340px;
  }

  .filterData {
    padding: 48px 9px 33px;
    position: relative;
    z-index: 1;
  }

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

  .filterBtn {
    display: inline-flex;
  }

  .mobileFilter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 96px 24px 24px;
    z-index: 2;
  }

  .filterShow {
    display: block;
  }

  .fliterSection {
    padding: 0 24px 24px;
    position: static;
    background: var(--white);
  }

  .filterHeading {
    display: none;
  }

  .mobileApply {
    display: block;
  }

  .filterDetails .colCards {
    margin-bottom: 24px;
  }

  .data-container {
    padding: 32px 24px;
  }

  .data-user {
    height: 20px;
    font-size: 10px;
    line-height: 12px;
  }

  .data-title {
    font-size: 16px;
    line-height: 22px;
  }

  .data-subTitle {
    font-size: 14px;
  }

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

  .listing-details {
    font-size: 12px;
    line-height: 14px;
  }

  .message-btn {
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 28px;
  }

  .message-btn img {
    width: 16px;
  }

  .more-info {
    padding-top: 16px;
  }

  .seeMore-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 0 38px;
  }

  .trusted-company {
    padding: 122px 5px 42px;
  }

  .trusted-company .titleBox {
    margin-bottom: 40px;
  }

  .trusted-company-logo li {
    width: 50%;
    margin: 0;
  }

  .customer-rated {
    padding-left: 5px;
    padding-right: 5px;
  }

  .customer-rated-leader li {
    padding: 0 19px;
  }

  .customer-rated-leader li img {
    width: 58px;
  }

  .customer-rated-leader li:nth-child(2) img {
    width: 77px;
  }

  .schedule-demo {
    padding: 58px 5px;
  }

  footer .links {
    text-align: center;
  }

  .footerLogos a {
    margin: 0 14px;
  }

  .subscribeNewsLetter .btn-submit {
    border-radius: 6px;
  }

  .footer .copyrightTxt {
    margin: 20px 0;
  }


  .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;
  }

  .popupBannerWrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

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

  #whatsAppFormArea .modal-body {
    flex-direction: column;
  }

  .topContent {
    padding: 32px 0;
  }

  .popupButtonInfo {
    padding: 32px 24px;
  }

  .popupBanner {
    min-height: 509px;
    flex: 1;
  }

  .receiveBtn {
    width: 100%;
  }

  .whatsAppFormInfo {
    padding: 0 24px 8px;
  }

  .whatsForm-row {
    flex-direction: column;
  }

  .whatsForm-item {
    width: 100%;
  }

  .whatsAppCheckStatus {
    align-items: inherit;
  }

  .whatsAppCheckInfo input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
  }
}

.receiveBtn {
  display: none;
}

.hs-fieldtype-intl-phone {
  display: flex;
  align-items: flex-start;
  width: 96% !important;
}

@media only screen and (max-width:600px) {
  .hbspt-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hs-fieldtype-intl-phone {
    display: flex;
    align-items: flex-start;
    width: 97% !important;
  }
}

@media only screen and (min-width:600px) {
  .hbspt-form {
    width: 100%;
    margin: auto;
  }

  #hsForm_95fab232-2237-4fe0-be6b-5cab90e52516>div {
    width: 93%;
  }
}

.hbspt-form {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.hbspt-form input:not([type="checkbox"]) {
  width: 100% !important;
  height: 40px;
}

#LEGAL_CONSENT.subscription_type_7608382-c152d14f-26e4-4c92-b16a-f4cb178b2aa8{
  width: auto !important;
}

.hbspt-form .input select {
  width: 100% !important;
  height: 40px;
}

.hbspt-form label {
  margin-top: 20px;
  margin-bottom: 0px;
}

.hs-richtext h1 {
  font-size: 25px;
  margin-bottom: 0px;
  font-family: "Figtree" !important;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.hbspt-form input {
  margin-left: -5px;
}

.hbspt-form #industry_dropdown-2671d07b-eb9d-4bca-9e34-96ddc64a237e {
  margin-left: -5px;
}

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

.hs-button {
  background-color: #061235 !important;
  color: white;
  font-weight: 600;
  border: none;
  margin-top: 20px;
}


.hbspt-form .form-columns-2:nth-child(3) {
  margin-top: -20px;
}

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

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

.hbspt-form form-columns-2, .hbspt-form form-columns-2 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.hs-phone .input {
  padding: 0px !important;
}

.hs-submit .actions:hover .hs-button {
  cursor: pointer;
}

.subscribeNewsLetter .hbspt-form {
  padding: 0px !important;
}

.subscribeNewsLetter .hbspt-form .legal-consent-container {
  margin-top: 60px;
}

#phone_ext-2671d07b-eb9d-4bca-9e34-96ddc64a237e {
  height: 40px;
  background-color: white;
}

.hs_email .hs-error-msg {
  margin-top: 20px !important;
  line-height: 1.5;
}
