.tp-hero-spacing {
    padding-top: 140px;
}

.tp-btn-lg {
    padding: 20px 30px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    height: 36px;
    width: 100%;
    line-height: 36px;
    border: 1px solid #e5e5e5;
}

.form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    height: 36px;
    width: 100%;
    line-height: 20px;
    border: 1px solid #e5e5e5;
}

.portfolio-thirteen__shape-one {
    position: absolute;
    height: 70px;
    width: 70px;
    left: 50%;
    top: 10px;
    animation: rotated 10s infinite linear;
}

.portfolio-thirteen__shape-two {
    position: absolute;
    height: 47px;
    width: 47px;
    left: 44%;
    bottom: 62%;
    z-index: 2;
    animation: rotated2 10s infinite linear;
}

@media (max-width: 767px) {

    .portfolio-thirteen__shape-one,
    .portfolio-thirteen__shape-two {
        display: none;
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.neural-img3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -38px;
    opacity: 0.6;
}

.neural-img3::after {
    content: "";
    position: absolute;
    top: -29%;
    right: 0;
    width: 432px;
    height: 1022px;
    background-image: url(../../lp/lp-img/capractice/eclips9.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0.5;
}

.ar-about-shape {
    width: 340px;
    bottom: 40px;
    left: 130px;
    z-index: -1;
    position: absolute;
    max-width: inherit;
}

.service-one__line {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    animation: 10s bgMove infinite linear;
    background-repeat: repeat-y;
    background-position: top center;
    pointer-events: none;
}

@keyframes bgMove {
    0% {
        background-position: 50% 3000px;
    }

    100% {
        background-position: 50% 0;
    }
}

@keyframes bgMoveTwo {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}


.cr-service-item {
    padding: 0;
    padding-left: 30px;
    position: relative;
    border-left: 1px dashed rgba(0, 0, 0, 0.15);
}

/* .cr-service-item::before {
  position: absolute;
  top: 28%;
  left: -1px;
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  background: linear-gradient(172deg, #2e36fc 6.29%, #E91E63 50.56%, #FF9800 92.25%);
} */

.cr-service-item-icon {
    margin-bottom: 30px;
}

.cr-service-item-icon span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 56px;
    height: 56px;
    display: grid;
    border-radius: 10px;
    place-content: center;
    text-align: center;
    display: inline-block;
}

.cr-content {
    position: relative;
}

.cr-content::before {
    position: absolute;
    top: 0;
    left: -31px;
    content: "";
    width: 1px;
    height: 30px;
    display: inline-block;
    /* background: linear-gradient(172deg, #2e36fc 6.29%, #E91E63 50.56%, #FF9800 92.25%); */
    background: var(--tp-theme-primary);
}

.font18list p {
    font-size: 18px !important;
    /* line-height: 30px; */
}

.font18list li i {
    font-size: 14px !important;
    margin-right: 12px !important;
    margin-top: 7px !important;
}

.book-to-top {
    display: none;
}

/* new responsive */
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {

    .pt-120,
    .pt-110 {
        padding-top: 40px;
    }

    .pb-65,
    .pb-100 {
        padding-bottom: 30px;
    }

    .pt-65 {
        padding-top: 35px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .mt-50,
    .mt-40 {
        margin-top: 20px;
    }

    .pb-50 {
        padding-bottom: 20px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .mb-20 {
        margin-bottom: 10px;
    }

}

@media (min-width: 992px) {
    .book-to-top {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tp-hero-spacing {
        padding-top: 80px;
    }

    .font18list li i {
        font-size: 12px !important;
        margin-right: 10px !important;
        margin-top: 4px !important;
    }

    .font18list p {
        font-size: 14px !important;
    }

    .h-100 {
        height: auto !important;
    }

    .tp-about-process-item.crm1-box,
    .tp-about-process-item,
    .tp-service-sa-item {
        padding: 10px 10px !important;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .tp-about-process-item.crm1-box h4,
    .tp-about-process-item h4,
    .tp-service-sa-item h4 {
        margin-bottom: 0;
    }

    .tp-about-process-item.crm1-box .tp-service-sa-item-icon,
    .tp-about-process-item .tp-service-sa-item-icon,
    .tp-service-sa-item .tp-service-sa-item-icon {
        margin-bottom: 0 !important;
    }

    .tp-bg-theme-primary.btn-submit {
        padding: 10px 20px;
        font-size: 12px;
    }

    .tp-brand-wrap.pt-40 {
        padding-top: 20px;
    }

    .tp-service-details-content ul li {
        margin-bottom: 10px;
    }
}

/* end new responsive */