body {
    overflow-x: hidden;
}
.copyright-text-holder {
    text-align: center;
}

.background_col {
    background: #edf7fe !important;
}

header#revolve__header
    .container
    .subscription
    .subscription-content
    #revolve-contact
    .bg:hover
    + span,
header#revolve__header
    .container
    .subscription
    .subscription-content
    #revolve-contact
    .bg.touched {
    color: yellow;
}

/* .........................index page............................ */

.cs-funfact .counter {
    font-size: 50px;
    /* color: black; */
}

.slider-header-container .card-title {
    font-size: 22px;
    font-weight: 400;
}

.brands_sec_ul {
    flex-direction: column;
}

.brands_sec_ul li {
    width: auto;
}

.why_choose_u h3,
.why_choose_u h2 {
    color: black !important;
}

#Solution {
    padding: 0 !important;
}

/* ...............why choose us................... */

.services-list h3,
.features h3 {
    color: #000 !important;
}

/* ..................footer content............................. */

.footer-brand {
    display: grid;
}

.footer_lgo {
    margin-bottom: 30px;
}

.footer_heading {
    margin-bottom: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* .......................contact page........................ */

.contact__form_section {
    padding: 50px 0;
}

/* ....................privacy policy.............................. */

.privacy_policy_contnet,
.terms-section {
    padding: 0 50px 40px;
}

.privacy_policy_contnet ul li,
.terms-section ul li {
    color: grey;
}

.privacy_policy_contnet h3,
.privacy_policy_contnet h4,
.terms-section h3,
.terms-section h4 {
    margin-top: 25px;
    margin-bottom: 5px;
}

/* ..........................inner page  breadcrumb...................*/

.breadcrumb-item.active {
    color: yellow;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #dacd9a;
}

.cs-page_heading_in {
    padding: 80px 0;
}
.cs-page_heading {
    padding-top: 140px;
    background: url(../../assets/images/Home/innerbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #000; */
    color: white;
}

.breadcrumb {
    justify-content: center;
}
.breadcrumb a {
    color: white;
}

/* ..........................services............................... */

.capabilities__approach_digital {
    /* background: url(../../assets/images/img/bg-revolve-services.jpg) no-repeat; */
    background-size: cover;
    padding: 50px 0 !important;
}

/* .........................about us page......................... */
.section {
    padding: 50px 0;
}

.revolve_brand_sec {
    padding: 50px 0 !important;
    min-height: auto !important;
}

.subscription-content h2 {
    color: #080808 !important;
}

.cs-image_layer.cs-style1 {
    padding-right: 60px;
    padding-bottom: 60px;
}
.cs-image_layer.cs-style1 img {
    position: relative;
    z-index: 2;
}
.cs-image_layer.cs-style1 .cs-image_layer_in {
    position: relative;
    border-radius: 15px;
}
.cs-image_layer.cs-style1 .cs-image_layer_in::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -60px;
    bottom: -60px;
    border-radius: inherit;
}
.cs-image_layer.cs-style1.cs-size_md {
    padding-right: 20px;
    padding-bottom: 20px;
}
.cs-image_layer.cs-style1.cs-size_md .cs-image_layer_in::after {
    right: -20px;
    bottom: -20px;
}

.cs-radius_15 {
    border-radius: 15px;
}

.cs-funfact_wrap {
    display: flex;
    align-items: center;
    background: url(../../assets/images/img/bg-revolve-services.jpg);
    border-radius: 15px;
    padding: 60px 80px;
    position: relative;
    z-index: 1;
    color: white;
}

.cs-funfact_wrap .cs-funfact_shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: white;
}

.cs-funfact_wrap .cs-funfact_left {
    flex: none;
    width: 40%;
    position: relative;
    z-index: 2;
}

.cs-funfact_wrap .cs-funfact_right {
    flex: 1;
    padding-left: 80px;
    position: relative;
    z-index: 2;
}

.cs-funfact_wrap.cs-type1 {
    margin-top: -130px;
}

