@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Verdana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');*/


/*font-family: 'Lato', sans-serif;*/


/*common*/

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}

div#formcont {
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
    width: 50%;
}

div#contactcont {
    padding-left: 10%;
    margin: 0 0 0 2%;
    width: 48%;
}

div.flexrow {
    display: flex;
    flex-flow: row nowrap;
}

div.servicepagecont {
    display: flex;
    flex-flow: row wrap;
    padding-top: 4em;
    padding-bottom: 3em;
}

div#aboutmain {
    display: flex;
    flex-flow: column wrap;
    padding: 0;
    margin: 0;
}

div#aboutbanner {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    justify-content: flex-end;
    justify-items: flex-end;
    background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/aboutus2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20em 0 0 4em;
}

div#pagebanner {
    display: flex;
    flex-flow: column wrap;
    background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/PageBanner5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-items: flex-end;
    align-items: flex-end;
    padding: 20em 0 0 .5em;
    height: 35em;
}

div#skipbanner {
    background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/PageBanner6.png");
    display: flex;
    flex-flow: column wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-items: flex-end;
    align-items: flex-end;
    padding: 20em 0 0 .5em;
    height: 35em;
}

div#creditbanner {
    background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/creditbannerblur.png");
    display: flex;
    flex-flow: column wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-items: flex-end;
    align-items: flex-end;
    padding: 20em 0 0 .5em;
    height: 35em;
}

div#litbanner {
    background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/litbanner.png");
    display: flex;
    flex-flow: column wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-items: flex-end;
    align-items: flex-end;
    padding: 20em 0 0 .5em;
    height: 35em;
}

div#msgbanner {
    background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/auto.png");
    display: flex;
    flex-flow: column wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-items: flex-end;
    align-items: flex-end;
    padding: 20em 0 0 .5em;
    height: 35em;
}

div#pagebanner div h2 {
    color: rgb(21, 39, 147);
    font-size: 2em;
    font-family: Verdana;
}

div#pagebanner div#pagebannerbox {
    font-size: 1.05em;
    font-weight: 300 width: 50%;
    font-family: Roboto;
    text-align: right;
    color: rgb(21, 39, 147);
    margin-top: 8em;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    padding-left: 47em;
    padding-right: 1em;
}

div#pagebanner div span {
    font-family: Lato;
    margin-bottom: 0em;
    font-weight: 400;
}

div#pagebanner div span:before {
    content: open-quote;
}

div#pagebanner div span:after {
    content: close-quote;
}

div#pagebanner .aboutbtn {
    margin: 0 .5em .5em .5em;
    background: rgb(21, 39, 147);
    color: #fff;
    padding: .3em .3em .3em .3em;
    border-radius: .5em;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    font-size: 1.5em;
    font-weight: 700;
}

div#pagebanner .aboutbtn:hover {
    background: #fff;
    color: rgb(21, 39, 147);
}

div#aboutbanner div h2 {
    color: rgb(21, 39, 147);
    font-size: 2em;
    font-family: Verdana;
}

div#aboutbanner div#aboutbannerbox {
    font-size: 1.2em;
    font-weight: 300 width: 50%;
    font-family: Roboto;
    text-align: right;
    color: rgb(21, 39, 147);
    margin-top: 8em;
    padding-right: 1em;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

div#aboutbanner div span {
    font-family: Lato;
    margin-bottom: 0em;
    font-weight: 400;
}

div#aboutbanner div span:before {
    content: open-quote;
}

div#aboutbanner div span:after {
    content: close-quote;
}

div#aboutbanner .aboutbtn {
    margin: 0 .5em .5em .5em;
    background: rgb(21, 39, 147);
    color: #fff;
    padding: .3em .3em .3em .3em;
    border-radius: .5em;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    font-size: 1.5em;
    font-weight: 700;
}

div#aboutbanner .aboutbtn:hover {
    background: #fff;
    color: rgb(21, 39, 147);
}

div.aboutsec {
    padding: 0 4em 2em 4em;
    text-align: justify;
    margin: 0;
    color: rgb(21, 39, 147);
    font-size: 1.35em;
    font-family: Verdana;
}

div.aboutsec h2 {
    text-align: left;
    padding-bottom: .6em;
    font-family: Verdana;
    font-size: 1.5em;
    font-weight: 900;
}

