@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);@import url(https://fonts.googleapis.com/css2?family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap);@import url(../css/bootstrap.css);@import url(../css/jquery.fancybox.min.css);@import url(../css/slick.css);@import url(../css/mobile-nav.css);li,p,ul {
    margin: 0
}

a.theme-dark-btn,a.theme-light-btn {
    padding: 13px 20px;
    position: relative
}

a.white-btn {
        background: white !important;
        color: var(--primary-color) !important;
        display: inline-block;
        margin: 19px 0 0 0;
    }
    
    
.icons-box a,body {
    font-family: "Pathway Extreme",sans-serif
}

.banner-text,header::before {
    left: 50%;
    transform: translate(-50%)
}

.banner-text h1,.banner-text h3,.banner-text h4,.heading-secs h3 {
    text-transform: uppercase
}

.icons-box a,.social-icons a,a {
    text-decoration: none
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap
}

body {
    font-size: 16px
}

:root {
    --primary-color: #032d61;
    --secondary-color: #b41240
}

*,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0
}

li,ul {
    list-style: none;
    padding: 0
}

a {
    color: var(--primary-color)
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color)
}

.ff-primary {
    font-family: var(--base-font-family)
}

.ff-secondary,.h3,.h4,.h5,.h6,h3,h4,h5,h6 {
    font-family: var(--secondary-font-family)
}

.book-detail h3 span,.fc-primary,.heading-secs h3 span:nth-child(2),.heading-secs h3 span:nth-child(3),.heading-secs h4 span,.heading-style-2 h3 span {
    color: var(--primary-color)
}

.fc-secondary,.heading h3 span {
    color: var(--secondary-color)
}

.fc-dark {
    color: var(--dark-color)
}

.fc-lite {
    color: var(--lite-color)
}

.h1,.h2,h1,h2 {
    font-family: var(--heading-font-family-primary)
}

.h2,h2 {
    font-size: 6.7vmin
}

.h3,h3 {
    font-size: var(--font-size-h3)
}

.h4,h4 {
    font-size: var(--font-size-h4)
}

.h5,h5 {
    font-size: var(--font-size-h5)
}

.h6,h6 {
    font-size: var(--font-size-h6)
}

p {
    text-align: justify;
    font-size: var(--base-font-size);
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 20px
}

a.theme-dark-btn {
    background: var(--primary-color);
    color: #fff;
    transition: .6s;
    border-radius: 40px;
    z-index: 9
}

a.theme-light-btn {
    background: #fff0;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    transition: .2s ease-in-out
}

a.theme-dark-btn::before {
    content: "";
    width: 0;
    height: 0;
    background: var(--secondary-color);
    position: absolute;
    border-radius: 100px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: -1;
    transition: .2s ease-in-out
}

a.theme-dark-btn:hover {
    background: #fff0;
    transform: translate(0,-10px)
}

a.theme-dark-btn:hover:before {
    width: 100%;
    height: 100%
}

.icons-box a:first-child::before,.icons-box::before {
    width: 2px;
    background: #3333;
    transform: translate(-40%)
}

a.theme-light-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid #fff0;
    transform: translate(0,-10px)
}

body.o-hidden,main.app-container {
    overflow: hidden
}

.logo {
    width: 200px
}

.contacts-options .icons-box {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 100%;
    gap: 150px;
}

.navigation ul li.active a:before {
    width: 100%!important
}

.icons-box a {
    position: relative;
    color: #333;
    font-weight: 600
}

.banner-text h1,.banner-text h2,.navigation ul li a {
    font-family: 'Pathway Extreme'
}

.contacts-options {
    height: 100%
}

header {
    padding: 20px 50px 30px;
    position: relative;
    z-index: 99999
}

header::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    top: 54%;
    bottom: 50%;
    position: absolute;
    right: 50%;
    opacity: .1
}

.icons-box a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    left: -70px;
    position: absolute;
    line-height: 50px;
    box-shadow: 0 0 5px #002a6b;
    background: #002a6b;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 21px
}

.icons-box a h5 {
    font-size: 16px;
    color: #333
}

.icons-box a span::after,.icons-box a span::before {
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    -webkit-animation-delay: .5s;
    animation: 3s infinite smallScale
}

.icons-box::before {
    position: absolute;
    height: 72%;
    left: 62%
}

.icons-box a:first-child::before {
    position: absolute;
    content: "";
    height: 100%;
    right: -40px;
}

.navigation ul {
    display: flex;
    padding: 30px 20px 0;
    gap: 19px
}

.banner-main,.navigation ul li {
    position: relative
}

.navigation ul li ul {
    position: absolute;
    display: block;
    left: 10px;
    top: 43px;
    background: #fff;
    width: 200px;
    padding: 0;
    box-shadow: 0 0 2px #6f656530;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.navigation ul li a {
    color: #032d61;
    font-weight: 600;
    font-size: 15px
}

.navigation ul li ul li a {
    padding: 9px 10px 10px;
    display: block;
    position: relative;
    transition: .7s
}

.navigation ul li ul li a:hover {
    background: #b41240;
    color: #fff
}

