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

p {
    margin-bottom: 0;
}

.container {
    max-width: 1092px;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}


body {
    background: #F9F9F9 !important;
    font-family: 'Roboto' !important;
}

.content-wrapper {
    width: 100%;
    padding-bottom: 37px;
}

.top-section {

}

/*--------------------------
 * Hero Section
 *--------------------------
 */
.content-wrapper .wrapper {
    height: 32vh;
    min-height: 490px;
    position: relative;
    margin-bottom: -102px;
    display: flex;
    align-items: center;
    background-image: url("images/background.webp");
    background-size: cover;
    background-position: bottom center;
}

.content-wrapper .wrapper h1 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 20px;
}

.content-wrapper .wrapper h3 {
    color: #fff;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .content-wrapper .wrapper {
        height: 230px;
        min-height: inherit;
        margin-bottom: 23px;
    }

    .content-wrapper .wrapper h1, .content-wrapper .wrapper h3 {
        font-size: 20px;
    }

    .content-wrapper .wrapper h3 {
        margin-bottom: 20px;
    }
}


/*
 * -------------------------------
 * home boxes
 *----------------------------------
 */

.tabCard .card {
    border-radius: 16px;
    background: #FFF;
    padding: 21px 16px;
    min-height: 136px;
    box-shadow: 0px 7.907px 7.907px 0px rgba(0, 0, 0, 0.02);
    text-align: center;
    border: unset !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    display: flex;
}

.tabCard .card .icon-wrapper {
    flex: 1;
    text-align: start;
}

@media screen and (max-width: 768px) {
    .home-boxes .tabCard .card {
        padding: 8px;
        min-height: 100%;
        border-radius: 8px;
    }

    .home-boxes .tabCard .row {
        gap: 23px 0;
    }

    .home-boxes .tabCard .row .col {
        padding: 0 6px;
    }

    .home-boxes .tabCard  .card .cardInfo {
        margin: 10px 0px 0px 0px;
    }

    .home-boxes .tabCard  .card .cardInfo p {
        font-size: 14px;
        text-align: left;
    }

    .home-boxes .tabCard  .card  img.icon {
        width: 37px;
        height: 37px;
    }
}


/*
 * -------------------------------
 * Questions
 *----------------------------------
 */

.quetions .title {
    margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
    .quetions .title {
        margin-bottom: 16px;
    }

    .tab-content img {
        width: 25px;
    }
}


.responsive  button.accordion-button.collapsed {
    font-size: 16px !important;
}



/*@media (max-width: 768px) {*/
/*    .wrapper {*/
/*        height: 230px !important;*/
/*    }*/
/*}*/

span#basic-addon1 {
    background-color: #fff !important;
}

.input-group {
    width: 690px !important;
    height: 48px !important;
    border-radius: 8px !important;
}

.input-group input {
    border: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 8px;
}

.input-group input:focus {
    outline: 0;
    border: 0;
    box-shadow: inherit;
}

.input-group span {
    border: 0;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .input-group {
        width: 100% !important;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}




/**
 * start home boxes
 */

.tabCard {
    /*display: grid !important;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*grid-gap: 24px 16px;*/
    /*width: 100%;*/
}

.tabCard .row {
    gap: 24px 0;
    justify-content: center;
}

.tabCard .row .col {
    padding: 0 8px;
}









.desktop button.accordion-button.collapsed::after {
    background-image: url("images/plus.svg") !important;
}

.desktop .accordion-button:not(.collapsed)::after {
    background-image: url("images/minus.svg") !important;
}

.card .icon {
    width: 60px;
    height: 60px;
}

.card .cardInfo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.cardInfo {
    margin: 21px 0px 0px 0px;
}

.cardInfo p {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}

.title {
    color: #1D1D1B;
    font-size: 32px;
    font-weight: 500;
    margin-top: 48px;
}

@media (max-width: 768px) {
    .title {
        font-size: 20px;
        margin: 24px 0px 16px;
    }
}

.nav {
    background: #fff;
}

.nav-info {
    display: flex;
    gap: 12px;
}

.nav-info p {
    margin-bottom: 0;
}

.nav-link {
    color: #000 !important;
    font-size: 18px !important;
    border-bottom: 1px solid #E8E8E8 !important;
    border-radius: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 310px !important;
    padding: 16px 20px;
}

.nav-link svg path {
    fill: #000 !important;
}

.nav-link.active {
    background-color: #fff !important;
    color: #E78B40 !important;
    border-bottom: 1px solid #E78B40 !important;
}

.nav-link.active svg path {
    fill: #E78B40 !important;
}


/*
 * start faq navigation styles
 */
.faq-navigation-categories .category-icon {
    width: 24px;
    height: 24px;
}

.nav-link.active .category-icon {
    filter: brightness(0) saturate(100%) invert(53%) sepia(62%) saturate(223%) hue-rotate(338deg) brightness(93%) contrast(92%);
}


div#v-pills-tabContent {
    width: 100% !important;
}

button.accordion-button {
    padding: 20.8px 13px;
    border-radius: 8px;
}

button.accordion-button.collapsed {
    color: #1D1D1B !important;
    font-size: 18px !important;
    font-weight: 500;

}

.accordion-item {
    border-color: #FFF !important;
    background: #FFF !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 16px !important;
}

.accordion-button:not(.collapsed) {
    color: #1D1D1B !important;
    font-size: 18px;
    font-weight: 500 !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.accordion-body {
    padding: 0 13px 20px ;
    border-radius: 8px;
}

.card-header {
    border: unset;
    border-radius: 8px;
    background: #FFF;
    cursor: pointer;
}

@media (max-width: 768px) {
    .desktop {
        display: none !important;
    }
}



.responsive {
    display: none;
}

@media (max-width: 768px) {
    .responsive {
        display: block;
    }
}

.collapse-tap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #FFF;
    margin-bottom: 8px;
}

