@import "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css";

body {
  font-family: 'Sailec-Regular';
  font-size: 15px;
}

/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Sailec-Regular';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../fonts/Sailec-Regular/Sailec-Regular.eot');
  src: url('../../fonts/Sailec-Regular/Sailec-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Sailec-Regular/Sailec-Regular.woff2') format('woff2'),
    url('../../fonts/Sailec-Regular/Sailec-Regular.woff') format('woff'),
    url('../../fonts/Sailec-Regular/Sailec-Regular.ttf') format('truetype'),
    url('../../fonts/Sailec-Regular/Sailec-Regular.svg#Sailec-Regular') format('svg');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Sailec-Bold';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('../../fonts/Sailec-Bold/fonts/Sailec-Bold.eot');
  src: url('../../fonts/Sailec-Bold/Sailec-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Sailec-Bold/Sailec-Bold.woff2') format('woff2'),
    url('../../fonts/Sailec-Bold/Sailec-Bold.woff') format('woff'),
    url('../../fonts/Sailec-Bold/Sailec-Bold.ttf') format('truetype'),
    url('../../fonts/Sailec-Bold/Sailec-Bold.svg#Sailec-Bold') format('svg');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Sailec-Medium';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('../../fonts/Sailec-Medium/Sailec-Medium.eot');
  src: url('../../fonts/Sailec-Medium/Sailec-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Sailec-Medium/Sailec-Medium.woff2') format('woff2'),
    url('../../fonts/Sailec-Medium/Sailec-Medium.woff') format('woff'),
    url('../../fonts/Sailec-Medium/Sailec-Medium.ttf') format('truetype'),
    url('../../fonts/Sailec-Medium/Sailec-Medium.svg#Sailec-Medium') format('svg');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Sailec-Light';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('../../fonts/Sailec-Light/Sailec-Light.eot');
  src: url('../../fonts/Sailec-Light/Sailec-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Sailec-Light/Sailec-Light.woff2') format('woff2'),
    url('../../fonts/Sailec-Light/Sailec-Light.woff') format('woff'),
    url('../../fonts/Sailec-Light/Sailec-Light.ttf') format('truetype'),
    url('../../fonts/Sailec-Light/Sailec-Light.svg#Sailec-Light') format('svg');
}


body:not(.has_error) .toastme {
  display: none !important;
}

body.has_error .toastme {
  z-index: 1031;
  background: rgba(255, 255, 255, .8);
  position: fixed;
}

body.has_error .toastme .toast {
  display: block !important;
}

body.has_error .toastme .toast .list-group-item {
  background-color: transparent;
}

body>.container,
body>.bg-light {
  margin-top: 80px
}

/* End Custom Fonts CSS */
body.loader,
body.has_error {
  overflow: hidden;
}

body.loader #page-loader {
  z-index: 1031;
  background-color: rgba(255, 255, 255, 0.6);
  display: block !important;
}

#card_details_error {
  display: none;
}

.sub-expired {
  position: relative;
}
.sub-expired::before {
  content: attr(data-content);
  position: absolute;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #edb54b;
  font-weight: bold;
  blur(8px)
}

.sub-expired > div {
  opacity: .1;
}

.input-info-right {
  float: right;
  display: flex;
  font-size: .7rem;
  margin-top: 5px;
}

.input-info-right.no-float {
  float: unset;
}

.input-info-right:before {
  content: 'i';
  min-width: 18.4px;
  min-height: 18.4px;
  max-width: 18.4px;
  max-height: 18.4px;

  margin-right: .4rem;
  font-size: .6rem;
  font-weight: bold;
  border: 2px solid #FDB42B;
  color: #FDB42B;
  text-align: center;
  line-height: 14px;
  border-radius: 100%;
}

.navbar-brand>img {
  width: 200px;
}

/* .navbar-brand:after {
  display: block;
  content: 'CORE';
  color: #fdb42b;
  font-family: 'Sailec-Light';
  text-align: right;
  margin-right: 20px;
  margin-top: -5px;
  font-size: 15px;
} */

/* End Custom Fonts CSS */

select,
input,
textarea {
  font-family: 'Sailec-Regular';
}

.switch {
  position: relative;
  width: 100%;
  height: 60px;
  font-weight: bold;
  display: flex;
  justify-content: end;
  align-items: center;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  -webkit-transition: .4s;
  transition: .4s;
  overflow: hidden
}

.slider:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #fdb42b;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch:before,
.slider:before {
  line-height: 54px;
  font-family: 'Sailec-Medium';
  font-size: 20px;
  font-weight: 700;
  color: #1b1b1b;
  display: block;
  padding: 0 12px;
  position: relative;
  z-index: 1
}