.navigation ul:first-child li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    transition: .6s;
    background: #032d61;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%)
}

.navigation ul:first-child li:hover a:before,.quick-link-two a:hover:before,.trust-pilot img {
    width: 100%
}

.navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 30px
}

.navigation ul li a span {
    font-size: 10px;
    display: inline-block;
    transition: .7s
}

.navigation ul li:hover a span {
    transform: rotate(-180deg)
}

.navigation ul li ul li a:before {
    width: 0!important;
    opacity: 0!important
}

.call-btns {
    display: flex;
    justify-content: end;
    gap: 40px;
    align-items: center;
    height: 100%;
    padding: 12px 0 0
}

section.banner-main::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    right: -44px;
    top: 43%;
    bottom: 50%;
    z-index: 99;
    transform: translate(0,-50%) rotate(45deg)
}

section.banner-main {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px
}

.banner-img {
    height: 100vh;
    width: 100%
}

.banner-text h4 p {
    font-size: 19px;
    text-align: center;
    padding: 30px 0 0;
    text-transform: none
}

.banner-img img,.contact-us-img img,.self-book-img img,.trusted-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

banner-text h3 span {
    margin: 0 0 0 30px
}

.banner-text {
    position: absolute;
    z-index: 999;
    top: 25%;
    width: 70%;
    text-align: center;
    bottom: 50%;
    height: fit-content
}

.banner-text h2 {
    font-size: 41px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 35px
}

.book-writing h1 {
    font-size: 72px!important;
    line-height: 67px!important
}

.trusted-book-txt h3 {
    font-size: 21px;
    padding: 10px 0 0
}

.book-writing {
    width: 66%
}

.banner-text h1 {
    font-size: 136.36px;
    font-weight: 900;
    color: #fff;
    line-height: 133px;
    text-align: center
}

.banner-text h3,.banner-text h4,.heading h3 {
    color: #fff;
    font-weight: 800;
    font-family: 'Pathway Extreme'
}

.banner-text h3 {
    line-height: 86px;
    font-size: 118px
}

.banner-text h4 {
    font-size: 83px;
    text-align: end
}

.blinking {
    display: inline-block;
    position: relative
}

.blinking.is-play {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    color: #fff
}

.blinking.is-play .blinking-outer-circle {
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.blinking.is-play .blinking-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%)
}

.blinking.is-play .blinking-icon .triangle {
    -webkit-animation: 7s fadeIn;
    animation: 7s fadeIn
}

.blinking.is-play .blinking-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: 3s triangleStroke;
    animation: 3s triangleStroke
}

.has-scale-animation {
    -webkit-animation: 3s infinite smallScale;
    animation: 3s infinite smallScale
}

