.accordion.width {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow: hidden
}

.accordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    width: fit-content
}

.accordion.width .card .card-header {
    cursor: pointer;
    transform: rotate(180deg);
    writing-mode: vertical-rl
}

.accordion.width .card img {
    width: 90px;
    height: 100%
}

.accordion.width .card .card-header:not(.collapsed) {
    pointer-events: none
}

.accordion.width .card .card-header:not(.collapsed) img {
    width: 150px
}

.accordion.width .card .card-header:not(.collapsed) .step-heading,
.accordion.width .card .card-header:not(.collapsed) .step2 {
    display: none
}

.accordion.width .card .card-header:not(.collapsed) .step1-img {
    filter: unset
}

.collapsing.width {
    transition: width .35s;
    height: auto;
    width: 0
}

.card-body {
    width: auto !important
}

.step1-img {
    filter: brightness(.5)
}

.mobile-service img {
    height: 350px;
    border-radius: 40px;
    margin-right: 30px;
    filter: opacity(.8)
}

.mobile-service {
    margin-bottom: -155px;
    margin-top: 100px
}

.mobile-service .slick-active {
    filter: unset !important
}

.slick-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0
}

@media screen and (max-width:1000px) {

    .accordion.width,
    .accordion.width .card {
        flex-direction: column
    }

    .accordion.width .card .card-header:not(.collapsed) img,
    .accordion.width .card img {
        width: 100%;
        height: 100px;
        object-fit: cover
    }

    .step-heading {
        transform: rotate(90deg);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 14px;
        right: 50%;
        top: 0
    }

    .collapsing.width {
        transition: unset !important;
        width: 100% !important;
        height: auto !important
    }
}

.first-fold {
    padding: 450px 0 40px;
    background: #060e4c;
    background-image: url(../img/cost-banner.png);
    background-size: cover !important;
    background-repeat: no-repeat
}

.fitness-fold{
    background-image: url(../img/fitness-app-hero.png);
}

.first-fold .date {
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    color: #D0D0D0
}

span.point-num {
    background: #030F6F;
    padding: 4px 6px 4px 6px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.first-fold h1 {
    font-family: 'Quicksand' !important;
    font-size: 45px !important;
    Line-height: 56.25px;
    color: #fff;
    font-weight: 400
}

.expert {
    position: relative;
    margin-left: 30px
}

.expert-img {
    position: absolute;
    top: -30px
}

.tooltip-info {
    background: #F0F0F0;
    padding: 30px;
    border-radius: 20px
}

.name-a {
    position: absolute;
    top: 171px
}

.names {
    justify-content: space-between
}

.names h5 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600
}

.tooltip-info h6 {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #0569FF
}

.tooltip-info p {
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important
}

.tooltip-info-2 h6 {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #0569FF
}

.tooltip-info-2 p {
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important
}

.tooltip-info-3 h6 {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #0569FF
}

.tooltip-info-3 p {
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 13px !important
}

.expert:hover .tooltip-info {
    opacity: 1;
    visibility: visible
}

.expert:hover .tooltip-info-2 {
    opacity: 1;
    visibility: visible
}

.expert:hover .tooltip-info-3 {
    opacity: 1;
    visibility: visible
}

.tooltip-info {
    background: #F0F0F0;
    padding: 30px;
    width: 450%;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -570px;
    top: -400%;
    z-index: 1
}

.tooltip-info-2 {
    background: #F0F0F0;
    padding: 30px;
    width: 300%;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -360px;
    top: -450%;
    z-index: 1
}

.tooltip-info-2 .name-a {
    top: 191px
}

.tooltip-info-3 {
    background: #F0F0F0;
    padding: 30px;
    width: 190%;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -260px;
    top: -580%;
    z-index: 1
}

.tooltip-info-3 .name-a {
    top: 249px
}

.first-fold p {
    font-size: 14px;
    font-family: poppins;
    font-weight: 600;
    color: #fff;
    margin: 0 0 3px 0
}

p.des {
    color: #FFA600;
    font-size: 12px;
    font-weight: 600
}

.icooo {
    position: absolute;
    right: 30px;
    color: #fff;
    opacity: 1
}

button.btn.btn-link i {
    rotate: 180deg
}

button.btn.btn-link.collapsed i {
    rotate: none !important
}

.colab {
    border: 2px solid #fff;
    padding: 7px 12px 7px 12px;
    border-radius: 5px
}

.colab h6 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Quicksand'
}

.second-fold {
    padding: 50px 0
}

.second-fold .content p a.dollers {
    text-decoration: underline;
    font-weight: 800;
    font-size: 16px
}

.second-fold .card-header {
    background-color: #ff3a05;
    padding: 3px 20px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    margin-bottom: 50px
}

.second-fold .card-header button {
    color: #fff;
    font-size: 18px;
    font-family: poppins;
    width: 100%;
    text-align: left
}

.second-fold .card-header button:focus {
    border: none;
    text-decoration: none;
    box-shadow: none
}

.second-fold .card-body {
    background-color: #F5FAFF;
    padding: 40px 40px 40px 90px
}

.second-fold .card-body p {
    color: #1D1D1D;
    font-family: poppins;
    font-weight: 700;
    font-size: 15px
}

.second-fold .card-body ul {
    margin-left: 30px
}

.second-fold .card-body a {
    color: #0058A0;
    font-family: poppins;
    font-weight: 400;
    font-size: 15px
}

