@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
    font-family: "Open Sans", sans-serif;
    color: #212529;
    font-size: 14px;
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

a{
    color: #C12525;
    transition: .3s all;
}

a:hover{
    color: #f76565;
}

*{
    box-sizing: border-box;
}

img{
	max-width: 100%;
}

.btn-primary{
    background: #c12525;
    border-radius: 5px;
    border: 1px solid #c12525;
    color: #fff;
}

.btn-secondary {
    background: #2D465B;
    border-radius: 5px;
    border: 1px solid #2D465B;
    color: #fff;
}

.btn-outline-primary {
    border-color: #C12525;
    color: #C12525;
}

.btn-outline-primary:hover {
    border-color: #fff;
    color: #fff;
    background: #C12525;
    border-color: #C12525;
}

.btn-outline-secondary {
    border-color: #1a374f;
    color: #1a374f;
}

.btn-outline-secondary:hover {
    border-color: #fff;
    color: #fff;
    background: #1a374f;
    border-color: #1a374f;
}

.btn-secondary:hover {
    background: #1a374f;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-primary:active,
.btn-primary:hover{
    background: #af1818;
    border-color: #af1818;
}


.verify {
    border: 1px solid #4DAE51;
    background-image: linear-gradient(to right, white, green, white);
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 30px;
    padding: 7.5px;
    border-radius: 4px;
}

.verify p {
    margin: 0;
}

/* header area start */


.hamburger-menu-area {
    position: fixed;
    width: 250px;
    height: 100vh;
    background: #F5F5F6;
    z-index: 999;
    padding-top: 50px;
    text-align: center;
    left: -250px;
    opacity: 0;
    visibility: hidden;
    transition: .6s all;
    border-right: 1px solid #EAEAEA;
}

.hamburger-menu-area.active-hamburger {
    opacity: 1;
    left: 0;
    visibility: visible;
}

span.close {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #C12525;
    top: 10px;
    cursor: pointer;
}

.hamburger-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin-top: 20px;
}


.hamburger-menu ul li {
    display: block;
}

.hamburger-menu ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 5px 20px;
    transition: .3s all;
}

.hamburger-menu ul li a:hover {
    color: #C12525;
}

.sidemenu-area span.hamburger-icon i{
    cursor: pointer;
}




header.header-area {
    background: #2D465B;
    padding: 2px 0;
}

.sidemenu-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidemenu-area span.hamburger-icon {
    color: #C12525;
    font-size: 26px;
    margin-right: 20px;
}

header.header-area .row {align-items: center;}

header.header-area .city-name-area a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}



a.postbtncls {
    padding: 2px 10px;
    display: inline-block;
    background: #c12525;
    border-radius: 3px;
    border: 1px solid #c12525;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .3s all;
}

a.postbtncls:hover {
    background: #af1818;
}


header.header-area .col-sm-6 {
    width: 50%;
}


header.home-header-area .logo-area img {
    width: 340px;
}

header.home-header-area {
    padding: 20px 0;
}

.home-login-menu {
    text-align: right;
}

.home-login-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-login-menu ul li {
    display: inline-block;
}

.home-login-menu ul li a {
    color: #333;
    font-weight: 500;
    margin-left: 10px;
}

header.home-header-area .row {
    align-items: center;
}

.home-login-menu ul li a:hover {
    color: #C12525;
}


.row.choose-location {
    border-bottom: 2px solid #151F28;
    margin: 0 0px;
    margin-bottom: 20px;
}

.add-post a {
    font-weight: 700;
    font-size: 16px;
}

section.main-body-wrapper.home-main-body-wrapper {
    padding-top: 0;
}

.row.choose-location div {
    padding: 0;
}

section.main-body-wrapper {
    padding-top: 0;
}

.row.choose-location .col-lg-6,
header.home-header-area .col-lg-6 {
    width: 50% !important;
}

/* home start */
.autocomplete {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

input#myInput {
    background-image: url(../images/searchicon.png);
    background-position: left 12px center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 8px;
    border-radius: 8px;
}

div#geoListings h2 {
    background-color: #353535;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 20px;
}

.inner .geoUnit h3 {
    font-size: 16px;
    color: #C12525;
}

.geoUnit ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 10px;
}

.geoUnit {
    margin-bottom: 20px;
    overflow: hidden;
}

.geoUnit ul li  {
    display: block;
    margin-bottom: 5px;
}
.geoUnit ul li a {
    display: inline-block;
    color: #212529;
    transition: .3s all;
}

.geoUnit ul li a:hover {
    color: #C12525;
}

