@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Global Css start*/
body {
    font-family: 'Noto Sans', sans-serif;
}

button:focus {
    outline: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #121212;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.header_search_input:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.btn-primary:focus {
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #0466FA;
    background-color: transparent;
    border-color: transparent;
}

.form-control:focus {
    box-shadow: none;
}

.container {
    max-width: 1540px;
}


.none_big {
    display: none !important;
}

.nav {
    align-items: center;
}

/*Global Css end*/



/* Buyer Review page Start */


.rightbox {
    padding: 0em 34rem 0em 0em;
    height: 100%;
}

.rb-container {
    font-family: "PT Sans", sans-serif;
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
    background-color: #333;
}

.rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}

.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 10em;
    min-height: 50px;
    border-left: 1px dashed #fff;
    padding: 0 0 50px 30px;
    position: relative;
}

.rb-container ul.rb li:last-child {
    border-left: 0;
}

.rb-container ul.rb li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 500%;
    background: #50d890;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
    color: #50d890;
    position: relative;
    width: 100px;
    font-size: 12px;
}

.item-title {
    color: #fff;
}

.container-3 {
    width: 5em;
    vertical-align: right;
    white-space: nowrap;
    position: absolute;
}

.container-3 input#search {
    width: 150px;
    height: 30px;
    background: #fbfbfb;
    border: none;
    font-size: 10pt;
    color: #262626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0.9em 0 0 28.5em;
    box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}

.container-3 .icon {
    margin: 1.3em 3em 0 31.5em;
    position: absolute;
    width: 150px;
    height: 30px;
    z-index: 1;
    color: #4f5b66;
}

input::placeholder {
    color: #50d890;
}

/*----------Tab start----------*/
.about_title{
    width: 210px;
}
.about_tab_nav_menu .active {
    color: #0466FA !important;
    background-color: #E6F0FF !important;
}

.about_tab_nav_menu a {
    width: 100%;
}

.about_tab_nav_menu a {
    padding: 18px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #828282;
    display: flex;
    justify-content: space-between;
}

.about_tab_nav_menu .active {
    font-weight: 500;
}

.about_tab_nav_menu .one {
    background-color: #F2F7FF;
}

.about_tab_nav_menu .one span {
    color: #000000;
}

.about_tab_nav_menu {
    border-radius: 8px;
    border: 1px solid #a5a5a5;
    overflow: hidden;
}

.buyers_customar_name h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #011A3F;
}

.buyers_customar_name h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #011A3F;
}

.buyers_customar_name {
    padding-left: 10px;
    padding-bottom: 33px;
}







/******how to buy page start****/

.hero {
    padding-top: 50px;
    padding-bottom: 50px;
}

.how_to_buy {
    padding: 52.5px 0 141px 0;
}

.primary {
    display: flex;
}

.how_to_buy_menu {
    height: auto;
}

.how_to_buy_text {
    padding: 10px;
    margin-bottom: 10px;
}

.how_to_buy_main_box_content_text {
    width: 604px;
    margin: 0 auto;
}

.how_to_buy_main_box_content_text h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #0466FA;
    margin-bottom: 15.44px;
}

.how_to_buy_main_box_content_text p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #26282F;
    margin-bottom: 70.29px;
}

.how_to_buy_menu .tabs {
    border: 1px solid #828282;
    border-radius: 8px;
    background: #FFFFFF;
    margin-bottom: 45px;
}

.how_to_buy_menu .tabs button {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #828282;
    padding: 20px;
}

.row {
    margin: 0;
}

.how_to_buy_main_box {
    text-align: center;
    margin: 0 auto;
}

.how_to_buy_main_information {
    text-align: center;



}

.how_to_buy_main_information h2 {
    font-size: 24px;
    color: #0466FA;

}

.how_to_buy_main_information_text {
    padding-top: 30px;
}

.how_to_buy_main_information_text {
    text-align: left;
}

.how_to_buy_main_information_text h4 {
    font-size: 20px;
    font-weight: 600;
}

.how_to_buy_main_information_text p {
    font-size: 18px;
}

.how_to_buy_main_information fieldset {
    padding: 95px 67px !important;
    border: 2px solid #828282 !important;
    border-radius: 4px;
    margin-bottom: 112px;
}

.col-3.how_to_buy_heading {
    text-align: left;
}

.col-9.how_to_buy_info {
    text-align: left;
}

.how_to_pay_account {
    color: #0466FA;
    text-align: center;
    font-size: 24px;
    padding: 0px 15px;
    font-weight: 600;
    line-height: 100%;
    width: inherit;
}

.how_to_buy_heading h3 {
    font-size: 20px;
    margin-bottom: 44px;
}

.how_to_buy_info h4 {
    font-size: 18px;
    color: #45464C;
    font-weight: 400;
    margin-bottom: 47px;
}

.how_to_buy_info h4:last-child {
    margin-bottom: 0;
}

.how_to_buy_heading h3:last-child {
    margin-bottom: 0;
}

.payment {
    margin-top: 50px;
    padding-bottom: 10px;
}

.payment_box {
    padding: 53px;
    border: 2px solid #828282 !important;
    border-radius: 4px;
    margin-bottom: 30px;
}

.col-md-3.col-4.payment_step {
    text-align: left;
    max-width: 121.57px !important;
    margin-right: 35px;
}

.payment_heading h2 {
    font-size: 40px;
    margin-bottom: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.payment_data {
    text-align: left;
}

.payment_data h4 {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 40px;
}

.payment_data span {
    padding-left: 15px;
    font-size: 16px;
    color: #45464C;
    font-weight: 400;
}

td.text-left.htp_step_table_datas p {
    padding-left: 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #45464C;
    margin-bottom: 0;
}

td.htp_sl_image p {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
}

td.text-left.htp_step_table_datas h4 {
    margin-bottom: 24.22px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}

.payment_step p {
    font-size: 16px;
    text-align: center;
}

.payment_step img {
    width: 121.57px;
    margin-top: 6px;
}

td.htp_sl_image {
    max-width: 121.57px;
}

.how_to_buy_table_wrapper table tr .htp_sl_image {
    padding-bottom: 50px;
}

td.text-left.htp_step_table_datas {
    padding-left: 35px;
}

.make_sure_payment_box {
    padding: 71px 52px 63px;
    border: 2px solid #828282;
    border-radius: 4px;
}

.make_sure_payment {
    text-align: left;
}

.make_sure_payment h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24.22px;
}

.make_sure_payment p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: #45464C;
    padding-left: 45px;
    margin-bottom: 48px;
}

.make_sure_payment p:last-child {
    margin-bottom: 0;
}

.faq {
    margin-top: 30px;
}

.faq-text {
    font-weight: 400;
    color: #000000;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
}

.how_to_pay_faq h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.how_to_pay_faq {
    margin-top: 174px;
}

.how_to_pay_faq p {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    text-align: center;
    color: #121212;
    margin-bottom: 92.71px;
}

