/* top header start */
.top-header {
    background-color: var(--primary);
    padding: 14px 0px;
    position: relative;
    z-index: 111;
}

.top-header-left ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.top-header-left ul li {
    font-family: var(--inter-font);
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.top-header-left ul li a {
    font-family: var(--inter-font);
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
}

.top-header-right {
    display: flex;
    justify-content: flex-end;
}

.top-header-right ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-header-right ul li a {
    font-family: var(--inter-font);
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
}

.top-header-left ul li a i {
    margin-right: 10px;
    font-size: 16px;
}

.top-header-left ul li i {
    margin-right: 10px;
}

.top-header-right ul li a i {
    margin-right: 10px;
    font-size: 16px;
}

.top-header-left ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--white);
    width: 1px;
    height: 100%;
    top: 0;
    right: -16px;
}

.top-header-left ul li:nth-child(2):before {
    display: none;
}

/* top header end */

/* header start */
.header-marketing-span-weight {
    font-weight: 700 !important;
}

.main_header .navbar-brand-new {
    display: none;
}

.main_header .header-right-content {
    gap: 10px;
}

.main_header .header-right-content .header-circles {
    border: 1px solid #4F536B4D;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.main_header .header-right-content .header-circles i {
    color: var(--primary);
    font-size: 16px;
}

.main_header .header-right-content .header-circles span {
    position: absolute;
    top: -5px;
    left: -1px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    font-family: var(--inter-font);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.main_header .header-right-content .bar-circles {
    cursor: pointer;
}

.new-header-logo {
    position: absolute;
    z-index: 111;
    background-color: var(--white);
    width: 300px;
    height: 152px;
    border-radius: 0px 100px 0px 0px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
}

/* header end */

/* new home banner start */
.new-home-banner {
    background-image: url("../images/new-images/new-home-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1020px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.new-home-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/new-images/new-home-banner-before.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.new-home-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-home-banner-content h2 {
    color: #8E1927;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--montserrat-font);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.new-home-banner-content h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: var(--montserrat-font);
    color: var(--white);
    width: 542px;
    text-align: center;
    margin-bottom: 30px;
}

.new-home-banner-content p span {
    font-weight: 700;
}

.new-home-banner-content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 27px;
    font-family: var(--montserrat-font);
}

.new-home-banner-content form {
    display: flex;
    background: var(--white);
    border-radius: 10px;
}

.new-home-banner-content form input {
    height: 55px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0px 19px;
}

.new-home-banner-content form input::placeholder {
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    color: #B7B7B7;
}

.new-home-banner-content form button {
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    width: 59px;
    border-radius: 0px 10px 10px 0;
    background-color: #012E4A;
}

.new-home-banner-content form button i {
    color: var(--white);
}

.new-home-banner-content form div {
    position: relative;
    z-index: 1;
}

.new-home-banner-content form div::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 40px;
    background-color: #B7B7B7;
    top: 8px;
    left: -1px;
}

.new-home-banner-btn {
    display: flex;
    gap: 8px;
}

.new-home-banner-btn .contact-btn {
    text-decoration: none;
    color: var(--white);
    background-color: var(--primary);
    font-family: var(--montserrat-font);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 24px;
    border-radius: 5px;
}

.new-home-banner-btn .talk-btn {
    text-decoration: none;
    color: var(--white);
    background-color: var(--red-color);
    font-family: var(--montserrat-font);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 24px;
    border-radius: 5px;
}

.new-home-banner-btn-main {
    margin: 27px 0px;
}

.new-home-banner-rating-img {
    display: flex;
    gap: 24px;
}

.sellbook::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #012E4A;
    width: 32%;
    height: 100%;
    left: 0;
}

.new-about-us .new-about-us-img img {
    width: 100%;
}

.new-about-us .new-about-us-img .new-about-us-img-content {
    background-color: #012E4A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    width: 230px;
    height: 230px;
    margin-bottom: 20px;
}

.new-about-us .new-about-us-img .new-about-us-img-content h3 {
    color: var(--red-color);
    font-size: 45px;
    font-weight: 700;
    font-family: var(--montserrat-font);
}

