.top-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.top-dots img {
    width: 100%;
}

.verified-hero-sec {
    background-color: transparent !important;
}

/* Verified Banner Start */
.become-creator-wrp {
    position: relative;
    /* z-index: 99; */
    padding: 0 0 8.1875rem;
}

.become-creator-title {
    margin: 0 0 2.5rem;
}

.become-creator-title * {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
}

.become-creator-title span {
    font-weight: 400;
    display: block;
}

.become-creator-block {
    position: relative;
    padding: 31px 44px;
    /* padding: 1.9375rem 2.75rem; */
    height: calc(100% - 14px);
    margin: 7px 0;
}

.creator-block-left {
    margin-left: 8px;
    margin-right: 1px;
    padding: 31px 44px 31px 73px;
}

.creator-block-right {
    margin-left: 1px;
    margin-right: 8px;
}

.creator-block-left-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.creator-block-right-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.creator-block-left-img img,
.creator-block-right-img img {
    width: 100%;
    height: 100%;
}

.become-creator-block h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    min-height: 36px;
}

.become-creator-inner {
    position: relative;
    max-width: 698px;
    width: 100%;
    margin: 0 auto;
}

.become-creator-section {
    background-color: rgba(101, 203, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 698px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.explore-articles-wrp .become-creator-section {
    z-index: 9;
}

.become-creator-section::before {
    content: "";
    /* background-image: url("../images/verified-border.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
    inset: 0;
    padding: 2px;
    background: linear-gradient(266deg, rgba(0, 193, 255, 0.04) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0.00) 76.05%, rgba(0, 193, 255, 0.38) 105.23%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.verified-icon-1 {
    position: absolute;
    left: -48px;
    top: 10px;
}

.verified-icon-2 {
    position: absolute;
    bottom: 10px;
    right: -61px;
}

.become-creator-section .row {
    margin: 0;
}

.become-creator-section .row>* {
    padding: 0;
}

.or-block {
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #121234;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -53%);
    -webkit-transform: translate(-50%, -53%);
    -moz-transform: translate(-50%, -53%);
    -ms-transform: translate(-50%, -53%);
    -o-transform: translate(-50%, -53%);
}

.become-creator-block .btn-gradient {
    font-size: 15px;
    /* padding: .5625rem 2.1875rem .5625rem .625rem; */
    padding: 9px 35px 9px 10px;
}

.become-creator-block .btn-gradient .filesvg {
    height: auto;
}

.become-creator-main {
    position: relative;
    z-index: 99;
}

.become-creator-gradient {
    position: absolute;
    left: 40px;
    right: 0;
    top: 220px; 
    /* z-index: -1; */
    /* opacity: 0.2; */
    mix-blend-mode: overlay;
}

.become-creator-gradient img {
    max-width: none;
}

/* Verified Banner End */

/* Benefits Start */
.benefits-wrp {
    padding: 8.25rem 0 0;
    position: relative;
    z-index: 10;
}

.benefits-wrp::after {
    content: "";
    width: 442px;
    height: 442px;
    background-color: rgba(235, 87, 87, 0.2);
    position: absolute;
    right: -240px;
    bottom: -400px;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: blur(200px);
    -webkit-filter: blur(200px);
}

.creator-benefits-top {
    position: relative;
    z-index: 9;
    margin: 0 0 2.6875rem;
}

.car-img {
    position: absolute;
    left: 31px;
    top: -45px;
}

.creator-benefits-top h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #fff;
    max-width: 399px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.creator-benefits-top h2 strong {
    font-weight: 700;
}

.benefits-wrp .flame-content h6 {
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.benefits-wrp .flame-sec {
    padding: 0rem 3rem 0rem 3rem;
}

.benefits-wrp .flame-sec .flame-content h6 b {
    font-weight: 900;
}

.flame-icons {
    position: relative;
    max-width: max-content;
}

.flame-icons .blur-icon {
    width: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.benefits-wrp .flame-sec-hover .flame-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.benefits-wrp .bg-grad {
    top: -50rem;
}

/* Benefits End */

/* Explore Article Start */
.explore-articles-main .become-creator-section {
    margin-left: 110px;
    max-width: 845px;
    width: 100%;
}

.explore-articles-main .become-creator-block .btn-gradient {
    padding: 12px 18px;
}

.explore-articles-main .become-creator-block .btn-blue::after {
    background: -moz-radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    background: -webkit-radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
}

.explore-articles-main .become-creator-block .btn-green::after {
    background: -moz-linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    background: -webkit-linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    background: linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
}

.explore-articles-main .creator-block-left {
    padding: 37px 55px 49px 37px;
}

.explore-articles-main .creator-block-right {
    padding: 37px 52px 49px 45px;
}

.explore-btns {
    display: flex;
}

.explore-btns a:first-child {
    margin-right: 11px;
}

.explore-articles-main .become-creator-block h4 {
    max-width: 272px;
    width: 100%;
    margin: 0 0 1.25rem;
}

.explore-articles-wrp .or-block {
    width: 44px;
    height: 44px;
    transform: translate(-50%, -51.3%);
    -webkit-transform: translate(-50%, -51.3%);
    -moz-transform: translate(-50%, -51.3%);
    -ms-transform: translate(-50%, -51.3%);
    -o-transform: translate(-50%, -51.3%);
}

.explore-articles-wrp {
    position: relative;
    padding: 208px 0 196px;
    z-index: 9;
}

.explore-articles-img {
    position: absolute;
    top: 66px;
    right: 0;
}

.explore-articles-gradient {
    position: absolute;
    top: -117px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/* Explore Article End */

/* Faq Start */
.faq-main {
    max-width: 942px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.faq-gradient {
    position: absolute;
    right: -140px;
    top: 100%;
    width: 1188px;
    bottom: 0;
    margin: -570px 0 0 0;
    z-index: -1;
}

.faq-main .become-creator-title {
    max-width: 519px;
    width: 100%;
    margin: 0 0 3.75rem;
}

.faq-main .become-creator-title * {
    text-align: left;
}

.faq-section .accordion-item {
    padding: 1.6875rem 3.625rem 1.6875rem 2.3125rem;
    color: #fff;
    margin: 0 0 20px;
    background-color: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.faq-section .accordion-button {
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.faq-section .accordion-button span {
    display: block;
    width: 100%;
    margin: 0 20px 0 0;
}

.faq-section .accordion-body {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 400;
    padding: 15px 0 0;
}

.accordion-body .detail p:last-child {
    margin-bottom: 0;
}

.faq-section .accordion-button::after {
    width: 16px;
    height: 2px;
    background-image: none;
    background-color: #fff;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.faq-section .accordion-button::before {
    content: "";
    width: 2px;
    height: 16px;
    background-image: none;
    background-color: #fff;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.faq-section .accordion-button:not(.collapsed)::before {
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
}

.faq-wrp {
    padding: 4.125rem 0 7.125rem;
}
/* Faq End */

/* Contact Form Start */
.contact-from {
    background-color: rgba(101, 203, 255, 0.1);
    max-width: 58.875rem;
    width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 51px 50px 72px;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact-from::before {
    content: "";
    inset: 0;
    padding: 2px;
    background: linear-gradient(266deg, rgba(0, 193, 255, 0.04) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0.00) 76.05%, rgba(0, 193, 255, 0.38) 105.23%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact-from::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact-from .form-label {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 16px;
}

.contact-from .form-check {
    padding: 0;
    margin: 0;
    min-height: auto;
    position: relative;
    max-width: max-content;
}

.contact-from .form-check .form-check-label span::before {
    content: "";
    background-color: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-from .form-check .form-check-label {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 0 0 0 2.4375rem;
    cursor: pointer;
}

.contact-from .form-check .form-check-label::before {
    content: "";
    inset: 0;
    padding: 2px;
    background-color: rgba(101, 203, 255, 0.1);
    background: linear-gradient(266deg, rgba(0, 193, 255, 0.04) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0.00) 76.05%, rgba(0, 193, 255, 0.38) 105.23%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.contact-from .form-check .form-check-label::after {
    content: "";
    width: 14px;
    height: 14px;
    background: linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    left: 5px;
    top: 50%;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.contact-from .form-check .form-check-input:checked ~ .form-check-label::after {
    opacity: 1;
}

.contact-from .form-check-input {
    position: absolute;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto;
    height: auto;
    margin: 0;
}

.select-type-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group {
    margin: 0 0 30px;
}

.contact-from .form-control {
    color: #fff;
    padding: .8125rem 1.375rem;
    box-shadow: none;
    background-color: rgba(101, 203, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(101, 203, 255, 0.10);
    /* background-clip: padding-box; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.form-input {
    position: relative;
    z-index: 9;
}

.form-input::after {
    content: "";
    inset: 0;
    padding: 2px;
    background-color: rgba(101, 203, 255, 0.1);
    background: -moz-linear-gradient(171deg, #173DFA 0.63%, #30F3D7 98.23%, #95D677 0);
    background: -webkit-linear-gradient(171deg, #173DFA 0.63%, #30F3D7 98.23%, #95D677 0);
    background: linear-gradient(171deg, #173DFA 0.63%, #30F3D7 98.23%, #95D677 0);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.form-input:hover::after {
    opacity: 1;
}

.form-input.focused::after {
    opacity: 1;
}

.contact-wrp {
    position: relative;
    z-index: 10;
    padding: 8.4375rem 0 14.6875rem;
}

.official-website .select-type-check {
    max-width: 204px;
    width: 100%;
    margin: 0 0 1.875rem;
}

.confirm-checks .form-check {
    margin: 0 0 1.3125rem;
}

.confirm-checks .form-label {
    margin: 0 0 1.3125rem;
}

.form-btn {
    padding: 30px 0 0;
}

.btn-gradient {
    text-decoration: none;
    font-size: .9375rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #fff;
    padding: 1rem 1.25rem;
    display: inline-block;
    text-align: center;
    position: relative;
    -moz-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    -webkit-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.form-btn .btn-gradient {
    padding: 6px 20px 6px 8px;
    display: flex;
    align-items: center;
    max-width: max-content;
}

/* .btn-gradient::before {
    content: "";
    border: 2px solid rgba(0, 0, 0, 0.20);
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    pointer-events: none;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
} */

.btn-gradient::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.purple-btn {
    background: -moz-linear-gradient(299deg, #DE1A86 18.7%, #8328F2 83.17%);
    background: -webkit-linear-gradient(299deg, #DE1A86 18.7%, #8328F2 83.17%);
    background: linear-gradient(299deg, #DE1A86 18.7%, #8328F2 83.17%);
}

.purple-btn::after {
    background: -moz-linear-gradient(299deg, #DE1A86 18.7%, #8328F2 83.17%);
    background: -webkit-linear-gradient(299deg, #DE1A86 18.7%, #8328F2 83.17%);
    background: linear-gradient(299deg, #DE1A86 18.7%, #8328F2 83.17%);
    -moz-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    -webkit-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
}

.purple-btn:hover {
    color: #fff;
    background: -moz-radial-gradient(957.52% 134.12% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    background: -webkit-radial-gradient(957.52% 134.12% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    background: radial-gradient(957.52% 134.12% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    box-shadow: none;
}

.btn-gradient:hover::after {
    opacity: 1;
}

.purple-btn:hover::before {
    opacity: 0;
}

.purple-btn svg {
    margin: 0 15px 0 0;
}

.sub-bg-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sub-bg-img img {
    width: 100%;
}

.green-sky {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-waves {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-waves img {
    width: 100%;
    object-fit: cover;
}

.verified-page {
    position: relative;
}

.contact-main {
    position: relative;
}

.contact-main .become-creator-title {
    margin: 0 0 1.4375rem;
}

.contact-man {
    position: absolute;
    right: 60px;
    bottom: -15px;
    max-width: 228px;
    z-index: 9;
}

.contact-gradient {
    position: absolute;
    left: auto;
    right: -270px;
    bottom: -330px;
    z-index: -1;
}

.verified-mountain .mountain-sec-con {
    align-items: start !important;
    padding: 9.375rem 0 0;
}

.verified-mountain .mountain-sec-con h6 {
    max-width: 449px;
    margin: 0 0 2.1875rem;
}

.verified-mountain .mountain-sec-con h6 b {
    font-weight: 900;
}

.verified-mountain {
    position: relative;
    z-index: 9;
}

.contact-star {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 180px;
    z-index: -1;
}

.contact-star img {
    width: 100%; 
    max-height: 100%;
}

/* Contact Form End */

/* Responsive Start */
@media (min-width: 1500px) {
    .become-creator-gradient img {width: 100%;}
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .car-img {max-width: 460px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .or-block { width: 34px; height: 34px; }
    .car-img {top: -15px; max-width: 320px;}
    .explore-articles-img img {max-width: 780px;}
    .explore-articles-wrp {padding: 288px 0 90px;}
    .explore-articles-main .become-creator-section { margin-left: 0; }
    .contact-from {max-width: 710px;}
    .contact-man {max-width: 180px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .or-block { width: 34px; height: 34px; }
    .car-img {top: -15px; max-width: 240px; left: 0;}
    .explore-articles-img img {max-width: 500px;}
    .become-creator-inner {max-width: 600px;}
    .become-creator-wrp {padding: 0 0 5.1875rem;}
    .explore-articles-main .creator-block-left { padding: 25px 35px 25px 25px; }
    .explore-articles-main .creator-block-right { padding: 25px 30px 25px 30px; }
    .explore-articles-wrp { padding: 210px 0 80px; }
    .explore-articles-wrp .or-block { width: 38px; height: 38px; }
    .faq-wrp { padding: 4.125rem 0 4.125rem; }
    .contact-wrp {padding: 5.0375rem 0 14.6875rem;}
    .explore-articles-main .become-creator-section { margin-left: 0; }
    .contact-man {right: 0; max-width: 128px;}

    .verified-mountain .mountain-sec-con {padding: 3.375rem 1.25rem 0 0;}
    .verified-mountain {margin-top: -40px;}
    .creator-benefits-top h2 {max-width: 299px;}
    .creator-block-left {padding: 31px 44px 31px 50px;}
    .become-creator-block {padding: 25px 34px;}
    .become-creator-block .btn-gradient {padding: 6px 25px 6px 8px;}
    .become-creator-gradient {left: 0; top: 160px;}

    .contact-from .form-check .form-check-label::before {width: 22px; height: 22px; }
    .contact-from .form-check .form-check-label span::before {width: 22px; height: 22px;}
    .contact-from .form-check .form-check-label::after {width: 12px; height: 12px;}
}

@media (max-width: 767px) {
    .become-creator-title * { font-size: 26px; line-height: 36px; }
    .or-block { width: 34px; height: 34px; }
    .creator-block-right-img, .creator-block-left-img { display: none;  }
    .creator-block-right { margin-left: 8px; margin-top: 1px; border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; -ms-border-radius: 0 0 15px 15px; -o-border-radius: 0 0 15px 15px; }
    .become-creator-block {background-color: rgba(0, 0, 0, 0.5); height: calc(100% - 8px); padding: 25px 25px; text-align: center; min-height: 185px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
    .become-creator-section { max-width: 100%; width: auto; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .creator-block-left { margin-right: 8px; margin-bottom: 1px; border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -ms-border-radius: 15px 15px 0 0; -o-border-radius: 15px 15px 0 0; }
    .car-img {top: 30px; max-width: 300px; left: 0; position: relative; }
    .creator-benefits-top h2 {margin: 0 20px; width: auto; max-width: 100%;}
    .explore-articles-img { position: relative; top: 0; }
    .explore-articles-img img {max-width: 100%;}
    .become-creator-inner {max-width: 100%; width: auto; margin: 0 40px;}
    .become-creator-wrp {padding: 0 0 2.1875rem;}
    .explore-articles-main .creator-block-left { padding: 25px; }
    .explore-articles-main .creator-block-right { padding: 25px; }
    .explore-articles-wrp { padding: 80px 0 40px; }
    .explore-articles-wrp .or-block { width: 38px; height: 38px; }
    .explore-articles-main .become-creator-block h4 { max-width: 100%; }
    .explore-btns {justify-content: center;}
    .explore-articles-main .become-creator-section { margin-left: 0; }

    .faq-wrp { padding: 4.125rem 0 3.125rem; }
    .faq-section .accordion-item { padding: 1.6875rem 2.025rem 1.6875rem 2.0125rem; }
    .contact-wrp {padding: 5.4375rem 0 17.6875rem;}
    .contact-from {padding: 30px;}
    .form-btn { padding: 10px 0 0; }
    .benefits-wrp .flame-sec {width: 100%;}
    .contact-man {right: 0; bottom: -5px; max-width: 88px;}
    .benefits-wrp { padding: 3.25rem 0 0; }
    .verified-mountain .mountain-sec-con {padding: 0;}
    .verified-mountain .mountain-sec-con div {margin: 0 auto; width: 100%; padding: 0 20px;}
    .explore-articles-gradient img { width: 1000px; max-width: max-content; }
    .contact-from .form-check .form-check-label::before { width: 20px; height: 20px; top: -2px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
    .contact-from .form-check .form-check-label::after { width: 10px; height: 10px; left: 5px; top: 3px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
    .contact-from .form-check .form-check-label span::before {width: 20px; height: 20px; top: -2px;}
    .become-creator-gradient {left: 0;}
    .become-creator-block .btn-gradient {padding: 6px 15px 6px 8px;}
}

@media (max-width: 575px) {
    .select-type-check {flex-direction: column; align-items: flex-start;}
    .contact-from .form-check {margin: 0 0 20px;}
}
/* Responsive End */