.has-delay-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.booked-letter,.rocket-icon img {
    animation: 3s ease-in-out infinite floatUpDown
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes triangleStroke {
    from {
        stroke-dashoffset: 90
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes triangleStroke {
    from {
        stroke-dashoffset: 90
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

.blinking-icon.is-play svg {
    filter: brightness(11)
}

.whatsapp-blinking-btn {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translatey(-50%);
    right: 50px
}

.whatsapp-blinking-btn a.blinking.is-play h2 {
    color: #fff;
    font-family: 'Pathway Extreme';
    transform: rotate(-90deg);
    margin: -65px 0 0;
    font-size: 20px;
    font-weight: 500
}

.booking-bookers-form {
    margin: -160px 0 0;
    z-index: 9999;
    position: relative;
    border: 1px solid #6f6b6b73;
    background: #032d613d;
    padding: 51px;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 11px #032d6157
}

.booking-bookers-form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.heading h3 {
    font-size: 29.88px
}

.booked-letter {
    position: absolute;
    left: 0
}

@keyframes floatUpDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.heading {
    padding: 0 0 40px 100px
}

.form-group input::placeholder {
    font-size: 15px!important;
    font-family: 'Pathway Extreme'
}

.form-group {
    width: 22%
}

.form-group input,.form-group select {
    width: 100%;
    border-radius: 0;
    height: 44px;
    border: 1px solid #3333
}

.form-submit-btn button {
    background: #fff0;
    border: 0;
    position: relative
}

.form-submit-btn button::before {
    position: absolute;
    content: "";
    background: #fff;
    background: linear-gradient(90deg,#fff0 0,#b41240 66%);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -36px;
    top: 0;
    transform: scale(1.8);
    border-radius: 0 5px 5px 0
}

.form-submit-btn button:focus,.form-submit-btn button:hover {
    background: #fff0;
    border: 0;
    box-shadow: none!important;
    outline: 0!important
}

.heading-secs h4::before,.heading-style-2 h2 span,.heading-style-2 h3::before,.heading-style-3 h2 span::before,.self-txt h3 span::before,.video-play-icon a:hover,.why-choose-txt h2 span,.why-choose-txt h3::before {
    background: var(--primary-color)
}

section.why-choose {
    padding: 50px 0
}

.book-detail,.why-choose-txt h3 {
    padding: 0 0 20px;
    position: relative
}

.why-choose-txt h3 {
    font-size: 24px;
    width: fit-content
}

.why-choose-txt h3 span {
    color: var(--primary-color);
    font-weight: 700
}

.why-choose-txt h3::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    left: -16px;
    bottom: 9px
}

.why-choose-txt h2 {
    font-size: 53px;
    font-weight: 600;
    padding: 0 0 30px;
    line-height: normal
}

.why-choose-txt h2 span {
    color: #fff;
    padding: 0 31px;
    border-radius: 70px
}

.why-choose-txt p {
    font-size: 15px;
    text-align: justify;
    line-height: normal
}

.book-detail,.book-detail p,.btns-collection,.heading-secs,.heading-style-2,.heading-style-2 p,.heading-style-3,.make-it-head,.why-choose-txt a,section.how-we-make-ite .why-choose-txt p {
    text-align: center
}

.why-choose-txt a {
    width: 200px!important;
    display: inline-block;
    padding: 18px 10px;
    margin: 30px 20px 0 0
}

.why-choose-txt a.theme-dark-btn {
    box-shadow: 0 0 10px var(--primary-color)
}

.why-choose-img {
    width: 100%;
    height: 500px;
    margin: 0 0 0 50px;
    position: relative;
    border-radius: 17px
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
    border-radius: 8px
}

.why-choose-img::before {
    position: absolute;
    content: "";
    border: 2px solid #33333385;
    width: 100%;
    height: 100%;
    top: -1px;
    transform: rotate(-9deg);
    z-index: -1;
    border-radius: 10px
}

section.contact-form,section.visions {
    padding: 60px 0
}

.heading-secs h4 {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin: 0 auto 29px
}

.heading-secs h4::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    bottom: -10px;
    left: -30px
}

.heading-secs h3 {
    font-size: 65px;
    font-weight: 900
}

.heading-secs h3 span:first-child {
    font-size: 34px
}

.heading-secs h3 span:nth-child(4) {
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    padding: 4px 30px;
    border-radius: 70px;
    line-height: normal
}

section.faqs-sec .why-choose-txt.text-center.aos-init.aos-animate,section.visions .heading-secs {
    padding: 0 0 70px
}

.book-cover-img {
    height: 430px;
    width: 100%;
    position: relative
}

.book-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-in-out
}

.book-detail {
    bottom: -20px;
    transition: .3s ease-in-out
}

.book-detail h3 a {
    color: #000
}

marquee.the-mock span,marquee.txt-animated-left span {
    font-size: 107px;
    color: #fff0;
    font-weight: 900;
    letter-spacing: 12px;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7f7c7c;
    text-transform: uppercase
}

.book-detail h3 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Pathway Extreme'
}

.book-cover-img::before {
    position: absolute;
    content: "";
    width: 62%;
    height: 97%;
    background: #032d6154;
    z-index: -1;
    transform: rotate(-15deg);
    box-shadow: -7px -4px 31px #032d61;
    border-radius: 81px;
    left: 34px;
    top: 13px;
    opacity: 0;
    transition: .6s
}

.book-detail p {
    font-size: 18px;
    font-family: 'Pathway Extreme';
    padding: 10px 0 0
}

.book-cover-main:hover .book-detail {
    bottom: -9px;
    opacity: 1;
    visibility: visible
}

.book-cover-main:hover .book-cover-img::before {
    opacity: 1
}

.book-cover-main {
    cursor: pointer;
    margin: 0 20px
}

.btns-collection {
    padding: 50px 0 0
}

.btns-collection a.theme-dark-btn {
    box-shadow: 0 0 13px #032d61;
    margin: 0 20px 0 0
}

marquee.txt-animated-left {
    position: absolute;
    transform: rotate(-90deg);
    height: 130px;
    width: 670px;
    left: -409px;
    top: 60%
}

marquee.txt-animated-left span {
    margin: 0 80px 0 0
}

marquee.txt-animated-left.txt-animated-right {
    left: auto;
    right: -395px
}

.rocket-icon {
    position: absolute;
    right: 100px;
    width: 60px;
    height: 90px;
    top: 23%
}

.popupform.new-popup-form,.txt-overlay,.video-play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.rocket-icon img {
    width: 100%
}

@keyframes glow {
    0%,100% {
        filter: drop-shadow(0 0 0 #ffd700)
    }

    50% {
        filter: drop-shadow(0 0 15px #ffd700)
    }
}

section.mock-desgin .why-choose-txt h2 {
    font-size: 56px;
    line-height: normal
}

.bulb-icon {
    position: absolute;
    animation: 1.5s ease-in-out infinite glow;
    right: -100px
}

section.mock-desgin .why-choose-txt {
    padding: 0 0 0 30px
}

section.mock-desgin {
    padding: 120px 0 0;
    position: relative
}

marquee.the-mock {
    position: absolute;
    left: -230px;
    top: 80px;
    height: 129px;
    width: 560px;
    transform: rotate(-35deg);
    z-index: -1
}

.video-play-icon {
    position: absolute;
    right: 25%;
    bottom: 50%
}

.video-play-icon a {
    background: #fff;
    width: 70px;
    height: 70px;
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 40px 11px #fff
}

.video-play-icon a:hover {
    color: #fff
}

.heading-style-2 h3 {
    font-size: 50.24px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto
}

.heading-style-2 h2 {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 30px 0 0
}

.heading-style-2 h2 span {
    color: #fff;
    padding: 0 20px;
    border-radius: 80px
}

.heading-style-2 h3::before {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    bottom: -2px;
    left: -30px
}

.heading-style-2 p {
    padding: 30px 120px 0;
    font-size: 14px
}

.self-books-main {
    display: flex;
    padding: 100px 0 0;
    position: relative
}

.self-book-img {
    width: 100%;
    height: 560px;
    animation: 3s ease-in-out infinite floatUpDown
}

.self-book-img:nth-child(2) {
    margin: -40px 0 0 -50px;
    animation: 4s ease-in-out infinite floatUpDown
}

.self-txt h3 {
    font-size: 75px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 110px 0 20px
}

.self-txt h3 span {
    position: relative;
    color: #fff;
    margin: 0 14px 0 0
}

.self-txt h3 span::before {
    position: absolute;
    content: "";
    width: 550px;
    height: 100%;
    z-index: -1;
    right: -14px;
    border-radius: 0 60px 60px 0
}

section.self-publishing {
    padding: 50px 0 80px
}

a.long-arrow-icon {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    transition: .6s;
    text-align: end
}

.user-info .qoute img,a.long-arrow-icon:hover img {
    filter: brightness(.5)
}

a.long-arrow-icon img {
    transition: .6s
}

a.long-arrow-icon:hover,section.contact-form .form-group button:hover {
    transform: translate(0,-10px)
}

section.book-reach .why-choose-txt h2 span {
    margin: 0 0 0 -32px;
    position: relative;
    display: inline-block
}

.trust-pilot {
    width: 210px;
    margin: 0 auto
}

.thumb-slider {
    height: 500px
}

.heading-style-3 h2 {
    font-size: 50px;
    font-weight: 800
}

.heading-style-3 h2 span {
    color: #fff;
    position: relative;
    padding: 0 10px
}

.heading-style-3 h2 span::before {
    position: absolute;
    content: "";
    width: 144px;
    height: 91%;
    border-radius: 100px;
    left: -11px;
    z-index: -1;
    bottom: 0
}

.testimonial-main p {
    font-size: 14px;
    height: 220px;
    overflow: auto;
    transition: .6s;
    padding: 0 20px 0 0;
    text-align: left
}

.slick-center .testimonial-main p {
    height: 290px
}

.testimonial-main p::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px
}

.testimonial-main p::-webkit-scrollbar-track-piece {
    background-color: #fff0;
    -webkit-border-radius: 0
}

.testimonial-main p::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color)
}

a.quest-title,a.quest-title.active::after,a.quest-title::after,a.quest-title:hover:after {
    background: linear-gradient(92deg,#b41240 0,#032d61 66%)
}

.testimonial-main {
    margin: 0 125px 0 -105px;
    border: 1px solid #333;
    border-radius: 10px;
    transition: .7s;
    border-top: #fff0;
    padding: 39px
}

.testimonial-main .user-info h2 {
    font-size: 26px;
    transition: .6s;
    font-weight: 700
}

.user-info {
    padding: 30px 0 10px 8px;
    gap: 14px
}

section.testimonial {
    padding: 30px 0 70px;
    overflow: hidden
}

.slick-center .testimonial-main {
    background: #b41240;
    background: linear-gradient(358deg,#b41240 0,#032d61 66%);
    border-color: #fff
}

.reserved-txt ul li a,.slick-center .testimonial-main .user-info h2,.slick-center .testimonial-main p {
    color: #fff
}

.slick-center .testimonial-main .user-info .qoute img {
    filter: brightness(1000)
}

.faqs-img {
    width: 90%;
    height: 460px;
    margin: 0 auto
}

.faqs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

section.faqs-sec .why-choose-txt h3 {
    margin: 0 auto 20px
}

section.faqs-sec .why-choose-txt p {
    text-align: center;
    padding: 0 0 70px
}

section.faqs-sec {
    padding: 100px 0 80px
}

.quest-content.open {
    display: block
}

.quest-content {
    display: none
}

a.quest-title {
    color: #fff;
    padding: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 9px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.author-header h2,.make-it-head h2 {
    font-size: 27px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600
}

.quest-section {
    padding: 0 0 10px
}

a.quest-title::before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    right: 20px
}

.quest-title.active::before {
    content: "\f068"
}

.quest-section p {
    padding: 10px 20px 30px;
    background: #fff;
    box-shadow: 0 0 4px #615e5e3b;
    margin: 0 9px 17px
}

a.quest-title::after {
    position: absolute;
    content: "";
    width: 100%;
    transition: .7s;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1
}

a.quest-title.active::after,a.quest-title:hover:after {
    left: -160px
}

.inner-banner {
    height: 300px;
    display: flex;
    align-items: center;
    background-image: url(../images/inner-page.jpg);
    background-color: #000;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.inner-pg-bookwriting p {
    width: 840px;
    padding: 20px 0 0
}

.inner-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: .5
}

.inner-banner .heading-secs h4 {
    color: #fff;
    font-size: 70px
}

.inner-banner .heading-secs h4::before {
    background: #fff
}

.contact-us-img {
    height: 100%;
    width: 100%;
    position: relative
}

.contact-us-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(92deg,#032d61 0,#fff0 66%)
}

.contact-form-main {
    padding: 0 40px 0 0
}

section.author-book {
    padding: 50px 0 0
}

.publisher-slider button.slick-next.slick-arrow,.publisher-slider button.slick-prev.slick-arrow,.publishing-books-slider button.slick-next.slick-arrow,.publishing-books-slider button.slick-prev.slick-arrow {
    display: none!important
}

.writers-option {
    margin: 0 10px;
    position: relative
}

.writers-option img {
    width: 100%;
    border-radius: 15px
}

.txt-overlay {
    position: absolute;
    z-index: 999;
    right: 50%;
    bottom: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #33333373;
    border-radius: 11px;
    color: #fff
}

.author-header {
    padding: 0 0 50px
}

.make-it-head h2 {
    padding: 0 0 10px
}

.make-it-head p {
    text-align: center;
    color: grey;
    font-size: 14px
}

section.how-we-make-ite {
    padding: 60px 0 100px
}

section.how-we-make-ite .why-choose-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 40px
}

section.how-we-make-ite .why-choose-txt h3 {
    font-size: 30px
}

.count-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.head-one h4 {
    font-size: 20px;
    font-weight: 600
}

.head-two h4 {
    font-size: 60px;
    font-weight: 600
}

.count-box {
    padding: 0 15px 15px;
    border-radius: 10px;
    margin: 0 20px;
    height: 270px;
    border: 1px solid #d3d3d3
}

.count-box p {
    font-size: 14px;
    text-align: left;
    overflow: auto;
    box-shadow: none!important;
    padding: 0;
    line-height: 25px
}

section.trusted-expert {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0
}

.trusted-img {
    height: 540px;
    width: 90%;
    margin: 0 auto
}

.trusted-book-txt h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    line-height: 40px
}

