
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);

.banner_text {
    /* justify-content: flex-start !important; */
    padding-top: 80px;
}

.app_ratings {
    margin-bottom: 30px !important;
}
.banner_text h4 {
    font-size: 30px;
    color: #fff;
}
.footer_wrapper p {
    margin: 0 !important;
    padding: 0 !important;
}
.banner_text p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-top: 20px;
}
.getidbooka {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #130041 url(../images/cdfg.png) no-repeat;
    background-size: cover;
}
.getidbooka h5 {
    font-size: 40px;
    font-style: italic;
    color: #ffffff;
    margin: 0;
}
.section_gapxsw .set_back_clodpf {
    width: 50%;
    text-align: center;
}
.banner_content,
#web_header>nav {
    position: relative;
    z-index: 11;
}

#web_header:after {
    position: absolute;
    left: 0 !important;
    width: 100% !important;
    background: #b78a02;
    height: 100% !important;
    top: 0 !important;
    content: '';
}

#web_header {
    position: relative !important;
}

.members_div ul li,
.members_div ul li img {
    width: 26px;
    height: 26px
}

.members_div ul li img,
.p_img>img {
    object-fit: cover;
    object-position: center top
}

.footer_bottom p,
.footer_content {
    letter-spacing: .0015em;
    opacity: .7
}

.app_btns li a,
.footer_bottom p a,
.web_btn,
.web_link {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    transition: .5s
}

:root {
    --green_clr: #1e8067;
    --yellow_clr: #f9de15;
    --orange_clr: #f79001;
    --ff: 'Lato', sans-serif
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

img {
    height: auto !important;
}

.banner_phone_img img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,
html {
    font-family: var(--ff);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    overflow-x: hidden
}

.desktop_only,
.mob_only,
.mob_tab_only,
.single_tab:not(.active_tab),
.tab_desktop_only,
.tab_only {
    display: none
}

@media(min-width:1280px) {
    .desktop_only {
        display: inline-block
    }
}

@media(min-width:768px) {
    .tab_desktop_only {
        display: inline-block
    }
}

@media(min-width:768px) and (max-width:1279px) {
    .tab_only {
        display: inline-block
    }
}

@media(min-width:1200px) {
    @media(min-resolution:97dpi) {
        body {
            zoom: .87
        }
    }
}

.container_f_wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 20px
}

.container_wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.container_inner {
    display: flex;
    justify-content: space-between
}

.df {
    display: flex
}

.dif,
.web_btn,
.web_link {
    display: inline-flex
}

.app_ratings .head_h4_tag {
    font-size: 20px
}

.aic {
    align-items: center
}

.aifs {
    align-items: flex-start
}

.aife {
    align-items: flex-end
}

.jcfs {
    justify-content: flex-start
}

.jcc,
.web_btn {
    justify-content: center
}

.jcfe {
    justify-content: flex-end
}

.jcsb {
    justify-content: space-between
}

.jcsa {
    justify-content: space-around
}

.fdc {
    flex-direction: column
}

.fdcr {
    flex-direction: column-reverse
}

.fdr {
    flex-direction: row
}

.fdrr {
    flex-direction: row-reverse
}

.fww {
    flex-wrap: wrap
}

.fww>div {
    margin-bottom: 26px
}

.fwnw {
    flex-wrap: nowrap
}

.ta_left {
    text-align: left !important
}

.ta_center {
    text-align: center !important
}

.ta_right {
    text-align: right !important
}

.box_no,
.footer_bottom p,
.footer_content,
.person_quote,
.sec_title {
    text-align: center
}

.sec_padding {
    padding: 75px 0
}

.c_25p,
.c_33p,
.c_50p {
    padding: 0 13px
}

.sec_title {
    margin-bottom: 45px
}

.sec_title>h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #000;
    margin-bottom: 8px
}

.c_33p {
    width: 33.33%
}

.c_25p {
    width: 25%
}

.c_50p {
    width: 50%
}

.c_grid_m {
    margin: 0 -13px
}

.nbs {
    box-shadow: none !important
}

b,
strong {
    font-weight: 700 !important
}

.web_btn {
    align-items: center;
    padding: 16px 30px;
    column-gap: 15px;
    background: #f9de15;
    border-radius: 10px;
    color: #000
}