.geoBlock .inner {
    column-count: 3;
}

.geoBlock {
    margin-bottom: 20px;
}

.autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #D4D4D4;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

.home-header-login-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.home-header-login-menu li {
    display: inline-block;
}

.home-header-login-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}

.home-header-login-menu li a:hover {
    color: #C12525;
}

.importantnote {
    background: #EEF6F9;
    border: 1px solid #b4c8cf;
    padding: 20px;
    border-radius: 10px;
}

.importantnote h3 {
    font-size: 16px;
    margin-bottom: 15px;
}


.importantnote h4 {
    font-size: 15px;
    margin-bottom: 15px;
}


.location-cat-list .mainhedlink h3 {
    background-color: #353535;
    color: #fff;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 16px;
}

.location-cat-list ul.categoryul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 20px;
}

.location-cat-list ul.categoryul li a {
    color: #212529;
    transition: .3s all;
    display: inline-block;
}

.location-cat-list ul.categoryul li {
    display: block;
    margin-bottom: 5px;
}

.location-cat-list ul.categoryul li a:hover {
    color: #C12525;
}

.premium-add-feature h5 {
    color: #C12525;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/* home end */

/* breadcrumb area start */
.breadcrumb-area {
    background: #F5F5F9;
    padding: 10px 0;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px;
   
}

.breadcrumbs ul li a {
    color: #C12525;
}

.breadcrumbs ul li i {
    margin-left: 5px;
}



/* form area */
.form-area {
    padding: 80px 0;
}

.loginForm {
    border: 1px solid #ECEAEA;
    border-radius: 10px;
    padding: 60px 40px;
}

.loginForm h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}


a.login-btn a.login-btn {
    display: inline-block;
}

a.login-btn img {
    max-width: 228px;
}

/* mian content area */




section.main-body-wrapper {
    padding: 40px 0;
    min-height: calc(100vh - 185px);
}


.item-inline-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.item-inline-list ul li {
    display: inline-block;
    margin-bottom: 15px;
    width: 33%;
}

.item-inline-list ul li a {
    background: #ededf4;
    text-decoration: none;
    padding: 4px 14px;
    border-radius: 40px;
    margin-right: 9px;
    color: #333;
    font-weight: 600;
    display: block;
}

.item-inline-list ul li a:hover {
    background: #C12525;
    color: #fff;
}


.userinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 30px;
    align-items: center;
}

.balance {
    border: 1px solid #4dae51;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    background: #4dae51;
}


button {
    border: 1px solid #DDDDDD;
}

.my-account-navbar {
    background: #353535;
    border: 1px solid #333;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.my-account-navbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.my-account-navbar ul li {
    display: inline-block;
}

.my-account-navbar ul li a {
    color: #c4c1c1;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 20px;
    display: block;
}

.my-account-navbar ul li a:hover,
.my-account-navbar ul li.active a {
    color: #fff;
}

.my-account-navbar ul li a i {
    margin-right: 10px;
}

