.application-wrapper{
  position: relative;
  background: rgb(53,70,103);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53,70,103,1)), to(rgba(52,61,78,1)));
  background: -o-linear-gradient(top, rgba(53,70,103,1) 0%, rgba(52,61,78,1) 100%);
  background: linear-gradient(180deg, rgba(53,70,103,1) 0%, rgba(52,61,78,1) 100%);
}
.application-wrapper:after {
    background: url(https://f.hubspotusercontent40.net/hubfs/6778641/2020/2020/cricle%20left.png) no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
      top: 40%;
    background-position: center left;
    z-index: 1;
}
.application-inner {
    padding: 105px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 11;
}
.application-wrapper__left {
    width: 50%;
}
.application-wrapper__left h2 {
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
      margin-bottom: 25px;
}
.application-wrapper__leftcontent {
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    max-width: 455px;
    margin-bottom: 40px;
}
.application-wrapper__leftcontent ul li {
    position: relative;
    padding-left: 12px;
}
.application-wrapper__leftcontent ul li + li {
    margin-top: 2px;
}
.application-wrapper__leftcontent ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}
.application-wrapper__leftbutton a {
    display: inline-block;
    min-width: 235px;
    padding: 11px 25px;
    border: 1px solid #fff;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    font-family: Source Sans Pro;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.application-wrapper__leftbutton a:hover {
  background: #fff;
  color: #343d4e;
}
.application-wrapper__right {
    width: 50%;
}
.application-wrapper__rightinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.application__grid {
    width: 50%;
    padding: 32px;
    color: #fff;
    height: 280px;
}
.application__grid:first-child,
.application__grid:nth-child(2){
  margin-bottom: 25px;
}
.application__grid:hover{
    background: #fff;
    border-radius: 10px;
    color: #353c4e;
}
.application__grid h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 600;
    text-align: left;
}

.application__grid h4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33px;
    font-family: Source Sans Pro;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
.application__heading {
      margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.application-wrapper__rightinnercontent,
.application-wrapper__rightinnercontent p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.application-wrapper__rightinnericon {
    margin-right: 7px;
}
.application-wrapper__rightinner_disclaimer,
.application-wrapper__rightinnerbutton{
    display: none;
}
.application-wrapper__rightinner_linkbutton a {
    display: inline-block;
    min-width: 204px;
    padding: 13px 25px;
    background: #ffb718;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    font-family: Source Sans Pro;
    line-height: 24px;
    font-weight: 700;
    color: #343d4e;
    margin: 8px 0 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.application-wrapper__rightinner_linkbutton a:hover {
    background: #343d4e;
    color: #ffffff;
}
.application-wrapper__rightinner_disclaimer a {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    display: block;
}
.application__grid:hover .application-wrapper__rightinner_disclaimer a {
    color: #343D4E;
}
.application__grid:hover .application-wrapper__rightinnercontent {
    display: none;
}
.application__grid:hover .application-wrapper__rightinner_disclaimer,
.application__grid:hover .application-wrapper__rightinnerbutton{
    display: block;
}
.application-wrapper__rightinnericon img {
    max-width: 23px;
    height: auto;
}
@media screen and (max-width: 1191px){
.application-wrapper__left {
    width: 40%;
}
  .application-wrapper__right {
    width: 60%;
}
}


/* New Style */

.app-wrap .application-inner{
  padding: 95px 0 76px;
}
.app-wrap .application-wrapper__left{
  max-width: 946px;
  width: 100%;
  margin: 0 auto;
}
.app-wrap .application-wrapper__right{
  width: 100%;
}
.app-wrap .application-wrapper__leftcontent {
  max-width: 100%; 
  text-align: center;
  margin-bottom: 50px;
}
.app-wrap .application-wrapper__left h2{
  text-align: center;
  margin-bottom: 16px;
}
.app-wrap .application-wrapper__leftcontent p{
  font-size: 17px;
  line-height: 23px;
}
.app-wrap .application__grid{
  width: calc(100% / 4);
  padding: 34px;
  position: relative;
}
.app-wrap .application__grid:first-child, 
.app-wrap .application__grid:nth-child(2) {
  margin-bottom: 0;
}
.app-wrap .application__grid:hover{
  color: #343D4E;
}
.app-wrap .application-wrapper__rightinner_linkbutton a{
  margin: 6px 0 11px;
}
.app-wrap .application-wrapper__rightarrow{
  display: inline-block;
  width: 24px;
  height: 11px;
  line-height: 0;
  position: absolute;
  bottom: 13px;
}
.app-wrap .application-wrapper__rightarrow img{
  width: 100%;
  height: auto;
}
.app-wrap .application__grid:hover .application-wrapper__rightarrow{
  display: none;
}
.app-wrap .application-wrapper__leftcontent ul{
  display: inline-block;
}
.app-wrap .application-wrapper__leftcontent ul li{
  text-align: left;
}
.app-wrap .application-wrapper__rightinner_linkbutton{
  text-align: center;
}
.application-wrapper.app-wrap:after{
  top: 30%;
  background-position: -50px 0;
  background-position: -95px 0;
}

@media (max-width: 1360px){
.application-wrapper.app-wrap .application__grid {
    width: calc(100% / 2);
    padding: 34px;
    position: relative;
    height: 250px;
}
  .application-wrapper.app-wrap>.page-center {
    max-width: 970px !important;
}
}
@media (max-width: 1199px){
 .application-wrapper.app-wrap>.page-center{
    max-width: 790px !important;
  }
  .app-wrap .application-wrapper__rightinner{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-wrap .application__grid{
    max-width: 290px;
    width: calc(100% / 2);
    margin-bottom: 25px !important;
    height: 220px;
  }
  .application-wrapper.app-wrap:after{
    top: 54%;
  }
}

@media screen and (max-width: 991px){
  .application-inner {
      padding: 55px 0 50px !important;
  }
  .application-wrapper__left {
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
  }
  .application-wrapper__leftcontent,
  .application-wrapper__left h2{
    text-align: center;
    margin: auto;
  }
  .application-wrapper__right {
      width: 190%;
  } 
    .application-wrapper:after {
      top: 50%;
      background-size: 150px;
  }
  .application-wrapper__rightinner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .application__grid {
      height: 250px;
      width: 290px;
  }
  
  .application-wrapper__rightinner_linkbutton a {
      width: 100%;
  }
  
  .app-wrap .application-wrapper__leftcontent {
    margin-bottom: 10px;
  }
  
  .application-wrapper__leftcontent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .application-wrapper__leftcontent ul li {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px){
  .application-wrapper__left h2 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 20px;
  }
    .application__grid:first-child, .application__grid:nth-child(2) {
      margin-bottom: 0;
  }
}
@media screen and (max-width: 581px){
.application__grid {
    width: 100%;
    max-width: 350px;
    padding: 25px;
  }
}

@media (max-width:609px){
  .application-wrapper.app-wrap .application__grid{
    width: 100%;
  }
}