.web_link {
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    color: var(--green_clr)
}

.app_btns li a:hover,
.web_btn:hover,
.web_header_btns>ul li a:hover,
.web_link:hover {
    opacity: .8
}
a {
    text-decoration: none !important;
}

@media(max-width:767px) {
    .app_ratings .head_h4_tag {
        width: 100%;
    }

    .tab_box.ad_box {
        margin-bottom: 20px !important
    }

    #web_header>nav {
        padding: 10px 0 !important
    }

    .mob_only {
        display: inline-block
    }

    .c_25p,
    .c_33p,
    .c_50p {
        width: 100%
    }
}

#web_header {
    background: #fff;
}

#web_header>nav {
    padding: 5px 0;
    background: #0b0122;
}
.section_gapxsw {
    background: #130041 url(../images/dsdsxx.png) no-repeat;
}
.web_header_btns>ul {
    column-gap: 9px;
    margin: 0;
}
header .banner_content {
    background: #130041 url(../images/dfgdfg.png) no-repeat;
    background-size: cover;
}
.app_btns .sdsd a {
    display: inline-flex !important;
    padding: 8px 20px !important;
}
.app_btns .sdsd a span {
    transform: none;
}
.web_header_btns>ul li a {
    padding: 9px 24px;
    border-radius: 5px;
    border: 2px solid;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    height: 46px !important;
}

.web_header_btns>ul li:first-child a {
    border-color: rgba(255, 255, 255, .6);
    color: #fff
}

.app_btns {
    padding-left: 0 !important;
    column-gap: 9px
}

.web_header_btns>ul li:nth-child(2) a {
    border-color: #fff;
    background: #fff;
    color: var(--green_clr)
}

.web_header_btns>ul li:nth-child(3) a {
    border-color: var(--yellow_clr);
    background: linear-gradient(200.42deg, #f4e1a5 13.57%, #c39d5d 98.35%);
    color: #000;
    font-weight: 600
}

.banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 50% */
    padding-bottom: 80px;
    width: 80%;
}

.banner_text>h3 {
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #f9de15
}

.banner_text>h1,
.banner_text>h2 {
    font-weight: 900;
    font-size: 52px;
    margin-bottom: 0;
    color: #fff;
    line-height: inherit !important;
}

.app_info_box_inner>h4>img,
.app_info_box_inner>span>img {
    margin-right: 12px
}

.banner_phone_img {
    width: auto;
}

.app_ratings {
    color: #fff;
    margin-bottom: 65px
}

.app_ratings>h4 {
    font-weight: 700;
    font-size: 24px
}

.app_stars {
    font-size: 26px;
    color: var(--yellow_clr);
    margin: 0 15px
}

.app_ratings>span {
    font-weight: 600;
    opacity: .8
}

.app_btns li a {
    padding: 20px 50px;
    border-radius: 10px;
    display: block;
    font-weight: 700;
    font-size: 22px
}

.app_btns li a i {
    padding-right: 15px;
    font-size: 31px
}

.app_btns li a span {
    transform: translateY(-3px);
    display: inline-block
}

.app_btns li:first-child a {
    color: #000;
    background: var(--yellow_clr)
}

.app_btns li:last-child a {
    color: var(--green_clr);
    background: #fff
}

.person_name_proffesion {
    margin: 16px 0 19px
}

.person_quote {
    margin: 0 auto;
    max-width: 990px;
    font-style: italic;
    font-size: 20px;
    line-height: 30px
}

.p_img {
    width: 96px;
    height: 98px;
    position: relative;
    background-image: url("../images/download.webp");
    background-size: 95px 98px;
    background-position: center;
    background-repeat: no-repeat
}

.app_info_box,
.app_info_box_inner {
    height: 100%;
    position: relative
}

.p_img>img {
    transform: translate(9px, 8px);
    background: #efefef;
    width: 77px !important;
    height: 77px;
    border-radius: 100px
}

.client_testimonial_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    column-gap: 10px
}

.client_testimonial_slider .owl-dots button {
    width: 12px;
    height: 12px;
    border: 1px solid #cbcbcb !important;
    border-radius: 50px;
    transition: .5s
}

.client_testimonial_slider .owl-dots button.active {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: var(--green_clr);
    box-shadow: var(--green_clr) 0 0 0 2px
}