.cs-funfact_heading h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.cs-funfact_heading p {
    margin-bottom: 0;
    line-height: 1.75em;
    color: white;
}

.cs-funfacts {
    display: grid;
    grid-gap: 36px 40px;
    grid-template-columns: repeat(2, 1fr);
}

.cs-funfact.cs-style1 {
    display: flex;
    align-items: center;
}

.cs-funfact.cs-style1 .cs-funfact_number {
    margin: 0 13px 0 0;
    font-size: 50px;
    line-height: 1.3em;
    color: white;
}

.cs-funfact.cs-style1 .cs-funfact_text span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: -4px;
    margin-bottom: -1px;
}

.cs-funfact_wrap p {
    color: white !important;
}
.cs-funfact.cs-style1 .cs-funfact_text p {
    margin: 0;
}

.cs-funfact.cs-style2 .cs-funfact_number {
    margin: 0 13px 0 0;
    font-size: 50px;
    line-height: 1.3em;
}

.cs-funfact.cs-style2 .cs-funfact_title {
    font-size: 22px;
    margin: 0;
}

.cs-funfact_wrap_2 {
    background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
    box-shadow: 0px 0px 25px rgba(123, 123, 123, 0.1);
    border-radius: 15px;
    padding: 90px 90px 100px;
    position: relative;
    z-index: 1;
}

.cs-funfact_wrap_2.cs-no_shadow {
    box-shadow: initial;
}

.cs-funfact_wrap_2 .cs-funfact_shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.cs-funfact_wrap_2 .cs-funfact_shape + * {
    position: relative;
    z-index: 2;
}

.cs-funfact_wrap_2 .cs-funfacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -12px;
}

.cs-funfact_wrap_2 .cs-funfacts > * {
    padding: 12px;
}

.cs-funfact_wrap_2.cs-type1 {
    margin-top: -145px;
}

.cs-funfact_wrap_2.cs-type2 {
    background: transparent;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}
.message_sub {
    margin-top: 60px;
}
label.error {
    position: absolute;
    bottom: -53px;
    color: red;
    left: 14px;
}
.adv_title {
    font-size: 40px;
    text-align: center;
}
.join_form {
    width: 100%;
}
.para_progre {
    color: #000 !important;
    font-family: math !important;
    font-size: 21px !important;
}
.tag_font {
    font-size: 40px !important;
    font-weight: 600 !important;
    font-family: Clashgrotesk, sans-serif !important;
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify !important;
}
.subtag_font {
    font-size: 25px !important;
    font-weight: 500 !important;
    color: #000;
    text-transform: capitalize;
    font-family: Clashgrotesk, sans-serif !important;
}
.para_progre_list {
    color: #000 !important;
    font-family: math !important;
    font-size: 19px !important;
}
.bring_ban {
    color: #000;
}
.font_face {
    font-family: math !important;
    font-weight: 600 !important;
    font-size: 21px !important;
}
.process_foll {
    text-align: center !important;
}
.title.title_width {
    width: 100% !important;
}
.title_width {
    width: 100% !important;
}
img.ultimate_bg {
    width: 80% !important;
    height: 80% !important;
    top: 100px !important;
}

.button.submit-button {
    width: 25%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}
section#capabilities__list .capability .capability__content ul .para_progre {
    width: 43%;
    font-size: 15px;
}
.cta-iphone-holder.phone_img {
    right: 1%;
    bottom: 16%;
    max-width: 443px;
}
.cta-container {
    padding-top: 50px;
    padding-bottom: 104px;
}
.w-input.email_text {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.form-holder {
    width: 100%;
}
.form-holder.join_us_form {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.join_btn {
    display: flex;
    justify-content: center;
}
.custom-btn {
    height: 40px;
    color: #fff;
    border-radius: 23px;
    padding: 10px 25px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    text-align: center;
}
.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}
.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000f4c;
    background-image: linear-gradient(315deg, #000f4c 0%, #314ec6 74%);
    transition: all 0.3s ease;
}
.btn-9:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
    color: #fff;
}
.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.break_btn {
    line-height: 13px;
    padding: 12px 32px;
}
.contact_list ul li input[type="text"] {
    color: #1f1f1f;
    font-family: "GT-Haptik-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-top: -26px;
    padding: 0 0 22px;
}
.name_field {
    padding: 25px 25px 0px 0px !important;
}
.filled {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 18px;
    font-weight: 400 !important;
}
.capability__height {
    min-height: 637px !important;
}