.new-about-us .new-about-us-img .new-about-us-img-content h4 {
    font-family: var(--rubik-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
}

.new-about-us-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* new home banner end */

.new-about-us {
    padding: 125px 0px;
    position: relative;
    z-index: 1;
}

.new-about-us::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/new-images/america-flag.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 421px;
    top: 0;
    right: 0;
}

.new-about-us .new-about-us-content h4 {
    font-family: var(--rubik-font);
    font-size: 16px;
    font-weight: 500;
    color: #012E4A;
    margin-bottom: 15px;
}

.new-about-us .new-about-us-content h2 {
    font-family: var(--montserrat-font);
    font-size: 45px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 22px;
}

.para-default {
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #414141;
    margin-bottom: 28px;
}

.new-our-bestseller {
    background-color: #F5F5F5;
    padding: 110px 0px;
}

.new-our-bestseller-title p {
    font-family: var(--rubik-font);
    margin-bottom: unset;
}

.new-our-bestseller-title h2 {
    font-family: var(--montserrat-font);
    font-size: 45px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.new-our-bestseller-title h2 span {
    color: var(--red-color);
}

.new-our-bestseller-explore a {
    border: 1px solid #4F536C;
    color: #4F536C;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--inter-font);
    padding: 16px 40px;
    border-radius: 100px;
}

.new-our-bestseller-explore {
    display: flex;
    justify-content: flex-end;
}

.new-our-bestseller .row {
    align-items: center;
}

.bestseller-box-image {
    text-align: center;
    position: relative;
    z-index: 1;
    height: 25%;
}

.bestseller-box-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: var(--white);
}

.new-our-bestseller-box {
    margin-top: 38px;
}

.bestseller-box-client-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.bestseller-box-client-content .bestseller-boxClient-author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bestseller-box-client-content .bestseller-boxClient-author p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: unset;
}

.bestseller-box-content h5 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--montserrat-font);
    color: #4F536C;
    margin-bottom: 5px;
}

.bestseller-box-content p {
    font-family: var(--montserrat-font);
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.diamond-vector-image {
    background-image: url("../images/new-images/diamond-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 70px;
    position: relative;
    z-index: 1;
}

.diamond-vector-image:nth-child(odd)::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/new-images/pin-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -67px;
    left: 107px;
    width: 20px;
    height: 70px;
}

.diamond-vector-image:nth-child(even)::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/new-images/pin-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -62px;
    left: 107px;
    width: 20px;
    height: 70px;
    transform: rotate(180deg);
}

.diamond-vector-image:hover:nth-child(odd)::before {
    background-image: url("../images/new-images/pin-vector-fill.png");
    transform: rotate(180deg);
}

.diamond-vector-image:hover:nth-child(even)::before {
    background-image: url("../images/new-images/pin-vector-fill.png");
    transform: rotate(0deg);
}

/* .diamond-vector-image:nth-child(2)::before {
    display: none;
}

.diamond-vector-image:nth-child(4)::before {
    display: none;
} */

.diamond-vector-image:hover {
    background-image: url("../images/new-images/diamond-vector-red.png");
}

.new-book-writing-process {
    padding: 100px 0px 200px;
}

.new-book-writingProcess-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 180px;
}

.diamond-vector-image:hover .vector-image {
    background-image: url("../images/new-images/place-order-white.png");
}

.diamond-vector-image:hover .vector-image-pen {
    background-image: url("../images/new-images/pen-vector-white.png");
}

.diamond-vector-image:hover .vector-image-journey {
    background-image: url("../images/new-images/journey-vector-white.png");
}

.diamond-vector-image:hover .vector-image-boxVector {
    background-image: url("../images/new-images/box-vector-white.png");
}

.diamond-vector-image:hover .vector-image-agreement {
    background-image: url("../images/new-images/agreement-white.png");
}