.trusted-book-txt p {
    font-size: 15px;
    color: #000;
    padding: 10px 0 0
}

.trusted-book-txt {
    padding: 0
}

.why-choose-img.book-writing::before {
    content: '';
    border: none
}

.count-box:hover {
    background: linear-gradient(92deg,#b41240 0,#032d61 66%);
    transition: .2s
}

.count-box:hover h4,.count-box:hover p {
    color: #fff;
    transition: .2s
}

section.contact-form .contct-form-txt {
    padding: 0 20px 10px 0
}

section.contact-form .form-group {
    width: 100%;
    padding: 4px
}

section.contact-form .form-group input {
    width: 100%;
    height: 44px;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    padding: 11px
}

section.contact-form .form-group textarea {
    width: 100%;
    height: 134px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 11px;
    resize: none
}

section.contact-form .form-group button {
    width: 100%;
    padding: 11px 34px;
    color: #fff;
    background: var(--primary-color);
    position: relative;
    border: 2px solid var(--primary-color);
    border-radius: 40px;
    overflow: hidden;
    z-index: 9;
    transition: .6s
}

section.contact-form .form-group button::before {
    background: linear-gradient(92deg,#b41240 0,#032d61 66%);
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .6s
}

section.contact-form .form-group button:hover:before {
    left: -170px
}

.social-icons {
    padding: 25px 0 20px
}

.quick-link-one img {
    width: 100%;
    max-width: 230px;
    padding: 0 0 30px
}

footer.site-footer {
    padding: 60px 0 80px
}



.quick-link-one p {
    color: #333;
    font-weight: 500;
    text-align: left
}

.quick-link-two h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 0 0 5px
}

.quick-link-two h4::before,.stay-updated h4::before {
    content: '';
    width: 36%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 105%;
    left: -12%
}

.quick-link-two li {
    padding: 5px 0
}

.quick-link-two a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative
}

