@media screen and (min-width: 1440px) {
    .container {
        max-width: 1296px;
    }
}

.main_heading {
    font-family: "Kelson";
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #D48E31;
    text-transform: capitalize;
}

.sub_heading {
    font-family: "Kelson";
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #333333;
}

.desc {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #333333;
}

.desc_span {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #333333;
}

.content_box_custom {
    background-color: #F8F8F8;
    border: 1px solid #DBDBDB;
    padding: 27px 24px;
    border-radius: 8px;
}

.content_box_heading {
    font-family: "Kelson";
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: capitalize;
}

.content_box_desc {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #333333;
}

.content_box_delivery {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.6;
    color: #D6943E;
    text-transform: uppercase;
}

.hr {
    max-width: 100%;
    border: 1px solid #DBDBDB;
    margin: 0;
}

.custom_heading {
    font-family: "Kelson";
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #0A0A0A;
    text-transform: uppercase;
}

.custom_heading_span {
    color: #D48E31;
}

.custom_desc {
    color: #444444;
}

.step_box {
    border: 1px solid #DBDBDB;
    padding: 20px 25px;
    height: 108px;
    max-height: 108px;
    border-radius: 8px;
}

.step_heading {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #D6943E;
    text-transform: uppercase;
}

.step_desc {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
    margin-bottom: 0;
}