.boxed-btn {
    background: #F44336;
    display: block;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(31, 31, 31, .29);
    border-radius: 5px;
    margin: 0;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.boxed-btn:hover {
    background: #C12525;
    color: #fff;
}

table.table {
    border: 1px solid #DDDDDD;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.table thead th {
    background: #F9F9F9;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type: #fff !important;
}


.table-striped>tbody>tr:nth-of-type(even)>*{
    --bs-table-bg-type: #F9F9F9 !important;
}


ul.pagination {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}

ul.pagination li {
    display: inline-block;
    margin: 0 3px;
}

ul.pagination li a {
    color: #212529;
    text-decoration: none;
    border: 1px solid #212529;
    padding: 1px 5px;
    border-radius: 3px;
}

ul.pagination li a:hover {
    background: #C12525;
    color: #fff;
    border-color: #C12525;
}

ul.pagination li.page-number.active a {
    background: #C12525;
    color: #fff !important;
}

.add-credit-area {
    margin-bottom: 10px;
    margin-top: 5px;
}

.add-credit-area h6 {
    margin: 0;
}

.add-credit-area .card-header {
    background: #F9F9F9;
}

.add-credit-area .form-group label {
    font-weight: 700;
    margin-bottom: 10px;
}



button.btn {
    width: 100%;
}

.varify-form-area label {
    display: block;
    text-align: left;
}

.varify-form-area img {
    margin-bottom: 20px;
}




.hideme {
    display: none;
}

.countryHeader {
    background-color: #AFBED8;
    padding: 4px 8px 4px 22px;
    clear: both;
    border-radius: 4px;
    position: relative;
    margin-top: 1px;
}


.countryHeader a {
    display: block !important;
    cursor: pointer;
}

.arrow {
    content: "";
    position: absolute;
    border-width: 8px;
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
    top: 6px;
    left: 7px;
}

.stateHeader {
    background-color: #E3E9F2;
    padding: 4px 8px 4px 22px;
    margin-left: 12px;
    clear: both;
    border-radius: 4px;
    position: relative;
    margin-top: 1px;
}


.cityofstate {
    list-style-type: disc;
    list-style: none;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    list-style-position: inside;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

input[type="checkbox"] {
    margin: 3px;
}

.submitbutton input.button2 {
    background: #2D465B;
    margin-top: 15px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 20px;
    transition: .3s all;
}

.submitbutton input.button2:hover {
    background: #4a6f8d;
}

.step { 
    display: none;
}
.step.active { 
    display: block; 
}
.progress {
    height: 20px;
}


.cke_notifications_area {
    display: none !important;
}

.progress-bar {
    background: #2D465B;
}

.progress {
    margin-bottom: 30px;
}

.form-wrapper-area input {
    border-color: #D1D1D1;
}

.form-wrapper-area label {
    font-weight: 700;
    margin-bottom: 7px;
}

.form-group {
    margin-bottom: 10px;
}


button.btn {
    margin-bottom: 15px;
    width: auto;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
}

.step h3 {
    margin-bottom: 20px;
}

.city-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



.city-list ul li {
    display: inline-block;
    position: relative;
}

.city-list ul li::before {
    position: absolute;
    background: #9f9f9f;
    width: 1px;
    height: 15px;
    right: 5px;
    top: 5px;
    content: "";
}

.city-list ul li:last-child:before{
    display: none;
}



.city-list ul li a {
    color: #212529;
    display: block;
    margin-right: 15px;
}

.city-list {
    margin-bottom: 30px;
}

.premium-add-area {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #e5ff97;
}

.premium-add-area h4 {
    background: #2D465B;
    color: #fff;
    padding: 8px 20px;
    font-size: 20px;
}

.premium-add-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.premium-add-area ul li {
    margin-bottom: 10px;
    padding: 0 20px;
}

.premium-add-area ul li a {
    color: #212529;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.premium-add-area ul li a i {
    color: #C12525;
    margin-right: 10px;
}

.normal-add-area ul li a:hover,
.city-list ul li a:hover,
.premium-add-area ul li a:hover {
    color: #C12525;
}

.normal-add-area ul li a:visited,
.premium-add-area ul li a:visited{
    color: #177ACC;
}


.publish-date {
    background: #A4A4A4;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.publish-date p {
    margin: 0;
    color: #fff;
}

.normal-add-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.normal-add-area ul li {
    margin-bottom: 10px;
}

.normal-add-area ul li a {
    color: #212529;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.normal-add-area ul li a i {
    color: #C12525;
    margin-right: 10px;
}

span.point-num {
    color: #177ACC;
    margin: 0 8px;
}

span.premium-tag {
    background: #F8F9CF;
    border: 1px solid #E2EAA7;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 80%;
    color: #333;
}

.post-header {
    border-bottom: 2px solid #F5F5F9;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.post-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-contact ul li {
    display: inline-block;
    margin-right: 15px;
}

.post-contact ul li a {
    padding: 2px 10px;
    display: inline-block;
    background: #c12525;
    border-radius: 3px;
    border: 1px solid #c12525;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .3s all;
}

.post-contact ul li a:hover {
    background: #af1818;
}

.post-contact ul li:last-child a {
    background: #2D465B;
    border-color: #2D465B;
}

.post-contact ul li:last-child a:hover {
    background: #1a344a;
}

.col-50 {
    width: 50%;
}

.scam-alert-area {
    background: #ffefef;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #f1d4d4;
    margin-bottom: 30px;
}

ul.post-details-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

ul.post-details-list li {
    margin-bottom: 5px;
}




.single-carousel-item img {
    max-width: max-content;
    margin: 0 auto;
}

.single-carousel-item {
    background: #F5F5F9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.single-carousel-item h5 {
    font-size: 16px;
    margin: 10px 0;
}

.post-slider-area .owl-dots button {
    width: 10px;
    height: 10px;
    background: #e2e2e8;
    margin: 0 3px;
    border-radius: 50%;
}

.post-slider-area .owl-dots button.owl-dot.active {
    background: #C12525;
}

.post-slider-area .owl-dots {
    margin-top: 15px;
    display: none;
}


.sponsor-wrapper{
    background: #E2E9F1;
    padding: 15px 15px;
    border-radius: 5px;
}

.sponsor-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sponsor-wrapper ul li{
    margin-bottom: 5px;
}


.sponsor-wrapper ul li a {
    color: #130FC2;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.sponsor-wrapper ul li a:hover{
    color: #C12525;
}

.sponsor-wrapper ul li a i{
    color: #130FC2;
    margin-right: 5px;
}


.sponsor-area h5 {
    margin-bottom: 15px;
    font-size: 16px;
}

.modal.fade.show {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center;
}

i {
    margin-right: 5px;
}

.single-image-carousel-item {
    border-radius: 5px;
    overflow: hidden;
}

.noticebox {
    background-color: #f2f2f2;
    border-left: 6px solid #ffcc00;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-bottom: 24px;
}

.noticebox p {
    margin: 0;
}

.add-credit-area input[type="radio"] {
    margin: 4px 0 0 !important;
    margin-right: 3px !important;
    cursor: pointer;
}

.add-credit-area .form-check label {
    margin-bottom: 0;
}

.form-check {
    margin-top: 0 !important;
   
}



.owl-carousel .owl-nav {
    position: absolute;
    top: 50%; 
    width: 100%; 
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%); 
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: #C12525;
    color: #ffffff; 
    border-radius: 50%;
    padding: 15px; 
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: #9e1d1d; 
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 10px; 
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px; 
}


.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    font-size: 20px;
    display: block;
    text-align: center;
}