div.aboutsec hr {
    width: 15%;
    height: .6em;
    border-radius: 1em;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.customthead {
    background: #162992;
    color: #fff;
}

.buttonpay {
    background: rgb(21, 39, 147);
    color: #fff;
    padding: 0.5em .5em 0.5em .5em;
    border-radius: 1.5em;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    font-weight: 700;
}

.buttonpay:hover {
    color: #162992;
    background: #fff;
    text-decoration: none;
}

.pitchbutton {
    margin-right: 1em;
    border: .1em solid #fff;
    color: #fff;
    padding: 0.6em 1.5em 0.6em 1.5em;
    border-radius: 1.5em;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    font-size: .8em;
}

.pitchbutton:hover {
    color: #162992;
    background: #fff;
    text-decoration: none;
}

#ind {
    padding-top: 2em;
}

.pitchbuttonsingle {
    margin: 0;
    background: rgb(21, 39, 147);
    color: #fff;
    padding: 0.5em 0.7em 0.5em 0.7em;
    border-radius: 1.5em;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    font-size: 1.1em;
    font-weight: 700;
}

.pitchbuttonsingle:hover {
    color: #162992;
    background: #fff;
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: 'Verdana';
    color: #000000;
}

body.home {
    color: #626262;
}

p {
    font-size: 1em;
    line-height: 1.4em;
    font-family: Verdana;
}

.section-two .thumb img {
    width: 15.5rem;
    height: 4.5rem;
    margin: 0 0;
    font-family: Verdana;
}

h1 {
    font-size: 30px;
    color: #152895;
    text-transform: uppercase;
    padding: 0 0 15px;
    font-family: Roboto;
}

h2 {
    font-size: 24px;
    color: #152895;
    font-family: Roboto;
}

h3 {
    font-size: 20px;
    color: #152895;
    font-family: Roboto;
}

h4 {
    font-size: 18px;
    font-family: Roboto;
}

h5 {
    font-size: 14px;
    font-family: Roboto;
}

h6 {
    font-size: 12px;
    font-family: Roboto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0;
    padding: 20px 0 10px;
}

h2#accordionExample.mb-0 {
    padding: 0;
}

.collapse.in {
    display: block !important;
}

textarea {
    height: 150px;
}


/*header*/

header .header-wrap {
    background: #FFFFFF;
}

header .header-wrap .top-logo-bar {
    padding: 13px 0;
}

header .social-links {
    padding: 0;
    margin: 0;
}

header .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .social-links ul li {
    display: inline-block;
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 0;
}

header .social-links ul li a {
    border: none;
    box-shadow: none;
    font-size: 0;
    height: 23px;
    width: 23px;
    position: relative;
    display: block;
    transition: all .6s ease;
}

header .social-links ul li a:hover {
    box-shadow: none;
    transition: all .6s ease;
}

header .social-links ul li a::before {
    content: "";
    position: absolute;
    background: url(../images/social_sprite5.png) no-repeat 0 0;
    height: 23px;
    width: 23px;
    top: 0;
    left: 0;
    transition: all .6s ease;
}

header .social-links ul li a.tw::before {
    background-position: 0px 0px;
}

header .social-links ul li a.tw:hover::before {
    background-position: 0px -26px;
}

header .social-links ul li a.fb::before {
    background-position: -27px 0px;
}

header .social-links ul li a.fb:hover::before {
    background-position: -27px -26px;
}

header .social-links ul li a.ist::before {
    background-position: -54px 0px;
}

header .social-links ul li a.ist:hover::before {
    background-position: -54px -26px;
}

header .social-links ul li a.yt::before {
    background-position: -84px 0px;
}

header .social-links ul li a.yt:hover::before {
    background-position: -84px -26px;
}

header .social-links ul li a.lin::before {
    background-position: -113px 0px;
}

header .social-links ul li a.lin:hover::before {
    background-position: -113px -26px;
}

header .social-links ul li a.pt::before {
    background-position: -142px 0px;
}

header .social-links ul li a.pt:hover::before {
    background-position: -142px -26px;
}

header .social-links ul li a.wt::before {
    background-position: -171px 0px;
}

header .social-links ul li a.wt:hover::before {
    background-position: -171px -26px;
}

header .social-links ul li a.em::before {
    background-position: -201px 0px;
}

header .social-links ul li a.em:hover::before {
    background-position: -201px -26px;
}

header .social-links ul li a.ph::before {
    background-position: -229px 0px;
}