#app_advantages {
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0, #fff 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0, #fff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0, #fff 100%)
}

#app_advantages>.container_wrap {
    background-image: url("./../assets/images/advantages_sec_graphic.webp");
    background-position: right top;
    background-repeat: no-repeat
}

.app_info_box_inner {
    z-index: 2;
    background: #fff;
    box-shadow: 0 26px 49px rgba(146, 165, 184, .14);
    border-radius: 14px;
    padding: 50px
}

.app_info_box:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 14px;
    width: calc(100%+2px);
    height: calc(100%+2px);
    z-index: 1;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0, #e6e6e6 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #e6e6e6 100%)
}

.app_info_box_inner>h4 {
    margin-bottom: 38px
}

.members_div {
    column-gap: 17px
}

.members_div ul li {
    border-radius: 80px;
    border: 1px solid #fff;
    box-shadow: -5px 4px 14px rgba(151, 151, 151, .28);
    overflow: hidden
}

.members_div>h5 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 400
}

.members_div>h5 span {
    color: var(--green_clr);
    font-weight: 600
}

.all_user_ul li:not(:first-child) {
    margin-left: -6px
}

.rb_content {
    margin: 45px 0;
    font-weight: 400
}

.appbox_last {
    padding-left: 30px
}

.appbox_last>h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 48px;
    color: #000;
    margin-bottom: 17px
}

.box_no,
.tab_box h3 {
    font-weight: 700;
    font-size: 20px
}

.appbox_last>ul {
    margin-bottom: 35px
}

.appbox_last>ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-left: 37px;
    margin-bottom: 17px;
    display: block
}

.appbox_last>ul li:before {
    content: '\f269';
    font-family: Material-Design-Iconic-Font;
    color: var(--orange_clr);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

#image_gallery {
    background: #16191c
}

#image_gallery .sec_title {
    color: #fff;
    text-align: left
}

.sti_left h2 {
    padding-right: 23px;
    margin-right: 23px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.gallery_slider_nav {
    column-gap: 20px
}

.gallery_slider_nav li button {
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, .04);
    border-radius: 70px;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #022269;
    border: 0;
    cursor: pointer;
    opacity: .5
}

.banner_phone_img img {
    width: 100% !important;
}

.gallery_slider_nav li button:hover {
    opacity: 1
}

.gallery_slider_trigger {
    margin-bottom: 45px
}

.phon_s_shot {
    border-radius: 28px;
    background: 0;
    padding: 0
}

.phon_s_shot>img {
    border-radius: 18px
}

.gallery_slider_trigger .owl-dots {
    display: none !important
}

.tabs_content {
    margin-top: 83px
}

.tab_box.ad_box {
    margin-bottom: 40px
}

.tab_box_inner {
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 192px
}

.tab_box_inner img {
    width: 100% !important;
    max-width: 100%;
    display: block;
    border-radius: 10px 10px 0 0
}

.box_no {
    width: 42px;
    height: 42px;
    background: var(--yellow_clr);
    border-radius: 70px;
    color: #000;
    display: block;
    line-height: 42px
}

.ad_box .box_no {
    position: absolute;
    top: -18px;
    left: -18px
}

.ad_box .tab_box_inner {
    margin-bottom: 17px
}

.tab_box h3 {
    line-height: 24px;
    margin-bottom: 6px
}

.add_content p,
.tab_box p {
    font-size: 13px;
    line-height: 18px
}

.app_tabs li a {
    background: #efefef !important;
    color: #16191c !important;
    position: relative
}

.app_tabs li a.active_tab_trigger,
.app_tabs li a:hover {
    background: #16191c !important;
    color: #fff !important;
    opacity: 1 !important
}

.app_tabs li a.active_tab_trigger:after {
    content: '\f2f2';
    font-family: Material-Design-Iconic-Font;
    color: #16191c;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 12.5px);
    font-size: 60px
}

.ap_box .box_no {
    position: relative;
    left: -32px;
    top: -32px
}

.tab_box_inner {
    background: #15191c;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px
}

.ap_box .tab_box_inner h3,
.tab_box_inner h3 {
    margin-top: 20px;
    color: #fff
}

.ap_box .tab_box_inner p,
.tab_box_inner p {
    color: #fff
}

