:root {
    /* theme color start*/
    --primary-color: #000000;
    --normal-gradient: linear-gradient(109deg, #343434 12.81%, #000000 87.19%);
    --neon-gradient: #FFFFFF;
    --button-gradient: linear-gradient(109deg, #343434 12.81%, #000000 87.19%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.51deg, #272727 0%, #050505 100%);
    --comparison-table-bg: #1212120D;
    --comparison-table-color: #121212;
    --comparison-table-bg-heading: #F2F2F280;
    --comparison-table-border-color: #E2E2E2;
}

.section-button-white {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    width: fit-content;
    margin-top: 25px;
}

.section-button-white:hover {
    background: #fff;
    color: #0c0803;
}

.convert-your-bussiness-one {
    padding: 25px 0 0 25px;
}

.convert-your-bussiness-one img {
    border-radius: 30px;
}

.convert-your-bussiness-three {
    padding: 25px 0 0 0;
}

.convert-your-bussiness-three img {
    border-radius: 25px;
}

.convert-your-bussiness-four {
    padding: 25px 0 0px 0px;
}

.convert-your-bussiness-four .convert-your-bussiness-content {
    padding-left: 25px;
}

.convert-your-bussiness-four img {
    border-radius: 30px;
}

.convert-your-bussiness-five img {
    border-radius: 0 0 25px 0;
}

.convert-your-bussiness-six {
    padding: 0px 0px 0px 25px;
    margin-top: 20px;
}

.convert-your-bussiness-six img {
    border-radius: 30px;
}

.convert-your-bussiness-subtitle {
    margin-bottom: 0;
}

.convert-your-bussiness-title {
    margin-bottom: 0 !important;
}

#hero-section {
    background-image: url('../../images/uber-clone-app/fox-taxi-hero-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-title span {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#cta-1 {
    margin-top: 50px;
}

.cta-1 {
    background: url('../../images/uber-clone-app/cta-1-bg-image.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta-1 .section-title {
    padding: 0 0 0 50px;
}

.cta-1-image {
    margin: -80px 0 -50px 0;
}

.cta-1 .section-button-white:hover {
    color: #140249;
}

.indrive-app-feature-card {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

.inner-page-service-cards .indrive-app-feature-card {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 237, 206, 0.3) 0%, rgba(255, 244, 224, 0.3) 100%);
    border: 1px solid #FEA50180;
    box-shadow: unset;
}

.indrive-app-feature-image {
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    margin-top: -30px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.indrive-app-feature-body .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #303030;
}

.indrive-app-feature-body {
    padding-top: 10px;
}

.indrive-app-feature-body .card-text {
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.indrive-app-feature-card:hover .card-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.admin-panel-section-features {
    padding-right: 100px;
    padding-top: 10px;
}

.admin-panel-section-features-right {
    padding-top: 10px;
    padding-left: 100px;
}

.admin-panel-section-features>.row,
.admin-panel-section-features-right>.row {
    margin-left: 0;
    margin-right: 0;
}

.what-make-our-script-special-list {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #BABABA;
    background: #F2F2F2;
    margin-bottom: 20px;
}

.what-make-our-script-special-list:hover {
    background: var(--normal-gradient);
    color: #ffffff;
}

.what-make-our-script-special-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.what-make-our-script-special-title h3 {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what-make-our-script-special-list:hover h3 {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what-make-our-script-special-description {
    font-size: 16px;
    font-weight: 400;
}

.what-make-our-script-special-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid transparent;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
        linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) border-box;
    flex-shrink: 0;
    flex-grow: 0;
}

#admin-panel-section .what-our-client-say-readmore {
    margin: 0 auto;
}

#what-we-offer-section .what-we-offer-bg {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    border: 2px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

#faqs-section .nav-tabs::-webkit-scrollbar,
#what-we-offer-section .nav-tabs::-webkit-scrollbar {
    display: none;
}

#faqs-section .nav-tabs,
#what-we-offer-section .nav-tabs {
    max-width: 100%;
    column-gap: 10px;
    padding: 5px;
    border: unset;
    width: max-content;
    overflow-x: scroll;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#faqs-section .nav-tabs .nav-link,
#what-we-offer-section .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #BABABA;
    background: #F2F2F2;
    width: max-content;
    padding: 10px;
}

#faqs-section .nav-tabs .nav-link.active,
#what-we-offer-section .nav-tabs .nav-link.active {
    background: var(--normal-gradient);
    border: 1px solid #AAAAAA
}

