/*global css*/
/*Tablet device*/
@media screen and (min-width: 577px) and (max-width: 768px) {
  .cpca-fancy-items .cpca-dotted-bg {
    display: none;
  }

  .cpca-section-pad {
    padding: 70px 0;
  }

  .cpca-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    max-width: 200px;
  }
  .cpca-btn img {
    height: 16px;
    width: 16px;
    margin-left: 15px;
  }

  .cpca-title-contant p {
    padding-bottom: 36px;
  }

  .cpca-grid.cpca-grid-items .cpca-grid-item {
    width: 45%;
    padding: 0;
  }
  .cpca-grid.cpca-grid-items .cpca-grid-item h5 {
    font-size: 18px;
    line-height: 135%;
    margin: 0;
    padding: 10px 0px;
  }
  .cpca-grid.cpca-grid-items .cpca-grid-item p {
    font-size: 15px;
    line-height: 26px;
  }

  header .cpca-navbar ul li {
    padding: 5px 10px;
  }

  .cpca-hero {
    padding: 50px 0;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item {
    padding: 0;
    text-align: center;
    margin-top: 60px;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item h1 {
    font-size: 42px;
    line-height: 135%;
    margin: 0;
    padding-bottom: 18px;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 16px;
    margin: 0;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item .cpca-btn {
    margin: auto;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend {
    width: 100%;
    margin-bottom: 10px;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-head {
    justify-content: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-head h5 {
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-item {
    display: flex;
    flex-direction: column;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-pilot {
    margin: 0 auto;
    width: 200px;
    border: none;
  }
  .cpca-hero .cpca-hero-img-aftr-before {
    position: relative;
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-after {
    transform: translate(265%, 273%);
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-before {
    transform: translate(-200%, 275%);
  }
  .cpca-hero .cpca-hero-right {
    height: auto;
    width: 100%;
  }
  .cpca-hero .cpca-hero-right-options ul li {
    font-size: 12px;
  }

  .cpca-counter-wrapper {
    min-height: auto;
    padding-top: 35px;
  }
  .cpca-counter-wrapper .cpca-bottom-items {
    margin-bottom: 60px;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item {
    padding: 0px 10px;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item h2 {
    font-weight: 700;
    font-size: 20.6125px;
    line-height: 135%;
    margin-bottom: 4px;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item P {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }
  .cpca-counter-wrapper .cpca-brand {
    width: 90%;
    padding: 20px 10px;
  }
  .cpca-counter-wrapper .cpca-brand h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    margin: 0;
  }

  .cpca-service-wrapper .cpca-title-contant {
    margin-top: 50px;
  }
  .cpca-service-wrapper .cpca-service-grid > :nth-child(3n+2) {
    margin-top: 10px;
  }
  .cpca-service-wrapper .cpca-service-grid .cpca-service-grid-item {
    padding: 20px;
    min-height: 412px;
  }
  .cpca-service-wrapper .cpca-service-grid .cpca-service-grid-item h5 {
    font-size: 22px;
  }

  .cpca-start-wrapper .cpca-after-img {
    display: none;
  }
  .cpca-start-wrapper .cpca-start-grid {
    margin-bottom: 30px;
  }
  .cpca-start-wrapper .cpca-start-grid :nth-child(2n) {
    margin-top: 10px;
  }
  .cpca-start-wrapper .cpca-start-grid .cpca-start-grid-item {
    width: 45%;
    padding: 15px;
    margin-bottom: 0;
  }

  .cpca-slider-wrapper .cpca-slider-grid .slick-arrow:before {
    display: none;
  }
  .cpca-slider-wrapper .cpca-slider-grid .cpca-slider-grid-item {
    padding: 0;
  }
  .cpca-slider-wrapper .cpca-slider-grid .cpca-slider-grid-item .cpca-slider-items {
    min-height: 275px;
  }

  .cpca-work-wrapper .cpca-grid {
    display: flex;
    justify-content: flex-start;
  }

  .cpca-pricing-wrapper .cpca-pricing-grid > :nth-child(2n) {
    margin-top: 10px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-head h5 {
    padding: 15px 0;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items {
    padding: 24px 5px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-item img {
    margin-right: 10px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-item p {
    margin: 0;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-btn {
    margin: 0 auto;
    font-size: 12px;
  }

  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item {
    padding: 24px 10px;
    min-height: 382px;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item .cpca-review {
    padding-bottom: 30px;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item .cpca-review .item-img {
    margin-bottom: 16px;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item .cpca-review p {
    font-size: 14px;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item .cpca-review-author-details .cpca-review-author-img {
    width: 60px;
    height: auto;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item .cpca-review-author-details .cpca-review-author-prfl {
    padding: 5px;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-testimonial-grid-item .cpca-review-author-details .cpca-review-author-prfl h5 {
    font-size: 14px;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid {
    padding-bottom: 60px;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion {
    width: 100%;
  }
  .cpca-footer-wrapper {
    padding-bottom: 0;
  }
  .cpca-footer-wrapper .cpca-footer-grid {
    padding-bottom: 10px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us {
    width: 90%;
    height: 107px;
    z-index: 1;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us .cpca-brand-item h5 {
    font-size: 26px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-logo {
    padding-bottom: 20px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-logo img {
    width: 180px;
    height: 45px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-footer-contact-items .cpca-footer-contact-item P {
    padding-bottom: 0;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-social-icon a {
    padding-bottom: 20px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-form-submit h5 {
    text-align: left;
    font-size: 14px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-form-submit input {
    padding: 10px 5px;
    font-size: 12px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-form-submit a {
    font-size: 12px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact-items .cpca-footer-contact-item {
    margin: 0 10px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-form-submit h5 {
    text-align: center;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact .cpca-social-icon {
    justify-content: center;
    align-items: center;
  }
}
/*Desktop Device*/
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cpca-grid.cpca-grid-items .cpca-grid-item {
    width: 45%;
  }
  .cpca-grid.cpca-grid-items .cpca-grid-item .cpca-slider-grid-item .cpca-slider-items {
    padding: 10px 5px;
  }

  .cpca-navbar .cpca-navbar-logo .navbar-brand {
    width: 180px;
  }

  .cpca-hero {
    padding: 100px 0px;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item {
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item h1 {
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item p {
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group {
    margin-bottom: 40px;
    justify-content: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend {
    width: 50%;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-head {
    justify-content: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend h5 {
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-item {
    flex-direction: column;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-pilot {
    width: 50%;
    padding: 0;
    padding-left: 40px;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-pilot img {
    width: 180px;
  }
  .cpca-hero .cpca-hero-img-aftr-before {
    position: relative;
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-after {
    transform: translate(435%, 431%);
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-before {
    transform: translate(-335%, 429%);
  }
  .cpca-hero .cpca-hero-right {
    padding-right: 24px;
  }

  .cpca-counter-wrapper {
    padding-top: 0px;
  }
  .cpca-counter-wrapper .cpca-bottom-items {
    margin-bottom: 60px;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item h2 {
    font-size: 22px;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item p {
    font-size: 16px;
  }
  .cpca-counter-wrapper .cpca-brand {
    width: 90%;
  }

  .cpca-service-wrapper .cpca-service-grid > :nth-child(3n+2) {
    margin-top: 10px;
  }

  .cpca-start-wrapper .cpca-after-img > :nth-child(1) {
    transform: rotate(190deg);
    top: 59%;
    left: 41%;
  }
  .cpca-start-wrapper .cpca-after-img > :nth-child(2) {
    transform: rotate(-8deg);
    top: 33%;
    right: 41%;
  }
  .cpca-start-wrapper .cpca-after-img > :nth-child(3) {
    display: none;
  }
  .cpca-start-wrapper .cpca-start-grid {
    margin-bottom: 30px;
  }
  .cpca-start-wrapper .cpca-start-grid > :nth-child(2n) {
    margin-top: 10px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid > :nth-child(2n) {
    margin-top: 10px;
  }

  .cpca-slider-wrapper .cpca-slider-grid .slick-prev, .cpca-slider-wrapper .cpca-slider-grid .slick-next {
    display: none !important;
  }

  .cpca-accordion-wrapper .cpca-accordion-grid {
    padding-bottom: 100px;
  }

  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item {
    padding: 0;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-get-start-us {
    width: 90%;
  }
}
/*Large Device*/
@media screen and (min-width: 993px) and (max-width: 1399px) {
  .cpca-navbar .cpca-navbar-logo .cpca-logo {
    width: 160px;
    height: auto;
  }
  .cpca-navbar .cpca-navbar-logo .navbar-collapse ul li {
    padding: 0px;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item {
    padding: 0;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item P {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .cpca-hero .cpca-left-group .cpca-trust-thousend .cpca-thousend-head {
    display: flex;
    justify-content: center;
  }
  .cpca-hero .cpca-left-group .cpca-trust-thousend .cpca-thousend-item img {
    width: 170px;
  }
  .cpca-hero .cpca-left-group .cpca-trust-thousend .cpca-thousend-item p {
    font-size: 12px;
    padding: 0px 10px;
  }
  .cpca-hero .cpca-hero-img-aftr-before {
    position: relative;
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-after {
    transform: translate(265%, 273%);
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-before {
    transform: translate(-200%, 275%);
  }

  .cpca-counter-wrapper .cpca-brand {
    width: 90%;
  }

  .cpca-start-wrapper .cpca-after-img {
    display: none;
  }

  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-item p {
    text-align: left;
    font-size: 14px;
  }

  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us {
    width: 90%;
  }
}
/* Mobile Device  */
@media screen and (max-width: 576px) {
  .slick-prev, .slick-next {
    display: none !important;
  }

  .cpca-fancy-wrapper .cpca-fancy-items img {
    display: none;
  }

  .cpca-fancy-items .cpca-dotted-bg {
    display: none;
  }

  .cpca-btn {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    max-width: 200px;
  }
  .cpca-btn img {
    height: 14px;
    width: 14px;
    margin-left: 15px;
  }

  p {
    font-size: 14px;
  }

  .cpca-title-contant h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .cpca-title-contant p {
    padding-bottom: 26px;
    font-size: 12px;
  }

  .cpca-section-pad {
    padding: 60px 0px;
  }

  .cpca-grid.cpca-grid-items .cpca-grid-item {
    width: 100%;
    padding: 15px;
  }
  .cpca-grid.cpca-grid-items .cpca-grid-item h5 {
    font-size: 18px;
    line-height: 135%;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
  }
  .cpca-grid.cpca-grid-items .cpca-grid-item p {
    font-size: 14px;
    line-height: 26px;
  }

  .cpca-navbar .cpca-navbar-logo .navbar-brand {
    width: 120px;
  }

  .cpca-hero {
    padding: 100px 0px;
    padding-bottom: 0;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item {
    padding: 0;
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item h1 {
    font-size: 30px;
    padding-bottom: 0;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item p {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item .cpca-get-start-btn {
    margin: 0 auto;
    max-width: 145px;
  }
  .cpca-hero .cpca-hero-left .cpca-hero-left-item .cpca-get-start-btn img {
    width: 15px;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend {
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-head {
    justify-content: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-head h5 {
    font-size: 16px;
    margin: 0;
    padding-left: 10px;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-head .cpca-thousend-arrow {
    display: none;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-item {
    flex-direction: column;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-item img {
    width: 180px;
    padding: 0;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-thousend .cpca-thousend-item p {
    font-size: 12px;
    text-align: center;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-pilot {
    width: 170px;
    border: none;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-pilot img {
    padding-left: 12px;
  }
  .cpca-hero .cpca-hero-left .cpca-left-group .cpca-trust-pilot p {
    font-size: 12px;
  }
  .cpca-hero .cpca-hero-img-aftr-before {
    position: relative;
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-after {
    transform: translate(265%, 273%);
  }
  .cpca-hero .cpca-hero-img-aftr-before .cpca-hero-img-before {
    transform: translate(-200%, 275%);
  }
  .cpca-hero .cpca-hero-right {
    padding: 0;
  }
  .cpca-hero .cpca-hero-right-options {
    padding: 0;
  }
  .cpca-hero .cpca-hero-right-options ul :nth-child(3n) {
    justify-content: start;
  }
  .cpca-hero .cpca-hero-right-options ul li {
    width: 50%;
    font-size: 11px;
  }

  .cpca-counter-wrapper .cpca-bottom-items {
    margin-bottom: 60px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item {
    width: 45%;
    border: none;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item h2 {
    font-size: 18px;
  }
  .cpca-counter-wrapper .cpca-bottom-items .cpca-bottom-item p {
    font-size: 12px;
  }
  .cpca-counter-wrapper .cpca-brand {
    width: 90%;
    padding: 20px 0px;
  }
  .cpca-counter-wrapper .cpca-brand h5 {
    font-size: 14px;
  }

  .cpca-service-wrapper .cpca-service-grid > :nth-child(3n+2) {
    margin-top: 10px;
  }
  .cpca-service-wrapper .cpca-service-grid .cpca-service-grid-item {
    min-height: auto;
    padding: 25px 30px;
  }
  .cpca-work-wrapper .cpca-work-grid .cpca-work-grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cpca-work-wrapper .cpca-work-grid .cpca-work-grid-item p {
    text-align: center;
  }

  .cpca-start-wrapper {
    background: #fff;
  }
  .cpca-start-wrapper .cpca-after-img {
    display: none;
  }
  .cpca-start-wrapper .cpca-start-grid {
    margin-bottom: 50px;
  }
  .cpca-start-wrapper .cpca-start-grid > :nth-child(2n) {
    margin-top: 10px;
  }
  .cpca-start-wrapper .cpca-start-grid .cpca-start-grid-items .cpca-start-grid-item {
    margin-bottom: 10px;
    padding: 0;
  }

  .cpca-slider-wrapper .cpca-slider-grid .slick-arrow:before {
    display: none;
  }

  .cpca-work-wrapper {
    background: #fff;
  }

  .cpca-pricing-wrapper .cpca-pricing-grid > :nth-child(2n) {
    margin-top: 10px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item {
    padding: 0;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-head h5 {
    padding: 15px 0;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-item {
    margin-bottom: 10px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-item p {
    font-size: 12px;
    line-height: 20px;
  }
  .cpca-pricing-wrapper .cpca-pricing-grid .cpca-pricing-grid-item .cpca-pricing-items .cpca-pricing-btn {
    margin: 0 auto;
  }

  .cpca-testimonial-wrapper {
    background: #fff;
  }
  .cpca-testimonial-wrapper .cpca-testimonial-grid .cpca-grid-item {
    min-height: auto;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid {
    padding-bottom: 60px;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion {
    width: 100%;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion .cpca-accordion-item .cpca-accordion-header .cpca-accodion-btn {
    font-size: 14px;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion .cpca-accordion-item .cpca-accordion-header .cpca-accodion-btn::after {
    display: none;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion .cpca-accordion-item .cpca-accordion-header .cpca-accodion-btn img {
    width: 16px;
    margin-right: 10px;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion .cpca-accodion-cllps .accordion-body {
    padding: 10px;
  }
  .cpca-accordion-wrapper .cpca-accordion-grid .cpca-accordion .cpca-accodion-cllps .accordion-body strong {
    font-size: 12px;
    line-height: 20px;
  }

  .cpca-footer-wrapper .cpca-footer-grid {
    margin-bottom: 0px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 140px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us .cpca-brand-item h5 {
    font-size: 15px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us img.cpca-brand-img {
    display: none;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-get-start-us img .cpca-get-start-us-btn .cpca-pricing-btn {
    padding: 10px 15px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item {
    align-items: center;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-payment-item .cpca-footer-service {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact-items .cpca-footer-contact-item p {
    font-size: 14px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item .cpca-footer-contact-items .cpca-footer-contact-item img {
    width: 16px;
    height: 16px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-grid-item:nth-child(2) {
    margin-bottom: -10px;
    padding-bottom: 0;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-contact .cpca-form-submit .cpca-submit-form {
    padding: 10px 5px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-contact .cpca-social-icon a {
    margin-bottom: 0px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-contact .cpca-form-submit h5 {
    font-size: 16px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-contact .cpca-form-submit .cpca-submit-form {
    font-size: 12px;
  }
  .cpca-footer-wrapper .cpca-footer-grid .cpca-footer-contact .cpca-form-submit .cpca-submit-btn {
    font-size: 12px;
  }
  .cpca-footer-wrapper .cpca-copy-right-section {
    padding: 0;
  }
  .cpca-footer-wrapper .cpca-copy-right-section p a {
    font-size: 10px;
  }
}