@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&display=swap");

* {
    transition: all 0.5s ease-in-out;
    font-family: "Hind", sans-serif;
    font-weight: 400;
}

html,
body {
    scroll-behavior: smooth;
    font-size: 100%;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #F7382C url(../images/bg-loading-page.png) no-repeat;
    background-size: cover;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Navbar */
nav.navbar {
    background: url(../images/navbar-bg.png) no-repeat;
    background-size: cover;
}

.logo {
    width: 310px;
}

@media (max-width: 576.98px) {
    .logo {
        width: 200px;
    }
}

.navbar-toggler {
    outline: 0 !important;
    color: #ffffff;
    font-size: 30px;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
}

.navbar-nav .nav-link.navbar-yellow-btn {
    text-align: center;
    width: 204px;
    height: 49px;
    display: block;
    background: #ffd439 0% 0% no-repeat padding-box;
    border-radius: 29px;
    line-height: 40px;
    font-weight: 600;
    color: #c98b39;
}

.desktop-menu {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #39452933;
    padding: 1.2rem 0;
    position: relative;
}

.dt-links-wrapper {
    display: flex;
}

.dt-links-wrapper a {
    font-size: 16px;
    color: #000;
}

.navbar-buy-now-btn {
    display: block;
    width: 177px;
    height: 44px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 44px;
    border: 1px solid rgba(71, 71, 71, 0.24);
    border-radius: 24px;
}

.navbar-buy-now-btn:hover {
    color: #000;
    text-decoration: none;
}

/*  */
.osrs-gold {
    padding: 4rem 0;
    background: url(../images/hero-section-bg.png) no-repeat;
    background-size: cover;
}

.osrs-gold .heading {
    max-width: 687px;
    background: transparent
        linear-gradient(180deg, #f4391f 0%, #f04922 17%, #fc802c 67%, #ff840b 100%)
        0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    font-size: 29px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #f7f7f7;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.osrs-gold .heading span {
    padding-left: 3rem;
}

@media (max-width: 576.98px) {
    .osrs-gold .heading {
        font-size: 18px;
    }

    .osrs-gold .heading span {
        padding-left: 1rem;
    }
}

.osrs-gold-card {
    border: 4px solid #f4391f;
    border-radius: 29px;
    overflow: hidden;
}

.osrs-gold-card .title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    color: #f73619;
    background: #ffffff;
}

.gold-procedure {
    background: #f4f4f5;
    display: flex;
    align-items: center;
}

.gold-procedure div {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #575555;
}

.gold-procedure div .fa-chevron-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #7887a1;
    font-size: 25px;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .gold-procedure div {
        font-size: 14px;
        line-height: 20px;
    }

    .gold-procedure div .fa-chevron-right {
        font-size: 20px;
    }
}

@media (max-width: 576.98px) {
    .gold-procedure div {
        font-size: 14px;
        line-height: 20px;
    }

    .gold-procedure div .fa-chevron-right {
        font-size: 20px;
    }
}

.quick-title {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    color: #7887a1;
}

.quick-buy-btns {
    display: flex;
}

.quick-buy-btns a {
    width: 33%;
}

.quick-buy-btns a span {
    display: block;
    width: 100%;
    height: 49px;
    background: #ffd439 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 29px;
    text-align: center;
    font-size: 16px;
    line-height: 49px;
    font-weight: 600;
    color: #9a6a2b;
}

.quick-buy-btns a:nth-of-type(2) {
    margin: 0 1rem;
}

.quick-buy-btns a {
    text-decoration: none;
}

.quick-buy-btns a .xs {
    display: none;
}

@media (max-width: 1199.98px) and (min-width: 992px), (max-width: 576.98px) {
    .quick-buy-btns a .lg {
        display: none;
    }

    .quick-buy-btns a .xs {
        display: block;
        height: 32px;
        line-height: 32px;
        font-size: 21px;
    }

    .quick-title {
        font-size: 18px;
        line-height: 30px;
    }
}

.buy-gold-input-wrapper {
    flex-wrap: wrap;
}

.buy-gold-input-wrapper label {
    display: block;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #7887a1;
}

.buy-gold-input-wrapper input {
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #7887a1;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 700;
    color: #bdc3cc;
    padding: 0 1rem;
    outline: 0 !important;
}

.padding-bottom-extra {
    padding-bottom: 11.5rem;
}

.sell-gold-symbol {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199.98px) and (min-width: 992px), (max-width: 576.98px) {
    .buy-gold-input-wrapper label {
        font-size: 15px;
        line-height: 20px;
    }

    .buy-gold-input-wrapper input {
        height: 42px;
        font-size: 15px;
        padding: 0 0.5rem;
    }

    .padding-bottom-extra {
        padding-bottom: 9.8rem;
    }
}