section#capabilities__list .capable_list:not(:first-of-type) {
    margin-top: 0 !important;
}

section#capabilities__list .capability a.capability__case {
    min-height: 612px !important;
}
section#revolve__how .container .features .feature .icon-container {
    margin-top: 68px;
    width: 138px;
}
header#revolve__header .container .revolve__video.revolve_brand_video {
    background-color: unset;
}
.footer-grid.footer_brand_grid {
    justify-content: start;
    align-items: center;
}
.with_help_section .with_help_container .with_help_gap {
    margin-bottom: 20px;
}
section#capabilities__approach .customer_approach {
    justify-content: space-around !important;
}
section#capabilities__approach
    .approach
    .approach__item.approach_customer_item {
    margin-top: 0 !important;
}
.customer_centric {
    margin-bottom: 20px;
}
.text-left {
    text-align: left;
}
.revolve_container {
    padding: 0 !important;
}
.capabilities__approach_digital h2 {
    font-size: 40px !important;
}
header#revolve__header .tag_font {
    font-size: 40px !important;
}
.cs-funfact_heading .para_progre {
    font-family: math !important;
    font-size: 21px !important;
}
#revolve-services .tag_font,
#revolve-built-for .tag_font,
section#revolve__how .tag_font {
    font-size: 40px !important;
}
.slider_hidden {
    overflow: hidden;
}
.with_help_row {
    align-items: center;
    justify-content: center;
}
.footer_page_sec.section {
    padding: 0 !important;
}
.footer_page_sec .footer-wrapper {
    padding-top: 0 !important;
}
.style-guide-hero-holder {
    padding: 50px 50px 50px 50px !important;
}
.services-container .services-list .service.ryde_service_paid {
    padding: 3% 0;
}
.background_color {
    background-color: #fff;
}
section#revolve__how h2 {
    letter-spacing: 0 !important;
}
.heading-mobile .brand_mobile
{
    letter-spacing: 0 !important;
}
.service_strive {
    margin-bottom: 80px;
}
.cs-image_layer.cs-style1 .cs-image_layer_in::after {
    content: none;
}
#ryde-services
    .services-container
    .services-list
    .service
    .service-description
    p {
    text-align: justify;
}
.tag_brand_font {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: Clashgrotesk, sans-serif !important;
    text-transform: capitalize !important;
}
.tag_brand_identity_font {
    font-size: 32px !important;
    font-weight: 600 !important;
    font-family: Clashgrotesk, sans-serif !important;
    text-transform: capitalize !important;
}
.contact__form_section .getting_touch {
    align-items: center !important;
}
#retrn-services .services-container {
    align-items: center !important;
}
.questions-holder {
    margin-top: 62px;
}
.form_btn {
    margin-top: 9px !important;
}
.channel_black {
    padding: 0 !important;
}
section#capabilities__approach .approach .approach__item .subtag_font {
    font-size: 32px !important;
    font-weight: 600 !important;
}
.sweet-alert button {
    background-color: #ffc107 !important;
}
.card-title.font_face {
    text-align: justify;
}
section#revolve__how .container .features .feature .icon-container {
    margin: 0 auto;
}
.custom-btn.why_contact
{
    width: 120px!important;
}
.brand
{
    width: 180px;
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.logo-pre {
    background: linear-gradient(to bottom, #fffce9 0, #ffe1ec 100%);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px;
}
@media only screen and (max-width: 2560px) and (min-width: 1200px) {
    .details-heading.para_progre_list {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 2560px) and (min-width: 1450px) {
    section#capabilities__list .capability .capability__content ul li {
        width: 50% !important ;
    }
    section#capabilities__list .capability .capability__content ul li::before {
        top: 23px !important ;
    }
}
@media only screen and (max-width: 1540px) and (min-width: 1199px) {
    #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }
    #retrn-services .services-container .services-list .service {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 2560px) and (min-width: 1541px) {
    /* #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }
    #retrn-services .services-container .services-list .service {
        padding-top: 0 !important;
    }

    #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }

    #retrn-services .services-container .services-list {
        margin-top: 110px !important;
    } */
    .slider-holder {
        margin-top: 73px !important;
    }
}
@media (min-width: 900px) {
    #retrn-services .services-container {
        margin-top: 0 !important;
    }
}
@media (min-width: 600px) {
    #retrn-services .services-container .services-list .service {
        padding-top: 0 !important;
    }

    #retrn-services .services-container .services-list {
        margin-top: 50px !important;
    }
}
@media (min-width: 1200px) {
    header#revolve__header
        .container
        .subscription
        .subscription-content
        #revolve-contact {
        display: inline-block;
        padding: 23px 0px !important;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
    #retrn-services .services-container {
        justify-content: center;
    }
    #retrn-services .services-container .services-sticky {
        display: none !important;
    }
    #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }
    #retrn-services .services-container .services-list .service {
        padding-top: 0 !important;
    }

    #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }

    #retrn-services .services-container .services-list {
        margin-top: 110px !important;
    }
}
@media (min-width: 1200px) {
    #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }
}
@media (min-width: 1500px) {
    #retrn-services .services-container .services-list .service {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 2560px) and (min-width: 1380px) {
    .cta-iphone-holder.phone_img {
        right: 8%;
        bottom: 16%;
        max-width: 443px;
        width: 373px;
    }
}
@media only screen and (max-width: 1380px) and (min-width: 769px) {
    .cta-iphone-holder.phone_img {
        right: 8%;
        bottom: 16%;
        max-width: 443px;
        width: 373px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
    .cta-iphone-holder.phone_img {
        position: unset !important;
        margin: 0 auto;
    }
    .joinus_content {
        grid-template-columns: unset;
    }
    img.fill-background {
        object-fit: contain !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 280px) {
    .cta-iphone-holder.phone_img {
        position: unset !important;
        margin: 0 auto;
    }
    .w-input.email_text {
        width: 100%;
    }
    .footer-block {
        justify-content: center;
        align-items: center;
    }
    .font_face {
        text-align: justify;
    }
    .cards-container.card_project {
        gap: 12px;
    }
    .cs-image_layer.cs-style1 {
        padding-right: 0;
        padding-bottom: 60px;
    }
    .supercharge_help {
        margin-bottom: 12px;
    }
    header#revolve__header .tag_font {
        font-size: 21px !important;
    }
    header#revolve__header .container .revolve__video::after {
        display: none !important;
    }
    #ryde-services .services-container .services-list .service {
        padding-top: 0 !important;
    }
    #ryde-services {
        padding-top: 0 !important;
    }
    #revolve-services .tag_font,
    #revolve-built-for .tag_font,
    section#revolve__how .tag_font {
        font-size: 22px !important;
    }
    img.fill-background {
        object-fit: contain !important;
    }
    .slider_hidden {
        overflow-x: hidden;
        padding-bottom: 30px;
    }
    .privacy_policy_contnet,
    .terms-section {
        padding: 0 !important;
        text-align: left;
    }
    .mn-hdg p {
        text-align: left !important;
    }
    .mn-hdng p {
        text-align: left !important;
    }
    #retrn-services .services-container .services-list .service {
        padding-top: 0 !important;
    }
    .tag_brand_identity_font {
        font-size: 21px !important;
    }
    .footer_page_sec.section {
        padding: 20px !important;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .card_project {
            align-content: center !important;
        }
    }
}
@media screen and (max-width: 1399px) {
    .cs-funfact_wrap,
    .cs-funfact_wrap_2 {
        padding: 60px 50px;
    }

    .cs-funfact_wrap_2.cs-type1 {
        margin-top: -102px;
    }

    .cs-funfact_wrap .cs-funfact_left {
        width: 38%;
    }

    .cs-funfact_wrap .cs-funfact_right {
        padding-left: 50px;
        width: 62%;
    }
}