#faqs-section .nav-tabs .nav-link .tab-title,
#what-we-offer-section .nav-tabs .nav-link .tab-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#faqs-section .nav-tabs .nav-link.active .tab-title,
#what-we-offer-section .nav-tabs .nav-link.active .tab-title {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#faqs-section .medicine-ui-tab-icon,
#what-we-offer-section .medicine-ui-tab-icon {
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--normal-gradient);
    border: 1px solid #AAAAAA;
    margin-right: 5px;
}

#faqs-section .nav-tabs .nav-link.active .medicine-ui-tab-icon,
#what-we-offer-section .nav-tabs .nav-link.active .medicine-ui-tab-icon {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid #FFFFFF80;
}

#what-we-offer-section .card {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 15px;
    padding: 20px;
}

#what-we-offer-section .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
}

#what-we-offer-section .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

#what-we-offer-section .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding: 10px 0 15px 0;
    margin: 0;
}

#what-we-offer-section .why-choose-icon {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

#ai-section {
    background: url(../../images/uber-clone-app/AI-features-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 30px;
    margin-top: 100px;
    min-height: 850px;
}

.ai-accordion {
    padding-top: 60px;
}

.ai-accordion .accordion-item {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(119, 119, 119, 0.1) 100%);
    border: 1px solid #FFFFFF4D;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: visible;
    box-shadow: 0px 0px 10px 5px #0000001A;
    backdrop-filter: blur(100px);
}

.ai-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.ai-accordion .accordion-button {
    background: transparent;
    color: #fff !important;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    border: none;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.ai-accordion .accordion-button::after {
    display: none;
}

.ai-accordion .faq-icon {
    flex-shrink: 0;
    margin-left: auto;
}

.ai-accordion .accordion-button.collapsed .faq-icon-open {
    display: none;
}

.ai-accordion .accordion-button.collapsed .faq-icon-close {
    display: block;
}

.ai-accordion .accordion-button:not(.collapsed) .faq-icon-open {
    display: block;
}

.ai-accordion .accordion-button:not(.collapsed) .faq-icon-close {
    display: none;
}

.ai-acc-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #777777 0%, rgba(119, 119, 119, 0) 100%) border-box;
}

.ai-accordion .accordion-body {
    padding: 0 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}

#cta-2 {
    margin-top: 100px;
}

.cta-2 {
    border-radius: 271px 0px 0px 271px;
    background: radial-gradient(65.78% 120.97% at 34.22% 28.05%, #7A0C03 0%, #310300 100%);
}

.cta-2 .section-button-white:hover {
    color: #550802;
}

.cta-2 .section-title {
    padding: 0px 0px 0 100px;
}

.cta-2-image {
    margin: -140px 0 -48px 0;
}

#other-website-section .other-development-process-bg {
    padding: 0 100px;
}

#other-website-section .feature-list.make-diffirent-than-other-list {
    padding: 20px;
    background: #F2F2F2;
    border-radius: 20px;
    border: 1px solid #BABABA;
}

#other-website-section .feature-list.make-diffirent-than-other-list:hover {
    background: var(--normal-gradient);
    border-color: #595959;
    color: #ffffff;
}

#other-website-section .make-diffirent-than-other-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 15px;
    fill: #FFFFFF;
    border: 1px solid #707070;
    background: var(--normal-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

#other-website-section .feature-list:hover .make-diffirent-than-other-icon {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid #FFFFFF80;
}

#other-website-section .what-our-client-say-readmore {
    margin: 30px auto auto;
}

#other-website-section .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

#other-website-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

#other-website-section .feature-list.make-diffirent-than-other-list:hover .feature-title {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#other-website-section .space-both {
    padding: 0 200px;
}

#ui-slider {
    background: url(../../images/uber-clone-app/ui-section-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 50px;
    margin-top: 100px;
}

/*
@keyframes ui-slideScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
} */

/*
@keyframes ui-slideScroll-mobile {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }
} */

/* @media only screen and (max-width:768px) {
    #ui-slider .swiper-wrapper {
        animation: 20s linear infinite ui-slideScroll-mobile
    }
} */

/* @media only screen and (min-width:769px) {
    #ui-slider .swiper-wrapper {
        animation: 35s linear infinite ui-slideScroll
    }
} */

/* #ui-slider .swiper-wrapper:hover {
    animation-play-state: paused;
} */