.quick-link-two {
    padding: 0 30px
}

.quick-link-two ul {
    padding: 15px 0 0
}

.stay-updated h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 0 5px
}

.stay-updated p {
    font-size: 14px;
    padding: 20px 0 0;
    color: #333;
    font-weight: 500
}

.join input#exampleFormControlInput1 {
    border-radius: 0 20px 20px 0;
    padding: 10px;
    font-size: 12px;
    font-weight: 600
}

.join {
    padding: 25px 0 0;
    position: relative
}

.join-btn a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
    padding: 10px 27px 9px;
    border-radius: 22px
}

.join-btn {
    position: absolute;
    top: 33px;
    right: 0
}

.reserved-txt p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 0
}

.reserved-txt {
    background: #032d61;
    padding: 20px 0
}

.quick-link-two a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
    transition: .6s
}

.payments-marchents {
    display: flex;
    gap: 14px
}

.payments-marchents a img {
    width: 60px
}

.social-icons a {
    color: #fff;
    background: #032d61;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 8px;
    transition: .3s
}

.social-icons a:hover {
    background: #4a0f6e
}

.reserved-txt ul {
    display: flex;
    gap: 32px;
    list-style: disc!important
}

.overlay-bg {
    background: rgb(0 0 0 / .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

.popup-content {
    padding: 0 40px 0 20px
}

.popup-content .btn:hover {
    background: var(--secondary-color)
}


.popupform.new-popup-form {
    max-width: 1030px;
    width: 1050px;
    padding: 0;
    overflow: visible;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    background: #fff;
    height: max-content;
    display: none
}

.popupform.new-popup-form::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 240px
}

.popupform.new-popup-form::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 424px;
    background: url(../images/book-reach-img.webp) 0 0/cover
}