@media screen and (max-width: 1380px) {
    .cs-funfact_heading h2 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .cs-funfact.cs-style1 .cs-funfact_number {
        font-size: 42px;
    }

    .cs-funfact.cs-style1 .cs-funfact_text span {
        font-size: 18px;
        margin-top: -8px;
        margin-bottom: -5px;
    }

    .cs-funfact.cs-style2 .cs-funfact_number {
        font-size: 42px;
    }

    .cs-funfact.cs-style2 .cs-funfact_title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .cs-funfact_wrap {
        display: block;
    }

    .cs-funfact_wrap .cs-funfact_right {
        padding-left: 0;
        width: 100%;
    }

    .cs-funfact_wrap .cs-funfact_left {
        width: 100%;
        margin-bottom: 50px;
    }

    .cs-funfact_wrap_2 .cs-funfacts {
        display: grid;
        grid-gap: 10px 25px;
    }
}

@media screen and (max-width: 991px) {
    .cs-funfact_wrap .cs-funfact_left {
        margin-bottom: 30px;
    }
    section#capabilities__list .capability a.capability__case {
        margin-top: 0px;
    }
    section#capabilities__list .capability a.capability__case {
        min-height: 565px !important;
    }
    img.ultimate_bg {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
    }
    section#revolve__how .container .features .feature .icon-container {
        margin: 0 auto !important;
        text-align: center !important;
    }
    #ryde-services .services-container .services-list .service {
        padding-top: 0 !important;
    }
    #ryde-services .services-container .services-list .service {
        padding-top: 0 !important;
    }
    #ryde-services {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    section#revolve__how {
        padding: 0 !important;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .cs-funfacts {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .cs-funfacts {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .cs-funfact_wrap,
    .cs-funfact_wrap_2 {
        padding: 40px 30px;
    }
    img.fill-background {
        position: absolute;
        object-fit: contain;
    }
    img.ultimate_bg {
        width: 100% !important;
        height: 100% !important;
        top: 0px !important;
    }
    /* section#capabilities__list .capability a.capability__case {
        min-height: 322px!important;
    } */
    section#capabilities__list .capability a.capability__case {
        min-height: 322px !important;
    }
    .cta_image_content {
        padding-bottom: 41px !important;
    }
}

