.broadcast-dentist .game-broadcast-veterenary h4 {
    font-size: 28px;
}

.broadcast-veterenary .veterenary-form-area {
    background: #fbfbfb;
    padding: 30px 19px;
    border-radius: 20px;
    margin-left: -80px;
    margin-top: 100px;
}

.broadcast-dentist .automotive-form-area {
    background: #fbfbfb;
    padding: 30px 18px;
    border-radius: 20px;
    margin-left: -90px;
    margin-top: 100px;
}

.broadcast-dentist .form-area,
.broadcast-dentist .submitbtn .btnall {
    font-size: 13px;
    width: auto;
}

.broadcast-dentist h2,
.broadcast-veterenary h2 {
    font-size: 40px;
}

.broadcast-veterenary h3 {
    font-size: 38px;
}

.landing-pages-foote .footer-menu ul li {
    background: none;
    padding-left: 10px;
    margin-top: 0;
}

.heading-error {
    /* bottom: 0; */
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 280px;
    color: rgb(225 226 227);
    right: 0;
    left: 0;
}

.content-error {
    margin-top: -70px;
    position: relative;
    text-align: center;
    justify-content: center;
}

.error {
    padding: 180px 0;
}

.error h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.error .btnall {
    border: none;
}


.content-error p {
    font-size: 18px;
    margin: auto;
}

.talk-form {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.res-menu .nav-item:hover {
    background: #00B4D7;
}

.highlight-color {
    color: #00b4d7;
}

#card-element {
    max-width: 35rem;
    margin-left: 4px;
    padding: 10px;
    border-color: white;
}

#payment-form label {
    width: 100%;
}


/* Loader styling */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-overlay .spinner {
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #00b4d7;
    color: #fff;
    font-size: 1em;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1199px) {
    .broadcast-dentist .automotive-form-area {
        margin-left: -70px;
    }
}

@media (max-width: 992px) {

    .broadcast-dentist .game-broadcast-veterenary h4,
    .broadcast-veterenary h2,
    .broadcast-veterenary h3 {
        font-size: 24px;
    }

    .broadcast-dentist .automotive-form-area,
    .broadcast-veterenary .veterenary-form-area {
        padding: 20px;
        margin-left: 0px;
        margin-top: 30px;
    }

    .break-line-992 br {
        display: none;
    }

    .heading-error {
        font-size: 200px;
    }

    .error h1 {
        font-size: 30px;
    }

    .content-error p {
        font-size: 16px;
    }

    .error {
        padding: 100px 15px 80px;
    }
    #card-element {
        max-width: -webkit-fill-available;
        margin-left: 4px;
        padding: 10px;
        border-color: white;
    }
}

@media (max-width: 567px) {

    .paediatricians-btn .btnall,
    .broadcast-dentist .submitbtn .btnall,
    .dentists-need .btnall,
    .download-marketing-guide .btnall {
        font-size: 9px;
        padding: 10px 10px;
    }

    .heading-error {
        font-size: 170px;
    }

    .error {
        padding: 100px 15px 30px;
    }

    .content-error {
        margin-top: -100px;
        position: relative;
        text-align: center;
        justify-content: center;
    }
}