#ui-slider .nav-tabs {
    border-radius: 50px;
    overflow-x: scroll;
    margin: auto;
    column-gap: 10px;
    flex-wrap: nowrap;
    width: max-content;
    max-width: 100%;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(100px);
    background: #FFFFFF1A;
    border: none;
    margin-top: 30px;
}

#ui-slider .nav-tabs .nav-link .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    /* margin-left: 10px; */
    color: #FFFFFF;
}

#ui-slider .nav-tabs .nav-link.active .tab-title {
    color: var(--primary-color);
}

#ui-slider .medicine-ui-tab-icon {
    fill: #040200;
    width: 50px;
    height: 50px;
    display: none;
    padding: 12px;
    background: #e6e6e5;
    border-radius: 50%;
}

#ui-slider .nav-tabs .nav-link.active .medicine-ui-tab-icon {
    display: flex;
}

#ui-slider .nav-tabs::-webkit-scrollbar {
    display: none
}

#ui-slider .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: unset;
    gap: 10px;
    width: max-content;
    max-width: 100%;
    padding: 5px 10px;
}

.what-make-script-special-row {
    padding: 15px 100px 0 100px;
}

.why-choose-icon {
    flex-shrink: 0;
    flex-grow: 0;
}

.what-make-script-special-row .card {
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid transparent;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px #0000001A;
}

.what-make-script-special-row .card:hover {
    border: 1px solid #303030;
    box-shadow: 0px 0px 15px 0px #30303033;
}

.what-make-script-special-row .card-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.what-make-script-special-row .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 10px;
}

#monetization-features-section .what-make-script-special-row {
    padding: 0;
}

#monetization-features-section .why-choose-icon {
    background: #ffffff;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

#monetization-features-section .card {
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

#monetization-features-section .card:hover .why-choose-icon {
    box-shadow: 0px 10px 30px 0px #F2F2F2;
}

#monetization-features-section .card:hover {
    border: 1px solid var(--primary-color);
}

#faqs-section .services-faq-title {
    font-family: Nunito;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #303030;
}

#faqs-section .accordion-item {
    border: none;
    border-radius: 25px !important;
    box-shadow: 0px 0px 15px 0px #AAAAAA4D !important;
    border: 1px solid #AAAAAA80;
    margin-bottom: 30px;
}

#faqs-section .accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

#faqs-section .accordion-button {
    border-radius: 25px !important;
    box-shadow: none !important;
}

#faqs-section .accordion-body {
    padding-left: 2%;
    padding-right: 3%;
    padding-top: 0;
}

#faqs-section .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
}

#faqs-section .faqs-ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
}

#faqs-section .faq-icon {
    margin-left: auto
}

#faqs-section .accordion-button.collapsed .faq-icon-close,
#faqs-section .accordion-button::after,
#faqs-section .accordion-button::before,
.faq-icon-open {
    display: none;
}

#faqs-section .accordion-button.collapsed .faq-icon-open {
    display: inline;
}

#faqs-section .accordion-item:last-child {
    margin-bottom: 0;
}

#admin-panel-section .section-title h2 {
    max-width: 90%;
    margin: 0 auto;
}

#monetization-features-section .section-title h2 {
    max-width: 70%;
    margin: 0 auto;
}

