/* ////////////// Get to List ///////////////////// */
.getList .containermr {
margin:0!important;
}
.getList .hs-button:hover
{
      background: #006265 !important;
}
.getList .card-title{
  font-weight: 400;
  font-size: 42px;
  line-height: 46.2px;
}
.getList .leftSectio{
/*     background: linear-gradient(122.48deg, #7ea3eb, #e7ffd6); */
/*   background: ; */
    height: 399px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
     color: #2b2b2b !important;
}

/* .getList .containermr {
  margin-left: 84px;
} */
.getList .main-card {
    gap:0;
}
.getList .search, .getList .search input{
   width: 296px;
   border: none;
}
.getList .search input::placeholder{
    padding-top: 4px;
    font-weight: 4px;
}
.getList .search input{
    padding: 3px 0 0 17px;
    font-size: 12px;
    font-weight: 400;
}
.getList .search .search_icon1 {
    right: 25px;
    cursor: pointer;
    position: absolute;
    top: 12px;
}
.getList .rightSection img{
    width: -webkit-fill-available;
    height: 405px;
    object-fit: contain;
}
.getList .leftSectio p{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.20000000298023224px;
     color: #2b2b2b !important;
}
.getList .leftSectio .card-title{
   color: #2b2b2b !important;
}
/* ///////////// Form css setting////////////// */
.subscribebutton {
    background: #00A39E;
    border: none;
    color: #ffffff;
    font-family: Founders Grotesk;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.2px;
    padding: 13px 12px 12px 12px;
    border-radius: 1000px;
    top: 5px;
    right: 6px;
/*     display: none; */
}
.search form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search .hs_submit {
    position: absolute;
    top: 13px;
    width: auto !important;
    right: 6px;
}
.search .hs_email {
display: flex;
  flex-direction: column;
}
.search .hs_submit input{
   background: #00a9a4 !important;
    border-radius: 100px !important;
    font-family: Founders Grotesk !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    height: 32px !important;
    padding: 11px 12px !important;
    width: 78px !important;
    leading-trim: Cap height !important;
    letter-spacing: .2px !important;
    line-height: 14.4px !important;
    border: none;
    color: #fff;
}
}
.hs-error-msgs{
  display: none!important;
  padding:0!important;
  
}

/* ///////////// Media Screen  ///////////////// */
@media screen and (max-width: 1172px) {
  .getList .leftSectio .card-title{
    /* Headlines/H2 mobile */
    font-family: "Founders Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.6px;
    letter-spacing: 0.072px;
  }
}
@media screen and (max-width: 992px) {
  
    .getList .rightSection img {
    height: 296px;
  }
  .getList .containermr {
    margin:0;
  }
    .getList .search input {
      
        height: 42px;
  }
  .getList .leftSectio {
          padding-left: 42px;
        padding-right: 42px;
  }
/*   .getList .leftSectio{
    padding: 0;
  } */
}
@media screen and (max-width: 767px) {
    .getList .rightSection img {
    height:180px;
  }
 .getList .search, .getList .search input{
          width: 24rem;
  }
  .getList .main-card{
  padding: 42px 20px;
  }
  .getList .leftSectio {
          height: auto;
        padding: 0;
        margin-bottom: 42px;
  }
/*     .getList .leftSectio .card {
        background: linear-gradient(122.48deg, #7ea3eb, #e7ffd6);
        border-radius: 0;
        color: #2b2b2b !important;
        padding: 1.5rem;
    } */
}

@media screen and (max-width: 400px) {
     .getList .search, .getList .search input {
        width: 18rem!important;
    }
/*  .getList  .search .hs_submit {
    right: 102px;
} */
  .getList .search .hs_submit input{
    width:5rem!important;
  }
}