.how_to_pay_faq .faq {
    text-align: left;
    padding-left: 20px;
}

.faq {
    width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;

}

.how_to_pay_faq .faq-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #0466FA;
    text-align: left;
    margin-bottom: 0;
}

.how_to_pay_faq .faq-text {
    padding: 20px;
    background-color: #F5F7F9;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.faq label {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 56px;
    padding-top: 1px;
    background-color: #ffffff;
    border-bottom: 1px solid #828282;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 8px;
    height: 8px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -40px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 150px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}

/****how to buy page end***/

.order_page {
    padding-top: 32px;
}

/****My_order_page_for_buyer start****/
.order_info {
    padding-bottom: 50px;
}

.order_info h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #828282;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #121212;
    margin-bottom: 0;

}

.order_info p {
    padding-top: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #828282;
    margin-bottom: 0;
}

.membership_order_page {
    border-bottom: 1px solid #828282;
    padding-bottom: 20px;
}

.bas_member_ship {
    display: flex;
    align-items: center;
}

.membership_order_page img {

    padding: 0px;

}

.membership_order_page h4 {
    font-size: 16px;
    color: #828282;

}

.membership_order_page h4 strong {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.membership_order_page .bas_member_ship {
    border-right: 1px solid #828282;
    padding-left: 25px;
}

.bas_mem_title_texts p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #828282;
    margin-top: 5px;
}

.bas_mem_title_texts img {
    margin-left: 10px;
}

.bas_second_info {
    padding-left: 50px;
}

.bas_mem_title_texts h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #121212;
    margin-bottom: 5px;
}

.bas_mem_badge {
    padding-right: 26px;
}

.unit {
    padding-left: 30px;
    padding-top: 20px !important;
}

.benefits {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #828282;
}

.benefits h2 {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #121212;
}

.booking_request_content {
    padding: 20px;
}

.booking_request_content img {}

.robot_benifit54 {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.booking_request {
    border-bottom: 1px solid #828282;
    padding: 20px 15px;
}

.booking_request_content h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #121212;
    margin-bottom: 12px;
}

.booking_req_benfits {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #828282;
}

.booking_day h4 span {
    color: #0466FA;
    text-align: end;
}

.booking_day h4 {
    font-size: 26px;
    font-weight: 600;
    color: #121212;
}

.booking_day.col-md-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.booking_request_content {
    display: flex;
    align-items: center;
}

.inspection_content {
    padding: 20px 15px;
    border-bottom: 1px solid #828282;
    margin-bottom: 100px;
}

.inception_mopb {
    align-items: center;
}

.inspection_content h4 {
    font-size: 26px;
    font-weight: 600;
}

.inspection_content h4 span {
    color: #0466FA;
    text-align: right;
}

.inspection_content h4 strong {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}

.inspection_content img {
    margin-right: 40px;
}

.inception_mopb h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #0466FA;
    margin-bottom: 12px;
}

.padd_left124 {
    width: 16px;
    padding: 5px;
    border: 1px solid #828282;
    border-radius: 3px;
}

.usd {
    text-align: end !important;
}

.booking_day {
    text-align: end;
}

.usd h4 {
    padding-top: 20px;
}

.learn_content {
    margin-bottom: 218.5px;
    padding: 0 33px;
    background-color: #0466FA;
    height: 89px;
}

.learn_content .row {
    height: 100%;
    align-items: center;
}

.learn_content .row .learn_membership {
    align-items: center;
    justify-content: center;
}

.arrow_5455 {
    position: absolute;
    right: 33px;
}

.learn_membership img {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.learn_membership h4 {
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
    padding-top: 5px;
    padding-left: 24px;

}

.end {

    text-align: end;
}

/**My_order_page_for_buyer end**/

/***My Purchase Record Page Start ****/
.main_step {
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #828282;
}

.learn_content {
    margin-top: 33px;
    border: 1px solid #828282;
    border-radius: 4px;
}

.my_purchase_step {
    padding: 0 20px;
    border-radius: 4px;
    margin-bottom: 219px;
}

.step_row {
    width: 94%;
    margin: 0 auto;
    display: flex;
}

#my_purchese_box {
    margin-bottom: 0px;
    background-color: #F5F5F5;
}

.my_purchase_heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #0466FA;
    margin-bottom: 32px;

}

.progress_step_single p {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-top: 13px;

}

.my_purchase_heading p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #828282;
    margin-bottom: 32px;
}

ul.bread_crumb_MPR {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
}

ul.bread_crumb_MPR li {
    color: #828282;
    margin-left: 10px;
}

.my_purchase_step {
    position: relative;
}

ul.bread_crumb_MPR li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #828282;
    text-decoration: none;
}

ul.bread_crumb_MPR li .active {
    color: #121212;
}

#my_purchese_box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #121212;
}

input#search_order_no2 {
    width: 304px;
    height: 37px;
}

input#search_order_no2::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    text-transform: capitalize;
    color: #595B60;
}

.radio {
    display: none;
}

.half {
    font-size: 14px;
    color: #7c7c7c;
}

.label {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 5px 0;
    width: 52px;
    color: #aaa;
    text-shadow: 0 1px black;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

.radio:checked+.label {
    color: white;
    background: rgba(0, 0, 0, 0.25);
}

.progress {
    margin: 0 auto;
    width: 100%;
}

.progress_for_user img {
    width: 98%;
}

.progress_for_user {
    text-align: right;
    width: 92%;
    margin: 0 auto;
}

.step_0_65.progress_step_single {
    margin-right: 9.1%;
}

.step_10_65.progress_step_single {
    margin-right: 11%;
}

.step_30_65.progress_step_single {
    margin-right: 16%;
}

.step_60_65.progress_step_single {
    margin-right: 43%;
}

.main_step.p-3 {
    padding-top: 66px !important;
}

/*
   * Note: using adjacent or general sibling selectors combined with
   *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
   *       See this article for more info and a potential fix:
   *       https://css-tricks.com/webkit-sibling-bug/
   */

#zero:checked~.progress>.progress-bar {
    width: 0;
    background-color: #f21111;
}

#ten:checked~.progress>.progress-bar {
    width: 10%;
    background-color: #f21111;
}

#ten-half:checked~.progress>.progress-bar {
    width: 15%;
    background-color: #f21111;
}

#twenty:checked~.progress>.progress-bar {
    width: 20%;
    background-color: #f23711;
}

#twenty-half:checked~.progress>.progress-bar {
    width: 25%;
    background-color: #f23711;
}

#thirty:checked~.progress>.progress-bar {
    width: 30%;
    background-color: #f25c11;
}

#thirty-half:checked~.progress>.progress-bar {
    width: 35%;
    background-color: #f25c11;
}

#fourty:checked~.progress>.progress-bar {
    width: 40%;
    background-color: #f28211;
}

#fourty-half:checked~.progress>.progress-bar {
    width: 45%;
    background-color: #f28211;
}

#fifty:checked~.progress>.progress-bar {
    width: 50%;
    background-color: #f2a711;
}