#faqs-section .section-title h2,
#what-we-offer-section .section-title h2,
#other-website-section .section-title h2 {
    max-width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 1700px) {
    .cta-2-image {
        margin: -120px 0 -41px 0;
    }

    .cta-2 .section-title {
        padding: 0px 0px 0 90px;
    }

    .cta-2 .section-title .section-title-new.white {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1600px) {
    .cta-2-image {
        margin: -120px 0 -38px 0;
    }

    .admin-panel-section-features {
        padding-right: 50px;
    }

    .admin-panel-section-features-right {
        padding-left: 50px;
    }

    #other-website-section .other-development-process-bg,
    .what-make-script-special-row {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1400px) {
    #ai-section {
        min-height: 100%;
        padding-bottom: 30px;
    }

    .cta-2-image {
        margin: -100px 0 -34px 0;
    }

    #admin-panel-section .section-title h2,
    #monetization-features-section .section-title h2,
    #faqs-section .section-title h2,
    #what-we-offer-section .section-title h2,
    #other-website-section .section-title h2 {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1350px) {
    .cta-2-image {
        margin: -60px 0 -34px 0;
    }

    .cta-2 .section-title .section-title-new.white {
        font-size: 24px;
    }

    .cta-2 .section-title p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1250px) {
    .cta-2 {
        border-radius: 0;
    }

    .cta-2 .section-title {
        padding: 0px 0px 0 20px;
    }

    .cta-2 .section-title .section-title-new.white {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .admin-panel-img {
        position: sticky;
        top: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    .cta-1 {
        background: linear-gradient(96.75deg, #0E0038 -0.13%, #2E02B0 96.74%);
        border-radius: 30px;
        padding: 30px;
    }

    .cta-1 .section-title {
        padding: 0 0 0 0;
    }

    #cta-1 {
        margin-top: 0;
    }

    .cta-1-image {
        margin: 0 0 -75px 0px;
    }

    .cta-2-image {
        margin: -60px 0 -30px 0;
    }

    .cta-2 .section-title {
        padding: 0px 0px 0 40px;
    }

    #other-website-section .space-both {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 992px) {
    .ai-accordion {
        padding-top: 0px;
    }

    .admin-panel-img {
        position: unset;
        top: unset;
    }

    .website-all-features {
        padding: 0 0 0 20px;
    }

    .admin-panel-section-features {
        padding-right: 20px;
    }

    .admin-panel-section-features-right .website-all-features {
        padding-right: 20px;
        padding-left: 0;
    }

    .admin-panel-section-features-right {
        padding-left: 20px;
        padding-top: 0;
    }

    #other-website-section .space-both {
        padding: 0;
    }

    .cta-1 {
        background: linear-gradient(270deg, #2D01AF 0%, #0E003D 100%);
        border-radius: 30px;
    }

    #cta-2,
    #cta-1 {
        margin-top: 0px;
    }

    .cta-1 .section-title {
        padding: 30px 0 10px 0;
    }

    .cta-1-image {
        margin: 0 0 -50px 0;
    }

    .cta-2 .section-title {
        padding: 20px 0 20px 20px;
    }

    .cta-2-image {
        margin: 0 0 -49px 0;
    }

    #other-website-section .other-development-process-bg {
        padding: 0px 20px;
    }

    .indrive-app-feature-card {
        margin-top: 30px;
    }

    .indrive-app-feature-body .card-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #ai-section {
        margin-top: 50px;
    }

    #faqs-section .services-faq-title {
        font-size: 18px;
    }

    #faqs-section .accordion-button {
        border-radius: 20px !important;
        box-shadow: none !important;
        padding: 15px;
    }

    #faqs-section .accordion-item {
        border-radius: 20px !important;
        margin-bottom: 20px;
    }

    #faqs-section .accordion-body {
        padding-left: 4%;
        padding-right: 2%;
    }

    .ai-accordion .accordion-button,
    #other-website-section .feature-title,
    .what-make-script-special-row .card-title {
        font-size: 20px;
    }

    .ai-accordion .accordion-body,
    .what-make-script-special-row .card-text {
        font-size: 16px;
    }

    .ai-accordion .accordion-button {
        padding: 10px;
    }

    #other-website-section .other-development-process-bg,
    .what-make-script-special-row {
        padding: 0 20px;
    }

    #other-website-section .other-development-process-bg {
        padding: 0px 10px;
    }

    .step-count svg {
        width: 20px;
        height: 20px;
    }

    #cta-2 .custom-container-left {
        padding: 0;
    }

    .cta-2-image {
        margin: 0 0 -63px 0;
    }

    .cta-1 {
        padding: 0;
    }

    #other-website-section .feature-list.make-diffirent-than-other-list {
        padding: 15px;
    }

    #hero-section {
        background: #F5F5F5;
    }

    #other-website-section .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    #ui-slider {
        background: linear-gradient(161.37deg, #282828 0%, #101010 100%);
    }

    .cta-2 {
        border-radius: 0;
    }

    .cta-2 .section-title {
        padding: 20px 20px 0px 20px;
    }

    .cta-2-image {
        margin: 0 0 -39px 0;
    }

    #ui-slider {
        margin-top: 50px;
    }

    #what-we-offer-section .what-we-offer-bg {
        padding: 20px;
    }

    #what-we-offer-section .card {
        padding: 15px;
    }

    #what-we-offer-section .why-choose-icon {
        width: 50px;
        height: 50px;
        padding: 8px;
        margin-right: 10px;
    }

    #what-we-offer-section .card-title {
        font-size: 20px;
    }

    #what-we-offer-section .card-text {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
    }

    #faqs-section .nav-tabs .nav-link .tab-title,
    #what-we-offer-section .nav-tabs .nav-link .tab-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .cta-2-image {
        margin: 0 0 -22px 0;
    }
}