header .social-links ul li a.ph:hover::before {
    background-position: -229px -26px;
}

header .top-search {
    padding: 0;
    margin: 0;
}

header .top-search .search-form {
    width: 220px;
    float: right;
    margin-top: 10px;
}

header .top-search input[type="search"] {
    padding: 0 10px;
    height: 30px;
    border: none;
}

header .top-search .search-form label {
    display: none;
}

.home-banner {
    border-bottom: 5px solid #152895;
}


/*boxes*/

.box-section-wrap {
    padding: 20px 0;
}

.box-section-wrap .inner-box {
    padding: 14px 20px;
    background: url(../images/three_main_bx_bg.jpg) repeat-x left bottom #fefefe;
    border-radius: 0 0 15px 15px;
    border-top: 2px solid #162896;
    margin: 0 0 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.box-section-wrap #contactusinner .content li {
    font-size: 1.15em;
    font-weight: bold;
    color: #152895;
}

.box-section-wrap .inner-box .content li a {
    font-size: 1.15em;
    font-weight: bold;
    font-family: Verdana;
}

.box-section-wrap .inner-box li {
    margin-bottom: 1em;
}

.box-section-wrap .inner-box h2:before,
.box-section-wrap .inner-box h2:after {
    background-color: #152895;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

div.entrycontent p {
    line-height: 1.5em;
    font-size: 1.2em;
    color: #152895;
}

.box-section-wrap .inner-box h2:before {
    right: 0.5em;
    margin-left: -50%;
}

.box-section-wrap .inner-box h2:after {
    left: 0.5em;
    margin-right: -50%;
}

.box-section-wrap .inner-box h2 {
    color: #152895;
    font-size: 25px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.box-section-wrap .inner-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-section-wrap .inner-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-section-wrap .inner-box ul li a {
    color: #5e5e5e;
    position: relative;
    margin: 0 0 6px;
    display: block;
    padding: 0 0 0 15px;
}

.box-section-wrap .inner-box ul li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 0;
    background: #152895;
}

.box-section-wrap .inner-box a.box_read_more {
    color: #ffffff;
    display: inline-block;
    line-height: 27px;
    padding: 0 38px 0 12px;
    border-radius: 3px;
    font-size: 13px;
    background: url(../images/read_arrow.png) no-repeat right center #162896;
    text-decoration: none;
}

.box-section-wrap .inner-box a.box_read_more:hover {
    background-color: #393939;
}

a.form_read_more {
    color: #ffffff;
    display: inline-block;
    line-height: 27px;
    padding: 0 38px 0 12px;
    border-radius: 3px;
    font-size: 13px;
    background: url(../images/read_arrow.png) no-repeat right center #162896;
    text-decoration: none;
}

a.form_read_more:hover {
    background-color: #393939;
}

.box-section-wrap .inner-box a.box_read_more1 {
    background: url(../images/button-anchor.jpg) left top no-repeat;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding: 5px 5px 5px 32px;
    color: #162898;
    display: block;
}

.box-section-wrap .inner-box a.box_read_more1::before {
    display: none;
}

.box-section-wrap .inner-box.contact-wrap ul li {
    padding-left: 31px;
    background-position: 6px 4px;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 21px;
    margin: 5px 0;
}

.box-section-wrap .inner-box.contact-wrap ul li.address {
    background-image: url(../images/add-icon.jpg);
}

.box-section-wrap .inner-box.contact-wrap ul li.phone {
    background-image: url(../images/call-icon.jpg);
}

.box-section-wrap .inner-box.contact-wrap ul li.fax {
    background-image: url(../images/fax-icon.jpg);
}

.box-section-wrap .inner-box.contact-wrap ul li.e-mail {
    background-image: url(../images/e-mail-icon.jpg);
    background-position: 6px 6px;
}

.box-section-wrap .inner-box ul li.page-item-35 a::before,
.box-section-wrap .inner-box ul li.page-item-36 a::before,
.box-section-wrap .inner-box ul li.page-item-37 a::before,
.box-section-wrap .inner-box ul li.page-item-38 a::before,
.box-section-wrap .inner-box ul li.page-item-34 a::before {
    display: none;
}

.box-section-wrap .inner-box ul li.page-item-36 a,
.box-section-wrap .inner-box ul li.page-item-37 a,
.box-section-wrap .inner-box ul li.page-item-38 a,
.box-section-wrap .inner-box ul li.page-item-35 a,
.box-section-wrap .inner-box ul li.page-item-34 a,
.box-section-wrap .inner-box ul li.page-item-38 a {
    background: linear-gradient(180deg, rgb(20 39 167) 0%, rgb(9 27 146) 100%)!important;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    transition: all 0.5s ease-in-out;
    padding: 5px 15px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 90%;
}

.box-section-wrap .inner-box ul li.page-item-36 a:hover,
.box-section-wrap .inner-box ul li.page-item-37 a:hover,
.box-section-wrap .inner-box ul li.page-item-38 a:hover,
.box-section-wrap .inner-box ul li.page-item-35 a:hover,
.box-section-wrap .inner-box ul li.page-item-34 a:hover,
.box-section-wrap .inner-box ul li.page-item-38 a:hover {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%)!important;
    ;
    color: #152895;
    text-decoration: none;
}


