.cta-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    padding: 0;
     overflow: hidden;
     width: 300px;
     margin: auto;
     text-transform: capitalize;
     border: 1px solid #009adc;
     color: #ffff;
     text-decoration: none;
     font-size: 27px;
     line-height: 2;
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
     text-align: center;
     border-radius: 50px;
	  
}
.btn-hover-anim * {
    box-sizing: border-box;
  }
  .btn-hover-anim *::before,
  .btn-hover-anim *::after {
    box-sizing: border-box;
  }
  
  .btn-hover-anim {
    width: 16rem;
    height: auto;
  }
  .btn-hover-anim .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #009adc;
    border-radius: 1.625rem;
  }
  .btn-hover-anim .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  .btn-hover-anim .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
  .btn-hover-anim .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn-hover-anim .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #009adc;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
	    
  }
  .btn-hover-anim:hover .circle {
    width: 100%;
  }
  .btn-hover-anim:hover .circle .icon.arrow {
    background: #ffffff;
    -webkit-transform: translate(1rem, 0);
            transform: translate(1rem, 0);
  }
  .btn-hover-anim:hover .button-text {
    color: #fff;
  }

@media all and (min-width: 320px) and (max-width: 767px) {
    .cta-button {
        width: 230px;
        font-size: 20px;
    }
    .slider_desc_info_button .btn-hover-anim .button-text {
        line-height: 1.3;
    }
}
@media all and (min-width: 481px) and (max-width: 980px) {
    
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .cta-button {
        width: 230px;
        font-size: 20px;
    }
    .slider_desc_info_button .btn-hover-anim .button-text {
        line-height: 1.3;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .cta-button {
        width: 260px !important;
        font-size: 21px;
    }
    
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .cta-button {
        width: 280px !important;
        font-size: 21px;
    }
    
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .cta-button {
        width: 260px !important;
        font-size: 21px;
    }
    .cta-button .btn-img-arw {
        width: 12px;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    .cta-button {
        width: 280px !important;
        font-size: 23px;
    }
    .cta-button .btn-img-arw {
        width: 14px;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .cta-button {
        width: 295px !important;
    }
    .cta-button .button-text {
        font-size: 25px;
    }
}