.btn_custom {
    padding: 11px 28px;
    border: 1px solid #D6943E;
    background-color: #0A0A0A;
    font-family: "Kelson";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn_custom:hover {
    color: #D6943E;
    text-decoration: none;
}

table thead {
    border-color: #0a0a0a;
}

.table thead tr th {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px;
}

.table thead tr th span {
    padding: 0 10px;
}

.table tbody tr td {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #333333;
    padding: 10px;
}

.table tbody tr td.first_column {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: capitalize;
}

.table tbody tr td.last_column {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #D6943E;
    text-transform: capitalize;
}

.table_heading {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: capitalize;
}

.table tbody tr td span {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: capitalize;
    padding: 0 10px;
    border-radius: 3px;
}

.table tbody tr td span.bg {
    font-family: "Lato-Bold";
    font-weight: 700;
    background-color: #D6943E1F;
    color: #B87A2E;
    padding: 3px 10px;
}

.table_bottom_desc {
    font-family: "Lato";
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333333;
}

.table_btn_custom {
    border: 1px solid #DBDBDB;
    padding: 8px 18px;
    font-family: "Kelson";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: uppercase;
    display: inline-block;
    background-color: #F8F8F8;
    border-radius: 6px;
    margin-right: 10px;
}

.table_btn_custom:hover {
    color: #D6943E;
    text-decoration: none;
}

.table_btn_custom.btn_two {
    background-color: #D6943E;
    color: #FFFFFF;
    margin-right: 0;
}

.content_box_note {
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 110px;
    max-height: 110px;
    min-height: 110px;
}

.content_box_note_flex {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
}

.content_box_image {
    flex: 0 0 26px;
    max-width: 26px;
    margin-right: 10px;
}

.content_box_image img {
    width: 100%;
    height: auto;
    display: block;
}

.note_heading {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: capitalize;
}

.note_desc {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #333333;
}

.accordion > .card {
    border-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border: 1px solid #DBDBDB !important;
    border-bottom: 1px solid #DBDBDB !important;
}

.accordion > .card .card-header {
    background-color: rgb(255 255 255);
    cursor: pointer;
    padding: 13px 16px;
}

.card-header h2.faq_accordian {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.card-header h2.faq_accordian {
    font-family: 'Kelson';
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    outline: none !important;
}

.faq_accordian .faqbtn {
    font-family: 'Kelson';
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.faq_accordian .faqbtn:focus {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    outline: none !important;
}

.faq_accordian .faqbtn:hover {
    color: #333333;
    text-decoration: none;
    border: none !important;
    outline: none !important;
}

i.fa.fa-chevron-down {
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    color: #333333;
}

.faq-arrow {
    transition: transform .3s ease;
}

.faq-arrow.rotate {
    transform: rotate(180deg);
}

.card-body {
    font-family: 'Lato';
    font-weight: normal;
    color: #333333;
    font-size: 13px;
    line-height: 19px;
    padding: 13px 16px;
}

.need_sec,
.pricing_sec {
    background-color: #F8F8F8;
}

.need_box {
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
    padding: 18px 16px;
    border-radius: 8px;
    height: 117px;
    max-height: 117px;
    min-height: 117px;
}

.need_box_flex {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
}

.need_box_image {
    margin-right: 10px;
    flex: 0 0 40px;
    max-width: 40px;
}

.need_box_image img {
    width: 100%;
    height: auto;
    display: block;
}

.need_heading {
    font-family: "KelsonBold";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #333333;
    text-transform: capitalize;
}

a.need_desc,
a.need_desc span {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #D6943E;
}

a.need_desc span.need_desc_span {
    color: #333333;
}

.fa.fa-arrow-right {
    font-size: 10px;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
    .step_box {
        height: 120px;
        max-height: 120px;
        padding: 20px;
    }

    .need_box {
        padding: 15px 10px;
    }

    .content_box_note {
        padding: 15px;
        height: 145px;
        max-height: 145px;
        min-height: 145px;
    }

}

@media screen and (max-width: 640px) {
    .main_heading {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    .sub_heading {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .desc {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .desc_span {
        font-size: 11px;
        line-height: 19px;
        text-align: center;
    }

    .desc_span_mobile {
        text-align: center;
    }

    .content_box_custom {
        margin-bottom: 15px;
        padding: 15px;
    }

    .content_box_heading {
        font-size: 18px;
        line-height: 26px;
    }

    .custom_heading {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .step_box {
        padding: 20px;
        margin-bottom: 20px;
        height: auto;
        max-height: unset;
        min-height: auto;
    }

    .table thead tr th {
        font-size: 10px;
        line-height: 16px;
        padding: 10px;
        vertical-align: middle;
    }

    .table tbody tr td {
        font-size: 13px;
        line-height: 19px;
        padding: 10px;
        vertical-align: middle;
    }

    .table tbody tr td.first_column {
        font-size: 13px;
        line-height: 19px;
    }

    .table tbody tr td.last_column {
        font-size: 13px;
        line-height: 19px;
    }

    .table_heading {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }

    .table tbody tr td span {
        font-size: 13px;
        line-height: 19px;
        padding: 0 10px;
        white-space: nowrap;
    }
    
    .table tbody tr td span.bg {
        padding: 3px 10px;
    }

    .table_bottom_desc {
        font-size: 12px;
        line-height: 20px;
    }

    .table_btn_custom.btn_two.btn_arrow {
        margin-top: 20px;
    }

    .content_box_note,
    .need_box {
        height: auto;
        max-height: unset;
        min-height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

    .need_box {
        padding: 15px;
    }

    .note_heading {
        font-size: 13px;
        line-height: 21px;
    }

    .note_desc {
        font-size: 11px;
        line-height: 19px;
    }

    .content_box_image {
        flex: 0 0 26px;
        max-width: 26px;
        margin-right: 10px;
    }

    .content_box_image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .need_box_image {
        flex: 0 0 40px;
        max-width: 40px;
    }

    .need_box_image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .table_btn_custom_wrap {
        text-align: center;
    }

}


@media screen and (min-width: 388px) and (max-width: 425px) {
    .main_heading {
        font-size: 22px;
        line-height: 26px;
    }

    .sub_heading {
        font-size: 17px;
        line-height: 25px;
    }

    .custom_heading {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 375px) and (max-width: 388px) {
    .main_heading {
        font-size: 20px;
        line-height: 28px;
    }

    .sub_heading {
        font-size: 16px;
        line-height: 24px;
    }

    .custom_heading {
        font-size: 17px;
        line-height: 25px;
    }
}

@media screen and (min-width: 355px) and (max-width: 375px) {
    .main_heading {
        font-size: 20px;
        line-height: 28px;
    }

    .sub_heading {
        font-size: 15px;
        line-height: 24px;
    }

    .custom_heading {
        font-size: 16px;
        line-height: 24px;
    }

    .table_heading {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 320px) and (max-width: 355px) {
    .main_heading {
        font-size: 18px;
        line-height: 26px;
    }

    .sub_heading {
        font-size: 14px;
        line-height: 22px;
    }

    .custom_heading {
        font-size: 15px;
        line-height: 23px;
    }

    .table_heading {
        font-size: 12px;
        line-height: 20px;
    }
}