/**/

.section-two .container {
    background: #f5f5f5;
    padding: 14px;
    border: 2px solid #e9e9e9;
    margin-bottom: 20px;
    text-align: center;
}

.section-two h3 {
    color: #152895;
    font-size: 25px;
    margin-right: 20px;
}


/*footer*/

.memb {
    margin: 0;
    padding: 1em;
    width: 45%;
    margin: auto;
}

.footer-menu {
    background: #011590;
    text-align: center;
    padding: 15px 0;
}

.footer-menu .widget {
    padding: 0;
}

.footer-menu ul li {
    padding: 0 10px;
    border: none;
    display: inline-block;
    border-left: 1px solid #fff;
}

.footer-menu ul li:first-child {
    border-left: none;
}

.footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    line-height: 15px;
    display: block;
    font-size: 13px;
}

.footer-menu ul li a:hover {
    box-shadow: none;
    color: #fff;
}

.wpsm_panel-title {
    padding: 0!important;
}

.wpsm_panel-heading.acc-a,
#wpsm_accordion_91 .ac_open_cl_icon,
#wpsm_accordion_91 .wpsm_panel-heading {
    background-image: none !important;
}

.site-footer {
    background: #011590;
    color: #fff;
}

.copyright-wrap {
    text-align: center;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #ffffff;
}


/*form*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #dedede;
    padding: 6px 15px;
}

form label {
    margin: 0 0 5px;
    color: #000000;
    font-weight: bold;
    line-height: normal !important;
}

form input[type="submit"] {
    background: rgb(21, 39, 147);
    color: #fff;
    padding: 1em 2em 1em 2em;
    border-radius: 1.5em;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    font-weight: 700;
}

form input[type="submit"]:hover {
    background: #fff;
    color: rgb(21, 39, 147);
}


/*sidebar*/

.memberships-sidebar {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.memberships-sidebar h2.widget-title {
    color: #152895;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
    margin: 0 0 10px;
}

.memberships-sidebar a img {
    margin: 15px 0 0;
}


/* membership levels */

#pmpro_levels_table {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

#pmpro_levels_table thead tr {
    background: #f4f4f4;
    border-radius: 4px 4px 0 0;
}

#pmpro_levels_table thead th {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    border: none;
    padding: 8px 15px;
}

#pmpro_levels_table tbody td {
    padding: 6px 15px;
}

#pmpro_levels_table tbody td strong {
    font-size: 18px;
    color: #152895;
}

#pmpro_levels_table .pmpro_btn {
    background: #152895;
    color: #fff;
    border: none;
    font-weight: normal;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#pmpro_levels_table td:nth-child(1) {
    font-size: 17px;
    font-weight: bold;
    color: #152895;
}


/*checkout*/

.woocommerce table.shop_table thead tr {
    background: #f4f4f4;
    border-radius: 4px 4px 0 0;
}

.woocommerce table.shop_table thead th {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    border: none;
    padding: 8px 15px;
}


/* form.checkout.woocommerce-checkout { padding: 30px; border: 1px solid #dddddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
} */

.woocommerce-checkout .woocommerce form .form-row input.input-text {
    height: 35px;
}