.switch:before {
  content: "ANNUAL SUBSCRIPTION";
  text-align: right;
}

.slider:before {
  content: "MONTHLY SUBSCRIPTION";
  display: flex;
  align-items: center;
  height: 100%;
}


.switch input:focus+.slider {
  box-shadow: 0 0 1px #D9DADC;
}

.switch input:checked+.slider:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:after {
  border-radius: 34px;
}


/** radio-card **/
.radio-card {
  height: 250px;
  position: relative;
}

.radio-card.radio-card-plan {
  height: 150px;
}

.radio-card input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #f4f4f4;
  height: 100%;
  width: calc(100% - 24px);
  position: absolute;
  cursor: pointer;
  outline: none;
  border: 4px solid #f4f4f4;
}

.radio-card input[type="radio"]:before,
.radio-card input[type="radio"]:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  background-color: #f9fafd;
  border: 1px solid #e2e6f3;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.radio-card input[type="radio"]:after {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-color: transparent;
  top: 14px;
  right: 14px;
}

.radio-card label {
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.radio-card.popular label {
  background-image: url(/images/badge-popular.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.radio-card h5 {
  font-family: 'Sailec-Bold';
  font-size: 40px;
  color: #1b1b1b;
}

.radio-card:not(.radio-card-plan) h5:after {
  display: block;
  content: 'search credits';
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
}

.radio-card h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  color: #FDB42B;
}

.radio-card h2:before,
.radio-card h2:after {
  font-weight: 400;
  font-size: 18px;
  color: #7b7b93;
}

.radio-card h2:before {
  content: '£';
}

body.monthly .radio-card h2:after {
  content: '/MONTHLY';
}

body .radio-card.topup h2:after {
  content: '/TOP-UP';
}

body:not(.monthly) .radio-card h2:after {
  content: '/ANNUAL';
}

body:not(.monthly) .monthly,
body.monthly .annual {
  display: none !important;
}

body.monthly .monthly,
body:not(.monthly) .annual {
  display: flex;
}

#dropdownMenuLink .ripple-container {
  display: none;
}

.radio-card input[type="radio"]:checked {
  border-color: #fdb42b;
}

.radio-card input[type="radio"]:checked:after {
  background-color: #fdb42b;
}

body:not(.monthly) .radio-card .year,
body.monthly .radio-card .month {
  display: block;
}

body:not(.monthly) .radio-card .month,
body.monthly .radio-card .year {
  display: none;
}


.nav-tabs {
  flex-wrap: unset;
  border: 0;
}

.nav-tabs .nav-item {
  flex-basis: 100%;
  text-align: center;
}

.nav-tabs .nav-item .nav-link {
  width: 100%;
  border: 0;
  font-size: 2rem;
  color: #c3c3c3;
  font-weight: lighter;
}

.nav-tabs .nav-link:not(.active) {
  padding: .6rem 1rem;
}

.nav-tabs .nav-link.active {
  padding: .5rem 1rem;
  color: #000;
  font-weight: 600;
}

.nav-tabs .nav-item .nav-link::first-child {
  padding-left: 0;
}

.nav-tabs .nav-item .nav-link:last-child {
  padding-left: 0;
}

.nav-tabs .nav-link i.fa {
  display: block;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: gray;
}

.nav-tabs .nav-link.active i.fa {
  color: #fdb42b;
}

.nav-tabs .nav-item .nav-link:after {
  content: "";
  margin-top: 1rem;
  display: block;
  background-color: #f4f4f4;
  height: 2px;
}

.nav-tabs .nav-item .nav-link.active:after {
  background-color: #fdb42b;
  height: 5px;
}

.form-control {
  margin-top: .4rem;
  border-radius: 0;
  padding: .6rem .5rem;
  border-width: 2px
}

.mr-3 {
  margin-right: 1rem;
}

/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.form-control.apple-switch.is-valid,
.was-validated .form-control.apple-switch:valid {
  border-color: #fdb42b;
  padding: .6rem .5rem;
  background-image: unset;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
}

input.apple-switch.form-control.is-invalid,
.was-validated input.apple-switch.form-control:invalid {
  background: unset;
  box-shadow: inset -25px 0 0 0 #ebebeb;
}

.was-validated input.apple-switch.form-control:focus {
  background: #ebebeb;
}

input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  min-width: 50px;
  max-width: 50px;
  height: 25px;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -25px 0 0 0 #ebebeb;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
  box-shadow: inset 25px 0 0 0 #fdb42b;
  border-color: #fdb42b;
}

