/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

.brand-logo,
.default-logo,
.responsive-logo {
  max-width: 90px;
  transition: all 0.4s;
  position: relative;
  /*  margin-right: 90px; */
}

@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  /* align-items: center; */
  justify-content: end;
}


@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }

}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    /*position: fixed !important;*/
    transition: .4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

@media (max-width: 1024px) {
  .brand-logo {
    max-width: 60px;
    /* margin-right: 0px; */
  }

  .site-menu-main .nav-link-item {
    font-size: 15px !important;
  }

  .chirp-default-btn {
    font-size: 14px !important;
  }

  .chirp-default-btn.chirp-header-btn {
    padding: 8px 12px !important;

  }

  .site-menu-main .nav-link-item {
    padding-right: 1px !important;
  }

  .site-menu-main .sub-menu {
    min-width: 0 !important;
  }

  .site-navbar .menu-block-wrapper {
    /*  display: contents !important; */

  }

  .ul-2 {
    bottom: 60px;
  }

  .ul-1 {
    bottom: 128px !important;
  }

  

  .sol-sub {
    margin-bottom: 56px;
  }

  .banner-h1 {
    font-size: 54px;
}


  .menu-1 {
    margin-bottom: 65px !important;
  }

  .cont-1 {
    margin-bottom: 152px !important;
  }

  .banner-h1 {
    font-size: 54px;
  }


  .chirp-features-box {
    height: 456px !important;
  }


  #chirp-submit-btn {
    margin-top: 20px;
  }

  .right-reach {
    margin-bottom: 72px !important;
  }


}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}








@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
  .banner-h1{
    font-size: 72px;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header>.container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header>.container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }


  .ul-1 {
    bottom: 0;
  }


  .ul-2 {
    bottom: 0;
    left: 0 !important;
  }


  .menu-1 {
    margin-bottom: 0 !important;
  }

  .card-2 {
    padding: 0px 0px 10px 20px;
  }

  .card-1 {
    padding: 0px 0px 10px 20px;
  }

}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 48px;
    padding-right: 48px;

  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }

  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }

  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }

  .top-contact-menu-wraper .header-btn {
    order: 4;
  }

  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1D263A;
    border-radius: 0px 0px 0px 5px;
  }

  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }

  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

.white-menu .site-menu-main .nav-link-item,
.white-menu .chirp-login-btn {
  color: var(--white-color);
}


@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 18px !important;
    padding-right: 18px;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 80px;
  margin: 0;
  padding: 20px 35px;
  transition: .4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  visibility: hidden;
  min-width: 1300px;
  border-radius: 6px;
}
#submenu-3{
  min-width: 0px !important;
  left: auto;
  width: 26%;
}

#submenu-2{
  min-width: 1000px;
  right: 0;
  left: auto;
}



.sub-menu.megamenu:before {
  content: none;
}

.site-menu-main .sub-menu.shape-none:before {
  content: none;
}


@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 10px;
    padding-bottom: 10px;
    /*  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item>a {
  color: inherit;
  padding: 4px 15px;
  font-weight: 700;
  color: #000;
  position: relative;
}

.site-menu-main .sub-menu--item>a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item>a {
    transition: .4s;
  }
}

/* .site-menu-main .sub-menu--item:hover > a {
  color: var(--accent-color);
} */

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }

  /* .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(-10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  } */
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 900px;
  }



}


@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    /* position: relative; */
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover>.sub-menu {
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 6px;
    transform: translateY(0);
  }
}

.site-menu-main>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}


.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: var(--heading-color);
    width: 24px;
    position: relative;
  }

  .site-header.white-menu .mobile-menu-trigger span {
    background-color: var(--white-color);
  }

  .reveal-header .mobile-menu-trigger span {
    background-color: var(--heading-color) !important;
  }

  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--heading-color);
  }

  .site-header.white-menu .mobile-menu-trigger span:before,
  .site-header.white-menu .mobile-menu-trigger span:after {
    background-color: var(--white-color);
  }

  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: var(--heading-color) !important;
  }

  .dark-mode-texts .mobile-menu-trigger span {
    background-color: var(--heading-color);
  }

  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: var(--heading-color);
  }

  .site-header .mobile-menu-trigger span:before {
    top: -8px;
  }

  .site-header .mobile-menu-trigger span:after {
    top: 8px;
  }

  .site-header .item-right {
    align-items: center;
  }

  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .site-header .menu-block.active {
    transform: translate(0%);
  }

  .site-menu-main>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .site-menu-main>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    /*  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  }

  .site-menu-main>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    /*   border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }

  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }

  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-menu-main>li .sub-menu.mega-menu,
  .site-menu-main>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .site-menu-main>li .sub-menu.active {
    display: block;
  }

  .site-menu-main>li .sub-menu>ul>li>a,
  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }


  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .chirp-v3-thumb{
    padding-top: 30px;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }

  .site-menu-main a {
    display: flex;
    align-items: center;
  }

  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {

  /* .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  } */
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.reveal-header {
  background: #0D152E !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover>.sub-menu {
    top: 100%;
  }

  .reveal-header li.nav-item-has-children:hover>.megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}