.collapse-tap > div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.collapse-tap > div > p {
    margin-bottom: 0px;
}

#tapContetnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #FFF;
    margin-bottom: 8px;
    font-weight: 500;
}

#tapContetnt > p {
    margin-bottom: 0px;
}

.titleInfo {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}

.titleInfo > p {
    margin-bottom: 0px;
}

/* SECOND PAGE WITH MODAL */

h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 400;
}

.subtitle {
    font-size: 1.1em;
    color: #666;
}

/* Steps Navigation */
.steps {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


.guide-title {
    margin-bottom: 24px;
    font-size: 14px !important;
}

.close {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #EFEFEF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    border: unset;
    font-size: 22px;
}

.step-conten:nth-child(even) {
    flex-direction: row-reverse;
}

.step {
    background-color: #f3f4f6;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.9em;
    color: #333;
    font-weight: 400;
    width: 100%;
    margin-bottom: 8px !important;
}

.step span {
    font-weight: bold;
}

.head-desc-content-box {
    color: #898989;
    font-weight: 400;
}

/* Step Details */
.step-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.step_content_flex {
    flex: 1;
}

.img_container {
    flex: 2;
}

.img_container img {
    width: 100%;
}

.step-content {
    flex: 1 1 45%;
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
}



.step-content p {
    color: #333;
}

.step-details .step-content:nth-child(even) {
    flex-direction: row-reverse;
}

.step_content_flex h2 {
    margin-top: 16px !important;
    margin-bottom: 2px !important;
}


.step-content img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* modal styles */
.modal-body {
    overflow-y: scroll;
    overflow-x: hidden;

}

.modal-content {
    height: 550px;
    border-radius: 24px !important;
}

.modal-header {
    align-items: center !important;
    padding: 41px 33px 17px;
    border-bottom: 1px solid rgb(243, 243, 243);
    margin-bottom: 29px;
}


.modal-header .close {
    background: #FFFFFF !important;
}


.modal-container-content {
    padding: 0 17px 48px;
}

.modal-lg {
    max-width: 831px;
}
/* custom scroll bar */
.scrollbar {
    overflow: auto;
    padding: 0 10px;
    margin: 4px;
}

#scrollbar1::-webkit-scrollbar {
    width: 10px;
}

#scrollbar1::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#scrollbar1::-webkit-scrollbar-thumb {
    background: #888;
}

#scrollbar1::-webkit-scrollbar-thumb:hover {
    background: #555;
}







/* SECOND PAGE WITH MODAL */


h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 400;
}

.head-title-content-box {
    font-size: 20px;
    font-weight: 500;
}

.subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #666;
}

/* Steps Navigation */
.steps {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.close {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #EFEFEF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    border: unset;
    font-size: 22px;
}

.step-conten:nth-child(even) {
    flex-direction: row-reverse;
}

.step {
    background-color: #f3f4f6;
    padding: 8px 15px !important;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    width: 100%;
}

.step span {
    font-size: 16px;
    font-weight: 500;
}

/* Step Details */
.step-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.step_content_flex {
    flex: 1;
}

.img_container {
    flex: 2;
img {
    width: 100%;
}
}



.step-content h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.step-content p {
    color: #333;
}

.step-details .step-content:nth-child(even) {
    flex-direction: row-reverse;
}



/* modal styles */
.modal-body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 80vh;
}

.modal-content {
    border-radius: 24px !important;
}



/* custom scroll bar */

.scrollbar {
    overflow: auto;
    padding: 0 10px;
    margin: 4px;
}

#scrollbar1::-webkit-scrollbar {
    width: 10px;
}

#scrollbar1::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

#scrollbar1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a3a3a3;
}

.modal-footer {
    padding: 4ox;
}

/*@keyframes slideUp {*/
/*    from {*/
/*        transform: translateY(100%);*/
/*    }*/
/*    to {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/




/*.modal.fade .modal-dialog {*/
/*    !*transform: translateY(100%);*!*/
/*    !*transition: transform 0.3s ease-out;*!*/
/*    min-height: 500px;*/
/*}*/

/*.modal.show .modal-dialog {*/
/*    !*transform: translateY(0);*!*/
/*}*/

/*.modal.show .modal-dialog {*/
/*    animation: slideUp 0.3s ease-out;*/
/*}*/
/*.modal-open .modal {*/
/*    overflow: hidden !important;*/
/*}*/

/* responsive */
@media (max-width: 786px) {

    .modal.fade .modal-dialog {
        transform: translateY(100%);
        transition: transform 0.3s ease-out;
    }

    .modal.show .modal-dialog {
        transform: translateY(0);
    }

    .modal.show .modal-dialog {
        animation: slideUp 0.3s ease-out;
    }
    .modal-open .modal {
        overflow: hidden !important;
    }
    .breadcrumb_container {
        display: none;
    }
    .steps .step {
        width: 100%;
        /* font-size: 0.8em; */
    }
    .step-content {
        flex-direction: column !important;
    }

    .modal-content {
        width: 100vw;
        height: 100dvh;
        border-radius: 0 !important;
    }
    .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal {
        background: white;
    }
}


@media screen and (max-width: 768px) {
    .modal-header {
        padding: 30px 24px 17px;
        margin-bottom: 21px;
    }
    .modal-container-content {
        padding: 0 9px 20px;
    }
}





#tapContentSearch {
    padding: 0;
}

#collapseModalSearchMobile #v-pills-home {
    width: 100%;
}