input.apple-switch:checked:after {
  left: 25px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

/** The CSS shown here will not be introduced in the Quickstart guide, but shows **/
.line-warning {
  width: 90px;
  height: 5px;
  background-color: #fdb42b;
  margin: 0 auto 20px auto;
}

.bold-501 {
  font-family: Sailec-Regular;
  font-weight: bolder;
}

.bg-warning {
  background-color: #fdb42b !important;
}

.text-warning {
  color: #fdb42b !important;
}

.bg-light {
  background-color: #f4f4f4 !important;
}

.container {
  max-width: 1665px;
}

.navbar {
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .2);
  padding: 0;
}

.btn {
  border-radius: 0;
  border: 2px solid #000;


}

.navbar>.container {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.navbar .d-flex.btn-nav {
  justify-content: flex-end !important;
  display: flex !important;
  flex-grow: 1;
  gap: 15px
}

.navbar .d-flex.btn-nav .btn {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.call a:hover,
.call a:focus,
.call a.active,
.navbar .d-flex.btn-nav .btn:hover,
.navbar .d-flex.btn-nav .btn:focus,
.navbar .d-flex.btn-nav .btn.active {
  border-color: #fdb42b;
  outline: 0;
  box-shadow: unset;
}

.form-control:focus {
  border-color: #fdb42b;
  outline: 0;
  box-shadow: unset;
}


.d-flex.btn-nav .btn {
  font-size: 15px;
  font-weight: 500;
}

.btn.bg-warning {
  border-radius: 0;
  border-color: #fdb42b;
  background-color: #fdb42b;
}

.btn-nav .btn.btn-full {
  padding: 25px
}

.btn-nav .btn.btn-gray {
  background-color: #808080;
  border-color: #808080;
  color: #fff
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* new style  */

#checkout-form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;

  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.form-card {
  text-align: left
}

#checkout-form fieldset:not(:first-of-type) {
  display: none
}

.multi_step_form #checkout-form #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  padding-left: 0;

}

.multi_step_form #checkout-form #progressbar li {
  list-style-type: none;
  color: #989898;
  font-size: 20px;
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 11px;
  font-weight: 300;
  display: block;
}

.multi_step_form #checkout-form #progressbar .col-md-4:nth-child(2) li:before,
.multi_step_form #checkout-form #progressbar .col-md-6:nth-child(1) li:before {
  content: "\f51e";
}

.multi_step_form #checkout-form #progressbar .col-md-4:nth-child(3) li:before,
.multi_step_form #checkout-form #progressbar .col-md-6:nth-child(2) li:before {
  content: "\f09d";
}

.multi_step_form #checkout-form #progressbar .col-md-4 li::before,
.multi_step_form #checkout-form #progressbar .col-md-6 li::before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  content: "\f007";
  font-weight: 900;
  margin: auto;
  font-size: 2rem;
}

.multi_step_form #checkout-form #progressbar li::after {
  content: "";
  width: 100% !important;
  height: 1px !important;
  background: rgba(27, 27, 27, 0.2);
  position: absolute;
  left: 0;
  bottom: 1.5px;
  z-index: 1;
}

.multi_step_form #checkout-form #progressbar li:last-child::after {
  width: 176%;
}

.multi_step_form #checkout-form #progressbar li.active {
  color: #1b1b1b;
  font-family: 'Sailec-Medium';
  font-weight: 500;
  width: 100%;


}

.multi_step_form #checkout-form #progressbar li.active span {
  font-family: 'Sailec-Bold';


}

.multi_step_form #checkout-form #progressbar li.active:before,
.multi_step_form #checkout-form #progressbar li.active:after {
  color: #fdb42b;
}

.multi_step_form #checkout-form #progressbar li.active1::before {
  content: "\f00c" !important;
  background-color: rgba(60, 60, 59, 0.06);
  font-size: 21px;
}


.multi_step_form #checkout-form #progressbar li.active::after {
  height: 4px !important;
  bottom: 0;
  background-color: #fdb42b;
}

.active1 span {
  color: #1b1b1b !important;
  font-family: 'Sailec-Light' !important;
}

.multi_step_form #checkout-form #progressbar li.active1::after {
  background: #c3c3c3;
  color: #c3c3c3;
  height: 1px !important;
}

#cCardWrapper .form-control {
  height: 51.6px;
  max-height: 51.6px;
}

.new_link_area_design {
  text-align: center;
}

.link_a {

  border-top: 1px solid #ced4da;
  padding: 30px 0;
}

.link_a ul li {
  list-style: none;
  font-size: 15px;
  color: #1b1b1b;
  line-height: 26px;
}

.link_a ul li a {
  color: #fdb42b;
  text-decoration: none;
}

.footer_area_design {
  width: 100%;
  padding: 22px 0;
  background: #242424 url(/images/back.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 0 0;
  background-size: contain;
  background-position: right bottom;
}

.footer_left img {
  width: 161px;
}