#fifty-half:checked~.progress>.progress-bar {
    width: 55%;
    background-color: #f2a711;
}

#sixty:checked~.progress>.progress-bar {
    width: 60%;
    background-color: #f2cc11;
}

#sixty-half:checked~.progress>.progress-bar {
    width: 65%;
    background-color: #f2cc11;
}

#seventy:checked~.progress>.progress-bar {
    width: 70%;
    background-color: #f2f211;
}

#seventy-half:checked~.progress>.progress-bar {
    width: 75%;
    background-color: #f2f211;
}

#eighty:checked~.progress>.progress-bar {
    width: 80%;
    background-color: #cdf211;
}

#eighty-half:checked~.progress>.progress-bar {
    width: 85%;
    background-color: #cdf211;
}

#ninety:checked~.progress>.progress-bar {
    width: 90%;
    background-color: #a7f211;
}

#ninety-half:checked~.progress>.progress-bar {
    width: 95%;
    background-color: #a7f211;
}

#onehundred:checked~.progress>.progress-bar {
    width: 100%;
    background-color: #82f211;
}

.my_purchase_second_box_heading h {
    font-size: 24px;
}

.my_purchase_second_box {
    width: 92%;
    text-align: center;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    align-items: center;
    justify-content: center;
    position: relative;
}

.my_purchase_second_box_heading {
    position: relative;
    height: 137px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.color-green3254 {
    color: #0466FA;
}

.bac_img_with_arrow {
    position: absolute;
    left: 0;
    top: 0;
}

.my_purchase_second_box_heading h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #121212;
    margin-bottom: 23px;
    margin-top: 15px;
}

.my_purchase_second_box_heading p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #828282;
    margin-bottom: 0;
}

.my_purchase_call_center {
    padding: 150px 0px 50px;
    text-align: center;
}

.my_purchase_call_center img {
    margin-bottom: 50px;
}

.my_purchase_call_center p {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #828282;
}

.col-lg-2.col-md-12.about_us_tab_nav {
    padding-right: 33px;
}

/***My Purchase Record Page End ****/

/*Order_Details_Window_Pops_Up_Shakku page start**/

.inq_pagination {
    margin-top: 30px;
}

.paginnation_mar_t_nav {
    margin-top: 0 !important;
}

nav.inq_pagination ul li a {
    border: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #828282;
    padding: 5.5px 8.8px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 0 5px;
}

nav.inq_pagination ul {
    margin-bottom: 0;
}

nav.inq_pagination ul li a:hover {
    background: #0466FA;
    border-radius: 3px;
    color: #fff;
}

.table_top {
    padding-top: 50px;
    margin-bottom: 119px;
}

.col-md-2.about_us_tab_navm-0 {
    padding-right: 32px;
}

.border65a {
    border-bottom: 1px solid #828282;
    padding: 24px 0 27px 42px;
}

.main_table_for_service_notice {
    margin-top: 47px !important;
}

.main_table_for_service_notice th {
    padding: 17px 0px;
}

th.table_bg.cell_20P {
    width: 14%;
}

.main_table_for_service_notice tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #121212;
    padding: 18px 10px;
    border-bottom: 1px solid #828282;
}

.border65a h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #121212;
    margin-bottom: 0;
}

th.table_bg {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #121212;
}

.table_doc {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #1877F2;
    margin-bottom: 0;
}

.border.documents_for_export_odw {
    padding: 35px 35px 33px 30px;
}

.table_result {
    font-size: 20px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 0;
}

.order_details_result_export {
    height: 53px;
    padding-left: 30px;
    align-items: center;
    display: flex;
}

td.table_bg {
    padding-left: 30px;
}

.order_details .table-bordered td {
    border-right: 0px !important;
    border-left: 0px !important;
    padding-left: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #121212;

}

.gal_page_title_order_details {
    height: 69px;
    padding: 0px 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.gallery_download_all {
    border: 1px solid #0466FA;
    border-radius: 8px;
    width: 151px;
    height: 40px;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0466FA;
    cursor: pointer;
}

.gal_page_title_order_details h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #121212;
}

.gallery {
    border: 1px solid #0000003d;
    height: 750px;
}

.head_table {
    border: 1px solid #0000003d;
}

.text {
    padding: 10px;
    border-bottom: 1px solid #0000003d;
}

.text .h6 {
    font-weight: 900;
    text-transform: bold;
}

.car_gal_order_det {
    padding: 25px 30px;
}

.car_gal_order_det .box {
    margin-right: 20px;
    width: 198px;
}

.car_gal_order_det .box img {
    width: 100%;
}


.table_bg {
    background-color: #00000005;
}

.container5 {
    width: 1693px;
    margin: 0 auto;
}

.primary.main_table_wrapper_pop_up {
    width: 100%;
    padding: 136px 178px 126px 177px;
}

.side_nav {
    border: 1px solid #0000003d;
    height: 1200px;
    width: 200px;
    padding: 20px;
    text-align: left;
}

.primary {
    padding-top: 50px;
    display: flex;
}

/*Order_Details_Window_Pops_Up_Shakku page end*/

/**********Precautions for buyer page start*************/
.precautions {
    justify-content: center !important;
    text-align: center;
}

.precautions h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #0466FA;
    margin-bottom: 15px;
}

.precautions p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #26282F;
    margin-bottom: 40px;
}

.precautions_box {
    border: 2px solid #828282;
    border-radius: 4px;
    padding: 63px;
}

.precautions_content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #0466FA;
    margin-bottom: 25px;
}
.precautions_content h3 br {
    display: none;
}
.precautions_content p {
    font-size: 16px;
    margin-bottom: 65px;
    color: #45464C;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.precautions_content p:last-child {
    margin-bottom: 0;
}

.col-md-2.about_us_tab_nav {
    padding-right: 33.5px;
}

.precautions_row_wrapper {
    padding-top: 32px;
}

.check_heading h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

.check_column {
    margin-top: 60px;
    text-align: center;
}

.check_heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    color: #26282F;
    margin-bottom: 40px;
}

.check_content {
    border: 2px solid #828282;
    border-radius: 4px;
    padding: 61px;
}

.guaranteed_heading {
    background-color: #F8F9FB;
    border-bottom: 1px solid #828282;
    border-top: 1px solid #828282;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guaranteed_heading h4,
.non_guaranteed_heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 170%;
    color: #000000;
    margin-bottom: 0;
}

.guaranteed_heading img,
.non_guaranteed_heading img {
    width: 21px;
    margin-left: 20px;
}

.guaranteed_list {
    margin-top: 47px;
    padding: 60px;
    background-color: #F8F9FB;
    height: 548.69px;
}

.guaranteed_list li {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
    margin-bottom: 28px;
}

.guaranteed_list li:last-child {
    margin-bottom: 0;
}

.non_guaranteed_list ul {
    padding-left: 20px;
}

.non_guaranteed_list li {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
    margin-bottom: 28px;
}