.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  /*   border-bottom: 1px solid rgba(29, 36, 58, 0.12); */
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
}


.log-in-btn {
  width: 160px;
  height: 50px;
  background: #FD4C5C;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.log-in-btn:after {
  content: "";
  background: #0F1A54;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

a.log-in-btn:hover:after {
  height: 100%;
  width: 135%;
}

.log-in-btn.red-btn {
  color: #fff;
  background-color: #FD4C5C;
}

.log-in-btn.yellow-btn {
  color: #0F1A54;
  background-color: #FBC21D;
}

.log-in-btn.yellow-btn:hover {
  background-color: #fff;
}





/* New css */


.chirp-section-title.center {
  max-width: 1090px !important;
}

.chirp-hero-content.center {
  padding-bottom: 0 !important;
}

.chirp-section-title p {
  margin-top: 25px;
}

.chirp-section-padding3 {

  background: aliceblue;
}

.chirp-section-padding3 {
  padding: 50px 0 0px !important;
}

.chirp-iconbox-wrap2 {
  background-color: #ffffff !important;
}


.card-one {
  background-color: lightblue;
  padding: 10px 10px 10px 19px;
  border: 1px solid lightblue;
  border-radius: 20px;
  display: inline-block;


}


.i-1 {
     font-size: 25px;
    letter-spacing: 0;
    border-bottom: 1px solid black;
    height: fit-content;
    width: 90% ;
    padding-bottom: 10px;
}

.i-2 {
  font-size: 25px;
    letter-spacing: 0;
    border-bottom: 1px solid black;
    height: fit-content;
    width: 100%;
    padding-bottom: 10px;
}

.card-1 {
  background-image: linear-gradient(to right, #B8F3FF, #EBFBFF);
  padding: 10px;
  border-radius: 10px;
}


.card-2 {
  margin: 10px;

}

.card-div {
  line-height: 1.3;
  margin-top: 5px;
}

.p-1 {
  font-size: 12px;
  margin: 0px 20px 0px 17px;
  font-weight: 600;
  line-height: 1.6;
  color: grey;
}


.p-2 {
  font-size: 18px;
  position: relative;
  color: #017a9e;
  bottom: 30px;
  font-weight: 600;
}

.inner-menu {
  border: 2px solid #38383d;
  border-radius: 50px;
  padding: 10px;
  font-size: 11px;
  margin: 6px;
  width: 120px;
  text-align: center;
  display: inline-block;


}

.menu-item-text img {

  width: 19px;
  position: relative;
  bottom: 1px;
  margin: 0px 6px 0 0px;

}

/* .menu-item-text {
  font-size: 16px;
  font-weight: 700;
  
} */

.card-1 {
  background: aliceblue;
}


.ul-1 {
  width: 217px;
  position: relative;
  bottom: 59px;
  right: 20px;
}

.ul-2 {
  width: 250px;
  position: relative;
  left: 20px;
}

.ul-3 {
  border: 2px solid aliceblue;
  background-color: aliceblue;
  border-radius: 50px;
  /* width: 80%; */
  margin-top: 16px;
  /* position: relative;
  left: 111px; */

}


.social {
  border: 1px solid #d1d1d6;
  border-radius: 50px;
  padding: 3px;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 4px 8px 18px;
  width: 120px;
  text-align: center;
  display: inline-block;
  background: #fff;

}

.social:hover {
  background-color: #B8F3FF;
  cursor: pointer;
}

.social img {
  width: 24px
}

.card-3 {
  padding: 8px 0px 0px 0px;
}

.gif-1 {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.view-link {
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
  margin-top: 10px;
  color: #2c3032;
  cursor: pointer;
}


.chirp-hero-bottom {
  margin-top: 50px;
}

.sub-head {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;

}

.sub-head a {
  color: #000;
}

.sub-down {
  font-size: 14px !important;
  font-weight: 200 !important;
}

.sub-down a {
  color: #000;
}

.sub-head2 {
  position: relative;
  top: 70px;
}


.sub-btn {
  position: relative;
  left: 16px;
}


.icon-1 {
  width: 100px;
}





















@media (min-width: 320px) and (max-width: 479px) {

  .chirp-hero-section2 {
    padding: 120px 0 0px !important;
  }

  .chirp-hero-section {
    padding-top: 10px !important;
  }

  .i-2 {
    padding: 2px 10px;
  }

  .ul-1 {
    bottom: 0 !important;
  }


  .ul-2 {
    bottom: 0 !important;
  }


  .menu-1 {
    margin-bottom: 0 !important;
  }


  .i-1 {
    padding-left: 10px;
    width: 100%;
  }
  .i-2 {
    padding-left: 10px;
    width: 100%;
  }

  
  .chirp-breadcrumb h1 {
    font-size: 40px;
  }


  .flow-p {
    text-align: justify !important;
  }



  .solution-h1 {
    font-size: 40px !important;
  }

  .chirp-v2-thumb img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px !important;

  }


  .reach-one {
    margin: 15px 0px 0px 0px !important;
  }

  .chirp-subscription-btn.two {
    background-color: black !important;
  }

  .links-contact {
    padding: 35px 39px 2px 50px !important;
  }
  .social-box{
    padding-top: 20px;
  }

  .new-class{
    margin-top: 14px !important;
  }

  .new-class-one{
    display: none;
  }

  .status-flex ul{
    display: block !important;
  }
}

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


  .gif-1 {
    left: 0 !important;

  }

  .chripsec {

    padding: 0 !important;
  }

  .i-1 {
    padding-left: 10px;
    width: 100%;
  }
  .i-2 {
    padding-left: 10px;
    width: 100%;
  }

.common-box-1{
  display: block !important;
  padding-bottom: 20px;
}

  .sub-head {
    padding: 10px 0 10px 0;
  }

  .chirp-breadcrumb {
    padding: 90px 0 20px !important;
  }

  .chirp-breadcrumb h1 {
    font-size: 36px;
  }

  h1.post__title {
    margin-bottom: 20px !important;
  }


  .left-footer p {
    font-size: 13px;
  }

  .right-footer p {
    font-size: 13px;
  }
}


@media (min-width: 320px) and (max-width:800px) {

  .chirp-default-content h2 {
    margin-bottom: 24px;
    font-size: 30px !important;

  }


  .chirp-hero-btn-wrap {
    /* flex-direction: row !important;
  padding:  0px 0px 0px 0px; */
    display: inline-block !important;
  }

  .chirp-default-btn.pill {
    padding: 10px 20px 10px 20px;
    width: 100%;
  }

  .chirp-popup-video {
    padding: 10px 20px 10px 20px !important;
    font-size: 13px !important;
  }



  .ul-sol {
    text-align: justify;
  }


  .chirp-copywright p {
    font-size: 12px !important;
  }

  .chirp-footer-section {
    border-top: 0px !important;
  }
}



@media screen and (min-width: 500px) and (max-width: 768px) {
  .ul-1 {
    position: relative;
    bottom: 0;
  }


  .ul-2 {
    position: relative;
    left: 0 !important;
    bottom: 0;
  }

  .sub-down a {
    line-height: 30px;
  }

  .sub-head2 {
    position: relative;
    top: 0px !important;
  }

  .chirp-default-content.m-left {
    margin-bottom: 40px;
  }

  .chirp-section-title h2 {
    line-height: normal !important;
  }

  .chirp-hero-content p {
    text-align: justify;
  }

  .chirp-section-title p {
    text-align: justify;
  }

  .chirp-iconbox-wrap-left .chirp-iconbox-icon {
    margin-right: 15px;
  }

  .chirp-iconbox-data span {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
  }

  .chirp-iconbox-icon.none-bg {
    width: 20px;
  }

  .chirp-popup-video {
    padding: 10px 20px 10px 20px !important;
    font-size: 14px !important;
    width: 100%;
  }

  .inner-menu-1 {
    display: inherit;
  }

  .p-2 {
    bottom: 0;
  }

  .ul-1 {
    width: 100%;
    right: 0;
  }

  .chirp-default-content h2 {
    font-size: 48px;
  }

  .card-1 {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }



  .chirp-title-btn {
    display: none;
  }


  .card-2 {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }

  .card-3 {
    padding: 8px 0px 0px 0px;
    width: 100%;
  }

  .cont-1 {
    width: 100%;

  }


  .fa-lightbulb-o:before {
    content: "\f0eb";
  }

  .fa-bar-chart-o:before,
  .fa-bar-chart:before {
    content: "\f080";
  }

  .chripsec {
    background: aliceblue;
    padding: 60px;
  }

  .menu-1 {
    width: 100%;
    /*  padding: 10px 0 10px 10px; */
  }

  .i-2 {
    padding-left: 10px;
  }

  .i-1 {
    padding-left: 10px;
  }

  .chirp-v2-thumb {
    margin-bottom: 100px;
  }

  .chirp-v2-thumb img {
    margin-left: auto;
    margin-right: auto;
    display: block;

  }


}

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

  .banner-h1 {
    font-size: 68px ;
    line-height: 1.2;
  }

}

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

  
}