form.checkout.woocommerce-checkout .woocommerce-billing-fields {
    padding: 15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper {
    margin: 0px -10px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    display: block;
    max-width: 100%;
    float: none;
    padding: 0
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 35px;
    border: 1px solid #dedede;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    margin-top: 2px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #152895;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: #152895;
}

.woocommerce-page .form-row {
    width: 48%!important;
    display: inline-block;
    vertical-align: top;
    float: none!important;
    margin-left: 1%!important;
    margin-right: 1%!important;
}

.page-id-29 .wdgk_donation_content a.button.wdgk_add_donation {
    display: inline-block;
    height: 35px;
    line-height: normal;
    background: #152895!important;
}

.woocommerce-checkout #payment {
    background: none;
    border: 1px solid #ddd;
}

.woocommerce-checkout #payment div.payment_box {
    background: none!important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none!important;
}

div#payment.woocommerce-checkout-payment label[for="payment_method_authnet"] {
    font-size: 19px;
    font-weight: bold;
    padding: 0 10px 7px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry {
    font-size: 14px!important;
}

.woocommerce-checkout .form-row.place-order {
    width: 100%!important;
    padding: 0;
    display: block;
}

.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
    float: none!important;
}


/*MEMBERSHIP CHECKOUT*/

#pmpro_pricing_fields,
#pmpro_user_fields,
#pmpro_billing_address_fields,
#pmpro_payment_information_fields {
    border: 1px solid #ddd;
    padding: 15px 30px;
    margin: 0 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#pmpro_user_fields hr,
#pmpro_billing_address_fields hr,
#pmpro_payment_information_fields hr {
    display: none;
}

.pmpro_checkout-fields>div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
}

form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type="text"],
#loginform input[type="password"] {
    display: inline-block;
    max-width: 100%;
}

form.pmpro_form .pmpro_checkout-fields div,
#loginform p {
    margin: 0 1% 2%;
}

.pmpro_checkout-fields>div:nth-child(2n+1) {
    margin-left: 0 !important;
}

form.pmpro_form select {
    max-width: 100%;
    display: block;
    width: 100%;
    border: 1px solid #dedede;
    padding: 5px;
}

.pmpro_checkout-field.pmpro_payment-account-number {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0 !important;
}

.pmpro_checkout-field.pmpro_payment-expiration {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

select#ExpirationMonth,
select#ExpirationYear {
    height: 35px;
    width: 48%;
    vertical-align: top;
    display: inline-block;
}

.pmpro_btn.pmpro_btn-submit-checkout {
    font-weight: normal;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.woocommerce-checkout #payment div.payment_box input {
    max-width: 60%;
    margin: 0 0 15px !important;
    display: block;
}

.woocommerce-checkout #payment div.payment_box br {
    display: none;
}

.woocommerce-cart-form .product-thumbnail {
    display: none;
}

.s-1,
.s-2,
.s-3,
.s-4,
.s-5 {
    display: none;
}

.page-id-513 .banner {
    display: none;
}

.page-id-513 .site-content {
    padding: 0;
}

.page-id-513 .site-footer {
    margin-top: 0;
}


/*SKIPTRACE DATABASE*/

