.outer-header a:hover {
  text-decoration: none;
}
.exportMoreTemp a:hover {
  text-decoration: underline;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(199, 199, 199, 0.5);
  }
ol,
ul {
  list-style: none;
  padding-left: 0;
}
.darkMode header{
  padding: 18px 94px 18px 94px;
}
header{
  top:unset !important;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 94px 18px 94px;
  background-color: #1a1a1a;
}
.change-color {
  background-color: #1a1a1a;
}
.outer-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.pointer,
.perfect-list {
  cursor: pointer;
}
.logo img {
  width: 120px;
}
nav a {
  color: #ffffff;
  font: normal normal normal 15px/20px Open Sans;
}
.navMenus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navMenus li {
  margin: 0 0 0 25px;
}
/* 30june */
.useCase-menu,
.feature-menu,
.resources-inner {
  display: flex;
  align-items: center;
}
.feature-menu,
.useCase-menu,
.resources-inner {
  height: 55px;
}
.login-btn {
  background-color: transparent;
  color: white;
  font-size: 15px;
}
.down-arrow {
  margin-left: 5px;
}
.down-arrow img {
  width: 12px;
  height: 12px;
}
.overLay {
  background: rgb(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 136%;
  bottom: 0;
  z-index: 20;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.verticalMenu-sec {
  display: none;
}
.feature-menu-wrapper {
  position: relative;
}
.feature-menu-outer {
  display: none;
  position: absolute;
  top: 54px;
  left: -200px;
  right: 0;
}
.feature-menu-wrapper:hover .feature-menu-outer {
  display: block;
}
.featurePic {
  position: relative;
}
.featurePic:hover p {
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* 23/june */
.exportMore-Outer {
  margin-top: 1px;
  grid-column-start: 3;
}
.exportMoreTemp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.exportMoreTemp a {
  color: rgb(123, 19, 229);
  text-decoration: underline;
  font-weight: 600;
  margin-right: 4px;
}
.export-templates-icon {
  width: 12px;
  height: 12px;
  color: rgb(123, 19, 229);
}
/* hover */
.featurePic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* width: 270px;
  */
  width: 210px;
  height: 75px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* display: none;
  */
  /* transform: scale(0);
  */
  /* due to black color default. */
  border: 1px solid transparent;
  opacity: 0;
}
.featurePic:hover::before {
  opacity: 1;
}
.featurePic1:hover::before {
  border: 1px solid #feebd4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featurePic2:hover::before {
  border: 1px solid #f8d0e8;
}
.featurePic3:hover::before {
  border: 1px solid #fcdea1;
}
.featurePic4:hover::before {
  border: 1px solid #fad9de;
}
.featurePic5:hover::before {
  border: 1px solid #cce997;
}
.featurePic6:hover::before {
  border: 1px solid #f6afdb;
}
.featurePic7:hover::before {
  border: 1px solid #e8c6f4;
}
.featurePic8:hover::before {
  border: 1px solid #a8dee9;
}
.featurePic9:hover::before {
  border: 1px solid #cfd3fd;
}
.feature-menu-Content {
  padding: 22px 18px;
  /* padding: 28px 30px 28px 30px;
  */
  background: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: start;
  border-radius: 8px;
  /* border: 1px solid rgb(205, 205, 205);
  */
}
.featurePic p {
  font-size: 14px;
  margin-left: 8px;
  color: black;
}
.featurePic {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* 23/june */
.featurePic img,
.socialMed-items img {
  width: 112px;
}
.usecase_heading {
  margin: 0 0 30px 20px;
  font-size: 18px;
  font-weight: 600;
}
.usecase-menu-content {
  /* overflow-y: scroll;
  */
  /* max-height: 652px;
  */
  /* max-height: 610px;
  */
  /* overflow-y: scroll;
  */
  display: grid;
  /* grid-template-columns: 42% repeat(2, 26%); */
  grid-template-columns: repeat(4, 1fr);
  /* 08/june */
  gap: 0px;
  background-color: white;
  padding: 22px 30px 12px 45px;
  border-radius: 8px;
  /* border: 1px solid rgb(205, 205, 205);
  */
}
.heading-usecase {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
/* 23/june */
.business-items,
.socialMed-items {
  display: flex;
  align-items: center;
  margin-top: 1px;
  cursor: pointer;
}
.business-items {
  height: 60px;
  border-radius: 8px;
  padding: 0 0 0 12px;
}
/* 23/june */
.socialMed-items {
  height: 90px;
  border-radius: 8px;
  padding: 8px 8px 0 8px;
  margin-top: 10px;
}
.business-items a {
  /* margin-left: 14px;
  */
  font-size: 14px;
  color: black;
}
.socialMed-items div:nth-child(2) {
  margin-left: 14px;
}
.business-items div:nth-child(2) {
  margin-left: 6px;
}
.socialMed-subHeading {
  font-weight: 700;
  color: black;
}
.bussiness-aTag {
  color: black;
}
.socialMed-subpara {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400 !important;
  color: black;
}
.useCase-menu-outer {
  display: none;
  position: absolute;
  top: 80%;
  left: 9%;
  right: 9%;
}
.useCase-menu:hover .useCase-menu-outer {
  display: block;
}
.socialMed-items,
.business-items {
  position: relative;
}
/* */
.socialMed-items::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 92px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  opacity: 0;
}
.socialMed-items:hover::before {
  opacity: 1;
}
.socialMed-item1:hover::before {
  border: 1px solid #acc3fb;
}
.socialMed-item2:hover::before {
  border: 1px solid #80cefd;
}
.socialMed-item3:hover::before {
  border: 1px solid #e99acf;
}
.socialMed-item4:hover::before {
  border: 1px solid #7db7dc;
}
.socialMed-item5:hover::before {
  border: 1px solid #ffc9c9;
}
/* */
.business-items::before {
  content: "";
  position: absolute;
  /* top: -4px;
  left: 0;
  */
  top: -2px;
  left: -2px;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border: 1px solid transparent;
  opacity: 0;
}
.business-items:hover::before {
  opacity: 1;
}
.business-items1:hover::before {
  border: 1px solid #be77f2;
}
.business-items2:hover::before,
.business-items7:hover::before,
.business-items11:hover::before {
  border: 1px solid #f7cb29;
}
.business-items3:hover::before,
.business-items8:hover::before {
  border: 1px solid #fd5770;
}
.business-items4:hover::before,
.business-items6:hover::before,
.business-items10:hover::before {
  border: 1px solid #53c1bc;
}
.business-items5:hover::before {
  border: 1px solid #35bcf1;
}
.business-items9:hover::before {
  border: 1px solid #789ef0;
}
.business-items:hover .bussiness-aTag {
  font-weight: 700;
}
.business-items div img:nth-child(1) {
  margin-right: 14px;
  width: 40px;
  max-width: 100%;
}
.Try-pictory-btn-big {
  width: 440px;
}
.pictory-heading {
  width: 91%;
}
/* contactSales */
.contactSales-btn {
  /* background: #F1821E;
  */
  width: 149px;
  height: 40px;
  max-width: 100%;
  background-color: transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 600;
  color: #fff;
  border: 1px solid white;
  /* padding: 9px 25px;
  */
  margin-left: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactSales-btn:hover {
  background-color: #f1821e;
  color: white;
  border: 0;
}
.hoverMenu:hover {
  color: #f1821e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-menu-Content a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feature-menu-Content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  width: 500px;
}
.exportMore-Outer {
  grid-column-start: 2;
}
/* 02/june */
.exportMore-Outer-usecase {
  grid-column-start: 3;
}
.signUp-btn {
  background-color: #f1821e;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.signUp-btn:hover {
  background-color: #ffa04d;
  color: white;
}
.signUp-btn,
.login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.resources-menu {
  position: relative;
}
.resources-menu-content {
  background-color: white;
  border-radius: 5px;
  width: 300px;
  /* border: 1px solid rgb(205, 205, 205);
  */
  padding: 16px 20px;
  /* d0d0d0 */
}
.resources-menu-outer {
  position: absolute;
  top: 53px;
  left: -100px;
  right: unset;
  display: none;
}
.resource-p {
  font-size: 14px;
}
.resources-menu:hover .resources-menu-outer {
  display: block;
}

.languageicon:hover .megamenu-panel {
  display: block;
}

.megamenu-panel {
  top: 58px !important;
}

/* .megamenu-panel {
  display: none;
  width: 160px;
  right: auto;
  top: 58px !important;
  position: absolute;
}

.megamenu-panel ul {
  padding: 20px;
}

.megamenu-panel li {
  font-size: 18px;
  margin-bottom: 10px;
}

.megamenu-panel a {
  color: #54536C;
  cursor: pointer;
} */
@media only screen and (min-width: 1000px) {
  .socialMed-item2:hover {
    background: rgb(242, 250, 255);
  }
  .socialMed-item3:hover {
    background: rgba(223, 166, 229, 0.2);
  }
  .socialMed-item4:hover {
    background: rgb(240, 249, 255);
  }
  .business-items1:hover {
    background: #faedff;
  }
  .business-items2:hover,
  .business-items7:hover,
  .business-items11:hover {
    background: rgb(255, 253, 239);
  }
  .business-items0:hover{
    border: 1px solid #80eda7;
    background: #eafff1;
  }
  .business-items3:hover,
  .business-items8:hover {
    background: rgb(255, 241, 241);
  }
  .business-items4:hover,
  .business-items6:hover,
  .business-items10:hover {
    background: rgb(238, 255, 252);
  }
  .business-items5:hover,
  .business-items9:hover {
    background: rgb(242, 253, 255);
  }
  .business-items6:hover {
    background: rgb(255, 255, 255);
  }
  .usecase-text-menu::before,
  .feature-text-menu::before,
  .resources-menu::before {
    content: "";
    position: absolute;
    top: 66px;
    /* width: 6%;
      */
    width: 85px;
    height: 4px;
    background-color: rgb(238, 180, 1);
    opacity: 0;
  }
  .feature-text-menu::before {
    top: 48px;
  }
  .resources-menu::before {
    top: 48px;
  }
  .usecase-text-menu:hover::before,
  .feature-text-menu:hover:before,
  .resources-menu:hover::before {
    opacity: 1;
  }
  .resources-menu-content,
  .feature-menu-Content,
  .usecase-menu-content {
    -webkit-box-shadow: 0 0 6px 0 #cbcbcb;
    box-shadow: 0 0 6px 0 #cbcbcb;
    border: 0;
  }
}
@media only screen and (max-width: 1200px) {
  /* jun08 */
  .header-inner {
    padding: 18px 16px 18px 16px;
  }
  .hassle-free-items {
    margin: 0 0 30px 21px;
  }
  .HowDo-items {
    margin: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .socialMed-items::before,
  .business-items::before,
  .featurePic::before {
    display: none;
  }
  .business-items,
  .socialMed-items {
    margin-top: 18px;
  }
  /* */
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 16px 18px 16px;
  }
  /* 26june */
  .usecase-menu-content {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .heading-usecase {
    margin-top: 20px;
  }
  .feature-menu-Content {
    border: 0;
  }
  /* 08/jun */
  .feature-menu-Content {
    display: block;
    padding-top: 0;
  }
  /* menu 08-jun */
  .left-pictory-area-liveTxt {
    width: 100%;
  }
  .bussiness-aTag {
    color: white;
    margin-left: 8px;
  }
  .socialMed-subHeading {
    font-size: 15px;
  }
  .socialMed-subpara {
    margin-top: revert;
    font-size: 12px;
  }
  /* mobile */
  .vertical-navMenus a {
    color: white;
    background-color: transparent;
  }
  .exportMore-Outer {
    margin: 18px 0 20px 0;
  }
  .signUp-btn,
  .login-btn,
  .contactSales-btn {
    width: 118px !important;
    border-radius: 3px;
  }
  /* end 
 /* 04july */
  .vertical-navMenus li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 10px 0;
  }
  .featurePic p,
  .bussiness-aTag {
    font-size: 14px;
  }
  .vertical-menu li a {
    font-size: 15px;
    font-weight: 400;
  }
  .contactSales-btn {
    margin-left: 0;
  }
  /* 04july */
  .signUp-btn,
  .login-btn {
    border: 1px solid white;
    background-color: transparent;
    /* width: 90px;
      */
    border-radius: 3px;
    font-weight: 600;
  }
  .menu-icon,
  .close-icon {
    width: 24px;
    height: 24px;
    color: white;
  }
  .close-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 6px 0px 34px 0;
  }
  .vertical-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 14px 20px;
    background-color: #1a1a1a;
  }
  .vertical-menu-header.change-color {
    background-color: #1a1a1a;
  }
  .feature-menu-Content {
    /* max-height: 434px;
      overflow-y: scroll;
      */
    width: auto !important;
    padding-left: 20px;
    padding: 0 0 28px 0;
    background: white;
  }
  /* script */
  .header-inner {
    display: none;
  }
  .verticalMenu-sec {
    display: block;
  }
  .vertical-menu {
    width: 63%;
    /* background-color: #040000;
      */
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    left: -200%;
    bottom: 0;
    padding: 30px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-property: left;
    z-index: 30;
    overflow: scroll;
    /* display: none;
      */
  }
  .outer-header.activeMenu .vertical-menu {
    /* display: block;
      */
    left: 0;
  }
  .outer-header.activeMenu .overLay {
    right: 0;
  }
  /* menu */
  .usecase-menu-content,
  .feature-menu-Content {
    display: flex;
    flex-direction: column;
    position: unset;
    top: -55px;
    right: 0;
    background-color: #1a1a1a;
  }
  .socialMed-subHeading .socialMed-items img {
    width: 90px;
    /* max-width: 100%;
      */
  }
  .socialMed-subpara,
  .socialMed-subHeading,
  .heading-usecase {
    color: white;
  }
  .featurePic img,
  .socialMed-items img {
    width: 90px;
    max-width: 100%;
  }
  .featurePic {
    justify-content: flex-start;
  }
  .featurePic p {
    color: white;
  }
  .usecase_heading {
    margin: 20px 0 10px 0;
    color: rgb(255, 255, 255);
    font-weight: 400;
  }
  /* script */
  /* for usecase menu */
  .useCase-menu-outer,
  .feature-menu-outer {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: unset;
    /* 08/june */
    display: none;
  }
  /* tweek */
  /* .usecase-menu-content,
  .feature-menu-Content,
  .resources-menu-content {
    background-color: #282828 !important;
  } */

  .usecase-menu-content {
    border: unset;
  }
  .usecase-downArrow img,
  .features-downArrow img,
  .resources-downArrow img {
    rotate: 360deg;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .vertical-navMenus.active-usecase .usecase-downArrow img {
    rotate: 180deg;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .vertical-navMenus.active-features .features-downArrow img,
  .vertical-navMenus.active-resources .resources-downArrow img {
    rotate: 180deg;
  }
  .slider-box {
    display: block;
  }
  .outer-slider-pic {
    text-align: center;
  }
  .para-common {
    margin-top: 15px;
  }
  .socialMed-items,
  .business-items {
    height: unset;
  }
  .featurePic img,
  .socialMed-items img {
    width: 60px;
    max-width: unset;
  }
  .resources-menu-outer {
    position: unset;
  }
  .resources-menu-content {
    border: unset;
    background-color: #1a1a1a;
    padding: 7px 0;
    width: auto;
  }
  .feature-menu,
  .useCase-menu,
  .resources-inner {
    height: unset;
  }
  .featurePic {
    margin-top: 12px;
  }
  .business-items {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .usecase-menu-content {
    padding: 0 6px 40px 0;
  }
  .heading-usecase,
  .usecase_heading {
    font-size: 13px;
    font-weight: 800;
    margin-top: 15px;
  }
  .business-items a,
  .featurePic p {
    font-size: 13px;
  }
  .business-items div img:nth-child(1) {
    width: 25px;
    height: 50px;
    object-fit: contain;
  }
  .business-items div img:nth-child(1) {
    margin-right: 0;
  }
  .featurePic img,
  .socialMed-items img {
    width: 60px;
    max-width: unset;
  }
  .socialMed-items,
  .business-items {
    height: unset;
  }
  .business-items {
    margin-top: 0;
  }
  .socialMed-items,
  .feature-menu-Content {
    padding-left: 0;
  }
  .featurePic {
    margin-top: 8px;
  }
  .vertical-menu {
    width: 85%;
  }
  .socialMed-subpara {
    font-size: 12px;
  }
  .logo img {
    width: 91px;
  }
}



.helo-outer {
  background: linear-gradient(to right, #ee0979, #ff6a00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
}
.heloBar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: none ;
}
.heloBar-wrapper ~ .outer-header {
  top: 0px;
}

/* @media screen and (max-width: 992px) {
  .heloBar-wrapper ~ .outer-header {
    top: 92px;
  }
}

@media screen and (max-width: 654px) {
  .heloBar-wrapper ~ .outer-header {
    top: 110px;
  }
} */
 
.heloRight img {
  width: 24px;
  cursor: pointer;
}
.Redeem-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.heloLeft {
  font-size: 15px;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  text-align: center;
}

.heloLeft p {
  margin: 0 20px 0 0;
  font-size: 17px;
}
.Redeem-btn {
  border-radius: 30px;
  text-align: center;
  background-image: linear-gradient(to right, #503df9, #9e52f7);
  color: #ffff;
  padding: 6px 22px;
  border-radius: 18px;
  opacity: 0.8;
  font-size: 14px;
}
/* .outer-header {
  top: 53px;
} */
.Redeem-btn:hover {
  text-decoration: underline !important;
  color: #fff !important;
}
@media only screen and (max-width:992px) {
  .heloLeft {
    font-size: 15px;
    width: 100%;
    flex-direction: column;
  }
  .heloLeft p {
    margin: 0;
  }
  .outer-header {
    top: 0px;
  }
  .Redeem-outer {
    margin-top: 8px;
  }
}
@media only screen and (max-width:576px) {
  .heloLeft p {
    font-size: 13px;
    line-height: 1.5;
  }
  .outer-header {
    top: 0px;
  }
}


/* * {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
} */
.ul-container {
  list-style: none;
  padding-left: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: black;
}
.footer{
all: unset;
}
.outer-foo{
all: unset;
}
.social-media-icon{
gap: unset !important;
}
.footerwrapper{
  padding: 120px 138px;
}
.outer-foo-items {
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 30px;
 
}
.underline-hover a {
  font-size: 16px;
  margin-top: 16px;
  display: inline-block;
  color: #1D1D1D;
}
.underline-hover li:first-of-type {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}
.outer-foo-items2{
  margin-top: 60px;
}
.underline-hover a {
  position: relative;
}
.underline-hover a:hover {
  color: #000;
}
.underline-hover a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1D1D1D;
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.underline-hover a:hover::before {
  transform: scaleX(1);
}
.enterprise-link:hover::before{
  all: unset;
}
.social-media-icon li a:hover::before{
  all: unset;
}
.address-foo a{
  margin: 0;
}
.social-media-icon a{
  margin: 0;
}
.higtlight_animaker {
  color: #F1821E;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.steveAi-area {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4 !important;
}
.steveai {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 12px 0 7px 0;
  display: inline-block;
}
.theWorlds {
  color: #AFAFAF;
  font-size: 12px !important;
  margin-top: 6px;
  font-weight: 500 !important;
}
.social-media-icon img {
  height: 15px;
  margin-top: 15px;
}
.social-media-icon {
  column-gap: 30px;
}
.address-foo {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 20px;
}
.underline-hover a {
  font-size: 16px;
}
.enterprise-link {
  color: #1C6BE8 !important;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .footerwrapper{
      padding: 70px 40px;
 }
  .outer-foo-items {
      gap: unset;
 }
}
@media only screen and (max-width: 768px) {
  .footerwrapper{
      padding: 70px 30px;
 }
  .underline-hover a{
      font-size: 15px;
 }
 /* .ul-container > li:first-of-type{
   margin-top: 0;
 } */
 .outer-foo-items {
   grid-template-columns: repeat(1,1fr);
      gap: unset;    
 }
 .outer-foo-items2{
   margin-top: 0;
 }
 .outer-foo-container{
   margin-top: 20px;
 }
}
@media only screen and (max-width: 576px) {
  .footerwrapper{
      padding: 70px 40px;
 }
  .footerwrapper.col {
      width: 100%;
      flex: unset;
      margin-bottom: 30px 
 }
  .underline-hover a {
      margin-top: 9px;
 }
  .outer-foo-items2, .outer-foo {
      margin-top: unset;
 }
 .outer-foo-container{
   margin-top: 20px;
 }

}


/* globe icon css */
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.navigation-portrait .megamenu-panel-half {
  width: 100%;
}
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel {
  max-width: 1140px;
  padding: 0;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  top:72px;
  border-radius: 12px;
}
.megamenu-panel.features_list{
  max-width: 980px;
}
.megamenu-panel [class*="container"] {
  width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.megamenu-panel-half {
  width: 50%;
}
.megamenu-panel-quarter {
  width: 25%;
}
.megamenu-panel-row {
  width: 100%;
}
.megamenu-panel-row:before {
  content: "";
  display: table;
  line-height: 0;
}
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
  width: 22.75%;
}
.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
  width: 48.5%;
}
.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
  width: 74.25%;
}
.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
  width: 100%;
}