@media screen and (min-width: 1920px) and (max-width: 2560px) {

  .banner-h1 {
    font-size: 68px !important;
    line-height: 1.2 !important;
  }


}



.h-2 {
  color: white !important;
}


.footer-logo {
  width: 80px;
}

.chirp-form-wrap {
  border: none !important;
  padding-bottom: 80px !important;
}

.chirp-breadcrumb {
  padding: 150px 0 40px !important;
}

.widget:first-child {
  display: none;
}

.single-post-item.two-column {
  border: 1px solid #dddada !important;
}

.chirp-breadcrumb h1 {
  font-size: 60px;
}

h1.post__title {
  margin-bottom: 40px !important;
}


/* Today about css */

.welcome-head {

  position: relative;
  top: 150px;
  font-size: 82px;
}

.about-head {
  padding-top: 180px !important;
  padding-bottom: 100px;
}




.about-content {
  text-align: center !important;
}



.solution-header {
  padding-top: 180px;
}

.solution-h1 {
  font-size: 100px;
  letter-spacing: -3px;
  line-height: 1em;
  color: #0e0e0e;
  margin-bottom: 44px;
  text-align: center;
}


.sol-left {
  display: contents;
}

.features-v2 {
  background-color: #eeeeee;
  padding: 30px 30px 0 30px !important;
  border-radius: 20px;
}