.footer_left p {
  color: #7B7B7B;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer_right {

  text-align: right;
}

.call a {
  color: #FFF;
  text-decoration: none;
  border: 2px solid #FFF;
  padding: 8.8px 24px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
}

.f_link ul {
  display: flex !important;
  justify-content: flex-end;
  margin-bottom: 0;
  list-style-type: none;
}

.f_link ul li {
  list-style: none;
  display: flex;
}

.f_link ul li:not(:last-child):after {
  content: ' | ';
  color: #7B7B7B;
  margin: -2px 10px 0;
}

.f_link ul li a {
  font-size: 12px;
  color: #7B7B7B;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}

.f_link ul li a span {
  margin-left: 5px;
}

.price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 29px;
}

.price p {
  margin-bottom: 0;
  margin-right: 13px;
  font-size: 25px;
  font-weight: 700;
  color: #FDB42B;
}

.price p span {
  color: #959595;
  font-size: 15px;
}

.price a {
  font-size: 20px;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
  text-decoration: none;
  padding: 15px 38px 10px;
  font-weight: bold;
}

.total_top p {
  font-size: 15px;
  color: #1b1b1b;
}

.total_top ul li {
  font-size: 15px;
  color: #1b1b1b;
  padding-bottom: 10px;
}

.sub_total h5 {
  font-size: 18px;
  font-weight: 500;
}

.total_div {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}

.sing {
  display: flex;
  justify-content: space-between;
}

.sing p {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.sing p:last-child {

  border-left: 1px solid rgba(27, 27, 27, 0.2);
  width: 96px;
  text-align: center;
}

.sing2 p {
  font-weight: 700;
  padding-top: 14px;
}

.sing2 p:last-child {
  border-left: 0;
}

.promotional p {
  color: #959595;
}

.promotional input {
  width: 100%;
  padding: 12px;
  color: #000;
}

.a_new {
  position: relative;
}

.promotional p {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.submit {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
}

.submit button {
  background: #3C3C3B;
  font-size: 15px;
  color: #FDB42B;
  width: 100%;
  height: 100%;
  border: 1px solid #3C3C3B;
}

.button_flex {
  display: flex;
  justify-content: space-between;
}

.next,
.previous_button,
.buy_now {
  border: 2px solid #000;
  color: #000;
  padding: 8px 28px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.next:hover,
.buy_now:hover {
  color: #fff;
}

.previous_button {
  margin-left: 10px;
  background-color: #fff;
}

.next,
.buy_now {
  border-color: #fdb42b;
  margin-right: 10px;
  float: right;
}

.step_content_full_area33 {
  margin-bottom: 30px;
}

#gbp {
  background: #212529;
  width: 100px;
  height: 100%;
  border: none;
  color: #FFF;
  padding: 11px;
  font-weight: 700;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.gbp1 {
  position: relative;
  height: 78px;
}

.gbp1:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  color: #FFF;
}

.d-flex {
  display: flex !important;
  align-items: center;
}

body.d-flex {
  align-items: unset;
}

.multi_step_form #checkout-form #progressbar li span {
  padding: 12px 0;
  display: block;
  font-family: 'Sailec-Light';
}

.custom-select {
  position: relative;
  width: 125px !important;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  height: 77px !important;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 36px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.country_select select {
  color: #ACACAC
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 30px;
}

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  height: 78px;
  display: flex;
  align-items: center;
}

.select-items {
  position: absolute;
  background-color: #3C3C3B;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



@media all and (max-width: 991px) {
  .multi_step_form #checkout-form #progressbar li {
    font-size: 1.5rem;
  }


  .footer_left {
    text-align: center;
    margin-top: 25px;
  }

  .footer_right {
    text-align: center;
  }

  .f_link ul {
    justify-content: center;
  }

  .footer_area_design .row {
    flex-direction: column-reverse;
  }

  .footer_area_design .row .col-md-6 {
    width: 100%;
  }
}

@media all and (max-width:667px) {
  .btn-nav .btn.btn-full {
    padding: 12px !important;
  }

  .select-selected {
    height: 52px !important;
  }

  .custom-select {
    position: relative;
    width: 99px !important;
  }

  .select-selected::after {
    top: 25px;
  }

  .select-selected.select-arrow-active::after {
    top: 18px;
  }

  element {
    margin-top: 3rem;
    padding: 2rem;
  }
}


@media all and (max-width:575px) {
  .f_link ul {
    justify-content: center;
    display: block;
    text-align: center;
  }

  .f_link li {
    list-style: none;
    float: left;
  }

  .f_link ul {
    justify-content: center;
    display: inline;
    text-align: center;
    padding: 0 !important;
  }
}

/* End New style  */