.skiptrace-form {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.skiptrace-form .btn-primary,
.skiptrace-form .btn-primary:active {
    background: #152895;
    border-color: #152895;
    padding: 8px 25px;
}

.skiptrace-form .btn-primary:hover,
.skiptrace-form .btn-primary:focus {
    background: #081148;
    border-color: #081148;
}

.skiptrace-content {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.skiptrace-content .alphabet-wrap {
    text-align: center;
    background: #1f35b7;
    padding: 7px;
    display: table;
    width: 100%;
}

.skiptrace-content .alphabet-wrap span {
    display: table-cell;
    text-align: center;
}

.skiptrace-content .alphabet-wrap span a {
    color: #ffffff;
}

.skiptrace-content table thead tr {
    background: #152895;
    color: #fff;
    text-transform: uppercase;
}

.skiptrace-content table thead tr th {
    border: none;
    font-weight: 400;
    width: 14.9%;
    vertical-align: middle;
}

.skiptrace-content table {
    margin: 0;
}

.skiptrace-content table tbody tr:nth-child(2n+1) {
    background: #efefef;
}

.skiptrace-content table thead tr th:first-child,
.skiptrace-content table thead tr th:last-child {
    width: 20%;
}

.acct-assignment-form form {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}


/*pagination*/

.pagination {
    padding-left: 20px;
}

.pagination .page-numbers {
    display: inline-block;
    background: #e3e3e3;
    margin: 0 2px;
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
    display: block;
    color: #131313;
    font-weight: normal;
    border-radius: 0;
}

.pagination .page-numbers:hover {
    background: #e3e3e3;
    color: #131313;
}

.pagination .page-numbers.current,
.pagination .next.page-numbers {
    background: #152895;
    color: #fff;
}

.pagination .next.page-numbers {
    height: 30px;
    line-height: 27px;
    border-radius: 0;
    background: #e3e3e3;
    color: #131313;
}


/* news page */

.news-listing-wrap .news-list {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 20px;
}

.news-listing-wrap .news-list:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.news-listing-wrap .news-list p {
    line-height: 24px;
}

.news-listing-wrap .news-list .read-more .btn.btn-primary {
    background: #152895;
    border-color: #152895;
    margin-top: 10px
}

.news-listing-wrap .news-list .news-thumb {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 10px #00000050;
    -moz-box-shadow: 0 0 10px #00000050;
    -ms-box-shadow: 0 0 10px #00000050;
    -o-box-shadow: 0 0 10px #00000050;
    box-shadow: 0 0 10px #00000050;
}

table.postdata-list-wrap {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

table.postdata-list-wrap tr:nth-child(2n) {
    background: #efefef;
}

table.postdata-list-wrap tr th {
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #dee2e6;
    padding: 20px;
    color: #152895;
    text-align: left;
}

table.postdata-list-wrap tr td {
    text-align: right;
    border-top: 1px solid #dee2e6;
    padding: 10px 15px;
}

.navtopsticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/*responsive css start here*/

@media screen and (max-width:991px) {
    #secondary {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
        border-top: 1px solid #e5e5e5;
    }
    div#pagebanner {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-end;
        justify-content: flex-end;
        justify-items: flex-end;
        background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/mobiledebt.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 20em 0 0 4em;
        height: 0em;
    }
    div#skipbanner {
        background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/mobileskip.png");
        display: flex;
        flex-flow: column wrap;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        justify-items: flex-end;
        align-items: flex-end;
        padding: 20em 0 0 .5em;
        height: 0em;
    }
    div#creditbanner {
        background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/mobilecreditblur.png");
        display: flex;
        flex-flow: column wrap;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        justify-items: flex-end;
        align-items: flex-end;
        padding: 20em 0 0 .5em;
        height: 0em;
    }
    div#msgbanner {
        background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/mobilemsg.png");
        display: flex;
        flex-flow: column wrap;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        justify-items: flex-end;
        align-items: flex-end;
        padding: 20em 0 0 .5em;
        height: 0em;
    }
    div#litbanner {
        background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/mobilelit.png");
        display: flex;
        flex-flow: column wrap;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        justify-items: flex-end;
        align-items: flex-end;
        padding: 20em 0 0 .5em;
        height: 0em;
    }
    div.pagebanner div.pagebannerbox h2 {
        text-align: right;
    }
    div#aboutbanner div.pagebannerbox {
        font-size: .8em;
        text-align: right;
    }
}