.gold-footer {
    background: #f4f4f5;
    border-top: 1px solid #c6ced870;
}

.gold-footer .button {
    width: 136px;
    height: 49px;
    background: #f4391f 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 29px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 49px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;
    outline: 0 !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.currency-select {
    color: #7887a1;
    font-weight: 600;
    -webkit-appearance: button;
    -webkit-padding-end: 2px;
    -webkit-padding-start: 0px;
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: 0 !important;
}

.g-img {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 120px;
}

/*  */
.runescape-oldschool-gold {
    padding: 5rem 0 3rem;
    background: url(../images/bg-second-homepage.png) no-repeat;
    background-size: cover;
}

.runescape-oldschool-gold .heading {
    font-size: 43px;
    line-height: 68px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #ffffff;
}

.runescape-oldschool-gold .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.gold-statistics {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    position: relative;
}

.state {
    border-bottom: 1px dashed rgba(112, 112, 112, 0.5);
    padding: 0.75rem 0;
}

.state:nth-of-type(2) {
    border: none;
}

.state .value {
    font-size: 43px;
    line-height: 68px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1cb0d4;
}

.state .label {
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #303a43;
    display: block;
    margin-top: -0.5rem;
}

.d-img {
    position: absolute;
    bottom: -0.5rem;
    right: -4rem;
    width: 160px;
}

@media (max-width: 576.98px) {
    .d-img {
        right: 0;
        width: 130px;
    }

    .runescape-oldschool-gold .heading {
        font-size: 35px;
        line-height: 47px;
    }

    .runescape-oldschool-gold .text {
        font-size: 14px;
        line-height: 21px;
    }

    .state .value {
        font-size: 35px;
        line-height: 47px;
    }

    .state .label {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0;
    }
}

/*  */
.features {
    margin: 4rem 0;
    padding: 0rem 0 1rem;
    border: 1px solid #70707022;
}

.features .text {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0px;
    padding-left: 0.75rem;
    white-space: nowrap;
}

.features .text strong {
    display: block;
}

@media (max-width: 576.98px) {
    .features {
        margin: 2rem 0;
    }

    .features .text {
        font-size: 16px;
        line-height: 20px;
    }

    .features img.img-fluid {
        width: 50px;
    }
}

/*  */
.feedback {
    background: url(../images/feedback-bg.png) no-repeat;
    background-size: cover;
    padding: 1rem 0 3rem;
}

.feedback .heading {
    width: 290px;
    height: 52px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font-size: 18px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #303a43;
}

.feedback .heading .fa-star {
    color: #ffcd43;
}

.feedback-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 2rem 1rem 0;
}

.feedback-wrapper .person-name {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #303a43;
}

.feedback-wrapper .feedback-text {
    font-size: 16px;
    line-height: 21px;
    color: #303a43;
}

.feedback-stars {
    border-top: 1px dashed rgba(112, 112, 112, 0.5);
    margin-top: 1rem;
    padding: 1rem 0;
}

.feedback-stars .fa-star {
    color: #ffcd43;
}

/*  */
.other-section .heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #303a43;
    margin-top: 2rem;
}

.other-section .title {
    font-size: 24px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #f7371f;
}

.other-section .text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
}

.logos-wrapper {
    margin-top: 3rem;
}

@media (min-width: 992px) {
    .logos-wrapper {
        margin-top: 6rem;
    }
}

/*  */
footer {
    background: #f74c29 0% 0% no-repeat padding-box;
}

.footer-contents {
    padding: 2rem 0 1rem;
}

.footer-links-title {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
    color: #ffffff;
}

.footer-link {
    display: block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
}

.footer-link:hover {
    color: #000000;
}

.copyright-text {
    background: #cc463e;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding: 0.75rem 0;
}

@media (max-width: 576.98px) {
    .footer-links-title {
        font-size: 20px;
        line-height: 32px;
    }

    .footer-link {
        font-size: 11px;
        line-height: 18px;
    }
}

/*  */
.gold-section {
    background: url(../images/hero-section-bg.png) no-repeat;
    background-size: cover;
    padding-top: 5rem;
}

.gold-section .wrapper {
    border: 4px solid #f74c29;
    border-radius: 29px;
    overflow: hidden;
}

.gold-section .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #575555;
}

.gold-section .title .mobile {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #f73619;
}

