
.getplanfrom {
    width: 350px;
    height: 45px;
    background: #fff;
    border-radius: 36px;
    position: relative;
    margin: 0 auto;
}
.carouselitem h2 {
    font-size: 39px;
}
.carouselitem p {
    font-size: 16px;
    padding: 25px 0 40px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
    .carouselitem {
      
    background-repeat: no-repeat;
    background-position: center 0;
      flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
  
  }
  .container
  
  {
    color: #fff;
    padding-top: 80px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner .getplanfrom {
    width: 350px;
    height: 45px;
    background: #fff;
    border-radius: 36px;
    position: relative;
    margin: 0 auto;
}
  .getplanfrom input[type=submit] {
    height: 100%;
    width: 130px;
    font-size: 14px;
    background: #e81f18;
    color: #fff;
    border-radius: 36px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.getplanfrom input[type=text] {
    height: 100%;
    border: 0;
    border-radius: 36px;
    padding-left: 30px;
    width: calc(100% - 130px);
    display: block;
}
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