.non_guaranteed_list li:last-child {
    margin-bottom: 0;
}

.non_guaranteed_heading {
    background-color: #FEF7F7;
    padding: 10px;
    border-bottom: 1px solid #828282;
    border-top: 1px solid #828282;
    height: 74px;
    display: flex;
    align-items: center;

    justify-content: center;
}

.non_guaranteed_list {
    margin-top: 47px;
    padding: 60px;
    background-color: #F8F9FB;
}

.guaranteed_list ul {
    padding-left: 20px;
}

.check_vs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.check_vs h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 170%;
    color: #000000;
}

.bottom_content {
    padding: 50px;
}

.bottom_text span {
    color: red;
    position: absolute;
    left: -15px;
    top: -3px;
}

.more_det_btnprecau_buyer {
    width: 142px;
    height: 32px;
    border: 0.6px solid #0466FA;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #0466FA;
}

.bottom_text p {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #45464C;
}

.bottom_text p:first-child {
    margin-bottom: 48px;
}

.Precautions_after_arrival {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Precautions_after_arrival h2 {
    padding-left: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 26px;
}

.Precautions_after_arrival_box {
    border: 2px solid #828282;
    padding: 50px;
    border-radius: 4px;
}

.Precautions_after_arrival_box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 20px;
}

.Precautions_after_arrival_box p {
    padding-left: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #45464C;
    margin-bottom: 5px;
}

.Precautions_after_arrival {
    margin-bottom: 340px !important;
}

/********Precautions for buyer page end*********/


/***safe transaction start***/
.transaction {
    padding: 32px 0px;
}

.transaction_heading {
    text-align: center;
    margin-top: 32px;
}

.transaction_heading h2 {
    color: #0466FA;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.transaction_heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    color: #26282F;
    margin-bottom: 48px;
}

#purchasing_process {
    border: 1px solid #283C81;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 1%);
    padding: 38px 80px 42px 56px;
}

#purchasing_process .mol_list_area .row {
    justify-content: space-around !important;
}

.purchase_icon_area .purchase_step {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
    margin-bottom: 6px;

}

.purchase_icon_area .P_P_tile {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 170%;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
}

.purchase_icon_area .purchase_icon {
    width: 121px;
    height: 121px;
    margin: 0 auto;
}

.purchase_icon_area .purchase_icon img {}

.purchase_list_item {
    display: flex;
    padding: 20px 0px;
    justify-content: space-around;
    align-items: center;
}

.purchase_items .purchase_icon_area {
    text-align: center;
    padding: 70px 0px 50px 0px;
}

.purchase_items .purchase_icon_area .purchase_icon {
    margin: 6px auto;
}

.purchase_content_item_img {
    text-align: end;
}

.purchase_content {
    padding-left: 10px;
}

.purchase_content ul {
    position: relative;
    list-style: none;
    padding: 0px;
}

.purchase_content ul li {
    position: relative;
    border-left: 2px dashed #0C8CE9;
    padding-left: 10px;
    padding-bottom: 60px;
}

.purchase_content ul li:last-child {
    border-left: 0px;
    padding-bottom: 0px;
}

.purchase_content ul li:before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 2px solid #0C8CE9;
    margin-left: -14px;
}

.purchase_content ul li:hover::before {
    background-color: #0C8CE9;
}

.purchase_content_item h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}

.purchase_content_item h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.purchase_content_item p {
    font-size: 14px;
    font-weight: 400;
}

.purchase_content_item .col-md-2 h2 {
    color: #0C8CE9;
    text-align: center;
}

.safe-transaction_img {
    text-align: center;
    border: 2px solid #283C81;
    margin-bottom: 40px;
    margin-top: 10px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.01);
    border-radius: 5px;
    padding: 98px 60px 68px 60px;
}

.safe-transaction_img img {
    width: 100%;

}

.safe-transaction_img legend {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #0466FA;
    padding: 0 25px;
    width: inherit;
}

.safe-transaction_img .center img {
    padding-top: 40px;
}

.safe-transaction_img .center1 img {
    padding-top: 60px;
}

.safe-transaction_img .center2 img {
    padding-top: 50px;
}

.safe_transaction_service {
    text-align: center;
    margin-top: 78px;
}

.safe_transaction_service h2 {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

hr.advantages_border-b {
    height: 2px;
    background: #0466FA;
    width: 33%;
    margin-bottom: 92px;
}

.safe_service_col1 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 165%;
    text-align: center;
    margin-bottom: 19px;
    color: #000000;

}

.safe_service_col1 p {
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
    color: #45464C;
    font-size: 16px;
    margin-bottom: 0;
}

.safe_transaction_service .need {
    margin-bottom: 137px;
}

.about_us_tab_navm-0 {
    padding-right: 35px;
}


.safe_service_col1 img {
    width: 98px;
    height: 98px;
    margin-bottom: 35px;
}

/***safe transaction start***/
/*********services_center_FAQ+Notice page start*********/
.service_table {
    height: 30px;
}

.table.table.service_table {
    padding: 0 20px !important;
    width: 93%;
    margin: 0 auto;
    border-left: 0 !important;
    border-right: 0 !important;
}

.service_top_table {
    border: 1px solid #828282;
    border-radius: 8px;
    margin-bottom: 20px
}

.faqs_wrapper_services {
    border: 1px solid #828282;
    border-radius: 8px !important;
}

.service_pagination {
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;

}

.service_faq {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #121212;
    margin-bottom: 0;
}

.single_faqs_faqs_wrapper_services {
    margin-bottom: 0;
}

.faqs_table_title {
    padding: 24px 0 27px 42px;
    border-bottom: 1px solid #828282;
    margin-bottom: 42px;
}

.faqs_wrapper_ser_215 {
    width: 93%;
    margin: 0 auto;
    border-top: 1px solid #828282;
    margin-bottom: 240px;
}

.faq label:last-child {
    border-bottom: 0 !important;
}

.page-link {
    border: none;
    color: #000000;
}

.page-link:hover {
    border: 1px solid #007bff;
    background-color: rgba(255, 255, 255, 0)
}

.null {

    border-bottom: 1px solid #E1E1E1;
}

.faq-heading {
    padding: 18px 10px 18px 55px;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: text-indent 0.2s;
    color: #000000;
    margin-bottom: 0;
}

.faq {
    margin-top: 30px;
}

.info {}

.faq-text {
    font-weight: 400;
    color: #000000;
    width: 95%;
    padding-left: 55px;
    margin-bottom: 30px;
}

.faq {
    width: 1300px;
    padding: 0 !important;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    padding-left: 10px;
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;
    background-color: #ffff;
    border-bottom: 1px solid #828282;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq_header_label {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.faq .faq-arrow {
    width: 8px;
    height: 8px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}

/***********services_center_FAQ+Notice page end***********/

/*FAQ's By M start*/

.how_to_buy .business_membership_faqs_card {
    border: 0px;
    border-bottom: 1.5px solid #D6D6D6;
    border-radius: 0;
}