/* ......................................media section starts......................... */

@media (max-width: 991px) {
    .privacy_policy_contnet {
        padding: 0 28px 40px;
    }
    .grey-cards-holder {
        margin-top: 60px;
    }
    .name_label {
        text-align: left !important;
    }
    #contact_form {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .cs-height_25 {
        height: 25px;
    }
}

/* media query for surface pro */
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .hero-section-app-logo-holder {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 50%;
    }

    .section.home_section {
        padding: 0 !important;
    }
    .services-sticky {
        display: none !important;
    }
    #ryde-services .services-container {
        justify-content: center !important;
    }
    .col-lg-7.supercharge_help {
        margin-bottom: 24px;
    }
    .cards-container.card_project {
        grid-row-gap: 27px;
    }
    header#revolve__header .container .revolve__video::after {
        content: none !important;
    }
    .vision_strive {
        margin-top: -47px !important;
    }
    .slider_hidden {
        padding-bottom: 12px;
    }
    .lnr-section-holder {
        margin-top: 0;
    }
    .lnr-section-holder {
        min-height: 77vh;
    }
    .lnr-section-holder._02 {
        margin-top: 2vh;
        margin-bottom: 6vh;
    }
    .lnr-section-holder {
        min-height: 42vh;
    }

    .hero-section-animation-container {
        height: 68vh;
    }
    .hero-section-animation-holder {
        height: 74vh;
    }
    .lnr-last-phone-holder {
        width: unset !important;
    }
}