#android_app_tab .ad_box .tab_box_inner {
    min-height: 280px
}

.ap_box,
.ap_box .tab_box_inner {
    height: 100%
}

#web_footer {
    background: #000
}

.add_b_c {
    transform: translateY(-45px);
    padding-bottom: 25px
}

.add_banner {
    background: #404346;
    border-radius: 10px;
    overflow: hidden
}

.add_content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff
}

.add_content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px
}

.add_content * {
    padding-left: 20px
}

.web_logo a>img {
    max-height: 100px !important
}
.sectionmaintitlenw {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
}
.banner_text .ssssx {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.theme_btn {
    border-color: #fff;
    background-color: #06b953;
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 40px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    transition: 0.4s linear;
    box-shadow: inset 0 0 0 5px #1f2340;
    border: 1px solid #41cd7d;
    text-transform: capitalize;
    margin-top: 40px;
    font-weight: 600;
}
.about_action_bg_set p {
    color: #fff;
    font-size: 22px;
}
.about_action_bg_set {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #000 url(../images/casino-stain.webp) no-repeat right center;
    background-size: cover;
}
.add_buttons_img {
    background-image: url("../images/add_banner_img.webp");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain
}

.add_buttons_img ul {
    column-gap: 7px
}

.add_buttons_img ul li {
    padding-top: 13px
}

.social_contact_bar .scb:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 40px;
    margin-right: 40px;
    border-left: 1px solid rgba(255, 255, 255, .16);
    border-right: 1px solid rgba(255, 255, 255, .16)
}

.social_contact_bar .scb:nth-child(3) {
    column-gap: 28px
}

.footer_content {
    margin: 45px auto;
    color: #fff;
    max-width: 1118px
}

.footer_p_logos {
    column-gap: 50px
}

