@font-face {
    font-family: "CircularStd";
    src: url("../feature-fonts/circular-std-medium-500.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "CircularStd";
    src: url("../feature-fonts/CircularStd-Book.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #fff;
    font-family: "CircularStd";
    font-weight: 400;
    line-height: normal !important;
}

@media(min-width: 1300px) {
    .container {
        max-width: 1200px !important;
        margin: 0 auto
    }
}
h1{
    letter-spacing: 0;
    line-height: normal !important;
}
.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

@media(max-width: 991px) {
    .fs-18 {
        font-size: 16px
    }
}

.fs-20 {
    font-size: 20px
}

@media(max-width: 991px) {
    .fs-20 {
        font-size: 18px
    }
}

.fs-22 {
    font-size: 22px
}

@media(max-width: 991px) {
    .fs-22 {
        font-size: 20px
    }
}

.fs-24 {
    font-size: 24px
}

@media(max-width: 991px) {
    .fs-24 {
        font-size: 20px
    }
}

.fs-44 {
    font-size: 44px
}

@media(max-width: 1550px) {
    .fs-44 {
        font-size: 40px
    }
}

@media(max-width: 991px) {
    .fs-44 {
        font-size: 38px
    }
}

@media(max-width: 576px) {
    .fs-44 {
        font-size: 34px
    }
}

.fs-40 {
    font-size: 40px
}

@media(max-width: 1550px) {
    .fs-40 {
        font-size: 36px
    }
}

@media(max-width: 991px) {
    .fs-40 {
        font-size: 32px
    }
}

@media(max-width: 576px) {
    .fs-40 {
        font-size: 30px
    }
}
.px-12{
    padding-left: 12px;
    padding-right: 12px;
}
.pt-80 {
    padding-top: 80px
}

@media(max-width: 1550px) {
    .pt-80 {
        padding-top: 60px
    }
}

@media(max-width: 576px) {
    .pt-80 {
        padding-top: 40px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media(max-width: 1550px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

@media(max-width: 576px) {
    .pb-80 {
        padding-bottom: 40px
    }
}

.lh-normal {
    line-height: normal
}

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

@media(max-width: 991px) {
    .mb-40 {
        margin-bottom: 20px
    }
}

.btn {
    padding: 12px 50px !important
}

@media(max-width: 1550px) {
    .btn {
        padding: 10px 30px !important
    }
}
@media (max-width:576px) {
        .btn {
        padding: 8px 12px !important;
    }
}

.btn:active,
.btn:hover {
    box-shadow: none !important;
    outline: none !important
}

.btn-primary {
    background-color: #fff !important;
    color: #f47342 !important;
    transition: .3s all ease-in-out;
    border: 1px solid #fff !important;
    border-radius: 12px
}

.btn-primary:hover {
    background-color: #f47342 !important;
    color: #fff !important
}

.btn-primary-100 {
    background-color: #f47342 !important;
    color: #fff !important;
    transition: .3s all ease-in-out;
    border: 1px solid #f47342 !important;
    border-radius: 12px
}

.btn-primary-100:hover {
    background-color: #fff !important;
    color: #f47342 !important
}

.btn-secondary {
    background-color: #f47342 !important;
    color: #fff !important;
    transition: .3s all ease-in-out;
    border: 1px solid #fff !important;
    border-radius: 12px
}

.btn-secondary:hover {
    background-color: #fff !important;
    color: #f47342 !important
}

.btn-secondary-100 {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #f47342 !important;
    transition: .3s all ease-in-out;
    border: 1px solid #f47342 !important;
    border-radius: 12px
}

.btn-secondary-100:hover {
    background-color: #f47342 !important;
    color: #fff !important
}

.text-primary {
    color: #f47342 !important
}

.text-gray {
    color: #9a999f !important
}

.text-black {
    color: #1a131e !important
}

.mb-12 {
    margin-bottom: 12px
}

.border-b-gray {
    border-bottom: 1px solid #9a999f
}

.bg-gray-100 {
    background-color: #f2f4f5 !important
}

.bg-primary {
    background-color: #f47342 !important
}

.section-heading {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto
}

.hero-section {
    background-color: #f47342
}

.hero-section .vector-1 {
    top: -100px;
    right: -100px;
    width: 300px;
    animation: top-bottom 3s alternate ease-in-out infinite
}

.hero-section .vector-1 img {
    width: 100%
}

.hero-section .vector-2 {
    width: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    animation: zoom-in 2s alternate ease-in-out infinite
}

@media(max-width: 1550px) {
    .hero-section .vector-2 {
        width: 150px
    }
}

@media(max-width: 991px) {
    .hero-section .vector-2 {
        width: 120px;
        left: 10px;
        top: 10px;
        right: auto;
        bottom: auto
    }
}

@media(max-width: 576px) {
    .hero-section .vector-2 {
        width: 80px;
        left: -22px;
        top: 0px
    }
}

.hero-section .vector-2 img {
    width: 100%
}

.hero-section .vector-3 {
    bottom: -100px;
    left: -100px;
    width: 300px;
    animation: bottom-top 3s alternate ease-in-out infinite
}

.hero-section .vector-3 img {
    width: 100%
}

@keyframes zoom-in {
    0% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes top-bottom {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

@keyframes bottom-top {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0px)
    }
}

.hero-section .hero-img {
    max-width: 650px;
    max-height: 528px;
    position: relative;
    z-index: 1
}

.hero-section .hero-content .trust-box {
    max-width: 318px;
    background-color: #ffa189;
    border-radius: 30px;
    gap: 9px
}

.hero-section .hero-content .trust-box .trust-img {
    min-width: 20px;
    width: 20px;
    height: 20px
}

.hero-section .hero-content .desc {
    max-width: 480px
}

.online-work-section .online-work-img {
    width: 80px;
    height: 80px;
    background-color: #f47342;
    border-radius: 50%
}

@media(max-width: 1550px) {
    .online-work-section .online-work-img {
        width: 60px;
        height: 60px
    }

    .online-work-section .online-work-img img {
        width: 25px;
        height: 25px
    }
}

.online-work-section .online-work-img span {
    width: 25px;
    height: 25px;
    background-color: #1a131e;
    border-radius: 50%;
    top: -6px;
    right: -6px
}

@media(max-width: 1550px) {
    .online-work-section .online-work-img span {
        width: 20px;
        height: 20px;
        top: -3px;
        right: -3px;
        font-size: 12px !important
    }
}

.advantages-section .advantges-main {
    border: 1px solid #cfcfd2;
    border-radius: 20px;
    transition: .3s all ease-in-out
}

.advantages-section .advantges-main:hover {
    border: 1px solid #ffb29f
}

.advantages-section .advantges-main .advatages-icons {
    background-color: #fcdfd4;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    min-width: 60px
}

.key-features-section .feature-main {
    border: 1px solid #cfcfd2;
    border-radius: 20px;
    transition: .3s all ease-in-out
}

.key-features-section .feature-main:hover {
    border: 1px solid #ffb29f
}

.key-features-section .feature-main .feature-icon {
    background-color: #f47342;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    min-width: 60px
}

@media(max-width: 576px) {
    .key-features-section .feature-main .feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px
    }

    .key-features-section .feature-main .feature-icon.key-4 img {
        width: 30px !important;
        height: 30px !important
    }

    .key-features-section .feature-main .feature-icon img {
        width: 22px;
        height: 22px
    }
}

.choose-section .choose-main {
    border: 1px solid #cfcfd2;
    border-radius: 20px;
    transition: .3s all ease-in-out
}

.choose-section .choose-main:hover {
    border: 1px solid #ffb29f
}

.choose-section .choose-main .choose-icons {
    background-color: #fcdfd4;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px
}

@media(max-width: 576px) {
    .choose-section .choose-main .choose-icons {
        margin: 0 auto 20px auto
    }
}

.stpes-section .step-icon {
    background-color: #f47342;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    min-width: 70px
}

@media(max-width: 1550px) {
    .stpes-section .step-icon {
        width: 60px;
        height: 60px;
        min-width: 60px
    }

    .stpes-section .step-icon img {
        width: 25px;
        height: 25px
    }
}

.stpes-section .step-col-main .step-col::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    background-image: url("../img/feature-page-img/step-col-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: -60px;
    top: 40px
}

.stpes-section .step-col-main .step-col:nth-child(4)::after {
    content: none
}

@media(max-width: 991px) {
    .stpes-section .step-col-main .step-col:nth-child(2)::after {
        content: none
    }
}

@media(max-width: 991px)and (max-width: 576px) {
    .stpes-section .step-col-main .step-col {
        padding-bottom: 40px !important
    }

    .stpes-section .step-col-main .step-col::after {
        bottom: -45px;
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60px;
        top: auto;
        bottom: 18px
    }

    .stpes-section .step-col-main .step-col:nth-child(2)::after {
        content: ""
    }

    .stpes-section .step-col-main .step-col:last-child {
        padding-bottom: 0px !important
    }
}

.stpes-section .step-col-main .step-col .step-main h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.across-india-section .across-india-box {
    max-width: 318px;
    background-color: #f9d1cb;
    border-radius: 30px
}

.across-india-section .across-india-box .across-india-img {
    min-width: 24px;
    width: 24px;
    height: 24px
}

@media(max-width: 576px) {
    .across-india-section .across-india-box .across-india-img {
        min-width: 20px;
        width: 20px;
        height: 20px
    }
}

.across-india-section .across-india-main {
    border: 1px solid #cfcfd2;
    border-radius: 20px;
    transition: .3s all ease-in-out
}

.across-india-section .across-india-main:hover {
    border: 1px solid #ffb29f
}

.communication-section .communication-main {
    border-radius: 20px;
    transition: .3s all ease-in-out;
    background-color: #ff8b6d
}

.communication-section .communication-main .communication-icons {
    background-color: #fabaa2;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 1px solid #fff
}

@media(max-width: 576px) {
    .communication-section .communication-main .communication-icons {
        margin: 0 auto 20px auto
    }
}

.faq-section {
    background-color: #f9f9f9
}

.faq-section .accordion {
    max-width: 991px
}
.faq-section .accordion h2{
    line-height: normal !important;
}
.faq-section .accordion .accordion-item {
    border: 1px solid #cccccf !important;
    border-radius: 10px !important;
    overflow: hidden !important
}

.faq-section .accordion .accordion-item.active {
    border-color: #ffc2b3 !important
}

@media(max-width: 991px) {
    .faq-section .accordion .accordion-item .accordion-button {
        padding: 10px 12px
    }

    .faq-section .accordion .accordion-item .accordion-button::after {
        width: 15px !important;
        height: 15px !important;
        background-size: contain !important
    }
}

.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fcdfd4 !important;
    color: #f47342 !important;
    box-shadow: none !important
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;

}
@media(max-width: 991px) {
    .faq-section .accordion .accordion-item .accordion-body {
        padding: 10px 12px
    }
}

.ready-section {
    background-image: url("../img/feature-page-img/ready-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ready-section::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1a131e;
    opacity: .95;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none
}

.ready-section .container {
    z-index: 1
}

.ready-section .container .section-heading p {
    max-width: 653px !important;
    margin: auto
}