body{
    font-family:"Arial";
    box-sizing: border-box;
}

header {
    padding: 20px 15px;
}
.raw{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header h4.h4hd {
    font-size: 18px;
    color: rgb(102, 0, 102);
    line-height: 28px;
    margin: 20px 0px 0px;
    font-weight: 700;
}
p._ph_wrap, p.hdr_email {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    margin-top: 4px;
}
header p.hdr_email a {
    color: #bf001c;
    transition: all 0.5s ease-in-out;
}
header p.hdr_email {
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-top: 10px;
    color: #000;
}
a.phn {
    color: #c50012;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px;
    display: block;
    transition: all 0.5s ease-in-out;
}
.nav_bar {
    background: #ffffff;
    padding: 6px 10px;
    border: 1px solid #a79c9c;
    border-left: none;
    border-right: none;
    width: 100%;
}
/*table.nav_bar tr {
    display: flex;
    gap: 8px;
}*/
a.phn:hover,header p.hdr_email a:hover {
    color: #000;
}
.nav_bar ul {
    justify-content: space-between;
    gap: 10px;
    padding: 0px 15px !important;
}
.nav_bar a {
    color: #ffffff;
    background: rgb(102, 0, 102);
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    font-family: "Arial";
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    line-height: 0;
    border: 1px solid rgb(102, 0, 102);
}

/*.nav_bar ul li {
    margin: 0 !important;
}*/
.nav_bar a:hover {
    background: transparent;
    color: #640064;
}
.srch_frm_wrpr .inpt_btn {
    background: #e60000;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #e60000;
    padding: 0px 20px;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}
.srch_frm_wrpr .inpt {
    height: 40px;
    outline: none;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 10px;
    padding-left: 20px;
}
.srch_frm_wrpr form {
    margin: 0;
    padding: 26px 0px;
}
.srch_frm_wrpr .inpt_btn:hover {
    background: transparent;
    color: #e60000 !important;
}
.welcom_raw {
    background: #fed7fd;
    border-top: 1px solid #00000036;
    border-bottom: 1px solid #00000036;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcom_raw p:first-child span {
    color: rgb(128, 0, 128);
}
.welcom_raw p:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.welcom_raw p {
    margin: 0;
}
.welcom_raw p:nth-child(2) {
    margin: 2px 0px 10px;
    font-weight: 700;
    font-size: 18px;
    color: rgb(102, 0, 102);
    line-height: 28px;
}
.welcom_raw p:nth-child(2) a {
    color: #df0016;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.welcom_raw p:nth-child(2) a:hover {
    text-decoration: underline;
}
.welcom_raw p:nth-child(3) {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.welcom_raw p:last-child {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.welcom_raw p:last-child a {
    color: #df0016;
    transition: all 0.5s ease-in-out;
    margin: 0px 4px;
    font-weight: 900;
}
.welcom_raw p:last-child a:hover {
    text-decoration: none;
    color: rgb(102, 0, 102);
}
.sec_ss_nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec_ss_nav {
    padding: 14px 0px;
    border-bottom: 1px solid #00000036;
}
.sec_ss_nav ul li a {
    background: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 0px 20px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #000;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-left: 30px;
}
.sec_ss_nav ul li a:before {
    content: "\f101";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
    transition: all 0.5s ease-in-out;
}
.sec_ss_nav ul li a:hover:before {
    margin-right: 4px;
    color: #000;
}
.sec_ss_nav ul li a:hover {
    background: transparent;
    color: #000;
}

.sec_ss_nav ul li:last-child a:before {
    content: "";
    background: url(images/Facebook_icon.10.gif) no-repeat;
    height: 20px;
    width: 20px;
    background-color: #fff;
    padding: 1px;
    background-position: center;
    border-radius: 5px;
    background-size: contain;
}

.sec_hme_cntnt .raw {
    justify-content: center;
}
.sec_hme_cntnt {
    padding: 30px 50px;
}
.sec_hme_cntnt .raw p {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.sec_hme_cntnt .raw p:nth-child(3) {
    margin: 14px 0px !important;
}
.flg_thum {
    margin: 20px 0px 10px 0px;
}
.sec_hme_cntnt h2 {
    color: rgb(102, 0, 102);
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    max-width: fit-content;
}
.sec_hme_cntnt .raw p a {
    color: #c50012;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.sec_hme_cntnt .raw p a:hover {
    color: #640064;
}
/*--------------------------------
    sec what is new
-----------------------------------*/
.sec_new_feature {
    margin-bottom: 50px;
}

.sec_new_feature h2 a {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}
.sec_new_feature .raw:first-child {
    background: #c50012;
    justify-content: center;
    padding: 10px 0px;
    display: flex !important;
    width: 100%;
}
.sec_new_feature h2 {
    margin: 0;
    padding: 0;
}
.sec_new_feature .btm_car_rw {
    justify-content: space-between;
    border-bottom: 1px solid #00000036;
}
.sec_new_feature .btm_car_rw .cr_box {
    width: 30%;
    text-align: center;
    flex: 30% 0 0;
}
.sec_new_feature .btm_car_rw .s_box_main {
    width: 39.6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 39.6% 0 0;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box {
    margin-bottom: 0px;
    padding: 30px 0px;
}
.sec_new_feature .thum_n_cr {
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box .thum_n_cr a {
    position: absolute;
    top: 0;
    background: #000000bf;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box .thum_n_cr:hover a {
    opacity: 1;
}

.sec_new_feature .btm_car_rw .inner_box.inr_bx_t {
    border: 1px solid #00000036;
    border-top: none;
    padding: 40px 0px;
    border-left: none;
    border-right: none;
}
.sec_new_feature .btm_car_rw .f_box_main {
    border: 1px solid #00000036;
    border-top: none;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.sec_new_feature .btm_car_rw .cr_box .inr_bx_six {
    border: 1px solid #000;
    border-top: none;
}*/
.sec_new_feature .btm_car_rw .f_box_main .inr_bx_f {
    border-bottom: 1px solid #00000036;
    padding-top: 0;
    padding-bottom: 30px;
}
.sec_new_feature .btm_car_rw .t_box_main .inr_bx_fr {
    border-bottom: 1px solid #00000036;
}
.sec_new_feature .btm_car_rw .t_box_main {
    border: 1px solid #00000036;
    border-top: none;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec_new_feature .btm_car_rw .cr_box .inr_bx_six {
    padding-bottom: 10px;
}
.sec_new_feature .thum_n_cr img,
.sec_products .raw .thum_n_cr img {
    object-fit: scale-down;
    width: 100%;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box p span {
    color: #bf001c;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box p a {
    color: #640064;
    transition: all 0.5s ease-in-out;
}
.sec_new_feature .btm_car_rw .cr_box .inner_box p a:hover {
    color: #bf001c;
}
.sec_new_feature .btm_car_rw .cr_box .inr_bx_six p {
    color: #640064;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.sec_new_feature .btm_car_rw .inner_box.inr_bx_s {
    padding-bottom: 0 !important;
    padding-top: 40px;
}
/*---------------------------
    sec product
----------------------------*/
.sec_products .raw {
    justify-content: space-between;
    border: 1px solid #00000036;
    align-items: center;
    padding: 0px 0px;
}
.sec_products .raw:nth-child(even) {
    border-top: none;
    border-bottom: none;
}
.sec_products .raw .thum_n_cr a {
    position: absolute;
    top: 0;
    background: #000000bf;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.sec_products .raw .thum_n_cr a:hover {
    opacity: 1;
}
.sec_products .raw .thum_n_cr {
    position: relative;
    max-width: fit-content;
}
.sec_products .col-box {
    margin: 0 auto;
    width: 33.31%;
}
.sec_products .mid_box {
    border-left: 1px solid #00000036;
    border-right: 1px solid #00000036;
}
.sec_products .col-box {
    margin: 0 auto;
    width: 33.28%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    flex: 32% 0 0;
}
.sec_products .inner_box p {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    margin-top: 10px;
}
.sec_products .inner_box p span {
    color: #df0016;
}
.sec_products .f_row .mid_box {
    background: #000000bf;
}
.sec_products .f_row .mid_box h2 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.sec_products .srch_frm_wrpr form {
    padding-bottom: 0;
}
.sec_products .et_row {
    border-bottom: 1px solid #00000036;
}
/*---------------------------------
    footer css
--------------------------------*/
.footer {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
a.ftr_btn {
    color: #dc0000;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
}
p.ftr_top_box {
    margin-top: 20px;
}
.hm-sec-6 font.web_contnt {
    font-size: 14px;
}
.btm_ftr a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
    transition: 0.5s;
}
.btm_ftr a:hover {
    transition: 0.5s;
    color: #e90000;
}
.btm_ftr {
    background: #000;
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer font.web_contnt {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px !important;
    margin-bottom: 2px;
}

 .btm_ftr ul li a {
    color: #e90000;
}
 .btm_ftr ul {
    margin: 0;
    list-style: none;
    font-family: "Arial";
    color: #fff;
    font-size: 16px;
    padding-left: 0;
}

table.footer .btm_ftr ul li a {
    color: #dc0000;
}
.ftr-col-f .raw {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.ftr-col-f .raw a,.ftr-col-f .raw a img {
    display: block !important;
    margin: 0 auto !important;
}
.ftr-thum {
    text-align: center;
}
.ftr-col-t, .ftr-col-f {
    width: 28%;
    text-align: center;
}
.ftr-col-f .raw a {
    color: #dc0000;
    font-weight: 600;
    font-size: 16px;
    font-family: "Arial";
    line-height: 24px;
}
.ftr-thum p {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-family: "Arial";
    line-height: 20px;
    color: #000;
}
.face-thum img {
    width: 14%;
    margin-left: 0;
}
.ftr-thum img {
    margin-bottom: 6px !important;
}
.ftr-col-m {
    text-align: center;
}
body, html {
    overflow-x: hidden;
}
/*---------------------------
    Responsive
-----------------------------*/
@media only screen and (max-width: 1800px) {
.sec_diagram .mid_raw ol {
    width: 90% !important;
}
.sec_prowler_cool .raw {
    padding: 20px 10px !important;
}
.sec_prowler_cool .rwv-1 {
    padding-top: 50px !important;
}
.sec_prowler_cool .row_videos .v_box iframe {
    height: auto !important;
}
.sec_anoucement .contnr_wrapper .cnt_box.on_cont {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}
.sec_anoucement .contnr_wrapper,.sec_how_to_buy .raw {
    /* width: 96% !important; */
}
.sec_prowler_part .raw {
    width: 96% !important;
}
.sec_prlr_pgs_info .mid_raw h5 a {
    font-size: 14px !important;
}
.sec_overseas_info p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.sec_prlr_pgs_info .top_raw ul h5 {
        display: unset !important;
        width: fit-content !important;
    }
.sec_prlr_pgs_info .mid_raw ul li {
    font-size: 13px !important;
    margin-bottom: 8px !important;
}
.sec_prlr_pgs_info .top_raw ul {
    width: min-content !impotant;
    margin: 30px auto 0px auto !important;
}
.btm_ftr a {
    font-size: 14px !important;
}
.nav_bar ul li a {
    max-width: max-content;
    padding: 0px 16px !important;
}
body .sec_customer .btm_raw h4, 
body .sec_customer .fl_btm_raw h4 {
    margin-bottom: 10px !important;
}
.sec_customer .btm_raw {
    padding: 50px 40px 50px 40px !important;
}
.sec_customer .fl_btm_raw {
    padding: 30px 40px 0px 40px !important;
}
.nav_bar ul {
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sec_products .f_row .mid_box .inner_box {
    padding: 0px 20px;
}
.sec_products .srch_frm_wrpr .inpt {
    width: 100%;
}
.sec_products .incld-tem.srch_frm_wrpr form {
    display: flex;
    justify-content: space-between;
}
.sec_ss_nav ul li a {
    padding: 0px 10px !important;
    font-size: 13px !important;
    padding-left: 12px !important;
}
.sec_ss_nav ul {
    gap: 10px !important;
}
.sec_ss_nav ul li a:before {
    margin-right: 6px;
}
.sec_hme_cntnt h2 {
    font-size: 22px;
    line-height: 32px;
    max-width: max-content !important;
}
.sec_new_feature .btm_car_rw .cr_box {
    flex: 30.5% 0 0;
}
.sec_new_feature .btm_car_rw .s_box_main {
        flex: 38.5% 0 0 !important;
    }
.sec_new_feature .btm_car_rw .cr_box .inner_box {
    padding: 30px 20px !important;
}
body .sec_customer .btm_raw p, body .sec_customer .fl_btm_raw p ,
body .sec_customer .btm_raw ul li{
    font-size: 14px !important;
    line-height: 20px !important;
}
.sec_customer .btm_raw h4 span i {
    margin: 0px 20px 0px 0px !important;
}
body .sec_gallery_main {
    padding: 50px 10px !important;
}
.sec_gallery_main .col_box .g_thum {
    height: 250px !important;
}
.sec_gallery_main .col_box h4 a {
    font-size: 18px !important;
    line-height: 28px !important;
}
}
@media only screen and (max-width: 1024px) {
.sec_products .incld-tem.srch_frm_wrpr form {
    flex-direction: column !important;
    gap: 10px;
}

}
 
/*--------------------------------
        Store Page
---------------------------------*/
.sec_serch_wrapper .incld-tem.srch_frm_wrpr {
    padding-top: 0;
}
.fac_content tr:first-child {
    background: #fff;
}
.fac_content tr:first-child td:first-child {
    border: none;
}
td.fac_lft_box {
    border-right: 1px solid #000 !important;
}
.fac_box p:first-child {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0 !important;
    line-height: 24px;
}
.fac_box p:nth-child(2) {
    margin: 6px 0px;
    color: #000;
    font-weight: 700;
}
.fac_box p:nth-child(3) {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.fac_box a:hover {
    color: #640064 !important;
    margin-left: 10px;
}
.fac_box .lnk_box a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
    color: #df0016;
    font-weight: 700;
    margin-top: 8px;
    text-decoration: none;
}
.fac_box p:nth-child(2) a {
    color: #df0016;
    margin: 0 !important;
}
.fac_box p:nth-child(2) a:hover{
    margin: 0 !important;
}
.fac_box .lnk_box a:before {
    content: "\f101";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
}
.fac_box .lnk_box a:last-child:before,.fac_box .lnk_box a:last-child:after {
    content: "\f4c0";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    transition: all 0.5s ease-in-out;
}
.fac_box .lnk_box a:last-child {
    font-size: 14px;
}
.fac_box .lnk_box a:last-child:after {
    margin-left: 6px;
}
td.mid_info_tble_top {
    padding: 20px;
    border: none;
}
td.fac_ri_box {
    border-top: none;
}
.fac_content {
    border: none;
}
td.gift_raw {
    padding: 14px 0px;
}
table.fac_inner_tbl {
    border-bottom: none;
    border-right: none;
    border-left: none;
}
td.gift_raw a {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.fac_box .lnk_box a:last-child:hover:before {
    margin-right: 10px;
}
.fac_box .lnk_box a:last-child:hover:after {
    margin-left: 10px;
}
.fac_box .lnk_box a:last-child:hover {
    margin-left: 0;
}
table#table94 a {
    color: #640064;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 700;
}
.sec_overseas a {
    background: #bf001c;
    height: 46px;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #bf001c;
}
.sec_overseas a:hover {
    background: transparent;
    color: #b90022;
}
.sec_overseas p {
    margin: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.sec_overseas {
    padding: 40px 0px;
    text-align: center;
}
.sec_overseas p span {
    color: #b90022;
}
/*------------------------
    Customer Service page
--------------------------*/
.sec_customer {
    margin: 0 auto;
    border: 1px solid #DBDBDB;
    padding: 40px 0px 25px 0px;
}

.sec_customer .btm_raw h2, .sec_customer .btm_raw h4, .sec_customer .btm_raw p {
    margin: 0;
}
.sec_customer .raw_top {
    justify-content: center;
    gap: 60px;
}
.sec_customer .btm_raw {
    flex-direction: column;
    padding: 50px 100px 50px 100px;
}
.sec_customer .btm_raw h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    margin-bottom: 10px !important;
    color: rgb(128, 0, 128);
    font-weight: 700;
}
.sec_customer .btm_raw h4, .sec_customer .fl_btm_raw h4 {
    margin-bottom: 10px !important;
    color: #df0016;
    font-size: 20px;
    line-height: 30px !important;
}
.sec_customer .btm_raw .iner_box {
    margin-top: 15px;
}
.sec_customer .btm_raw .iner_box:last-child {
    margin-bottom: 0;
}
.sec_customer .btm_raw p a:hover {
    color: #7d007d;
    text-decoration: underline;
}
.sec_customer .btm_raw p a, 
.sec_customer .btm_raw p strong, 
.sec_customer .fl_btm_raw strong {
    color: #df0016;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.sec_customer .btm_raw p, .sec_customer .fl_btm_raw p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
    color: #000;
    margin-top: 0 !important;
}
.sec_customer .btm_raw ul p {
    margin-bottom: 16px;
}
.sec_customer .btm_raw ul li {
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.sec_customer .btm_raw ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec_customer .fl_btm_raw {
    flex-direction: column;
    padding: 30px 100px 0px 100px;
    border-top: 1px solid  #DBDBDB;
}
.sec_customer .fl_btm_raw a.refnd_btn {
    background: #df0016;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 0;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #df0016;
    width: 80px !important;
    text-align: center;
    margin-bottom: 30px !important;
}
.sec_customer .fl_btm_raw a.refnd_btn:hover {
    background: transparent;
    color: #d80021;
}
.sec_customer .fl_btm_raw h4 {
    margin-top: 0;
    margin-bottom: 15px !important;
}
.sec_customer .btm_raw p span {
    font-weight: 700;
    color: #000;
}
/*------------------------
    question page
--------------------------*/
table#table1 {
    margin: 0 auto;
}
.faq_wrapper td {
    padding: 20px 20px !important;
}
.faq_wrapper td h2 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin: 0 !important;
}
.faq_wrapper td h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 6px 0px;
}
.faq_wrapper td p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.faq_wrapper td p a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.faq_wrapper td p a:hover {
    color: #df0016;
    text-decoration: underline;
}
.faq_wrapper td .ph_num a {
    margin-top: 6px !important;
    display: inline-block;
}
tr.row_2 ul li:before {
    content: "\f101";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    color: #df0016;
}
tr.row_2 ul li a {
    color: #df0016;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
tr.row_2 ul li {
    position: relative;
    margin-bottom: 10px;
}
tr.row_2 ul,.faq_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
tr.row_2 ul li a:hover {
    color: #640064;
    margin-left: 5px;
    text-decoration: underline;
}
tr.row_2 h4 {
    color: #640064;
    margin-bottom: 0;
    font-weight: 700;
}
.faq_wrapper .fq_info_al p, .faq_wrapper .fq_info_al ul li {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.faq_wrapper .fq_info_al p {
    margin-bottom: 8px;
}
.faq_wrapper .fq_info_al ul li {
    margin-bottom: 5px;
    font-weight: 700;
    color: #640064;
}
.faq_wrapper .fq_info_al ul li:last-child {
    margin: 0;
}
.faq_wrapper .fq_info_al ul {
    margin-top: 10px;
}
.faq_wrapper .fq_info_al .bld {
    font-weight: 700;
}
.faq_wrapper .fq_info_al p.ques_info {
    font-weight: 700;
    color: #df0016;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.faq_wrapper .fq_info_al a.fq_it {
    color: #640064;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.faq_wrapper .fq_info_al a.fq_it:hover {
    color: #df0016;
}
.faq_wrapper .fq_info_al ul.top_li_item li {
    color: #000;
}
.faq_wrapper {
    border-bottom: none !important;
}
/*------------------------
    Gallery Page
--------------------------*/
.sec_gallery_main {
    padding: 50px 100px !important;
    border-top: 1px solid #C0C0C0;
    max-width: 100%;
}
.sec_gallery_main .col_box {
    width: 32%;
    margin: 0 auto;
    border: 1px solid #C0C0C0;
    text-align: center;
}
.sec_gallery_main .col_box .g_thum {
    height: 350px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.sec_gallery_main .col_box .g_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: all 0.5s ease-in-out;
}
.sec_gallery_main .col_box h4 a {
    color: rgb(102, 0, 102);
    font-size: 24px;
    text-decoration: none;
    line-height: 34px;
}
.sec_gallery_main .col_box h4 {
    margin: 20px 0px 6px 0px;
}
.sec_gallery_main .col_box p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.sec_gallery_main .col_box .g_info_box {
    padding: 0px 20px 20px 20px;
}
.sec_gallery_main .col_box .g_thum:hover img {
    transform: scale(1.1);
}
/*------------------------
    Diagram page
--------------------------*/
.sec_diagram {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 40px 20px;
}
.sec_diagram .top_raw {
    text-align: center;
}
.sec_diagram .top_raw p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}
.sec_diagram .top_raw h4 {
    color: rgb(102, 0, 102);
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0px 6px 0px;
    font-weight: 700;
}
.sec_diagram .mid_raw ol {
    width: 50%;
    margin: 20px auto;
    column-count: 2;
    border: 2px solid #dbdbdb;
    padding: 30px 50px !important;
    gap: 140px;
    position: relative;
}
.sec_diagram .mid_raw ol:after {
    content: "";
    background: #dbdbdb;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.sec_diagram .mid_raw ol li {
    margin-bottom: 4px;
}
.sec_diagram .mid_raw ol li a {
    color: #300050;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
}
.sec_diagram .mid_raw ol li a:hover {
    color: #df0016;
    text-decoration: underline;
}
.sec_diagram .btm_raw {
    text-align: center;
}
.sec_diagram .btm_raw ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec_diagram .btm_raw ul li {
    margin-bottom: 10px;
}
.sec_diagram .btm_raw ul li:last-child {
    margin: 0;
}
.sec_diagram .btm_raw ul li {
    color: #000;
    font-weight: 600;
}
.sec_diagram .btm_raw ul li a {
    margin-left: 3px;
    margin-right: 6px;
    color: #df0016;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.sec_diagram .btm_raw ul li a:hover {
    color: #300050;
}
/*-------------------------------------
    prowler information page
------------------------------------*/
.sec_prlr_pgs_info {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0px;
}
.sec_prlr_pgs_info .top_raw h4 {
    color: rgb(128, 0, 128);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.sec_prlr_pgs_info .top_raw {
    text-align: center;
}
.sec_prlr_pgs_info .top_raw p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0px;
}
.sec_prlr_pgs_info .top_raw p a {
    color: #df0016;
    transition: all 0.5s ease-in-out;
}
.sec_prlr_pgs_info .top_raw p a:hover {
    color: #7d007d;
}
.sec_prlr_pgs_info .top_raw ul {
    margin: 20px 0px 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    list-style: none;
    font-weight: 700;
}
.sec_prlr_pgs_info .top_raw ul h5 {
    color: rgb(128, 0, 128);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-right: 6px;
}
.sec_prlr_pgs_info .top_raw ul li a {
    height: 30px;
    width: 30px;
    background: #df0016;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 0;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.sec_prlr_pgs_info .top_raw ul li a:hover {
    background: #7d007d;
}
.sec_prlr_pgs_info .mid_raw {
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
    padding: 0px 30px;
    text-align: center;
}
.sec_prlr_pgs_info .mid_raw h4 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.sec_prlr_pgs_info .mid_raw a {
    transition: all 0.5s ease-in-out;
    color: #7b0082;
}
.sec_prlr_pgs_info .mid_raw a:hover {
    color: #d80021;
}
.sec_prlr_pgs_info .mid_raw h5 a {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 24px;
    color: rgb(128, 0, 128);
}
.sec_prlr_pgs_info .mid_raw h5 {
    margin: 0px 0px 10px 0px;
}
.sec_prlr_pgs_info .mid_raw ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
}
.sec_prlr_pgs_info .mid_raw ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px !important;
}
.sec_prlr_pgs_info .mid_raw h5.bt_hdng {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}
.sec_prlr_pgs_info .mid_raw .p_info_btn li a {
    background: #df0016;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 40px;
    padding: 0px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 0;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #d80021;
}
.sec_prlr_pgs_info .mid_raw .p_info_btn li a:hover {
    background: transparent;
    color: #d80021;
}
.sec_info_with_car .hdng_raw h4 {
    background: #2e0253;
    width: 100%;
    padding: 12px 0px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
}
.sec_info_with_car .top_raw {
    justify-content: center;
    padding: 30px 10px;
    gap: 20px;
    align-items: flex-end;
}

.sec_info_with_car .top_raw .thum_box {
    box-shadow: 0px 0px 10px 0px #0000003d;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
}
.table_raw-1 {
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 30px;
}
.sec_info_with_car .top_raw .thum_box:hover img {
    transform: scale(1.05);
}
.sec_info_with_car .top_raw .thum_box img {
    transition: all 0.5s ease-in-out;
}
.raw-mid {
    padding: 60px 0px;
}
.table_raw-1 h4 {
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}
.table_raw-1 .last_box {
    width: min-content;
}
.table_raw-1 .last_box .btm_info {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.tbl_btm_info.raw {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #DBDBDB;
    border-left: none;
    border-right: none;
    padding: 40px 0px 30px;
}
.tbl_btm_info.raw .box_col {
    flex: 28% 0 0;
    width: 50%;
    max-width: 48%;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #0000001f;
    height: 260px;
}

.tbl_btm_info.raw .box_col ul {
    list-style: none;
    padding: 0;
}
.tbl_btm_info.raw .box_col h2 {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    margin: 0 !important;
}
.tbl_btm_info.raw .box_col p {
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0px 10px;
}
.tbl_btm_info.raw .box_col ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 6px;
}
.sec_info_ply {
    padding: 50px 0px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.sec_info_ply p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.sec_info_ply p:last-child {
    margin-bottom: 0;
}
.sec_info_ply h2 {
    color: rgb(128, 0, 128);
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}
.sec_info_ply h3 {
    margin: 4px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
/*------------------------
    advertise page
--------------------------*/
.adver_sec {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}
.adver_sec td {
    border: 1px solid #C0C0C0;
    padding: 10px 15px;
}
.adver_sec td strong {
    font-size: 16px;
}
.adver_sec td p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.adver_sec a {
    color: #0066cc;
    text-decoration: none;
}
.adver_sec a:hover {
    text-decoration: underline;
}
.adver_sec a {
    color: #dc0000;
    text-decoration: none;
    font-weight: 700;
}
/*------------------------
        link page
--------------------------*/
.main_store_box .rowx {
    justify-content: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    padding: 20px 0px;
    position: relative;
}
.main_store_box .rowx .store_box {
    display: flex;
    flex-direction: column;
    width: max-content;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px #00000014;
    padding-bottom: 6px;
}
.main_store_box .rowx:after {
    content: "";
    display: block;
    background: #DBDBDB;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
}
/*.main_store_box .rowx:last-child:after {
    display: none;
}*/
.main_store_box .rowx:last-child {
    margin-bottom: 30px;
}
.main_store_box .rowx:nth-child(2) {
    border-top: none;
    border-bottom: none;
}
.main_store_box .rowx:first-child {
    border-top: none;
}
.main_store_box .rowx a {
    color: #531b8d !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
}

.main_store_box img {
    margin-bottom: 10px;
}
.sec_lin_info_content .raw {
    flex-direction: column;
    text-align: center;
    border: 1px solid #DBDBDB;
    border-left: none;
    border-right: none;
    padding: 20px 15px;
}
.sec_lin_info_content .raw p:first-child {
    margin-bottom: 10px;
}
.sec_lin_info_content .raw p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.sec_lin_info_content .raw p a {
    color: #561488;
    transition: all 0.5s ease-in-out;
}
.sec_lin_info_content .raw p a:hover {
    color: #df0016;
}
/*------------------------
    overseas page
--------------------------*/
.sec_overseas_info {
    border-top: 1px solid #DBDBDB;
    text-align: center;
    padding: 60px 15px;
}
.sec_overseas_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}
.sec_overseas_info ul li, .sec_overseas_info p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
.sec_overseas_info h2 {
    margin: 0;
    padding: 0;
}
.sec_overseas_info ul li a, .sec_overseas_info p a {
    color: #df0016;
    transition: all 0.5s ease-in-out;
}
.sec_overseas_info ul li a:hover,
.sec_overseas_info p a:hover {
    color: #640064;
}
.sec_overseas_info .contact-info li {
    margin-bottom: 15px;
}
.sec_overseas_info .contact-info li:last-child {
    margin: 0;
}
.sec_overseas_info .contact-info {
    margin: 20px 0px;
}
.sec_overseas_info .glob_thum {
    margin-bottom: 40px;
}
.sec_overseas_info h2 {
    margin: 30px 0px 10px 0px;
    padding: 0;
}
.sec_overseas_info p a {
    font-weight: 700;
}
.sec_overseas_info p {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.sec_overseas_info .ovs_flag_bnr {
    background: #ffffff;
    max-width: fit-content;
    margin: 30px auto 0 auto;
    padding: 10px;
    box-shadow: 0px 0px 20px 0px #00000038;
    width: 90%;
    overflow: hidden;
}
.sec_overseas_info .ovs_flag_bnr img {
    width: 100%;
    height: 100%;
}
.sec_overseas_info .external-links a {
    position: relative;
    padding-left: 17px;
    margin-left: 8px;
}
.sec_overseas_info .external-links a:before {
    content: "\f101";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
}
.sec_overseas_info .external-links a:hover {
    margin-left: 15px;
}
/*------------------------------
    prowler parts page
--------------------------------*/
.sec_prowler_part .raw {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
}
.sec_prowler_part {
    border-top: 1px solid #DBDBDB;
    padding: 80px 0px;
}
.sec_prowler_part .raw .pro_thum_money {
    background: #f6f6f6;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}
.sec_prowler_part .raw .pro_thum_money img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec_prowler_part h2 {
    margin: 0 !important;
    color: #640064;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px !important;
}
.sec_prowler_part h4 {
    margin: 18px 0px 10px 0px !important;
    color: #000;
    font-size: 18px;
}
.sec_prowler_part p,.sec_prowler_part ul li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.sec_prowler_part ul li {
    margin-bottom: 2px;
}
.sec_prowler_part ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec_prowler_part p {
    margin-bottom: 0;
}
.sec_prowler_part p strong {
    margin-bottom: 8px;
    display: block;
}
.sec_prowler_part p a {
    color: #df0016;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.sec_prowler_part p a:hover {
    color: #640064;
}
.sec_prowler_part .pp_box_f {
    flex: 0 0 40%;
    max-width: 40%;
}
.sec_prowler_part .pp_box_s {
    flex: 0 0 57%;
    max-width: 60%;
}
/*------------------------------
        Anoucment page
--------------------------------*/
.sec_anoucement {
    border-top: 1px solid #DBDBDB;
    padding: 0px 0px 0px 0;
}
.sec_anoucement .raw:nth-child(odd) .contnr_wrapper .cnt_box {
    text-align: right;
}
.sec_anoucement .rw-1 {
    flex-direction: column;
    background: #640064;
    align-items: center;
    justify-content: center !important;
    padding: 20px 20px !important;
    flex: 100%;
    width: 100% !important;
}
.sec_anoucement .rw-1 h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 6px;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
}
.sec_anoucement .rw-1 h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.sec_anoucement .rw-1 h2, .sec_anoucement .rw-1 h4 {
    text-align: center;
}

.sec_anoucement .raw {
    border-top: 1px solid #DBDBDB;
    padding: 30px 0px;
}

.sec_anoucement .rw-3 .an_both_thum .anus_thum_car:first-child {
    margin-bottom: 10px;
}
.sec_anoucement .contnr_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
}
.sec_anoucement .contnr_wrapper .thum_box {
    flex: 0 0 30%;
    max-width: max-content;
}
.sec_anoucement .contnr_wrapper .cnt_box {
    flex: 70% 0 0;
    max-width: 70%;
}
.sec_anoucement .raw:nth-child(odd) .contnr_wrapper .anus_thum_car {
    text-align: right;
}
.sec_anoucement .raw:nth-child(even) .contnr_wrapper .anus_thum_car {
    text-align: left;
}
.sec_anoucement .raw .contnr_wrapper .anus_thum_car {
    box-shadow: 0px 0px 10px 0px #00000054;
    height: max-content;
}
.sec_anoucement .raw .contnr_wrapper .anus_thum_car img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.sec_anoucement .raw .contnr_wrapper .anus_thum_car img:hover {
    transform: scale(1.02);
}
.sec_anoucement .raw:nth-child(odd) .contnr_wrapper .thum_box {
    margin-left: 10px;
}
.sec_anoucement .contnr_wrapper h4 {
    color: #df0016;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.sec_anoucement .contnr_wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 12px;
    color: #000;
}
.sec_anoucement .contnr_wrapper p a {
    color: #df0016;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.sec_anoucement .contnr_wrapper p a:hover {
    color: #620062;
}
.sec_anoucement .raw:nth-child(odd) .contnr_wrapper .on_cont {
    text-align: left;
}
/*------------------------------
    how to buy page
--------------------------------*/
.sec_how_to_buy {
    border-top: 1px solid #DBDBDB;
    width: 100%;
    padding: 0px 0px 40px 0px;
}
.sec_how_to_buy .rw-2 {
    padding-top: 40px;
    flex: 100% 0 0 !important;
    flex-wrap: wrap !important;
    width: 96% !important;
}
.sec_how_to_buy .raw {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    /* flex: 20% 0 0 !important; */
    /* max-width: 86% !important; */
    display: flex !important;
}
.sec_how_to_buy p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000 !important;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}
.sec_how_to_buy .rw-1 {
    width: 100%;
    background: #640064;
    text-align: center;
    padding: 24px 0px;
}
.sec_how_to_buy .rw-1 h4 a:hover {
    color: #fff;
}
.sec_how_to_buy .rw-1 h4 a {
    color: #df0016;
    transition: all 0.5s ease-in-out;
}
.sec_how_to_buy .rw-1 h4 {
    color: #fff;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 0;
}
.sec_how_to_buy .rw-1 p {
    color: #fff !important;
    margin: 10px 0px !important;
    font-weight: 700 !important;
}
.sec_how_to_buy .rw-1 h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 34px !important;
}
.sec_how_to_buy .rw-2 h4 {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}
.sec_how_to_buy .rw-2 ul p strong,.sec_how_to_buy .rw-2 ol p strong {
    color: #000;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
.sec_how_to_buy .rw-2 ul, .sec_how_to_buy .rw-2 ol {
    margin: 10px 0px;
    padding: 0;
}
.sec_how_to_buy .rw-2 ul li, .sec_how_to_buy .rw-2 ol li {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 6px !important;
}
.sec_how_to_buy .rw-2 a {
    transition: all 0.5s ease-in-out;
    color: #df0016;
    font-weight: 700;
}
.sec_how_to_buy .rw-2 a:hover {
    color: #620062;
}
.sec_how_to_buy .rw-2 ul li strong, .sec_how_to_buy .rw-2 ol li strong {
    margin-right: 9px;
    font-weight: 700;
    color: #000;
}
.sec_how_to_buy .rw-2 ul li {
    list-style: none;
}
.sec_how_to_buy .rw-2 ol.value p, .sec_how_to_buy .rw-2 ul.pricing p {
    margin: 0;
    margin-bottom: 8px;
}
.sec_how_to_buy .rw-2 h4.hdng_with_cont p {
    margin: 0 !important;
    margin-left: 10px !important;
    font-weight: 700;
}
.sec_how_to_buy .rw-2 h4.hdng_with_cont {
    display: flex;
    align-items: flex-end;
}
.sec_how_to_buy .rw-2 ul.pricing li,
.sec_how_to_buy .rw-2 ul.adbantage li {
    position: relative;
    padding-left: 20px;
}
.sec_how_to_buy .rw-2 ul.pricing li:before,
.sec_how_to_buy .rw-2 ul.adbantage li:before {
    content: "\f101";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
}
.faq p span.under_line {
    background: none;
    width: unset !important;
    height: unset !important;
    color: #df0016;
    margin: 0 !important;
    text-decoration: underline;
    font-weight: 700 !important;
    font-size: 1.01rem !important;
}
.sec_how_to_buy ul p:first-child, .sec_how_to_buy ol p:first-child {
    margin-bottom: 8px !important;
}
/*------------------------------
    prowler cool video page
--------------------------------*/
.sec_prowler_cool .car_boxes {
    justify-content: center;
    padding: 50px 0px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    align-items: flex-end;
    gap: 40px;
}
.sec_prowler_cool .car_boxes .pr_thum_box {
    text-align: center;
    box-shadow: 0px 0px 20px 0px #0000002e;
    padding: 10px;
}
.sec_prowler_cool .car_boxes .pr_thum_box .h4hd {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px 10px 0px;
    text-shadow: 0px 1px 0px #df0016;
    line-height: 30px;
}
.sec_prowler_cool .row_videos {
    padding: 50px 100px;
    justify-content: space-between;
}
.sec_prowler_cool .raw .v_box {
    text-align: center;
    flex: 19.5% 0 0;
    width: 19.5%;
    max-width: 20%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px #0000003d;
    padding-bottom: 15px;
}
.sec_prowler_cool .row_videos .v_box p {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    line-height: 24px;
    padding: 0px 20px;
}
.sec_prowler_cool .row_videos .v_box iframe {
    width: 100% !important;
    height: 220px;
}

.sec_prowler_cool .raw.rwv-4 {
    justify-content: center;
    gap: 30px;
}
.sec_prowler_cool .video_text p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #000;
}
.sec_prowler_cool .video_text {
    display: block;
    width: 100%;
    text-align: center;
}
.sec_prowler_cool .raw.rwv-4 .v_box {
    margin: 0 !important;
}
.sec_prowler_cool .rwv-2 {
    padding: 0px 100px;
}
.sec_prowler_cool .rwv-4 {
    padding-top: 0;
}
/*------------------------------

--------------------------------*/