.chirp-features-content h4 {
  font-size: 24px;
  padding-bottom: 10px;
}

.chirp-features-content p {
  font-size: 17px;
  color: rgb(118, 118, 118);
  font-weight: 300;
}


.chirp-features-box {
  border: 1px solid var(--light-color);
  border-radius: 10px;
  padding: 27px;
  height: 385px;
  margin-bottom: 0px;
  transition: all .4s;
}

.chirp-features-boxs {
  border: 1px solid var(--light-color);
  border-radius: 10px;
  padding: 27px;
  margin-bottom: 0px;
  transition: all .4s;
}

.chirp-features-icon {
  padding-bottom: 30px !important;
}




.sol-h2 {
  color: white;
  font-size: 52px !important;
  line-height: 1.12;
  padding-top: 30px;
}

.sol-p {
  color: white;
  font-size: 18px !important;
}


.ul-sol {
  line-height: 2.5;
}

.sol-li {
  padding-right: 10px;

}

.head-ben {
  font-size: 30px;
}

.ben-p {
  font-size: 19px;
  color: #717171;
  font-weight: 400;
}

.len-one {
  border-radius: 50px !important;
}

.guide-subhead p {
  margin-bottom: 40px !important;
}

.chirp-guide {
  padding: 180px 0 40px !important;
}






.chirp-cta-content {
  text-align: center !important;
  max-width: 800px !important;
}