.gold-procedure-method {
    background: #f4f4f5 0% 0% no-repeat padding-box;
    border-top: 2px solid #c6ced870;
    border-bottom: 2px solid #c6ced870;
    display: flex;
    align-items: center;
}

.procedure-method-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.procedure-text {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #575555;
    padding-left: 1rem;
}

.gold-procedure-redirection {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: #7887a1;
}

@media (max-width: 767.98px) {
    .gold-section .title {
        font-size: 14px;
        line-height: 19px;
    }

    .procedure-text {
        font-size: 16px;
        line-height: 18px;
        padding-left: 0;
    }

    .gold-procedure-redirection {
        font-size: 20px;
    }
}

@media (max-width: 460px) {
    .procedure-text {
        font-size: 14px;
        line-height: 17px;
    }

    .gold-procedure-redirection {
        font-size: 18px;
    }
}

.content-title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #7887a1;
}

.quick-osrs-gold-btns {
    display: flex;
}

.quick-osrs-gold-btns a {
    width: 33%;
}

.quick-osrs-gold-btns a:nth-of-type(2) {
    margin: 0 1rem;
}

.quick-osrs-gold-btns a:hover {
    text-decoration: none;
    color: #c98b39;
}

.quick-osrs-gold-btns a span {
    display: block;
    background: #ffd439 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 29px;
    text-align: center;
}

.quick-osrs-gold-btns a span.lg {
    height: 49px;
    font-size: 16px;
    line-height: 49px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #9a6a2b;
}

.quick-osrs-gold-btns a span.xs {
    height: 32px;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #c98b39;
}

.buy-btn-lg {
    display: block;
    width: 198px;
    height: 49px;
    background: #ffd439 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    text-align: center;
    font-size: 22px;
    line-height: 49px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    outline: 0 !important;
    cursor: pointer;
}

.here-gold-footer {
    background: #f4f4f5 0% 0% no-repeat padding-box;
    border: 2px solid #c6ced870;
}

.here-gold-footer21 {
    background: #FFD439 padding-box;
    border: 2px solid #c6ced870;
}
.d-1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #7887a1;
}

.d-121 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
}


.d-1 a {
    background: #ffd439 0% 0% no-repeat padding-box;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #cb8e39;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
}

.d-1 a:hover {
    color: #cb8e39;
    text-decoration: none;
}

.d2 a {
    text-decoration: underline;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #7887a1;
}

@media (max-width: 991.98px) {
    .buy-btn-lg {
        width: 170px;
        height: 42px;
        font-size: 16px;
        line-height: 42px;
    }
}

/*  */
.checkout-page {
    background: url(../images/hero-section-bg.png) no-repeat;
    background-size: cover;
    padding-top: 5rem;
}

.checkout-wrapper {
    background: #ffffff;
    border: 2px solid #f4391f;
    border-radius: 29px;
    overflow: hidden;
}

.checkout-wrapper .heading {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    color: #7887a1;
}

.checkout-info-wrapper {
    background: #f4f4f5 0% 0% no-repeat padding-box;
    border: 2px solid #c6ced870;
    border-radius: 29px;
    height: 100%;
}

.checkout-info-wrapper .text {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #7887a1;
}

.order-infos,
.payment-methods {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 400px;
    margin: 3rem auto 2rem;
    position: relative;
}

.order-infos::before {
    content: "";
    height: 100%;
    border-left: 2px solid #bdc3cc;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateX(-45%);
}

.order-infos div.text {
    width: 50%;
    margin: 0 0 1rem;
}

.payment-methods button {
    width: 46%;
    height: 49px;
    margin: 1rem 2%;
    background: rgba(255, 212, 57, 0.5);
    border-radius: 29px;
    border: none;
    outline: 0 !important;
    cursor: pointer;
}

.payment-methods button.active,
.payment-methods button:hover {
    background: #ffd439;
}

.ss-img {
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 576.98px) {
    .checkout-info-wrapper .text {
        font-size: 16px;
        line-height: 22px;
    }

    .payment-methods button {
        height: 40px;
    }
}

.checkout-wrapper-footer {
    background: #f4f4f5 0% 0% no-repeat padding-box;
    border: 2px solid #c6ced870;
    height: 89px;
    position: relative;
}

.checkout-wrapper-footer p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #7887a1;
}

.checkout-btn {
    width: 180px;
    height: 57px;
    background: #ffd439 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    font-size: 20px;
    line-height: 57px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    border: none;
    outline: 0 !important;
    cursor: pointer;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

@media (max-width: 991.98px) {
    .checkout-wrapper-footer {
        height: 70px;
    }

    .checkout-wrapper-footer p {
        top: 85%;
        bottom: 0;
        left: 0;
        transform: translateY(-85%);
        font-size: 16px;
    }

    .checkout-btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        top: -1rem;
    }
}