.vector-image {
    background-image: url("../images/new-images/place-order.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 93px;
}

.vector-image-pen {
    background-image: url("../images/new-images/pen-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 93px;
}

.vector-image-journey {
    background-image: url("../images/new-images/journey-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 93px;
}

.vector-image-boxVector {
    background-image: url("../images/new-images/box-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 93px;
}

.vector-image-agreement {
    background-image: url("../images/new-images/agreement.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 93px;
}

.upperHeadingOfProcess:nth-child(odd) {
    position: absolute;
    top: -160px;
    font-size: small;
}

.upperHeadingOfProcess:nth-child(odd) h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.upperHeadingOfProcess:nth-child(odd) .number {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    -webkit-text-stroke: 1px #111;
    margin-right: 5px;
}

.upperHeadingOfProcess:nth-child(even) {
    position: absolute;
    bottom: -131px;
    font-size: small;
}

.upperHeadingOfProcess:nth-child(even) h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.upperHeadingOfProcess:nth-child(even) .number {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    -webkit-text-stroke: 1px #111;
    margin-right: 5px;
}

/* .diamond-vector-image:nth-child(odd) .d-flex.upperHeadingOfProcess */
.diamond-vector-image:nth-child(even) .d-flex.upperHeadingOfProcess {

    top: 348px;
}

.diamond-vector-image:hover .number {
    color: #8E1927;
}

.why-section {
    padding: 75px 0px;
}

.why-content {
    margin-bottom: 45px;
    text-align: center;
}

.new-book-writing-process-content {
    text-align: center;
    margin-bottom: 45px;
}

.new-book-writing-process-content h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--montserrat-font);
    color: #111111;
    margin-bottom: 15px;
}

.new-book-writing-process-content h2 span {
    color: var(--red-color);
}

.new-book-writing-process-content p {
    font-family: var(--rubik-font);
}

.why-content h2 {
    font-family: var(--montserrat-font);
    font-size: 45px;
    font-weight: 700;
    color: #111111;
}

.why-content h2 span {
    color: var(--red-color);
    /* display: block; */
}

.why-port-box-content {
    padding: 83px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.why-port-box.why-port-box-content h3 {
    font-family: var(--montserrat-font);
    font-size: 28px;
    font-weight: 700;
    color: #012E4A;
    margin-bottom: 20px;
    text-align: left;
    width: 260px;
}

.why-port-box.why-port-box-content p {
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: justify;
    width: 260px;
}

.client-section {
    background-color: #F5F5F5;
    padding: 52px 0px;
}

.client-section-content {
    text-align: center;
    margin-bottom: 24px;
}

.client-section-content h2 {
    font-family: var(--montserrat-font);
    font-size: 45px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.client-section-content h2 span {
    color: var(--red-color);
}

.new-client-info {
    display: flex;
    gap: 20px;
}

.new-client-div-para {
    margin-bottom: 30px;
}

.new-client-info-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-client-div-para p {
    font-family: var(--montserrat-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #4F536C;
}

.new-client-div {
    background-color: var(--white);
    padding: 42px 40px 25px;
    border-radius: 10px;
    border-top: 3px solid #fff;
}

.new-client-ratings h5 {
    font-family: var(--montserrat-font);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4000000059604645px;
    color: #121315;
}

.new-client-ratings p {
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    color: #4F536C;
}

.new-client-stars {
    display: flex;
    margin-top: 6px;
}

.new-client-info img {
    width: unset !important;
}

.client-slider-div .slick-current .new-client-div {
    border-top: 3px solid var(--red-color);
}

.client-slider-div .owl-item.active.center .item .new-client-div {
    border-top: 3px solid var(--red-color);
}

.new-getInTouch-form-sec {
    padding: 100px 0px;
}

.new-getInTouch-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.new-getInTouch-content h3 {
    font-family: var(--montserrat-font);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #000000;
}

.new-getInTouch-content h2 {
    font-family: var(--montserrat-font);
    font-size: 65px;
    font-weight: 700;
    color: #000000;
}

.new-getInTouch-content h2 span {
    color: var(--red-color);
}

.new-getInTouch-social a {
    border: 1px solid #B7B7B7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.new-getInTouch-social a i {
    color: #1E2532;
}

.new-getInTouch-form form input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #CACACA;
    padding: 24px;
    font-family: var(--montserrat-font);
    font-size: 24px;
}

.new-getInTouch-form form textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #CACACA;
    padding: 24px;
    font-family: var(--montserrat-font);
    font-size: 24px;
    resize: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-getInTouch-form form button {
    background-color: var(--red-color);
    outline: none;
    border: none;
    color: var(--white);
    font-family: var(--montserrat-font);
    font-size: 20px;
    font-weight: 400;
    padding: 20px 40px;
    border-radius: 10px;
    cursor: pointer;
}

.contact-cta {
    background-color: #012E4A;
    padding: 0px 0px 40px 0px;
}

.cta-boxes {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.cta-boxes-content a h6 {
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--white);
}

.cta-boxes-content a h5 {
    font-family: var(--montserrat-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}

.contact-cta-img {
    position: relative;
    z-index: 1;
}

.contact-cta-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/new-images/contact-cta-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 304px;
    width: 239px;
    top: -52px;
    left: 0;
}

.new-footer-subscribe {
    padding: 80px 55px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.new-footer {
    padding: 100px 0px 50px 0px;
    position: relative;
    z-index: 1;
}

.new-footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/new-images/footer-shape.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
}

.new-footer-subscribe-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.new-footer-subscribe-content h3 {
    font-family: var(--montserrat-font);
    font-size: 32px;
    font-weight: 400;
    color: var(--red-color);
}

.new-footer-subscribe-content form input {
    height: 72px;
    width: 500px;
    outline: none;
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    padding: 20px;
    font-family: var(--montserrat-font);
    position: relative;
}

.new-footer-subscribe-content form button {
    background-color: #012E4A;
    color: var(--white);
    padding: 16px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 217px;
    top: 88px;
}

.new-footer-links-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.new-footer-links ul {
    display: flex;
    align-items: center;
    gap: 72px;
}

.new-footer-links ul li a {
    color: var(--red-color);
    font-weight: 400;
    font-family: var(--montserrat-font);
    font-size: 16px;
}

.new-footer-social ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.new-footer-social ul li a i {
    color: var(--red-color);
    font-size: 24px;
}

.new-footer-reserved-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #2B3D51;
    padding-top: 15px;
}

.new-footer-reserved ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.new-footer-reserved ul li a {
    color: var(--red-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat-font);
}

.new-footer-reserved p {
    font-family: var(--montserrat-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--red-color);
}

.our-range-gsingle .before-counter {
    position: absolute;
    z-index: -1;
    color: #ecebef;
    font-size: 130px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.nav-link1 {
    line-height: 30px !important;
}

.pop-up-div-main .modal-content {
    background-color: #012E4A;
    border-radius: 14px;
    border-bottom: 5px solid var(--red-color);
}

.pop-up-div-main .modal-header {
    border-bottom: unset;
}

.pop-up-div-main .pop-up-div h2 {
    font-size: 28px;
    font-weight: 900;
    padding-left: 15px;
    border-left: var(--red-color) 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}

.pop-up-div-main .pop-up-div h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
}

.pop-up-div-main .pop-up-div p strong {
    color: var(--red-color);
    font-weight: 600;
}

.pop-up-div-main .pop-up-div .popup-form-container ul {
    padding: 0;
}

.pop-up-div-main .pop-up-div ul li.first,
.pop-up-div-main .pop-up-div ul li:nth-child(4) {
    width: 98%;
}

.pop-up-div-main .pop-up-div ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}

.pop-up-div-main .pop-up-div ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #000;
}

.pop-up-div-main .pop-up-div ul li input[type="email"],
.pop-up-div-main .pop-up-div ul li input[type="text"],
.pop-up-div-main .pop-up-div ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0 !important;
}

.pop-up-div-main .pop-up-div ul li button[type="submit"],
.pop-up-div-main .pop-up-div ul li input[type="submit"] {
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    border: var(--primary) 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0 none;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.popup-form-container .fancybox-close-small {
    opacity: 0;
}

.pop-up-div-main .pop-up-div .fancybox-close-small {
    border: var(--primary) 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
}

.pop-up-div-main .modal-header button {
    background-color: var(--white);
    opacity: 1;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: absolute;
    right: 0;
}

.new-client-stars i {
    color: var(--red-color);
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.text-extra-big {
    font-size: 230px;
    line-height: 230px;
    margin: 40px 0px;
    color: var(--white);
}

._404Page h6 {
    font-size: 1.8rem;
    color: var(--white);
}

._404Page span {
    font-size: 15px;
    color: var(--white);
    margin-bottom: 20px;
}

._404Page .btn.btn-yellow-ochre {
    background: var(--red-color);
    border-color: var(--red-color);
    color: var(--white);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
}