@media screen and (max-width:767px) {
    .woocommerce-checkout #payment div.payment_box input {
        max-width: 100%;
    }
    .navigation-top {
        display: none;
    }
    table {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }
    .pitchbuttonsingle {
        font-size: 1em;
    }
    .col-lg-12,
    .col-sm-12,
    .col-md-6,
    .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .pagecontrol {
        padding: .5em 1em 1em .5em
    }
    ul#menu-footer-menu.menu {
        padding-left: 0;
    }
    div.flexrow {
        flex-flow: column wrap;
    }
    div#formcont {
        width: 96%;
        margin-left: 4%
    }
    div#contactcont {
        margin: 0 0 0 0;
        padding-left: 4%;
        width: 98%;
    }
    div#aboutbanner {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-end;
        justify-content: flex-end;
        justify-items: flex-end;
        background: url("https://www.apexbahamas.com/wp-content/uploads/2021/01/womanheadphone.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20em 0 0 4em;
    }
    div#aboutbanner div#aboutbannerbox h2 {
        text-align: right;
    }
    div#aboutbanner div#aboutbannerbox {
        font-size: .8em;
        text-align: right;
    }
    p {
        line-height: 1.8em;
        font-size: 0.8em;
    }
    div.aboutsec {
        text-align: left;
        font-size: 1.1em;
        padding: 1em 1em 1em 1em;
    }
    div#techcontainer,
    div#socialres,
    div#trackrec,
    div#ind,
    div#vis {
        padding: 1em 1em 1em 1em;
    }
    header .header-wrap {
        margin-top: 0;
    }
    body button#responsive-menu-button {
        top: 0;
        left: 0;
        background: none;
    }
    body .responsive-menu-open button#responsive-menu-button {
        background: #1e34b7;
    }
    body #responsive-menu-container #responsive-menu-wrapper {
        margin-top: 40px;
    }
    body #responsive-menu-container {
        background: #182db5;
    }
    body #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        background: linear-gradient(180deg, rgb(20 39 167) 0%, rgb(9 27 146) 100%)!important;
        border-bottom: 1px solid #2237bd!important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    body #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
        background-color: #1e34b7!important;
        border-color: #2743e8;
    }
    body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        border: none!important;
        background: none!important;
    }
    body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
        border-color: #0f2191;
        background-color: #2237bd;
    }
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
        border-bottom: 1px solid #0f2191;
        background: linear-gradient(180deg, rgb(29 44 159) 0%, rgb(20 37 151) 100%)!important;
    }
    body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
        border-color: #0f2191;
        background-color: #2237bd;
    }
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a:hover {
        background-color: #0f2191;
        border-color: #2237bd;
    }
    body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
        border-color: #2237bd;
        background-color: #2237bd;
    }
    .responsive-menu-open button#responsive-menu-button {
        background: none!important;
    }
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow,
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
        border: none!important;
        background: none!important;
    }
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
        background-color: #1e34b7;
    }
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
        color: #ffffff;
        border-color: #1e34b7;
        background-color: #1e34b7;
    }
    body .responsive-menu-open button#responsive-menu-button:hover,
    .responsive-menu-open button#responsive-menu-button:focus,
    button#responsive-menu-button:hover,
    button#responsive-menu-button:focus {
        background: #1e34b7;
    }
    body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item>.responsive-menu-item-link {
        background-color: #0f2191;
        border-color: #2237bd;
    }
    body .responsive-menu-open button#responsive-menu-button:hover,
    .responsive-menu-open button#responsive-menu-button:focus,
    body button#responsive-menu-button:hover,
    button#responsive-menu-button:focus {
        background: #0f2191!important;
    }
    body #responsive-menu-container #responsive-menu>li.responsive-menu-item:first-child>a {
        border-top: 1px solid #2237bd;
    }
    header .top-search-wrap {
        position: fixed;
        top: 0;
        right: 0;
        background: #0f2191;
        width: 100%;
        height: 40px;
        z-index: 10000;
    }
    header .top-search .search-form {
        margin-top: 5px;
        margin-right: 10px;
        width: 150px;
    }
    header .top-search input[type="search"] {
        font-size: 12px;
    }
    .site-title a {
        display: block;
        text-align: center;
    }
    .social-links-wrap {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-top: 12px;
        margin-top: 8px;
    }
    .woocommerce table.shop_table_responsive tr td:first-child::before {
        display: block;
    }
    .woocommerce a.remove {
        display: block;
        text-align: right;
        width: 100%;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    .section-two>div>.d-flex {
        display: block !important;
    }
    .section-two .thumb img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
}

@media screen and (max-width:575px) {
    .box-section-wrap .inner-box {
        border-radius: 0;
        padding: 14px 50px;
    }
    .woocommerce-page .form-row {
        width: 100% !important;
        display: block;
        margin: 0 !important;
    }
    .woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper {
        margin: 0;
    }
    .woocommerce-checkout .woocommerce #payment #place_order {
        max-width: 20rem;
    }
    .skiptrace-content .alphabet-wrap {
        display: block;
    }
    .skiptrace-content .alphabet-wrap span {
        display: inline-block;
        width: 15%;
    }
}

@media screen and (max-width:479px) {
    .s-1,
    .s-2,
    .s-3,
    .s-4,
    .s-5 {
        display: block;
    }
    .l-1,
    .l-2,
    .l-3,
    .l-4,
    .l-5,
    .l-6 {
        display: none;
    }
}

@media screen and (max-width:359px) {
    .box-section-wrap .inner-box {
        padding: 14px 30px;
    }
}

@media (max-width:766px) and (min-width:570px) {
    .box-section-wrap .inner-box {
        width: 70%;
        margin: 1em 0 0 7em;
    }
}