.footer_bottom {
    margin-top: 54px;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer_bottom p {
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.footer_bottom p a {
    color: #fff;
    opacity: .7
}

.sep_span {
    padding-left: 15px;
    padding-right: 15px
}

.faqseclboots .accordion-button {
    background: transparent;
    font-weight: 600;
    border: none !important;
    font-size: 20px;
    box-shadow: none !important;
    flex-wrap: wrap !important;
    padding-right: 60px !important;
    position: relative;
}

.faqseclboots .accordion-button::after {
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    position: absolute;
    right: 20px;
}

.faqseclboots .accordion-body {
    float: left;
    width: 100%;
    font-size: 16px;
}

@media(max-width:1279px) {
    .mob_tab_only {
        display: inline-block
    }

    #web_header nav {
        box-shadow: 0 2px 4px rgba(249, 222, 21, .1);
        background: #000
    }
}

@media(min-width:1024px) and (max-width:1180px) {
    .app_ratings>h4 {
        font-size: 18px
    }

    .app_ratings>span {
        font-size: 14px
    }
}

@media(max-width:1023px) {
    #web_header:after {
        height: 100% !important;
    }

    #web_header {
        min-height: inherit
    }

    .banner_phone_img {
        display: none
    }

    .banner_text {
        width: 100% !important;
        align-items: center !important;
        padding: 45px 0
    }

    .banner_text * {
        text-align: center
    }

    .social_contact_bar {
        flex-wrap: wrap
    }

    .social_contact_bar .scb {
        width: auto !important
    }

    .social_contact_bar .scb:nth-child(2) {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .social_contact_bar .scb:nth-child(3) {
        margin-top: 35px
    }

    .footer_content span {
        display: block;
        margin-top: 20px
    }

    .footer_bottom p span:first-child {
        display: block;
        font-size: 0
    }

    .footer_p_logos {
        column-gap: 47px;
        flex-wrap: wrap;
        row-gap: 20px;
        max-width: 460px;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .swiper-nav-container {
        display: none !important;
    }
    .banner_text>h3,
    body,
    html {
        font-size: 14px;
        line-height: 22px
    }

    .ap_box .tab_box_inner {
        height: 200vw
    }

    .ap_box .box_no {
        position: relative;
        left: -7vw;
        top: -7vw
    }

    .web_logo,
    .web_logo img {
        max-width: 165px
    }

    .web_logo a {
        display: block
    }

    .web_header_btns>ul li a {
        padding: 8px 15px
    }

    .web_header_btns>ul li a i {
        font-size: 20px
    }

    .banner_text {
        padding: 30px 0 42px
    }

    .banner_text>h3 {
        margin-bottom: 10px
    }

    .banner_text>h1,
    .banner_text>h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .app_ratings {
        flex-wrap: wrap;
        color: #fff;
        margin-bottom: 30px
    }

    .app_ratings h4,
    .app_ratings span {
        width: 50%;
        order: 1;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px
    }

    .app_stars {
        width: 100%;
        order: 2
    }

    .app_btns li a {
        border-radius: 5px;
        font-size: 16px;
        line-height: 19px
    }

    .app_btns li a i {
        font-size: 24px
    }

    .sec_padding {
        padding: 32px 0
    }

    .sec_title {
        margin-bottom: 27px
    }

    .sec_title>h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .person_quote {
        font-size: 16px;
        line-height: 25px
    }

    #app_advantages {
        padding: 0
    }

    #app_advantages>.container_wrap {
        padding: 30px 20px;
        background-position: right top -8px;
        background-size: 150px
    }

    .c_grid_m {
        flex-direction: column
    }

    .app_info_box {
        margin-bottom: 25px
    }

    .app_info_box_inner {
        position: relative;
        z-index: 2;
        background: #fff;
        box-shadow: 0 26px 49px rgba(146, 165, 184, .14);
        border-radius: 14px;
        padding: 26px 20px
    }

    .app_info_box_inner>h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .rb_content {
        margin: 16px 0
    }

    .appbox_last>h3 {
        font-size: 22px;
        line-height: 26px
    }

    .appbox_last>ul {
        margin-bottom: 22px
    }

    .appbox_last>ul li {
        padding-left: 28px
    }

    .appbox_last {
        padding-left: 18px
    }

    .web_btn {
        display: flex
    }

    .sec_title_inner .sti_left {
        align-items: flex-start;
        flex-direction: column
    }

    .sti_left h2 {
        border-right: 0;
        margin: 0 0 6px;
        padding: 0
    }

    .gallery_slider_nav {
        column-gap: 10px
    }

    .gallery_slider_nav li button {
        width: 38px;
        height: 38px;
        font-size: 19px
    }

    .phon_s_shot {
        border-radius: 14px;
        padding: 7px
    }

    .phon_s_shot>img {
        border-radius: 9px
    }

    .app_tabs li a.active_tab_trigger:after {
        bottom: -15px
    }

    .ad_box .box_no {
        position: absolute
    }

    .social_contact_bar .scb:nth-child(3),
    .tabs_content {
        margin-top: 26px
    }

    .add_content {
        padding: 18px 27px
    }

    .add_content * {
        text-align: center;
        padding: 0
    }

    .add_content h2 {
        margin-bottom: 6px
    }

    .add_buttons_img {
        background: 0;
        justify-content: center
    }

    .add_buttons_img ul li {
        padding-top: 3px;
        margin-bottom: 13px
    }

    .apple_app_btn_li {
        display: none
    }

    .add_b_c {
        padding-bottom: 0
    }

    .social_contact_bar .scb:first-child a img,
    .social_contact_bar .scb:nth-child(2) a img {
        max-width: 145px
    }

    .social_contact_bar .scb:nth-child(2) {
        padding-left: 17px;
        margin-left: 17px
    }

    .footer_p_logos {
        column-gap: 33px
    }

    .footer_p_logos img {
        max-width: 28%
    }

    .sep_span {
        padding-left: 3px;
        padding-right: 3px
    }

    .sep_span:last-of-type {
        display: block;
        font-size: 0;
        width: 100%;
        height: 11px
    }

    .footer_bottom {
        padding: 35px 0
    }

    .footer_bottom p a {
        text-decoration: underline
    }

    .app_btns li a {
        padding: 14px 4px !important;
        min-width: 175px !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important
    }
}

@media(min-width:430px) and (max-width:767px) {
    .social_contact_bar .scb:nth-child(2) a img {
        max-width: 185px
    }
}

@media(max-width:389px) {
    .web_header_btns ul {
        transform: scale(.85);
        transform-origin: center right
    }

    .app_btns li a {
        min-width: 155px !important
    }
}