body {
    margin: 0;
    font-family: var(--bs-domaincertin-font-family);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .btn {
    font-family: var(--bs-domaincertin-font-family);
}
h1 {
    font-size: 50px;
    line-height: 1.3;
}
a {
    text-decoration: none;
}
.fw__300 {
    font-weight: 300;
}
.fw__400 {
    font-weight: 400;
}
.fw__500 {
    font-weight: 500;
}
.fw__600 {
    font-weight: 600;
}
.fw__700 {
    font-weight: 700;
}
.fw__800 {
    font-weight: 800;
}
.fw__900 {
    font-weight: 900;
}
.mb__20 {
    margin-bottom: 20px;
}
.ml__auto {
    margin-left: auto;
}
.mr__auto {
    margin-right: auto;
}
.fstyl__i {
    font-style: italic;
}
.fs__14 {
    font-size: 14px;
    line-height: 1.3;
}
.fs__16 {
    font-size: 16px;
    line-height: 1.3;
}
.fs__30 {
    font-size: 2rem;
    line-height: 1.3;
}
.fs__40 {
    font-size: 2.2rem;
    line-height: 1.3;
}
.lh__1-1 {
    line-height: 1.1;
}
.text__light-grey {
    color: #F1F2F2;
}
.btn-xl {
    text-transform: none;
}
.flexed {
    display: flex;
}
.navbar-brand {
    padding-top: 0;
}
header.masthead {
    background-image: none;
    background-color: #000;
}
.banner__logo {
    margin-bottom: 20px;
}
.text__domaincertin-yelow {
    color: #D7FF2B;
}
header.masthead h1, header.masthead .h1 {
    font-size: 2.25rem;
    line-height: 2.6rem;
}
.btn__domaincertin-yellow {
    background: #D7FF2B;
    border: 1px solid #000;
    border-radius: 26px;
    color: #000;
}
.btn {
    padding: 12px 40px;
}
.navbar__domaincertn-btn {
    padding: 12px 20px;
}
#mainNav.navbar-shrink {
    box-shadow: rgba(0, 0, 0, 0.15) 0 .5rem 1rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 130.5%;
    color: #F1F2F2;
    font-family: var(--bs-domaincertin-font-family);
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #CDCDCD;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #444!important;
}
.subtitle-fullwidth {
    margin-top: 15px;
}
.grey-big-dot {
    height: 9px;
    width: 9px;
    background: #A9A9A9;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.sec > .showcase-img img {
    max-width: 400px;
}
.sec h2 {
    font-size: 48px;
    line-height: 52px;
}
.sec4 {
    background: #000;
}
.sec4 > .showcase-img img {
    margin-top: 150px;
}
.sec4 ul {
    padding-left: 0;
    margin-top: 30px;
}
.sec4 ul li {
    font-weight: 300;
    font-size: 27px;
    line-height: 1.3;
    color: #FFF;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.sec4 ul li p {
    margin-bottom: 0;
}
.sec4 ul li img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section__videos .section__videos__grids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 60%;
    margin: 0 auto;
}
.section__videos .col {
    border-radius: 12px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    text-align: center;
}
.section__videos .video__title {
    font-weight: 400;
    font-size: 1.55rem;
    line-height: 1.3;
    color: #2F3434;
    margin-bottom: 30px;
    max-width: 75%}
.section__videos .video__container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%}
.section__videos .video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #000;
}
.menu-btn {
    position: relative;
    z-index: 3;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: all .5s ease-out;
}
.menu-btn .btn-line {
    width: 28px;
    height: 2px;
    margin: 0 0 7px;
    background: #D7FF2B;
    transition: all .5s ease-out;
}
.menu-btn.close {
    transform: rotate(180deg);
}
.menu-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}
.menu-btn.close .btn-line:nth-child(2) {
    opacity: 0;
}
.menu-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}
footer a, footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}
footer a:hover {
    color: #DDD;
}
.search__button-group {
    display: flex;
    justify-content: space-between;
}
.continuetocart-button {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    padding: 12px 20px!important;
    white-space: normal;
    text-transform: unset;
    background: #F5F5F5;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: 0 -2px 24px #000;
    box-shadow: 0 -2px 24px #000;
    border-radius: 55px;
    color: #D0D0D0;
    margin-left: 15px;
}
.custom-search {
    position: relative;
    width: 70%}