.business_membership_faqs_card_header {
    border: 0;
    border-bottom: 1.5px solid #D6D6D6;
    background-color: #fff;
    margin-bottom: -1px;
}

.business_membership_faqs_button {
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #0466FA;
    text-decoration: none;
    padding: 18px 0 5px;
    display: flex;
    justify-content: space-between;
}

.business_membership_faqs_button i {
    color: #121212;
    font-size: 16px;
}

.how_to_buy .business_membership_faqs_card-body {
    background: #F5F7F9;
    margin: 20px;
}

.business_membership_faqs_button:hover {
    text-decoration: none;
    color: #0466FA;
}

.mebership_faq_title {
    margin-top: 174px;
}

.mebership_faq_title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.mebership_faq_title p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #121212;
    margin-bottom: 92px;
}

.color_green5 {
    color: #0466FA;
}

/*FAQ's By M end*/


/***Page 7 start**/


.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

/*Tabs CSS start*/

.content.active {
    display: block;
}

.content {
    display: none;
}

.tabs-button {
    background: transparent;
    width: 100%;
}

.tabs-button {
    box-shadow: none !important;
    border-radius: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #121212;
    text-align: left;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background: #F2F7FF;
}

.side-bar-menu_drop {
    background: transparent !important;
    color: #121212;
    border: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #121212;
}

.side-bar-menu_drop:focus {
    box-shadow: none !important;
}

.side-bar-menu_drop:hover {
    color: #121212;
}

.side-bar-menu_drop:active {
    color: #121212;
}

.dropdown-toggle::after {
    display: none !important;
}

.exp-drop {
    display: block;
    position: static;
}

.dropdown-menu.show {
    border: none !important;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background: #ffffff;
    color: #121212;
}

.drop-tabs {
    padding-left: 13px;
}

.drop-tabs:hover {
    background: #fff;
}

.drop-title a {
    padding: 0.375rem 0.75rem;
    color: #121212;
}

.list-of-drop .drop-ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
}

.list-of-drop .drop-ul li .drop-item {
    border: none !important;
    background: transparent;
    margin: 6px 0;
    font-size: 14px;
}

.list-of-drop .drop-ul li .drop-item:focus {
    outline: none !important;
}

.hg65 {
    width: 100% !important;
}

.drop-arrow {
    /* padding-left: 33%; */
}


.active-bg-dd {
    background: #F8FAFF;
}

.drop-title a {
    font-size: 14px !important;
}

h1.hg65 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #121212;
    padding: .375rem .75rem;
    margin-bottom: 0 !important;
    font-weight: 400;
    line-height: 100%;
}

div#first {
    margin-bottom: 8px;
}

.new_reg-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #0466FA;
    padding: 12px 32px;
}

a.new_reg-btn.btn {
    padding: 7px 11px;
    border-radius: 3px !important;
}

a.new_reg-btn.btn:hover {
    color: #fff;
}

.new_reg_div {
    margin-top: 40px;
    margin-bottom: 33px;
    text-align: center;
}

.new_reg-btn:not(:disabled):not(.disabled).active,
.new_reg-btn:not(:disabled):not(.disabled):active {
    background: #0466FA;
    color: #fff;
}

#first .rotate {
    transform: translateY(-0%) rotate(-180deg);
    /* padding-left: 33%; */
}


#second .rotate {
    transform: translateY(-0%) rotate(-180deg);
    /* padding-left: 33%; */
}

/*Tabs CSS end*/

.my_info_left_menu {
    width: 166px;
}

.my_info_left_menu {
    width: 166px;
    border: 1px solid #828282;
    height: 100vh;
}


.my_info_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #121212;
}

.my_info_text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    color: #828282;
    padding-bottom: 91.54px;
}

.my_info_title-wrapper {
    padding: 37.34px 34px;
    border-bottom: 1px solid #828282;
}

.my_info_paragraph-wrapper {
    padding: 21.11px 269.2px 21.11px 34px;
}

.my_info_avater-img {
    width: 180px;
    height: 180px;
}

.my_info_table {
    width: 100%;
    margin-left: 100px !important;
    margin-bottom: 66px;
}

.my_info_table-head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #45464C;
    padding-bottom: 44px;
}

.my_info_table-data {
    padding-bottom: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #828282;
    padding-left: 100px;
}

.row.my_info_confirm_pass {
    padding: 53px 0 92px 0;
    margin: 34px 34px 81px 34px;
    background: #F5F6F8;
}

.my_info_edit_title_col {
    padding-left: 280px;
    display: flex;
    align-items: center;
}

.my_info_edit_input_wrapper {
    padding-right: 200px;
}

.my_info_edit_title_col h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #121212;
}

.my_info_input_field {
    margin-left: 50px;
    display: flex;
    align-items: stretch;
}

.my_info_confirm_pass_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.my_info_privacy_protection h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #8C8D91;
    margin-bottom: 0;
}

.my_info_privacy_protection {
    padding-left: 38px;
    display: flex;
    align-items: center;
    align-content: center;
}

.my_info_input_field input {
    padding: 10px 10px 10px 20px;
    width: 236px;
    height: 47px;
    left: 954.09px;
    top: 971.7px;
    background: #FFFFFF;
    border: 1px solid #828282;
    border-radius: 6px;
    margin-right: 31px;
}

.my_info_input_field input:focus-visible {
    border: 1px solid #828282;
    outline: 0;
}

.my_info_confirm_pass_btn {
    padding: 10px 10px 10px 20px;
    width: 236px;
    height: 47px;
    left: 1221.86px;
    top: 971.7px;
    background: #0466FA;
    border: 1px solid #828282;
    border-radius: 6px;
    text-align: left;
}

.my_info_confirm_pass_btn:focus {
    outline: 0 !important;
}

/* my info for mobile menu */
.navbar-brand {
    display: inline-block;
    padding: 6px 9px !important;
    margin-right: 0px !important;
    font-size: 14px !important;
    color: #FFF !important;
    border-radius: 4px !important;
    background-color: #0466FA !important;
}

.my_info_mobile_menu {
    padding: 15px 0px;
}

.my_info_mobile_menu .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    color: #121212;
}

.my_info_mobile_menu .dropdown-menu a.dropdown-item {
    font-size: 14px;
    padding: 10px !important;
}

.navbar-toggler {
    border: 1px solid #121212 !important;
}

i.fa-solid.fa-bars {
    vertical-align: sub;
}

/*Side bar end*/

/*Global Css start*/
.row {
    margin: 0px;
}

.my_container {
    max-width: 70% !important;
    margin: auto !important;
}

.order_details_window {
    padding: 32px 0px 0px 0px;
}

.my_item_list,
.m_i_quick_search {
    border: 1px solid #BABABA;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.01);
    margin-bottom: 42px;
}

.m_i_order_information_b {
    padding: 20px 0px;
}

.m_i_order_information_b .row {
    margin: 0px !important;
}

.m_i_quick_search .row {
    margin: 0px !important;
    height: 63px;
}