.content h2 {
    color: #242424;
    font-family: poppins;
    font-weight: 600;
    font-size: 27px
}

.content h3 {
    color: #242424;
    font-family: poppins;
    font-weight: 600;
    font-size: 21px
}

.content h4 {
    color: #242424;
    font-family: poppins;
    font-weight: 600;
    font-size: 19px
}

.content p {
    color: #494949;
    font-size: 16px;
    margin: 20px 0;
    font-family: poppins
}

.table-header {
    color: #fff;
    text-align: center
}

.table td,
.table th {
    vertical-align: middle;
    font-family: poppins;
    font-size: 16px
}

.table tbody tr:nth-child(even) {
    background-color: #f9f9f9
}

.table tbody tr:nth-child(odd) {
    background-color: #fff
}

.table thead th {
    border-bottom: none
}

.main-td {
    color: #242424;
    font-weight: 600;
    font-family: poppins;
    font-size: 18px
}

.table td,
.table th {
    font-size: 13px
}

.table td,
.table th ul {
    padding: 30px 20px 30px 32px
}

.expert-tip {
    background-color: #e5e5e5;
    padding: 30px 25px 10px 25px;
    border-radius: 30px
}

thead.ghleo {
    border: 0;
    border-radius: 20px !important
}

th.table-header:first-child {
    border-radius: 20px 0 0 0
}

th.table-header:last-child {
    border-radius: 0 20px 0 0;
    border-color: transparent !important
}

th.table-header {
    border-color: transparent !important
}

thead.ghleo {
    border-color: transparent !important;
    box-shadow: 0
}

tr.new_specification-class {
    position: relative;
    right: 1px
}

p.hybrid-hyper a {
    color: #030F6F;
    font-size: 16px
}

tr.new_specification-class::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #ff5c33, #ffcc33);
    z-index: -1;
    border-radius: 20px;
    border: 0
}

.table-bordered {
    border-color: #fff0
}

.costi {
    margin-top: 50px;
    padding: 30px 50px;
    background: linear-gradient(0deg, rgb(6 14 76) 0%, rgb(2 16 127) 100%);
    border-radius: 10px
}

.costi h2 {
    margin: 0;
    color: #fff
}

.costi p {
    color: #fff
}

ul.costi-ul {
    margin-left: 20px
}

ul.costi-ul li {
    font-family: poppins
}

.main-cost {
    background: #F3FAFF;
    padding: 40px;
    border-radius: 20px
}

.main-cost p.dollar-p {
    color: #000;
    font-family: poppins;
    font-weight: 600;
    font-size: 15px
}

.main-cost p {
    padding: 0;
    margin: 0
}

.main-cost p span {
    color: #0081EA
}

.second-fold .contact-form {
    position: sticky;
    top: 20px
}

.second-fold .form-control {
    background: #151515;
    border-bottom: 1px solid #606060 !important;
    border-radius: 0;
    outline: none;
    transition: none;
    font-family: poppins;
    border: none;
    color: #fff !important
}

.parent-table {
    overflow-x: auto
}

.second-fold .budget-dropdown select {
    background: #151515;
    border-bottom: 1px solid #606060 !important;
    border-radius: 0;
    outline: none;
    font-family: poppins;
    transition: none;
    border: none;
    color: #747474;
    font-size: 13px
}

.second-fold .budget-dropdown select option {
    color: #fff !important
}

.second-fold .contact-form textarea#exampleFormControlTextarea1 {
    background: #151515 !important;
    border-bottom: 1px solid #606060 !important;
    border-radius: 0;
    outline: none;
    transition: none;
    font-family: poppins;
    color: #fff !important;
    border: none
}

.second-fold .iti.iti--allow-dropdown.iti--show-flags {
    margin-top: 25px
}

.second-fold .contact-form h2 {
    font-family: 'Quicksand' !important;
    font-weight: 400
}

.second-fold .contact-form p {
    color: #AEAEAE;
    font-size: 16px;
    font-weight: 400;
    font-family: poppins;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .first-fold {
        padding: 130px 0 60px;
        background: none;
        background-image: url(../img/mob-ban.png)
    }

    .first-fold .date {
        font-size: 14px
    }

    .first-fold h1 {
        font-size: 32px !important;
        line-height: normal
    }

    .maker {
        display: block !important
    }

    .colab {
        border: none;
        padding: 0
    }

    .colab h6 {
        font-size: 14px
    }

    .expert {
        margin-top: 20px !important
    }

    .expert-img {
        top: 50px
    }

    .tooltip-info {
        width: 100%;
        right: 0;
        top: -635%
    }

    .name-a {
        top: 250px
    }

    .tooltip-info-2 {
        width: 100%;
        right: 0;
        top: -665%
    }

    .tooltip-info-2 .name-a {
        top: 265px
    }

    .tooltip-info-3 {
        width: 100%;
        right: 0;
        top: -675%
    }

    .tooltip-info-3 .name-a {
        top: 270px
    }

    .second-fold .card-body {
        padding: 40px 20px 40px 20px
    }

    span.point-num {
        font-size: 11px
    }

    .second-fold .card-body p {
        font-size: 14px;
        line-height: 25px
    }

    .second-fold .card-body a {
        font-size: 13px
    }

    .content h2 {
        font-size: 20px
    }

    .content h3 {
        font-size: 18px
    }

    .content h4 {
        font-size: 16px
    }

    .last-one .contact-form {
        margin-top: 40px
    }

    .binner {
        display: none
    }
}