.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 55px;
    padding: 16px 230px 16px 20px;
    box-sizing: border-box;
    outline: none;
}
.custom-search-botton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 55px;
    z-index: 2;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.09);
    border-radius: 55px;
    padding-left: 20px;
    padding-right: 20px;
}
.custom-search-botton-mob {
    display: none;
}
.bg-domaincertin-yellow {
    background-color: #D7FF2B;
}
.border-radius-40 {
    border-radius: 40px;
}
.box-shadow-1 {
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
}
.padding-40px-all {
    padding: 40px;
}
.no-padding-top {
    padding-top: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.padding-3rem-right {
    padding-right: 3rem!important;
}
.mb__40 {
    margin-bottom: 40px;
}
.fs__18 {
    font-size: 18px;
    line-height: 1.3;
}
.fs__24 {
    font-size: 24px;
    line-height: 1.3;
}
.fs__44 {
    font-size: 44px;
    line-height: 1.3;
}
.fw__300 {
    font-weight: 300;
}
.searchresults__section, .domain_checking-message {
    display: none;
}
.searchresults__section {
    padding-bottom: 8rem;
}
.domain_checking-message {
    margin: auto;
    margin-top: 25px;
}
.domain_checking-message.error {
    color: red;
}
.searchresult__wrapper table td {
    border-bottom: 1px solid #ddd;
}
.searchresult__wrapper table tr:first-child td {
    border-top: 1px solid #ddd;
}
.check_filter-message {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.domaincertin_text-blue {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #FFF;
    margin-bottom: 10px;
}
#selected_domains_block {
    display: none;
}
@media (min-width: 1200px) {
    .custom-search {
    position: relative;
    width: 79%}
.search__continuetocart {
    width: calc(100% - 80%);
}
}@media (min-width: 992px) {
    header.masthead {
    min-height:  30rem;
    padding-top:  4rem;
    height:  calc(100vh - 4rem);
}
.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}
.navbar-brand img.beyoncerts-logo-mob {
    display: none;
}
.menu-btn {
    display: none;
}
#mainNav {
    background-color: #000;
}
#mainNav.navbar-shrink {
    box-shadow: rgba(0, 0, 0, 0.15) 0 .5rem 1rem;
    background-color: #000;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #F1F2F2;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ddd;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #F1F2F2;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #ddd;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #ddd!important;
}
.continuetocart-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    padding: 12px 20px!important;
    white-space: normal;
    text-transform: unset;
    background: #F5F5F5;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: 0 -2px 24px #000;
    box-shadow: 0 -2px 24px #000;
    border-radius: 55px;
    color: #D0D0D0;
    margin-left: 15px;
}
.custom-search-botton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.09);
    border-radius: 55px;
    padding-left: 40px;
    padding-right: 40px;
}
section.showcase.sections {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.sec > div:first-child {
    padding-right: 3rem;
}
.sec > div:last-child {
    padding-left: 3rem!important;
}
.sec > div.order-lg-2:first-child {
    padding-right: 0;
}
.your__verified-business .sec > div {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.your__verified-business-img {
    margin-right: 3rem!important;
    padding-top: 4rem;
}
.max__w-650 {
    max-width: 650px;
}
.max__w-700 {
    max-width: 700px;
}
.max__w-800 {
    max-width: 800px;
}
.max__w-960 {
    max-width: 960px;
}
.max__w-90per {
    width: 90%}
}@media (min-width: 768px) {
}
@media (max-width: 1361px) {
    .lg-no-br br {
    display: none;
}
}@media (max-width: 992px) {
    .navbar-collapse {
    height: calc(100vh - 40px);
    margin-top: 20%}
.nav-container {
    position: relative;
}
#mainNav .navbar-nav .nav-item {
    background-image: url(/media/ljqptgkb/nav-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}
#mainNav {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #000;
    transition: background-color .2s ease;
}
.navbar-brand img.beyoncerts-logo-desk {
    display: none;
}
.showcase .showcase-text, .showcase-img {
    padding: 4rem;
}
.navbar__domaincertn-btn {
    background: none;
    color: #F1F2F2;
    font-weight: 500;
    font-size: 24px;
    line-height: 130.5%;
    border-radius: 0;
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
}
.navbar__domaincertn-btn:hover {
    color: #CDCDCD;
}
.navbar__domaincertn-btn:focus {
    box-shadow: none;
}
.sec3 img, .sec4 img {
    max-width: 400px;
}
.sec4 > .showcase-img img {
    margin-top: 0;
}
.section__videos .section__videos__grids {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    /*flex-flow: column;*/
    flex-flow: unset;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.section__videos .video__title {
    max-width: 100%;
}
.section__videos .col {
    width: 100%}
.section__videos .col:first-child {
    margin-bottom: 50px;
}
.md-no-margin-bottom {
    margin-bottom: 0!important;
}
.domain-name {
    text-align: center!important;
    padding-bottom: 0!important;
}
.domain-adv.no-padding-left {
    padding-left: 4rem!important;
    padding-top: 2rem!important;
}
.md-no-br br {
    display: none;
}
}@media (max-width: 767px) {
    .custom-search {
    position: relative;
    width: 100%}
.search__button-group {
    flex-direction: column;
}
.custom-search-botton-mob {
    display: block;
    position: relative;
    width: 45%}
.custom-search-botton-desktop {
    display: none;
}
.search__continuetocart {
    margin-top: 20px;
}
.domaincertin .search__section .search__elem .continuetocart-button {
    width: 45%!important;
}
.custom-search-input {
    padding: 16px 20px;
}
.break__mob {
    display: block;
}
.showcase .showcase-text, .showcase-img {
    padding: 3rem;
}
.search__continuetocart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sec > .showcase-img img {
    max-width: 100%}
.xs-no-br br {
    display: none;
}
.domain-name {
    padding-top: 2rem!important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.domain-adv.no-padding-left {
    padding-left: 3rem!important;
}
.fs__40 {
    font-size: 1.6rem;
}
h1 {
    font-size: 40px;
}
.fs__44,
.sec h2 {
    font-size: 34px;
}
.sec h2 {
    font-size: 34px;
    line-height: 40px;
}
.lead {
    font-size: 1.1rem;
}
.sec4 ul li {
    font-size: 20px;
}
h3, .h3 {
    font-size: calc(1.1rem + 0.6vw);
}
.fs__18 {
    font-size: 16px;
}
header.masthead h1, header.masthead .h1 {
    font-size: 2.0rem;
    line-height: 2.4rem;
}
.fs__24 {
    font-size: 19px;
}
.searchresults__section {
    padding-bottom: 1rem;
}
.padding__mob-2rem {
    padding: 2rem !important;
}
.paddingb__mob-2rem {
    padding-bottom: 2rem !important;
}
.paddingb__mob-0 {
    padding-bottom: 0 !important;
}
.padding__mob-0 {
    padding: 0 !important;
}
.page-section {
    padding: 3rem 0;
}
.sec4 ul li img {
    width: 25px;
    height: 25px;
}
}@media (max-width: 500px) {
    .fs__40 {
    font-size: 1.2rem;
}
h1,
.fs__44,
.sec h2 {
    font-size: 30px;
    line-height: 36px;
}
.lead {
    font-size: 1rem;
}
.sec4 ul li {
    font-size: 18px;
}
h3, .h3 {
    font-size: calc(1rem + 0.6vw);
}
.fs__18 {
    font-size: 14px;
}
header.masthead h1, header.masthead .h1 {
    font-size: 1.7rem;
    line-height: 2.2rem;
}
.fs__24 {
    font-size: 17px;
}
.sec4 ul li img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
}
@media (max-width: 400px) {
.custom-search-botton-mob {
    font-size: 12px;
}
.continuetocart-button {
    font-size: 12px;
}
.custom-search-input {
    font-size: 12px;
}
}