@font-face {
    font-family: Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Semibold;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: ExtraBold;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}

html {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Regular;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}


.landing_header {
    border-bottom: 1px solid #dee0df;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    z-index: 99;
}

.landing_header header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
}

.landing_header header img {
    height: 35px;
}

.landing_header div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.landing_header button {
    color: #CD5900;
    font-size: 14px;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0px;
    font-family: Bold;
}

.footer_whole {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

.footer_right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer a {
    color: #424242;
    font-size: 18px;
    text-decoration: none;
    font-family: Regular;
}

.footer select {
    border: 0;
    -webkit-appearance: none;
    text-align: center;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    color: #CD5900;
}

.mobile_div {
    background-image: url(../images/slider/mobile.png);
    width: 273px;
    height: 553px;
    margin: 0 auto;
    overflow: hidden;
    padding: 63px 18px 66px;
    margin-top: -32px;
}

.mobile_Slider_img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.landing_bg {
    background-image: url(../images/bg.png);
    background-image: url(../images/bg.png);
    margin-top: 0px;
    padding: 30px 0;
    height: auto;
    bottom: 0;
    top: 1px;
    left: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.landing_content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.landing_content h4 {
    color: #fff;
    font-family: Regular;
    font-size: 30px;
    margin: 0px;
}

.landing_content p {
    color: #fff;
    font-family: Regular;
    font-size: 24px;
    margin: 0px;
}

.landing_content div {
    display: flex;
    align-items: center;
    gap: 60px;
}

.landing_content button {
    background: linear-gradient(to right, #fff 50%, #dbdbdb 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid #dbdbdb;
    padding: 15px 80px;
    border-radius: 30px;
    font-family: Regular;
    cursor: pointer;
    transition: all .5s ease;
    min-width: 192px;
    transition: 1.3s;
}

.landing_content button:hover {
    background-position: left bottom;
}

.landing_content i {
    font-size: 25px;
}

.landing_bg .row {
    align-items: center;
    height: 100vh;
}

.landing_bg .container {
    height: 100vh;
}

.footer {
    position: relative;
}

.footer footer {
    bottom: -79px;
    position: absolute;
    background: #f1f1f1;
    padding: 26px 0;
    width: 100%;
}

.footer p {
    margin: 0px;
    font-size: 16px;
    color: #b0b0b0;
}

.whole_landing {
    position: relative;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 20px 0px;
}

.common_section {
    margin-top: 68px;
    padding: 4rem 0;
}

.side_section ul {
    list-style-type: none;
    padding: 0px;
}

.side_section h3 a {
    text-decoration: none;
    font-family: Bold;
    border-radius: 0 4px 4px 0;
    padding: 10px 20px;
    color: #424242;
    display: inline-block;
    font-size: 16px;
}

.side_section ul ul li a {
    width: 100%;
    display: list-item;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 12px 20px;
    border-left: 3px solid transparent;
    color: #b0b0b0;
    text-decoration: none;
}

.help_social_div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.help_social img {
    width: 34px;
    height: 34px;
}

.help_social h3 {
    font-size: 16px;
    font-family: Bold;
    margin-bottom: 20px;
}

.side_section {
    margin-bottom: 3rem;
}

.help_right {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
}

.help_head {
    margin-bottom: 3rem;
}

.help_head h3 {
    font-size: 14px;
    font-family: Bold;
}

.help_head h4 {
    font-size: 14px;
    font-family: Bold;
}

.content_head h3 {
    font-size: 2.5rem;
    font-family: Regular;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}

.content_paras_div h4 {
    font-size: 16px;
    font-family: Bold;
    color: #424242;
    margin-bottom: 20px;
}

.content_para_div p {
    color: #424242;
    font-size: 14px;
}

.content_para_div p span {
    font-family: Bold;
}

.content_paras {
    margin-bottom: 30px;
}

.cont_foot p {
    color: #424242;
    font-size: 14px;
}

.cont_foot p span {
    font-family: Bold;
}

.content_paras_div {
    margin-bottom: 20px;
}


.active {
    background: #f5f5f5;
    border-left: 3px solid #CD5900 !important;
    color: #CD5900 !important;
}

.content_paras_div h3 {
    font-size: 24px;
    font-family: Regular;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.content_para_div ul {
    list-style-type: none;
    padding: 0px;
}

.content_para_div li {
    color: #424242;
    line-height: 2rem;
    font-size: 14px;
}

.signup_form_div label {
    color: #424242;
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
}

.signup_form_div input {
    width: 100%;
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #dee0df !important;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

.signupModal .modal-header {
    padding: 20px;
    justify-content: center;
    border-bottom: 1px solid #dee0df;
    text-align: center;
}

.signupModal .modal-header h4 {
    color: #424242;
    font-size: 20px;
    font-family: Bold;
    margin-bottom: 6px;
}

.signupModal p {
    color: #424242;
    margin: 0px;
    font-size: 14px;
}

.signupModal p button {
    padding: 0px;
    background: none;
    border: none;
    color: #CD5900;
    font-family: Bold;
    text-transform: capitalize;
}

.signupModal .modal-body {
    padding: 20px;
}

.signupModal .modal-footer {
    border: none;
    padding: 0px 20px 20px;
    justify-content: center;
}

.signupModal .modal-footer button {
    margin: 0px;
    width: 100%;
    background: #CD5900;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: Bold;
}

.signup_form_div {
    margin-bottom: 20px;
}

.forgot_txt {
    text-align: right;
}

.forgot_txt button {
    text-align: right;
    color: #CD5900;
    font-size: 14px;
    font-family: Bold;
    background: none;
    padding: 0px;
    border: none;
}

.panel_layout {
    background: #f57b1ea1;
    padding: 20px 20px;
}


.panel_whole {
    background: white;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 4px;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
}



.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 0px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent;
}

.select-items div {
    color: #000;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
}

.select-selected {
    color: #000;
    padding: 8px 18px;
    cursor: pointer;
    font-size: 14px;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ececec;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.select-hide {
    display: none;
}

/* .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.17);
} */

.panel_Card {
    border: 1px solid #ececec;
    padding: 10px 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.panel_Card_first {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.panel_Card_first h4 {
    font-size: 16px;
    margin: 0px;
    font-family: 'Regular';
}

.panel_Card_first h3 {
    margin: 0px;
    font-size: 32px;
    font-family: 'Bold';
}

.panel_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel_time p {
    margin: 0px;
    font-size: 14px;
    font-family: 'Regular';
}

.panel_time span {
    font-size: 18px;
    font-family: 'Semibold';
}

.panel_tag {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #f57b1ea1;
    border-radius: 100px;
    padding: 8px 14px;
}

.panel_tag img {
    width: 20px;
    height: 20px;
    rotate: 90deg;
}

.panel_tag p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Bold';
}

.panel_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    position: relative;
    top: -21px;
    /* z-index: 9999999; */
}

.panel_iconsub {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.panel_iconsub div {
    background: #CD5900;
    padding: 12px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 40px;
}

.panel_iconsub img {
    width: 20px;
    height: 20px;
}

.panel_iconsub p {
    text-align: center;
    font-size: 14px;
    margin: 0px;
}

.panel_tab ul {
    border-bottom: 1px solid #ececec;
}

.panel_tab ul li a.active {
    border: none !important;
    border-bottom: 3px solid #CD5900 !important;
    font-family: 'Bold';
    color: #CD5900 !important;
}

.panel_tab ul li a {
    color: #424242 !important;
    font-size: 16px;
    font-family: 'Regular';
    padding: 8px 14px;
    border: none !important;
}


.panel_tab .tab-content {
    padding: 10px 0px;
}

.panel_tab .tab-pane {
    background: white;
    border: none !important;
    padding: 0px 0px;
}

.paneltabcard_section {
    margin-bottom: 12px;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 16px 16px;
}

.paneltabcard_section h4 {
    margin: 0px;
    color: #000;
    font-size: 18px;
}

.panel_tabcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.panel_tabcardsub {
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel_cardsend {
    background: #dbdbdb;
    padding: 9px 10px;
    border-radius: 10px;
}

.panel_tabcardsub div img {
    width: 20px;
    height: 20px;
}

.panel_tabcard h3 {
    color: #000;
    font-size: 16px;
    margin: 0px;
}

.panel_tabcard span {
    color: green;
    font-family: 'Bold';
    margin: 0px;
    font-size: 14px;
}

.panel_tabcard h4 {
    color: #000;
    font-size: 18px;
    margin: 0px;
    font-family: 'Semibold';
    text-align: right;
}

.panel_tabcard p {
    color: #000;
    margin: 0px;
    font-size: 14px;
    text-align: end;
}

.common_layout {
    margin-top: 68px;
    margin-bottom: 2rem;
}

.panel_back {
    display: flex;
    margin-bottom: 10px;
}

.panel_back a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-decoration: none;
    gap: 8px;
}

.panel_back img {
    width: 20px;
    height: 20px;
}

.panel_back p {
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-family: 'Regular';
}

.panel_Search {
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.panel_Search input {
    width: 100%;
    border: none;
    padding: 0px;
    font-size: 14px;
    font-family: 'Regular';
    outline: none;
    box-shadow: none;
}

.panel_Search img {
    width: 20px;
    height: 20px;
}

.panelsearch_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.panelsearch_card_first {
    display: flex;
    align-items: center;
    gap: 10px;
}

.panelsearch_card div img {
    width: 50px;
    height: 50px;
}

.panelsearch_card h4 {
    margin: 0px;
    font-size: 18px;
    font-family: SemiBold;
    text-decoration: none;
    color: #000;
}

.panelsearch_card p {
    margin: 0px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.panelsearch_card_second img {
    width: 22px !important;
    height: 22px !important;
}

.panelsearch_card a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.btn_primary {
    background: #CD5900;
    border: none;
    width: 100%;
    padding: 12px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: 'Semibold';
}

.amount-btn {
    width: 96px;
    height: 50px;
    margin: 5px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    background: white;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 14px;
    font-family: 'Regular';
}

.amount-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    justify-items: center;
    flex-wrap: wrap;
    width: 330px;
    align-items: center;
    margin: 2rem auto 2rem;
    background: #ececec;
    padding: 6px;
}

.panelcard_amount input {
    border: 1px solid #ececec !important;
    padding: 14px 14px;
    font-size: 14px;
    font-family: 'Regular';
    outline: none;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 20px;
}

#clearBtn {
    background: #f57b1ea1;
    border: none;
    padding: 8px 34px;
    border-radius: 4px;
}

.panelcard_amount h4 {
    font-size: 20px;
    font-family: 'Bold';
}

.modal_transaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal_transaction img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.modal_transaction h4 {
    color: #000;
    font-size: 24px;
    font-family: 'Semibold';
    margin: 0px 0px 6px;
}

.modal_transaction a {
    color: #000;
    font-size: 14px;
    font-family: 'Regular';
    text-decoration: none;
}

.modal_transaction button {
    background: #CD5900;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: 'Semibold';
    margin-top: 34px;
}

@media screen and (max-width:767px) {
    .landing_content div {
        flex-direction: column;
        gap: 16px;
    }

    .landing_content {
        align-items: center;
        margin-bottom: 30px;
    }

    .whole_landing {
        height: auto;
    }

    .landing_bg .row {
        align-items: center;
        height: 100%;
    }

    .landing_bg .container {
        height: 100%;
    }

    .mobile_div {
        margin-top: 0px;
    }

    .footer footer {
        bottom: -56px;
    }

    .panel_Card {
        margin-bottom: 20px;
    }

    .panel_Card_first {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .panel_icons {
        top: 0px;
    }

    .panel_tabcard {
        flex-wrap: wrap;
        gap: 10px;
    }

    .amount-btn {
        width: 52px;
        height: 46px;
    }

    .amount-container {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .landing_content div {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}


@media screen and (min-width:1024px) and (max-width:1200px) {
    .landing_bg .container {
        height: 100%;
    }

    .landing_bg {
        position: absolute;
        margin-top: -10px;
    }

    .footer footer {
        position: absolute;
    }

    .whole_landing {
        height: 100vh;
    }

    .mobile_div {
        margin-top: 0px;
    }
}

@media screen and (min-width:1440px) and (max-width:2560px) {
    .landing_bg .container {
        height: 100%;
    }

    .landing_bg {
        position: absolute;
        margin-top: -10px;
    }

    .footer footer {
        position: absolute;
    }

    .whole_landing {
        height: 100vh;
    }

    .mobile_div {
        margin-top: 0px;
    }
}