/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1499px) {
  .content-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 60px 0px 56px;
  }

  .wise-content {
    gap: 71px;
    padding-bottom: 280px;
  }

  .wise-feature {
    padding-bottom: 0px;
    margin-top: -125px;
  }

  .logo-main a img {
    max-width: 319px;
  }

  .main-content::after {
    width: 60%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 428px 100%);
  }

  .wise-img {
    max-width: 760px;
  }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {

  .content-wrapper {
    max-width: 1120px;
    padding: 40px 0px 34px;
  }

  .logo-main a img {
    max-width: 213px;
  }

  .wise-left {
    flex: 0 0 auto;
    width: 100%;
    max-width: 510px;
  }

  .wise-heading h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .wise-heading h2{
    font-size: 17px;
    line-height: 26px;
  }

  .wise-form {
    margin-top: 18px;
    max-width: 598px;
  }

  .wise-content {
    gap: 40px;
    padding-bottom: 280px;
  }

  .wise-img .img-fluid {
    max-width: 602px;
    height: auto;
  }

  .feature-item h4 span.count {
    font-size: 24px;
    line-height: 38px;
    margin-right: 2px;
  }

  .feature-item h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 31px;
    color: #135A97;
  }

  .wise-feature {
    padding-bottom: 0px;
    margin-top: -94px;
  }

  .footer {
    margin-top: -60px;
  }

}



/* Large devices (desktops, 992px and up) */
@media (max-width: 1199px) {

  .content-wrapper {
    max-width: 720px;
    padding: 60px 20px 20px;
  }

  .logo-main a img {
    max-width: 230px;
  }

  .wise-heading h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
  }

  .wise-left {
    max-width: 460px;
  }

  .wise-heading h2{
    font-size: 15px;
    line-height: 24px;
  }

  .wise-form {
    margin-top: 20px;
    max-width: 300px;
  }

  .form-inner button {
    position: inherit;
  }

  .form-inner input {
    height: 43px;
    border-radius: 10px;
    padding-left: 18px;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 22px;
    padding-right: 10px;
  }

  .form-inner input::placeholder {
    font-size: 13px;
    line-height: 22px;
  }

  .btn {
    font-size: 13px;
    line-height: 18px;
    padding: 11px 19px;
  }

  .wise-form p {
    font-size: 14px;
    line-height: 21px;
    max-width: 179px;
  }

  .form-inner {
    margin-bottom: 5px;
  }

  .wise-content {
    gap: 40px;
    padding-bottom: 20px;
  }

  .wise-img {
    position: absolute;
    bottom: inherit;
    right: -30px;
    max-width: 400px;
    transform: translateY(-50%);
    top: 46%;
  }

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

  .wise-feature {
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .wise-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .feature-item h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 23px;
    color: #135A97;
  }

  .feature-item p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 39px;
  }

  .feature-item p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .feature-item h4 span.count {
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
  }

  .feature-item {
    max-width: 207px;
    margin-bottom: 0px;
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    margin-left: 0px !important;
  }

  .wise-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
  }

  .wise-form p {
    font-size: 9px;
    line-height: 16px;
    max-width: 179px;
    font-weight: 500;
  }

  .wise-content {
    padding-bottom: 47px;
  }

  .footer p {
    font-size: 9px;
    margin-top: 0px;
  }

  .main-content::after {
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 551px 100%);
  }

  .logo-main {
    margin-bottom: 36px;
  }

  .logo-main {
    margin-bottom: 18px;
  }

  .footer {
    margin-top: 0px;
  }

}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .wise-feature {
    flex-wrap: wrap;
    gap: 20px;
  }

  .feature-item {
    max-width: 100%;
    text-align: start;
    margin-left: 0px !important;
  }

  .logo-main a img {
    max-width: 221px;
  }

  .content-wrapper {
    max-width: 350px;
    padding: 30px 20px 20px;
  }

  .logo-main {
    margin-bottom: 14px;
  }

  .wise-heading h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
  }

  .wise-heading h2 {
    font-size: 13px;
    line-height: 20px;
  }

  .wise-heading {
    margin-bottom: 0px;
  }

  .wise-form {
    text-align: center;
  }

  .wise-form p {
    margin: 0 auto;
  }

  .form-inner input {
    text-align: center;
  }

  .wise-content {
    gap: 0px;
  }

  .wise-form {
    margin-bottom: 13px;
  }

  .wise-feature {
    padding-top: 36px;
  }

  .main-content::after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    top: inherit;
    bottom: 0px;
    height: 381px;
    background-size: 100% 156%;
    background-position: bottom;
  }
  .footer {
    margin-top: 0px;
  }

  #open_preferences_center {
    right: 15px;
    left: inherit;
  }
}

/* Small devices  */
@media (max-width: 345px) {

  .wise-heading h1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
  }

  .logo-main a img {
    max-width: 163px;
  }

  .wise-content {
    padding-bottom: 25px;
  }

  .footer {
    margin-top: 0px;
  }

}

/* Small devices  */
@media (max-width: 575px) {}