.mol_list_area .row {
    margin: 0px !important;
}

.m_i_order_information_b .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0 0;
}

/* my order section start */

.my_item_heading {
    padding: 18px 27px;
    border-bottom: 1px solid #BABABA;
}

#my_item_heading {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #000000;
    margin-bottom: 0;
}

.mol_icon img {
    width: 44px;
    margin-right: 13px;
}

.mol_heading,
.m_i_search_heading {
    border-bottom: 1px solid #BABABA;
    height: 70px;
    display: flex;
    align-items: center;
}

.m_i_search_heading h2 {
    padding: 15px 27px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 0;
}

/***
.mol_icon_area .mol_icon {
    width: 48.4px;
    height: 48.4px;
} 
.mol_icon_area .mol_icon img {
    padding: 13px;
}
.mol_icon_area h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    text-transform: capitalize;
    color: #424242;
}
.mol_icon_area .mol_step {
    font-size: 10px;
    font-weight: 500;
    line-height: 170%;
    color: #828282;
    margin: 0;
    padding: 3px 10px;
}
.mol_icon_content p{
    padding-top: 20px;
    font-size: 15px;
    line-height: 170%;
    text-align: center;
    color: #828282;
    margin-left: 5px;
}
.mol_icon_content p .mol_list_digit {
    border-bottom: 2px solid;
}
.mol_icon_content p .mol_list_unit {
    font-size: 10px;
    border-bottom: 1px solid;
    padding: 0 5px;
}
**/


.mol_list_item {
    text-align: center;
    padding: 25px 27px 28px 27px;
}

.mol_list_digit {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #828282;
    margin-right: 5px;
}

.mol_icon strong {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
    margin-right: 13px;
}

.mol_icon_area p {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 113%;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
    margin-bottom: 0;
}

.mol_icon_area strong {
    padding-right: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
    margin-right: 11px;
}

p.active strong {
    color: #0466FA;
}

p.active .mol_list_digit {
    color: #0466FA;
}

.mol_icon_area .active {
    color: #0466FA;
}

/*Quick search area start*/
.search_by_word,
.search_by_period,
.search_by_order_status,
.search_by_detail_status {
    border-bottom: 1px solid #BABABA;
}

#search_order_no,
#search_order_date {
    width: 189px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #BABABA;
    border-radius: 4px;
    color: #BABABA;
}

.quick_search_order {
    padding: 0 25px;
}

.pg7_heading h4 {
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #111111;
    padding-left: 40px;
}

.padding-40_14 {
    padding-left: 40px;
}

.col-lg-2.col-md-3.pg7_heading_last {
    height: 100%;
    background: #FAFAFA;
}

.border-top125 {
    border-bottom: 1px solid #CACACA;
}

.big_row_544 {
    height: 132px !important;
}

.margin-t_45a {
    margin-top: 17px;
}

.col-lg-2.col-md-3.pg7_heading_last h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #111111;
}

.pg7_checkbox_area {
    padding-left: 40px;
}

.os_checkbox_inner label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    text-transform: capitalize;
    color: #7E7E7E;
    margin-left: 12px;
    margin-bottom: 0;
}

.os_checkbox_inner {
    display: flex;
    align-items: center;
    align-content: center;
}


.pg7_heading {
    background-color: #FAFAFA;
    border-right: 1px solid #5E5E5E;
    padding: 15px 0px;
}

.pg7_heading_last h4 {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    text-align: center;
    padding: 15px 0px;
    background-color: #FAFAFA;
}

.sbw_content_pg7 {
    padding: 15px 0;
    border-left: 1px solid #5E5E5E;
}

.sbw_content .row {
    align-items: center;
}

.ds_heading {
    border-right: none !important;
}

.pg7_heading:last-child {
    border-right: none !important;
}

.ds_checkbox_area {
    border-left: 1px solid #5E5E5E;
}

/*search by period start*/
.qs_period_btn a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    border: 1px solid #828282;
}

/*search by period end*/
/*orderstatus start*/
.pg7_checkbox_area,
.ds_checkbox_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    min-height: 100%;
}

.col_for_name_no_vin_search {
    padding: 0;
}

.pg7_border {
    border-left: 1px solid #828282;
    ;
}

.os_checkbox_inner,
.ds_checkbox_inner {
    width: 20%;
    box-sizing: border-box;
}

.os_label,
.ds_label {
    font-size: 12px;
    font-weight: 400;
}

/*orderstatus start*/
.search_by_button {
    display: flex;
    text-align: center;
    height: 79px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.reset_search {
    width: 102px;
    height: 36px;
    margin: 0 12px;
}

.col-lg-2.col-md-3.pg7_heading_last {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

button.reset_search.res_ressearch {
    border: 1px solid #828282;
    border-radius: 4px;
    background: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #828282;
}

button.reset_search.ser_ressearch {
    background: #0466FA;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border: 0;
}

input#qs_reset {
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #828282;
    color: #828282;
    padding: 10px 40px;
}

#qs_search {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    margin: 0 10px;
}

/*search details start*/
.ds_checkbox_item {
    display: flex;
    align-items: baseline;
}

.ds_checkbox {
    margin-right: 5px;
}

.btn_delete {
    font-size: 11px;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 4px !important;

    background-color: #ffff;
}

.btn_none {
    color: #828282;
    margin-top: 20px;
    border: 1px solid #828282;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    background-color: #fff;
}

.o_i_car_information {
    background: #FFFFFF;
    border: 1px solid #BABABA;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.01);
}

.o_i_content,
.o_i_d_content,
.o_i_car_information {
    font-size: 12px;
    font-weight: 500;
}

.o_i_content_digit {
    border-bottom: 1px solid;
}

.o_i_exel_file a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 7px 16px;
    border: 0.6px solid #828282;
    border-radius: 4px;
}

.o_i_download {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.o_i_content_heading,
.o_i_content_description {
    border-bottom: 1px solid #828282;
    padding: 15px;
}

.o_i_content_heading h4 {
    font-weight: 500;
    font-size: 14px;
    color: #121212;
}

.o_i_content_description {
    align-items: center;
}

.o_i_content_description h4 {
    font-weight: 500;
    font-size: 12px;
    color: #121212;
}

.o_i_content .m_i_order_no {
    box-sizing: border-box;
    width: 17.25px;
    height: 17.25px;
    border: 1.2px solid #7E7E7E;
    border-radius: 3px;
    margin-right: 20px;
}

.o_i_item_content_heading {
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}

.o_i_item_content .o_i_item_content_desc1,
.o_i_item_content_desc2 {
    margin: 0;
    padding: 0;
}

.o_i_item_content_desc1 {
    font-size: 10px;
}

.o_i_item_content_heading {
    font-size: 12px;
}

.booking_info {
    margin-top: 25px;
    font-size: 12px !important;
    color: #FFFFFF !important;
    padding: 3px 15px !important;
}

.o_i_item_content_desc2 {
    font-size: 10px;
}

.o_i_item_content {
    padding-left: 10px;
}

.o_i_items .col-lg-6 {
    padding: 0px 0px;
}

.o_i_order_status .booking,
.payment {
    font-size: 12px !important;
    color: #FFFFFF !important;
    padding: 3px 15px !important;
}

.o_i_order_status .o_i_booking_content,
.o_i_payment_content {
    font-size: 10px;
}

.details_status p {
    font-size: 12px;
}

.o_i_pagination .pagination {
    justify-content: center;
}

.o_i_pagination .pagination .page-link {
    background-color: transparent;
    border: none;
}

.Expunged {
    background-color: #0466FA;
}

.m_i_order_information_b {
    padding-bottom: 0px;
    margin-top: 20px;
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    ;
    border-top: 1px solid #828282;
    border-radius: 4px;
}

.o_i_content_description #waiting_button {
    padding: 10px;
    border: 1px solid #828282;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
}