.owl-carousel .owl-nav button {
    background: #C12525 !important;
    height: 30px;
    border-radius: 50% !important;
    width: 30px;
    text-align: center !important;
}

.owl-carousel .owl-nav button i {
    margin: 0;
    color: #fff;
}


.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
}
.selected {
    padding: 10px;
    border: 1px solid #DEE2E6;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.options {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
}
.select-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.select-item:hover {
    background-color: #f0f0f0;
}
.select-item img {
    width: 20px;
    margin-right: 10px;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-selected {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.select-items {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 99;
    width: 100%;
    display: none;
}
.select-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.select-item:hover {
    background-color: #f1f1f1;
}
.select-item img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

label#amountLabel,
.select-coin label {
    font-weight: 700;
    margin-bottom: 7px;
}

.custom-select .selected img {
    width: 40px;
    margin-right: 10px;
}





form#signup .form-group {
    position: relative;
}

form#signup .form-group i.fa {
    position: absolute;
    left: 0;
    font-size: 18px;
    border-right: 1px solid #d1d1d1;
    height: 100%;
    width: 31px;
    text-align: center;
    padding-top: 10px;
}

form#signup  input {
    padding-left: 42px;
}

form#signup .col-lg-6{
    width: 50%;
}

.blog-post-content ul,.blog-post-content ol {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-top: 20px;
}

.blog-post-content ul li, .blog-post-content ol li {
    margin-bottom: 10px;
}

.blog-post-content  h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-post-content h1 {
    margin-bottom: 30px;
}

/* footer area  */
footer.footer-area {
    background: #EBECEC;
    padding: 20px 0;
    border-top: 2px solid #2D465B;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #C12525;
    margin: 0 7px;
    transition: .3s all;
}

.copyright-area p {
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.footer-menu ul li a:hover {
    color: #f76565;
}





@media all and (max-width: 1023px){

    .form-area {
        padding: 40px 0;
    }
    
    .loginForm {
        padding: 40px 20px;
    }

	ul.cityofstate {
        columns: 2;
    }




}



@media all and (max-width: 767px){

    .my-account-navbar ul li a {
        font-size: 14px;
        margin: 0;
    }
    
    .my-account-navbar {
        flex-direction: column-reverse;
        padding: 15px 10px;
        text-align: center;
    }
    
    .my-account-navbar ul li {
        margin: 0 7px;
    }
    
    .buy-credits-btn-area {
        margin-bottom: 10px;
    }
    
    .balance {
        font-size: 14px;
    }

    div#dataTable {
        max-width: 100%;
        width: 100%;
        overflow-x: scroll;
    }



    ul.cityofstate {
        columns: 1;
    }

    .geoBlock .inner {
        column-count: 2;
    }
    
    div#geoListings h2 {
        font-size: 16px;
    }

    .geoBlock .inner {
        display: none;
    }
    
    .geoBlock .inner.showing {
        display: block;
    }
    .geoBlock {
        margin-bottom: 14px;
    }

}