/*  */
.faqs {
    padding: 4rem 0;
}

.faqs .heading {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #f73a2e;
}

.search-wrapper {
    display: flex;
}

.search-wrapper .input {
    width: 400px;
}

.search-wrapper input {
    width: 100%;
    height: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d8d8d8;
    border-radius: 29px;
    outline: 0 !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #919191;
    padding: 0 1rem;
}

.search-wrapper input::placeholder {
    color: #919191;
}

.search-wrapper button {
    background: transparent;
    border: none;
    outline: 0 !important;
    cursor: pointer;
    font-size: 20px;
    color: #919191;
    margin-left: 1rem;
    margin-top: 0.75rem;
}

.search-help-text {
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 0px;
    color: #919191;
}

.contents-table {
    background: #ffd439 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 29px;
    padding: 2rem;
}

.contents-table .title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #434343;
}

.contents-table .title i {
    color: #858585;
    font-size: 19px;
    margin-right: 1rem;
}

#accordion,
#accordion * {
    transition-duration: 0s;
}

.t-contents-wrapper {
    margin: 0.75rem 0;
}

.t-contents-wrapper button {
    background-color: transparent;
    border: none;
    outline: 0 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #434343;
    cursor: pointer;
}

.side-menu-link {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #858585;
    position: relative;
    padding-left: 5px;
}

.side-menu-link::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #858585;
    position: absolute;
    top: 40%;
    left: -10px;
    transform: translateY(-40%);
}

.side-menu-link:hover {
    text-decoration: none;
    color: #858585;
}

.popular-questions-wrapper .title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #434343;
}

.popular-questions-wrapper .title i {
    font-size: 16px;
    color: #c1c1c1;
    margin-right: 1rem;
}

.popular-questions-wrapper .questions a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #434343;
    margin-bottom: 1rem;
}

.no-answer-contact {
    width: 195px;
}

.no-answer-contact .fa-question-circle {
    color: #c1c1c1;
    font-size: 16px;
}

.no-answer-contact p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #434343;
}

.no-answer-contact div {
    width: 191px;
    background: #ffd439 0% 0% no-repeat padding-box;
    border-radius: 29px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #434343;
    padding: 2rem 3rem;
}

.no-answer-contact div a {
    color: #434343;
    text-decoration: underline;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.breadcrumbs {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    letter-spacing: 0px;
    color: #8b8b8b;
}

.breadcrumbs i {
    font-size: 12px;
    margin: 0 0.75rem;
}

.breadcrumbs span {
    color: #000000;
}

.faq-section-heading {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    color: #f73a2e;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.now-question {
    display: flex;
}

.now-question .qestion-number {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #434343;
    opacity: 0.46;
    margin-right: 1.5rem;
}

.now-question .question {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #434343;
}
.procedure-text-titlle {
    font-size: 24px !important;
    line-height: 24px;
    font-weight: 700 !important;
    color: #575555;
}
/*Thank you*/
.bg-thanks{
    position: relative;
    background: url(../images/thank-u-bg.png) no-repeat center;
    background-size: cover;
    padding: 50px 0px;
    min-height: 830px;
}
.center{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 232, 154, .6);
    border-radius: 29px;
    opacity: 1;
    width: 100%;
    max-width: 583px;
    min-height: 550px;
    padding: 40px 25px;
}
.center h1{
    font-size: 31px;
    font-weight: 700;
}
.center h2{
    font-size: 25px;
    font-weight: 700;
}
.center p{
    font-size: 16px;
    font-weight: 700;
}
.btn-yellow{
    background: #FFD439 0% 0% no-repeat padding-box;
    border-radius: 29px;
    width: 250px;
    padding: 10px 0 8px;
}
.u-l{
    text-decoration: underline;
}
.bg-yellow{
    background: #FFD439 0% 0% no-repeat padding-box;
    border-radius: 29px;
    position: absolute;
    width: 100%;
    max-width: 354px;
    padding: 15px;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
}
@media(max-width: 475px){
    .center h2{
        font-size: 18px;
        font-weight: 700;
    } 
    .center{
        /*        min-height: 430px;*/
    } 
}
@media(max-width: 375.98px){
    .bg-yellow{
        background: #FFD439 0% 0% no-repeat padding-box;
        border-radius: 29px;
        position: absolute;
        width: 100%;
        max-width: 354px;
        padding: 15px;
        bottom: -60px;
        left: 50%;
        transform: translate(-50%);
    }
}
.bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    
}