.flow-img {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.flow-p {
  text-align: center;
  font-size: 18px;
  color: grey;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.4;
}


/* loader */




.scene {
  width: 100vmin;
  height: 100vmin;
  position: relative;
}

.scene div {
  position: absolute;
}

.scene svg {
  display: none;
}

.scene *:before,
.scene *:after {
  position: absolute;
  display: block;
  content: "";
}

/* 
.scene .sky {
  overflow: hidden;
  top: 18%;
  height: 30%;
  width: 100%;
}
.scene .sky:before, .scene .sky:after {
  width: 12%;
  height: 100%;
  z-index: 40;
}
 */

.scene .bird {
  width: 18%;
  height: 18%;
  top: 51%;
  right: 50%;
  transform: translate(50%, -50%) translateY(0) rotate(0deg);
  will-change: transform;
  transform-origin: center center;
  animation: fly 0.6s infinite cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes fly {
  50% {
    transform: translate(50%, -50%) translateY(4.5%) rotate(0.3deg);
  }
}




.bird__head {
  width: 56%;
  height: 50%;
  right: 10%;
  top: 11%;
  z-index: 40;
}

.bird__head:after {
  width: 100.5%;
  height: 100%;
  right: 0;
  top: -1%;
  border-radius: 100% 100% 60% 0;
  background: #85d8f7;
  z-index: 20;
}

.bird__head--hairs {
  width: 30%;
  height: 20%;
  left: 44%;
  top: -7%;
  display: block;
  z-index: 40;
  transform: translate(-50%, -50%);
  border-radius: 10% 10% 0 0;
  overflow: hidden;
}

.bird__head--hairs:before,
.bird__head--hairs:after {
  width: 26%;
  height: 100%;
  background: #00adef;
  top: 0;
  right: 0;
  transform: translate(-70%, 7%) rotate(5deg);
  border-radius: 100vw 100vw 0 0;
}

.bird__head--hairs:after {
  transform: translate(-185%, 0%) rotate(-32deg);
}

.bird__head--reflection {
  top: -9%;
  left: 32%;
  transform: rotate(-152deg);
  width: 50%;
  height: 66%;
  z-index: 40;
}

.bird__head--reflection--dot {
  width: 8.5%;
  height: 8.5%;
  background: #fff;
  top: 6%;
  left: 27%;
  border-radius: 50%;
  z-index: 40;
  transform: translate(50%, 50%);
}

.bird__head--reflection--dot:nth-of-type(1) {
  transform: rotate(0deg) translate(1050%) rotate(1.75deg) rotate(0deg);
}

.bird__head--reflection--dot:nth-of-type(2) {
  transform: rotate(1.75deg) translate(1050%) rotate(3.5deg) rotate(-1.75deg);
}

.bird__head--reflection--dot:nth-of-type(3) {
  transform: rotate(3.5deg) translate(1050%) rotate(5.25deg) rotate(-3.5deg);
}

.bird__head--reflection--dot:nth-of-type(4) {
  transform: rotate(5.25deg) translate(1050%) rotate(7deg) rotate(-5.25deg);
}

.bird__head--reflection--dot:nth-of-type(5) {
  transform: rotate(7deg) translate(1050%) rotate(8.75deg) rotate(-7deg);
}

.bird__head--reflection--dot:nth-of-type(6) {
  transform: rotate(8.75deg) translate(1050%) rotate(10.5deg) rotate(-8.75deg);
}

.bird__head--reflection--dot:nth-of-type(7) {
  transform: rotate(10.5deg) translate(1050%) rotate(12.25deg) rotate(-10.5deg);
}

.bird__head--reflection--dot:nth-of-type(8) {
  transform: rotate(12.25deg) translate(1050%) rotate(14deg) rotate(-12.25deg);
}

.bird__head--reflection--dot:nth-of-type(9) {
  transform: rotate(14deg) translate(1050%) rotate(15.75deg) rotate(-14deg);
}

.bird__head--reflection--dot:nth-of-type(10) {
  transform: rotate(15.75deg) translate(1050%) rotate(17.5deg) rotate(-15.75deg);
}

.bird__head--reflection--dot:nth-of-type(11) {
  transform: rotate(17.5deg) translate(1050%) rotate(19.25deg) rotate(-17.5deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(12) {
  transform: rotate(19.25deg) translate(1050%) rotate(21deg) rotate(-19.25deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(13) {
  transform: rotate(21deg) translate(1050%) rotate(22.75deg) rotate(-21deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(14) {
  transform: rotate(22.75deg) translate(1050%) rotate(24.5deg) rotate(-22.75deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(15) {
  transform: rotate(24.5deg) translate(1050%) rotate(26.25deg) rotate(-24.5deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(16) {
  transform: rotate(26.25deg) translate(1050%) rotate(28deg) rotate(-26.25deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(17) {
  transform: rotate(28deg) translate(1050%) rotate(29.75deg) rotate(-28deg);
  opacity: 0;
}

.bird__head--reflection--dot:nth-of-type(18) {
  transform: rotate(29.75deg) translate(1050%) rotate(31.5deg) rotate(-29.75deg);
}

.bird__head--reflection--dot:nth-of-type(19) {
  transform: rotate(31.5deg) translate(1050%) rotate(33.25deg) rotate(-31.5deg);
}

.bird__head--reflection--dot:nth-of-type(20) {
  transform: rotate(33.25deg) translate(1050%) rotate(35deg) rotate(-33.25deg);
}

.bird__head--eye {
  width: 15%;
  height: 15%;
  right: 12%;
  background: black;
  z-index: 40;
  border-radius: 100vw;
  transform: translate(-50%, 50%);
  transform-origin: center center;
  top: 31%;
  will-change: top, width, height;
  animation: blink 10s forwards infinite;
}

@keyframes blink {

  0%,
  4%,
  15%,
  20%,
  30%,
  34%,
  39%,
  43%,
  60%,
  64%,
  100% {
    top: 31%;
    width: 15%;
    height: 15%;
  }

  2%,
  18%,
  32%,
  41%,
  62% {
    height: 1%;
    top: 44.5%;
  }
}

.bird__head--beak {
  width: 40%;
  height: 40%;
  top: 0;
  right: 0;
  transform: translate(32%, 82%) rotate(60deg);
  border-radius: 17%;
  overflow: hidden;
  z-index: 10;
}

.bird__head--beak:before {
  width: 68%;
  height: 91%;
  background: #f7953e;
  top: 0;
  right: 0;
  border-radius: 1% 0 0 0;
  transform: translate(40%, -8%) rotate(59deg);
  z-index: 10;
}

.bird__body {
  width: 80.7%;
  height: 40%;
  right: 10%;
  top: 40.7%;
  overflow: hidden;
  border-radius: 5% 0 0 0;
  z-index: 30;
}

.bird__body:before {
  width: 100%;
  height: 190%;
  right: 0;
  top: -90%;
  border-radius: 7% 0 100% 100%;
  background-image: linear-gradient(-45deg, #00adef 30%, #00adef 60%);
}

.bird__body:after {
  background: #85d8f7;
  top: -67%;
  width: 100%;
  height: 150%;
  border-radius: 0 100% 100% 100%;
}

.bird__wing {
  width: 35%;
  height: 20%;
  left: 31%;
  top: 45%;
  display: block;
  z-index: 40;
  transform: translate(-50%, -50%) rotate(-8deg);
  border-radius: 10% 10% 0 0;
  transform-origin: top right;
  overflow: hidden;
  will-change: transform;
  animation: wing 0.6s infinite cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes wing {
  50% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
}

.bird__wing:before {
  width: 100%;
  height: 190%;
  right: 0;
  top: -90%;
  border-radius: 7% 0 100% 100%;
  background: #00adef;
  content: "";
  display: block;
}

.bird__leg {
  width: 7.5%;
  height: 50%;
  overflow: visible;
  z-index: 20;
}

.bird__legs {
  width: 100%;
  height: 40%;
  bottom: 0;
  right: 0;
  left: 0;
}

.bird__leg:before,
.bird__leg:after {
  width: 230%;
  height: 32%;
  bottom: 0;
  right: 0;
  border-radius: 100vw;
  transform: translateX(30%);
}

.bird__leg:after {
  left: -45%;
}

.bird__leg--left {
  left: 50%;
  background: #dd6900;
  transform-origin: top center;
  top: 50%;
  transform: translate(-198%, -68%) rotate(40deg);
  animation: legs-left 0.6s infinite ease-out;
}

@keyframes legs-left {
  50% {
    transform: translate(-198%, -68%) rotate(37deg);
  }
}

.bird__leg--left:before,
.bird__leg--left:after {
  background: #dd6900;
}

.bird__leg--right {
  top: 50%;
  right: 50%;
  background: #f7953e;
  transform: translate(-108%, -70%) rotate(40deg);
  transform-origin: top center;
  will-change: transform;
  animation: legs-right 0.6s infinite ease-out;
}

@keyframes legs-right {
  50% {
    transform: translate(-108%, -70%) rotate(36deg);
  }
}

.bird__leg--right:before,
.bird__leg--right:after {
  background: #f7953e;
}

.chirp-preloader-wrap {

  animation: 3s linear infinite;
}





@media (min-width: 320px) {

  .scene .bird {
    width: 15%;
    height: 15%;
  }

  .common-btns{
    text-align: center;
  }



}


@media (min-width: 375px) {

  .scene .bird {
    width: 15%;
    height: 15%;
  }





}



@media (min-width: 425px) {

  .scene .bird {
    width: 15%;
    height: 15%;
  }




}



@media (min-width: 768px) {
  .scene .bird {
    width: 15%;
    height: 15%;
  }


  .welcome-head {
    font-size: 60px !important;
  }


}

@media (min-width: 1440px) {

  .scene .bird {
    width: 15%;
    height: 15%;
  }


}



@media (min-width: 2560px) {

  .scene .bird {
    width: 15%;
    height: 15%;
  }




}




@media (min-width: 1450px) and (max-width: 2560px) {
  #submenu-2{
    min-width: 1000px;
    right: 0;
    left: auto;
  }
  
}


@media (min-width: 320px) and (max-width: 768px) {
  .about-head {
    padding-top: 35px !important;
  }

  .ul-1 {
    bottom: 0 !important;
  }

  .chirp-features-box {
    height: 280px;
  }
  .card-3{
    padding: 8px 0px 0px 0px;

  }
  #submenu-3{
    width: 100%;
    left: auto;
  }
}

/* 10.07.2024 */

/* 
.chirp-hero-content h1{
  font-size: 80px;
}

 */


.integration-png {
  position: relative;
  /*   top: 70px !important; */
}

.icon-logo {
  width: 50px;
}

.zoom {
  height: 68vh;
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  top: 0;
  left: 0;

  font-size: 90px;
  transition: transform 1.2s ease-out;
}


.chirp-section-padding5 {
  padding-top: 100px;
}

.about-headings {
  color: white;
  text-align: center;
}


.about-paragraph {
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  padding: 0px 100px 30px 100px;
  font-weight: 400;
}


.data-one {
  text-align: center !important;
}

.data-btn {
  padding: 40px 0px 40px 0px;
  display: flex;
}


.login-png {
  float: inline-end;

}

/* resp */


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


  .empty {
    font-size: 24px !important;
  }

  .about-paragraph {
    font-size: 15px;
    text-align: justify;
    padding: 15px !important;
  }

  .cont-hov {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }

  .mockup .part {
    display: flex !important;
  }


  .welcome-head {
    font-size: 35px;
  }

  .guide-head {
    font-size: 50px !important;
  }

  .finance-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

}


.terms-one {
  padding-top: 130px !important;
}

.chirp-headings {
  font-size: 23px;
  padding: 10px 0px 10px 0px;
}

.chirp-terms {

  color: grey;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;

}

.chirp-footer-menu ul li a {

  font-size: 15px !important;
  font-weight: 500;

}

.mt-70 {
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: ghostwhite;
}


.help-container {
  display: flex;
}

.help-center p {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
}

.help-center-right {
  text-align: end;
}

.search-help {
  position: absolute;
  margin-top: 20px;
  margin-left: -70px;
  color: grey;
  font-weight: 600;
  cursor: pointer;
}

.raise-ticket {
  border: 1px solid #f7953e;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f7953e;
  color: white;

}


.raise-ticket:hover {
  background-color: #85d8f7;
  border: 1px solid #85d8f7;
  color: black;
  padding: 10px 20px 10px 20px;

  line-height: 24px;
  color: var(--white-color);
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transform-style: preserve-3d;

}

.list-ticket {
  border: 1px solid grey;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;

}

.list-ticket:hover {
  background-color: #85d8f7;
  border: 1px solid #85d8f7;
  padding: 10px 20px 10px 20px;
  line-height: 24px;
  color: var(--white-color);
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  background-color: var(--blue-bg);
  position: relative;
  z-index: 0;
  transform-style: preserve-3d;
}


@media (min-width:320px) and (max-width:430px) {
  .help-container {
    display: contents;
  }

  .help-center-right {
    text-align: center;
  }

  .help-center p {

    text-align: center;
  }

  .banner-h1 {
    font-size: 40px;
  }

  .chirp-copywright p {
    text-align: center;
  }

  .solution-header {
    padding-top: 100px;
  }

  .chirp-iconbox-wrap-left {
    text-align: center !important;
  }

  #chirp-submit-btn {
    margin-top: 20px;
  }

  .links-contact{
    display: block !important;
  }

}

/*  */


.list-main h3 {
  font-size: 18px;
  color: grey;
}

.list-main p {
  font-size: 18px;
  font-weight: 400;

}


.date-list {
  font-size: 18px;
  color: grey;
}

.new-list {
  font-size: 16px;
  color: #e7620f;
}


.back-help {
  text-align: center;
  font-size: 16px;
  color: grey;
  text-decoration: underline;
}

.track-btn {
  border: 1px solid;
  padding: 10px;
  text-align: center;
  display: block;
  color: white;
  font-weight: 800;
  background: #f7953e;
  font-size: 19px;
}

.track-btn:hover {
  background-color: #28c2fe;
  color: white;
}


.quest-list {
  font: 300;
  font-size: 16px;

}

@media (min-width:1280px) and (max-width:1400px) {

  .site-menu-main .nav-link-item {
    font-size: 15px !important;
  }

  .chirp-default-btn {
    font-size: 14px !important;
  }

  .chirp-default-btn.chirp-header-btn {
    padding: 8px 12px !important;

  }

  .site-menu-main .nav-link-item {
    padding-right: 1px !important;
  }

 /*  .site-menu-main .sub-menu {
    min-width: 0 !important;
  }
 */
 #submenu-2{
  min-width: 800px !important;
  right: 0;
  left: auto;
}

 .size-new{
  min-width: 100% !important;
 }

 

  .site-navbar .menu-block-wrapper {
    display: contents !important;

  }


  .ul-1 {
    bottom: 84px !important;
  }


/*   .ul-2 {
    bottom: 90px;
  } */
  .right-reach{
    margin-bottom: 49px;

}
/*   .menu-1 {
    margin-bottom: 65px !important;
  } */

  .cont-1 {
    margin-bottom: 65px !important;
  }

  .banner-h1 {
    font-size: 54px;
  }


  .site-header--sticky.mobile-sticky-enable {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    transition: .4s;
  }

  .site-header--sticky.mobile-sticky-enable.scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }

  .site-header--sticky.mobile-sticky-enable.reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 9999;
  }

  .site-header--menu-center .container {
    position: relative;
  }

  .site-header--menu-center .menu-block-wrapper {
    position: static;
  }

  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }

  .sol-h2 {
    font-size: 50px !important;
  }

}

.links-contact {
  background-color: #fafafa;
  padding: 43px 0px 0px 0px;
  margin-bottom: 40px;
  border-radius: 10px;
  display: flex;
}

.help-contact {
  color: black;
  padding: 18px 0px 0px 10px;
  /*   border-bottom: 2px solid; */
  font-size: 20px;
    font-weight: 700;
}

.help-contact :hover {
  color: #f7953e !important;
}


.chirp-iconbox-wrap-left {
  margin-bottom: 40px !important;
}

.chirp-errors-thumb {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px !important;

}

.thank-you-section {
  padding: 100px 0px 100px 0px !important;
}


.impo {
  width: 14px;
  position: relative;
  bottom: 2px;
  right: 2px;
}

.custom-thanks h3 {
  font-size: 30px;
  padding-bottom: 15px;
}

.custom-thanks p {
  font-size: 17px;
  font-weight: 500;
}


.textarea {
  border: 1px solid black !important;
}


.right-reach {
  margin-bottom: 17px;
}

.ifv-one {
  color: #000000;
  font-size: 14px;
  font-weight: 800;
}

.sub-one {
  font-size: 14px;
  color: #000000;
  font-weight: 800;
}


.chirp-footer-menu ul li a:hover{
  color: #f4933d !important;
    font-weight: 800;
}

.call-to-img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.help-box-1{
  text-align: center !important;
}

.common-btns{
  margin-top: 40px;
  text-align: end;
}    

.submit-new{
  border: 1px solid;
  padding: 10px 40px 10px 40px;
  font-size: 18px;
  border-radius: 5px;
  background-color: #00adef;
  color: white;
}


.submit-new:hover{
  background-color: #f7953e;
  color: white;
}

.cancel-new{
  border: 1px solid;
  padding: 10px 40px 10px 40px;
  font-size: 18px;
  border-radius: 5px;
}

.cancel-new:hover{
    background-color: #f7953e;
    color: white;
}


.p-blog{
  font-size: 18px;
}



.common-box-1{
  width: 100%;
  display: flex;
}

#error-message{
  color: #ff1f1f;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}

.select{
  margin: 0;
  height: 60px;
  width: 100%;
  color: var(--body-color);
  font-size: 16px;
  border-radius: 10px;
  background-color: var(--white-bg);
  padding: 15px 24px !important;
  transition: all .4s;
  letter-spacing: .5px;
  border: 1px solid var(--light-color) !important;
}

/*  */

.cookiealert.show{
  font-size: 15px;
}

.cookiealert .acceptcookies{
  background-color: #00adef;
}

.cookiealert a{
  color: #ffffff;
  font-size: 15px;
}

.cookiealert{
  background: #212327 !important;
}
   
label {
  font-size: 16px;;
}
.red{
  color: red;
  margin-bottom: 5px;
}
input[type=text]{
  font-size: 15px !important;
}

.chirp-product-space{
  padding-top: 100px;
}

.chirp-product-content{
  padding-bottom: 60px;
}

.CHIRP-P-1{
  text-align: center !important;
}

.chirp-default-content h2{
  font-size: 45px !important;
}

.chirp-footer-menu.extar-margin {
    margin-left: 40px !important;
}
.chirp-footer-textarea img{
  margin-bottom: 0 !important;
}
.chirp-footer-top {
  padding: 60px 0 20px !important;
}


.heading-about{
  text-align: center;
}



.linked-in{
  width: 150px;
  padding-top: 10px;  
}

.linked-in-footer{
  width: 150px;
}

/* status */

.status-head{
  text-align: center;
  margin-top: 120px;
}

.image-status img{
  width: 120px;
}

.status-content{
  padding-top: 50px;
}

.status-flex ul{
  display: flex;
}

.status-flex ul li{
  padding: 15px 20px 15px 0px;
  font-size: 15px;
}


.list-group li{
  border: none;
  font-size: 17px;
  color: #626161;
}

.status-row{
  border: 1px solid #e8e8e8;
  border-right: none;
  padding: 20px 10px 20px 10px;
}

.status-row-two{
  border: 1px solid #e8e8e8;
  padding: 20px 10px 20px 10px;
}

.badge-success{
  color: #00adef;
  font-weight: 300;
}

.image-status p{
  font-size: 17px;
  font-weight: 600;
  color: #222222;
}

.status-main{
  padding-bottom: 50px;
}