.waiting {
    text-align: center;
}

.o_i_content_description .w_t_c {
    text-align: center;
}

#published_button {
    padding: 10px;
    font-size: 11px;
    border: 1px solid #0466FA;
    border-radius: 4px;
    text-align: center;
    color: #0466FA;
}

.btn_upload {
    padding: 10px;
    border: 1px solid #828282;
    border-radius: 4px;
    text-align: center;
    color: #828282;
    font-size: 11px;
    background-color: #fff;
}

.btn_upload_active {
    font-size: 11px;
    padding: 10px;
    border: 1px solid #0466FA;
    border-radius: 4px;
    text-align: center;
    color: #0466FA;
    background-color: #fff;
}

.btn_expunged {
    padding: 10px;
    border: 1px solid #828282;
    border-radius: 4px;
    text-align: center;
    color: #ffff;
    font-size: 11px;
    background-color: #0466FA;
}

.btn_apply {
    font-size: 11px;
    padding: 10px;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
}

.btn_apply_active {
    padding: 10px;
    font-size: 11px;
    color: #0466FA;
    border: 1px solid #828282;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;

}


.cell_w22 {
    width: 22%;
}

.cell_w10 {
    width: 10%;
}

.cell_w4 {
    width: 4%;
}

.cell_w8 {
    width: 8%;
}

.cell_w6 {
    width: 6%;
}

.cell_w9 {
    width: 9%;
}

.cell_w11{
    width: 11%;
}


.table_design_by_m {
    margin-top: 42px;
    margin-bottom: 300px;
}

.table_row_heading5 {
    background: #FAFAFA;
    height: 90px;
    border-bottom: 1px solid #828282;
}

tr.table_row_heading5 th {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-transform: capitalize;
    color: #121212;
    text-align: center;
}

h4.table_data_car_name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #121212;
    margin-bottom: 16px;
}

p.table_data_car_feature {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #121212;
    margin-bottom: 8px;
}

p.item_number {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #121212;
}

.sale_price_rec {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    text-transform: capitalize;
    color: #121212;

}

.table_data_publish_btn {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-transform: capitalize;
    color: #0466FA !important;
    width: 100px;
    height: 28px;
    left: 625px;
    top: 304px;
    background: #FFFFFF;
    border: 1px solid #0466FA !important;
    border-radius: 4px;
}

.table_data_publish_btn:hover{
    background: #0466FA;
    color: #fff !important;
}

.inquary_views_page_7{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    text-transform: capitalize;
    color: #121212;
}

.upload_btn_label_page_7{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-transform: capitalize;
    color: #828282 !important;
    width: 100px;
    height: 28px;
    left: 625px;
    top: 304px;
    background: #FFFFFF;
    border: 1px solid #828282 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 9px auto;
}

.page_7_upload_input{
    display: none;
}

.page_7_none{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
}

button.booking_button_page_7 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100px;
    height: 28px;
    background: #00992E;
    border-radius: 4px;
    border: 1px solid #00992E;
}

.table_data_publish_btn:hover{
    color: #0466FA !important;
}

button.page_7_edit_btn, button.page_7_delete_btn {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #828282;
    width: 70px;
    height: 28px;
    border: 1px solid #828282;
    border-radius: 4px;
    margin-bottom: 10px;
    background: transparent;
}

tr.table_row_data_24 {
    height: 134px;
    border-bottom: 1px solid #828282;
}

table.table_design_by_m_table_25 {
    border: 1px solid #828282;
    width: 1257px;
}

.table_wrapper_by_m {
    overflow-x: scroll;
}

.table.table_design_by_m_table_25 tr{
    border-bottom: 1px solid #828282;
}

button.booking_button_page_7.booking_none_btn {
    background: transparent;
    color: #828282;
    border-color: #828282;
}

/**page 7 end**/
.purchase_content_item .col-md-2 h2:last-child {
    display: none;
}

.how_to_buy_main_box_content_text {
    width: 100%;
    margin: 0 auto;
}
.row.m_row {
    display: none;
}




@media screen and (max-width:1200px) {


    #purchasing_process#m_purchasing {
        display: none;
    }
    
    
   .purchase_items .purchase_icon_area.m_icon_area {
        text-align: center;
        padding: 30px 0 10px;
        margin: 0 auto;
        width: 47%;
    }
    .purchase_content ul li {
        border: none;
        padding-left: 0;
    }
    .purchase_content ul li:before {
        content: none;
    }
    .purchase_content_item_text h2 {
        display: none;
    }
    .Purchasing .content_side_column5 .purchase_content_item_text h6 {
        display: none;
    }
    .purchase_content_item .col-md-2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 20px;
        margin-bottom: 0.5rem;
    }
    .purchase_content_item .col-md-2 h2 {
        color: #0C8CE9;
        text-align: center;
        font-size: 16px;
        margin: 0;
    }
    .purchase_content_item .col-md-2 h2:last-child {
        color: #000;
        margin-left: 1rem;
        margin-bottom: 0;
    } 
    .purchase_content {
        padding-left: 0;
    }
    .purchasing_heading p {
        font-size: 12px;
        line-height: 169%;
        font-weight: 400;
        margin-bottom: 0px !important;
        color: #26282F;
        text-align: left;
    }
    .purchasing_heading h2 {
        color: #000;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 16px;
            margin-top: 16px;
    }
    .purchasing_heading p {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 159%;
        text-align: left;
        color: #26282F;
        margin-bottom: 48px;
        padding-top: 1rem;
    }
    .purchasing_heading p:last-child {
        padding-top: 0;
    }
    button.m_back_btn {
        display: block;
        position: absolute;
        top: 12px;
        background: none;
        border: none;
        font-size: 20px;
        padding: 0;
        z-index: 99;
    }
    .purchase_content_item p {
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
    }
    .purchase_content_item_img {
        text-align: center;
    }
    .purchase_content_item_img {
        text-align: center;
        border: 1px solid #424242;
        border-radius: 7px;
        padding: 10px;
    }
    .how_to_buy_main_box_content_text h2 {
        color: #000;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 16px;
        margin-top: 16px;
    }