.popup-content h2 {
    font-family: 'Pathway Extreme';
    font-size: 22px;
    color: #313131;
    font-weight: 600;
    margin: 0 0 10px
}

.popup-content p {
    margin: 0 0 10px;
    color: #313131;
    font-weight: 500;
    font-size: 14px
}

.custom-pop {
    padding: 30px 0
}

.popup-content p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
    padding-left: 15px
}

.popup-content p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px
}

.popup-content [class*=col-] {
    padding: 0 7px;
    margin-top: 14px
}

.popup-content [class*=col-] input,.popup-content [class*=col-] textarea {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0
}

.popup-content [class*=col-] input {
    height: 40px;
    margin-bottom: 12px
}

.popup-content [class*=col-] textarea {
    height: 91%;
    resize: none
}

.popup-content .btn {
    background: var(--primary-color);
    color: #fff!important;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 220px!important
}

.pop-txt {
    left: -44px;
    padding: 0
}

.popupform.new-popup-form button.fancybox-button {
    background: #05c0ad;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: -10px;
    right: -10px
}

.close-btn.ta-center {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    background: var(--primary-color);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.term-content h4 {
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 7px
}

.term-content {
    padding: 30px 0 0
}

.term-content ul li {
    list-style: disc!important;
    padding: 0 0 13px
}

.term-content ul {
    padding: 0 0 0 22px
}

.following-assets ul li {
    padding: 6px 0 6px 0;
}

.following-assets ul li span {
    margin: 0 15px 0 0px;
}

.following-assets ul li a,.following-assets ul li {
    color: var(--primary-color);
}

/*Our Packeges Begin*/
.packages_box_sec {
    box-shadow: 0 0 11px #0000006b;
    padding: 21px;
    margin: 0 18px;
    border-radius: 15px;
}

section.package__sec__main.padding__70 {
    padding: 70px 0 70px 0;
}

.packges__head h6 {
    font-size: 23px;
    text-align: center;
    font-weight: 800;
    padding: 0 0 20px 0;
}

.packages__price {
    display: flex;
    gap: 30px;
    padding: 0 0 1px 0;
}

.org_pri h5 {
    font-size: 33px;
    display: inline-block;
    font-weight: 800;
    padding: 0px 0 10px 0px;
    color: var(--secondary-color);
}

.org_pri span {
    font-size: 16px;
    display: inline-block;
}

ul.pkg-list {
    height: 419px;
    overflow: auto;
}

ul.pkg-list li {
    padding: 0 0 12px 0;
}
.btn__packages {
    text-align: center;
    padding: 35px 0 10px 0;
    display: flex;
    justify-content: center;
    gap: 23px;
}
.org_pri span small {
    display: block;
}

.org_pri span small del {
    font-size: 16px;
    text-decoration: line-through !important;
}

.cut_price span.perc {
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.pkg_list {
    border-top: 1px solid var(--primary-color);
    padding: 10px 0 0 0;
}
.pkg_detail_sec {
    padding: 40px 30px;
    background: var(--primary-color);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 0%);
}

.pkg_detail_sec:before {
    content: '';
    border: 3px solid rgb(0 0 0);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec:after {
    content: '';
    background: linear-gradient(180deg, rgb(255 255 255 / 59%) 0, rgb(255 255 255 / 42%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 54%);
}

section.product_detail_sec {
    padding: 100px;
}

.pkg_list_detail {
    padding: 56px 0 0 60px;
}

.pkg_list_detail h4 {
    font-size: 42px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.pkg_list_detail ul.pkg-list li {
    padding: 15px 20px;
    border-bottom: 1px solid #3333;
    position: relative;
}

.pkg_list_detail ul.pkg-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    background: #00000061;
    left: 5px;
    bottom: 22px;
}

.pkg_detail_sec h1 {
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
    /* opacity: 0.5; */
    color: #fff;
}

.pkg_detail_sec  span.line_through {
    font-size: 23px;
    text-decoration: line-through;
    color: white;
}

.pkg_detail_sec span.h5 {
    font-size: 46px;
    color: white;
}
a.pkg-order-btn {
    background: white;
    padding: 11px 40px;
    display: inline-block;
    margin: 20px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 600;
    transition: all .6s ease;
}

a.pkg-order-btn:hover {
    background: var(--secondary-color);
    color: white;
    transform: translate(0px, -10px);
}
.ct-marketing {
    justify-content: space-between;
}
/*Our Packeges End*/
.contact-form-main.aos-init.aos-animate .following-assets {
    padding: 20px 0 0 20px;
}

.contact-form-main.aos-init.aos-animate .following-assets ul li a, .following-assets ul li {
    font-weight: 700;
    font-size: 15px;
}
@media (max-width: 991px) {
    .popupform.new-popup-form {
        width:100%;
        height: 100%;
        padding: 40px
    }

    form.form-get-quote .col-md-6 {
        width: 100%
    }

    .popup-content {
        padding: 0 0 0 30px
    }

    .popupform.new-popup-form::after {
        width: 320px;
        background-size: cover
    }

    .popup-content h2 {
        text-align: center
    }

    .popup-content p {
        text-align: center
    }

    .popup-content .btn {
        margin: 0 auto!important;
        display: block
    }

    .popup-content p.form_tagline {
        text-align: center;
        padding: 0 0 10px 0
    }

    .form-submit-btn button,.logo,.why-choose-txt h3 {
        margin: 0 auto
    }

    .form-submit-btn,.form-submit-btn button,.icons-box a,.self-txt h3,.why-choose-txt p,a.long-arrow-icon,a.theme-light-btn {
        text-align: center
    }

    .logo {
        padding: 0 0 30px
    }

    .payments-marchents {
        padding: 0 0 50px
    }

    header {
        padding: 0 0 20px
    }

    .book-writing h1 {
        font-size: 55px!important
    }

    .book-writing h4 p {
        font-size: 14px
    }

    .whatsapp-blinking-btn a.blinking.is-play h2,header .col-lg-8.pt-5,marquee.txt-animated-left,marquee.txt-animated-left.txt-animated-right {
        display: none
    }

    .call-btns {
        justify-content: center;
        padding: 20px 0 0
    }

    header .col-lg-5.pt-5 {
        padding: 20px 0 10px!important
    }

    .contacts-options .icons-box {
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center
    }

    .icons-box a:first-child::before,header::before {
        opacity: 0
    }

    .banner-text h2,.testimonial-main .user-info h2 {
        font-size: 20px
    }

    .banner-text h1 {
        font-size: 80px;
        line-height: 120px
    }

    .banner-text h3 {
        font-size: 76px;
        line-height: 8px
    }

    .banner-text h4 {
        font-size: 50px;
        line-height: 100px
    }

    .whatsapp-blinking-btn {
        position: fixed;
        bottom: 0;
        top: auto;
        left: auto;
        right: 30px;
        z-index: 9999999
    }

    main.app-container {
        overflow: hidden
    }

    .heading h3,.heading-secs h4 {
        font-size: 21px
    }

    .booking-bookers-form form {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 4px
    }

    .form-group {
        width: 100%
    }

    .form-submit-btn {
        padding: 20px 0 0
    }

    .form-submit-btn button::before {
        background: linear-gradient(90deg,#b41240 0,#b41240 66%);
        border-radius: 50px;
        left: 0;
        transform: scale(1.3)
    }

    .why-choose-txt.aos-init.aos-animate {
        text-align: center;
        padding: 70px 0 80px
    }

    .why-choose-txt h2 {
        font-size: 40px
    }

    a.theme-dark-btn {
        padding: 15px 20px;
        width: fit-content
    }

    a.theme-light-btn {
        width: 170px!important;
        font-size: 14px;
        padding: 15px 20px
    }
    
    
    .why-choose-txt h3::before {
        left: 50%;
        right: 50%;
        transform: translate(-50%,0)
    }

    section.mock-desgin .why-choose-txt h2 {
        font-size: 42px;
        padding: 20px 0
    }

    .heading-style-2 h3,.heading-style-3 h2 {
        font-size: 35px
    }

    .heading-style-2 h2 {
        font-size: 39px;
        line-height: normal
    }

    .heading-style-2 p {
        padding: 20px 0 30px
    }

    .self-txt h3 {
        font-size: 57px
    }

    .self-txt h3 span::before {
        width: 108%;
        left: -7px;
        border-radius: 70px;
        padding: 0 20px
    }

    .self-books-main,section.self-publishing.aos-init.aos-animate .col-lg-6.d-flex.align-items-center {
        justify-content: center
    }

    a.long-arrow-icon {
        margin: 20px 0 0
    }

    .video-play-icon {
        right: 33%
    }

    section.book-reach .why-choose-txt h2 span {
        margin: 0
    }

    .heading-style-3 h2 span::before {
        width: 100%;
        left: -2px
    }

    a.logo-main img {
        width: 170px
    }

    .mobile-nav-btn {
        z-index: 999999
    }

    .bulb-icon {
        right: 0
    }

    .testimonial-main {
        margin: 0 140px 0 -110px;
        padding: 10px
    }

    .thumb-slider,section.faqs-sec .why-choose-txt {
        padding: 0!important
    }

    .testimonial-main p {
        padding: 0;
        font-size: 14px
    }

    .thumb-slider {
        height: 350px
    }

    section.book-reach.py-5 .why-choose-txt.aos-init.aos-animate {
        padding: 0 0 10px
    }

    .heading-secs h3 {
        font-size: 36px
    }

    section.faqs-sec {
        padding: 0
    }
}

@media (max-width: 767px) {
    .pkg_list_detail {
        padding-left: 0;
    }
    section.product_detail_sec {
    padding: 10px;
}
    
    .pkg_detail_sec {
        margin: 60px auto 0 auto;
        width: 80%;
        min-height: 300px;
    }
    .popup-content {
        padding:0
    }

    .popupform.new-popup-form::after,.popupform.new-popup-form::before {
        opacity: 0;
        width: 0!important;
        height: 0!important;
        display: none!important
    }

    header .col-lg-5.pt-5,header .pt-5,section.faqs-sec .why-choose-txt {
        padding: 0!important
    }

    header .logo {
        padding: 16px 0 30px
    }

    section.trusted-expert {
        padding: 340px 0 50px;
        background-position: top
    }

    section.trusted-expert .col-md-5.offset-6 {
        margin: 0
    }

    .inner-banner .heading-secs h4,.self-txt h3 {
        font-size: 40px
    }

    .contact-form-main.aos-init.aos-animate {
        padding: 0 0 50px
    }

    .book-writing h4 p,.icons-box a h5,.quest-section p,.reserved-txt ul li a {
        font-size: 13px
    }

    .book-writing {
        top: 34px!important;
        width: 90%
    }

    .book-writing h1 {
        font-size: 35px!important;
        line-height: 37px!important
    }

    .icons-box a {
        font-size: 12px
    }

    .banner-text h1 {
        font-size: 37px;
        line-height: 40px
    }

    .banner-text h3 {
        font-size: 34px;
        line-height: 31px
    }

    .banner-text h4 {
        font-size: 26px;
        line-height: 34px
    }

    .banner-img {
        height: 66vh
    }

    .banner-img img {
        object-position: -213px
    }

    .banner-text {
        top: 13%;
        width: 98%
    }

    .contacts-options,.rocket-icon {
        display: none
    }

    a.theme-dark-btn {
        font-size: 15px;
        padding: 15px 16px
    }

    .why-choose-img {
        margin: 0;
        height: 340px
    }

    section.mock-desgin a.theme-dark-btn {
        width: 178px!important
    }

    a.long-arrow-icon img {
        width: 80px
    }

    a.long-arrow-icon {
        text-align: end
    }

    section.book-reach.py-5 a.theme-dark-btn {
        width: 170px!important
    }

    .mobile-nav .logo-main {
        width: 300px
    }

    .testimonial-main {
        margin: 0 40px;
        padding: 10px 20px
    }

    .call-btns {
        justify-content: center;
        padding: 0;
        gap: 7px
    }

    .testimonial-main p {
        font-size: 13px;
        padding: 0 10px 0 0
    }

    .heading-style-3 h2 {
        font-size: 27px
    }

    .self-book-img {
        height: 260px
    }

    section.mock-desgin {
        padding-top: 50px
    }

    .heading-secs h3,.heading-secs h4 {
        font-size: 20px
    }

    .heading-secs h3 span:first-child {
        font-size: 15px
    }

    a.quest-title,section.faqs-sec .why-choose-txt h3 {
        font-size: 14px
    }

    section.faqs-sec .why-choose-txt h2 {
        font-size: 35px;
        text-align: center
    }

    section.faqs-sec .why-choose-txt h2 span {
        display: block;
        width: fit-content;
        margin: 0 auto
    }

    .heading-secs h4::before {
        left: 50%;
        right: 50%;
        transform: translate(-50%,10px)
    }

    .book-cover-img {
        height: 300px
    }

    .book-cover-main {
        margin: 0 50px
    }

    .quick-link-one,.stay-updated {
        text-align: center
    }

    .payments-marchents {
        justify-content: center;
        padding: 0 0 30px
    }

    .quick-link-one p,.stay-updated p {
        text-align: center;
        font-size: 14px
    }

    .quick-link-two {
        text-align: center;
        padding: 0 0 50px
    }

    .quick-link-two h4::before,.stay-updated h4::before {
        left: 50%;
        right: 50%;
        transform: translate(-50%,4px)
    }

    .reserved-txt p {
        font-size: 10px
    }

    .reserved-txt .container.d-flex.justify-content-between {
        flex-direction: column;
        justify-content: center!important
    }

    .reserved-txt .container.d-flex.justify-content-between ul {
        justify-content: center;
        padding: 0 0 10px
    }

    .faqs-img {
        height: auto
    }

    .payments-marchents img {
        width: 60px
    }

    section.why-choose .row {
        flex-direction: column-reverse
    }

    section.self-publishing.aos-init.aos-animate .row {
        flex-direction: column-reverse;
    }

    section.mock-desgin .row {
        flex-direction: column-reverse;
    }
}
