
/* Top left text */
.top-left {
  position: absolute;
    top: 13px;
    left: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
	border: solid 3px;
}

.yd{
      padding-top: 35px;
      margin: 0;
      color: #242365;
      font-size: 30px;
      font-weight: 600;
      line-height: 45px;
    }
    .cta-heading {
    margin-bottom: 2.2rem;
}

.cta-heading {
    padding-top: 0.7rem;
    margin-bottom: 2.7rem;
}
    .cta-heading .cta-title {
    margin-bottom: 0.2rem;
}
    .cta-desc {
    font-size: 1.6rem;
}
    .cta .input-group {
    margin-bottom: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}
    .input-group-append {
    margin-left: -1px;
}
.cta .btn:not(.btn-block) {
    min-width: 178px;
}

.cta .btn:not(.btn-block) {
    min-width: 170px;
}
.input-group-round>.input-group-append>.btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cta .btn {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}    

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
    input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cta .form-control {
    height: 46px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    background-color: #fff;
}
.input-group-round .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
    .cta.bg-image {
    background-color: #f5f5f5;
}
.justify-content-center {
    justify-content: center;
      display: flex;
}
    @media screen and (max-width: 767px){
      
.yd{
       padding-top: 0;
      font-size: 18px;
     
    }
      .size{
        font-size: 10px;
      }
    }