.how_to_buy_main_box_content_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.7;
    text-align: left;
    color: #26282F;
    margin-bottom: 15px;
    padding-top: 1rem;
}
    .how_to_pay_account {
        color: #0466FA;
        text-align: center;
        font-size: 14px;
        padding: 0px 15px;
        font-weight: 600;
        line-height: 100%;
        width: inherit;
    }
    .how_to_buy_main_information fieldset {
        padding: 10px 12px !important;
        border: 2px solid #828282 !important;
        border-radius: 4px;
        margin-bottom: 112px;
    }
    .how_to_buy_heading h3 {
        font-size: 12px;
        width: 50%;
        margin: 0;
        font-weight: bold;
    }
    
    .how_to_buy_heading h4 {
            width: 90%;
        font-size: 12px;
        background: #ededed;
        padding: 9px;
        border-radius: 5px;
        margin: 0;
    }
    .row.m_row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .row.pc_row {
        display: none;
    }
    .col-3.how_to_buy_heading {
            display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
            flex: 0;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .payment_box {
        padding: 0;
        border: none !important;
        border-radius: 4px;
        margin-bottom: 30px;
    }
    .how_to_buy_table_wrapper table tr .htp_sl_image {
        padding-bottom: 35px;
           max-width: 145.57px;
            padding-left: 1rem;
    }
    .how_to_buy_table_wrapper table tr .htp_sl_image img {
        width: 100%;
    }
    td.htp_sl_image p {
        font-weight: 500;
        font-size: 11px;
        line-height: 170%;
        text-align: center;
        text-transform: capitalize;
        color: #0466FA;
        margin-bottom: 0.5rem;
    }
    td.text-left.htp_step_table_datas {
        padding-left: 17px;
    }
td.text-left.htp_step_table_datas h4 {
    margin-bottom: 9.22px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    letter-spacing: -0.5px;
}
td.text-left.htp_step_table_datas p {
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.7;
    color: #45464C;
    margin-bottom: 0;
}
    .make_sure_payment_box {
        padding: 20px;
        border: none;
        border-radius: 13px;
        background: #F5F8FF;
    }
    span.pr-3 {
        display: none;
    }
    h3.m_how_tit {
        font-size: 15px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .make_sure_payment h3 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 10.22px;
        color: #0466FA;
        line-height: 1.5;
    }
.make_sure_payment p {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    color: #45464C;
    padding-left: 0;
    margin-bottom: 30px;
}
    .make_sure_payment p br {
        display: none;
    }
    .collapse.show {
        display: block;
        overflow: hidden;
        position: static;
        top: 40px;
        width: 100%;
        background: #f3f3f3;
        padding: 0;
        border-radius: 8px;
        z-index: 9;
    }
    .collapse {
        display: block !important;
    }
    .business_membership_faqs_button i {
        color: #121212;
        font-size: 16px;
        display: none;
    }
    .business_membership_faqs_button {
    white-space: inherit;
            font-size: 13px;
    line-height: 140%;
    }
.business_membership_faqs_card-body {
    background: #F3F8FF;
    margin: 0;
    font-size: 10px;
    border-radius: 13px;
    line-height: 1.7;
}
    .business_membership_faqs_card {
        border: 0px;
        border-bottom: none;
        border-radius: 0;
        border: none;
    }
    .mebership_faq_title {
        padding-bottom: 10px;
        border-bottom: none;
    }
    .mebership_faq_title p {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        text-align: left !important;
        color: #121212;
        margin-bottom: 0;
        display: inline;
    }
    .mebership_faq_title h2 {
        font-weight: bold;
        font-size: 15px;
        line-height: 100%;
        text-align: left !important;
        color: #000000;
        display: inline;
    }
    .how_to_buy_main_box {
        text-align: left;
        margin: 0 auto;
    }
    .business_membership_faqs_card_header {
        border: 0;
        border-bottom: none;
        background-color: #fff;
        margin-bottom: -1px;
    }
    .mebership_faq_title {
        margin-top: 50px;
    }
    .how_to_buy_main_box_content_text p.precaution_con {
    display: none;
    }
    .precautions_box {
        border: none;
        border-radius: 4px;
        padding: 0;
        margin-top: 2rem;
    }
    .precautions_content h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 150%;
        color: #0466FA;
        margin-bottom: 15px;
    }
    .precautions_content h3 br {
        display: block;
    }
.precautions_content p {
    font-size: 10px;
    margin-bottom: 30px;
    color: #45464C;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    padding: 16px;
    border: none;
    border-radius: 13px;
    background: #F5F8FF;
    letter-spacing: -0.5px;
}
    .check_heading h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        margin-bottom: 14px;
    }
.check_heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.7;
    text-align: center;
    color: #26282F;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
    .check_heading p br {
        display: none;
    }
    .check_content {
        border: none;
        border-radius: 4px;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 1;
        flex-grow: 50;
        padding: 0;
        max-width: 48%;
    }
    .check_vs {
        display: none;
    }
    .guaranteed_heading h4, .non_guaranteed_heading h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 150%;
        color: #000000;
        margin-bottom: 0;
    }
    .guaranteed_heading {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: none;
    }
    .guaranteed_heading img, .non_guaranteed_heading img {
        width: 21px;
        margin-left: 4px;
    }
    .non_guaranteed_heading {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: none;
    }
    .guaranteed_list {
    margin-top: 0;
        padding: 10px;
        background-color: #F8F9FB;
            height: 353px;
        border-radius: 13px;
    }
    .guaranteed_list li {
        text-align: left;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 150%;
        color: #000000;
            list-style: none;
        margin-bottom: 15px;
    }
    .guaranteed_list li span {
        color: red;
    }
    .non_guaranteed_list {
         margin-top: 0;
        padding: 10px;
        background-color: #FFF7F7;
            height: 353px;
        border-radius: 13px;
    }
.non_guaranteed_list li {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
    list-style: none;
}
    .non_guaranteed_list li span {
        color: red;
    }
    .non_guaranteed_list ul {
    padding-left: 3px;
}
    .guaranteed_list ul {
    padding-left: 3px;
}
    .bottom_content {
        padding: 0;
    }
    .bottom_text p {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 1.7;
        color: #45464C;
    }
    .bottom_text p:first-child {
        margin-bottom: 15px;
    }
    .more_det_btnprecau_buyer {
        display: none;
    }
    .Precautions_after_arrival h2 {
        padding-left: 0;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 15px;
        margin-top: 36px;
    }
    .Precautions_after_arrival {
        margin: 0 !important;
    }
    .Precautions_after_arrival_box {
        border: none;
        padding: 0;
    border-radius: 13px;
    background: #F5F8FF;
        padding: 15px;
            margin-bottom: 3rem;
    }
    .Precautions_after_arrival_box h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 150%;
        color: #0466FA;
        margin-bottom: 9px;
    }
.Precautions_after_arrival_box p {
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 1.7;
    color: #45464C;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}
}











































