@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 
font-family: "Poppins", sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

.container {
    max-width: 1440px;
}

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

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

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
li.dropdown:hover ul.dropdown-menu {
    display: block;
}
header {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header a.navbar-brand {
    width: 250px;
}

header ul.navbar-nav .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.165px;
    color: #393939 !important;
    font-family: "Poppins", sans-serif;
    transition: color .3s ease, font-weight .3s ease;
}

header ul.navbar-nav {
    border-radius: 100px;
    background: #fff6e9;
    backdrop-filter: blur(13.5px);
    column-gap: 15px;
    padding: 15px 50px;
}

header div#navbarNav {
    justify-content: end;
    column-gap: 50px;
}

.top_cal_btn a {
    background: #ff7f3e;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
    letter-spacing: -.165px;
    color: #fff;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
    border: 2px solid #ff7f3e;
    padding: 16px 30px;
    border-radius: 50px;
}

.top_cal_btn a:hover {
    background: transparent;
    transition: background .3s ease, transform .3s ease;
    color: #ff7f3e;
    border: 2px solid #ff7f3e;
}

header.scroll {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff6e9;
}

header li.nav-item {
    padding: 0 8px;
}

/************************** Header css end **************************/
section.home_banner_main_sec {
    height: 870px;
    display: flex;
    align-items: center;
    position: relative;
}

section.home_banner_main_sec::after {
    content: "";
    background-image: url(../images/image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_main_content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: -.241964px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

.banner_main_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.btn_main_divv a {
    background: #ff7f3e;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins';
    letter-spacing: -.165px;
    color: #fff;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
    border: 2px solid #ff7f3e;
    padding: 16px 30px;
    border-radius: 50px;
}

.btn_main_divv a:first-child:hover {
    background: #393939;
    border-color: #393939;
}

.btn_main_divv a:last-child:hover {
    background: #ff7f3e !important;
    border-color: #ff7f3e !important;
}

.btn_main_divv {
    padding-bottom: 30px;
}

.plateform_sldr_main {
    background: #ff7f3e;
    border-radius: 15px;
    padding: 35px 10px;
}

.plateform_sldr_main img {
    width: 100%;
    height: 36px;
    object-fit: contain;
}

section.video_section video {
    width: 100%;
    border-radius: 40px;
}

section.video_section h4 {
    text-align: center;
    color: #ff7f3e;
    background: rgba(255, 127, 62, .15);
    width: 25%;
    margin: auto;
    padding: 18px 0;
    border-radius: 50px;
}

section.video_section {
    padding: 100px 0;
}

section.video_section h2 {
    font-weight: 600;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-size: 46px;
    font-family: 'Poppins';
    text-align: center;
    padding: 30px 0 20px;
}

.services_head_main h4 {
    text-align: center;
    color: #ff7f3e;
    background: rgba(255, 127, 62, .15);
    width: 25%;
    margin: auto;
    padding: 18px 0;
    border-radius: 50px;
    font-family: 'Poppins';
}


.services_head_main h2 {
    font-weight: 600;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-size: 46px;
    font-family: 'Poppins';
    text-align: center;
    padding: 30px 0 20px;
}

.services_box_main a {
    height: 40px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.165px;
    width: 150px;
    color: #212529;
    font-family: 'Poppins';
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.services_box_main p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: -.167059px;
    color: #73858f;
    font-family: 'Poppins';
}

.services_box_main h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.165px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.services_box_main {
    transition: flex .5s ease, transform .5s ease;
    height: 350px;
    width: 100%;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    padding: 40px 30px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.services_box_main:hover h3 {
    color: #fff;
}

.services_box_main:hover p {
    color: #fff;
}

.services_box_main:hover {
    background: #ff7f3e;
    transition: flex .5s ease, transform .5s ease;
}

.services_box_main:hover a {
    z-index: 2;
    background: #fff;
    border: 0 solid #fff;
}

section.writing_block_section_main {
    padding: 100px 0 50px;
}


section.writing_block_section_main .services_head_main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
    text-align: center;
}

.services_head_main img {
    padding-top: 50px;
}

section.bestseller_section_maion .services_head_main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
    text-align: center;
}

.best_main_box {
    padding: 10px;
    height: auto;
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 2px solid transparent;
    box-shadow: 10px 15px 25px rgba(80, 122, 165, .06);
    margin: 0 6px;
}

.best_main_box img {
    width: 100%;
    border-radius: 20px;
    height: 500px;
    object-fit: unset;
    transition: transform .3s ease;
}

.best_main_box h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.165px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    transition: all .3s ease;
    font-family: 'Poppins';
    margin-top: 15px;
}

section.bestseller_section_maion {
    background: linear-gradient(180deg, rgba(255, 127, 62, .169), rgba(249, 252, 255, 0));
    padding: 50px 0 100px;
}

.bestseller_slider_main .slick-track {
    padding: 30px 0;
}

.bestseller_slider_main .slick-list {
    padding: 0 0% 0 13% !important;
}

.bestseller_slider_main .slick-prev,
.bestseller_slider_main .slick-next {
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.bestseller_slider_main .slick-prev {
    left: 85%;
}

.bestseller_slider_main .slick-next {
    right: 9%;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Fontawesome' !important;
    opacity: 1 !important;
    color: rgba(0, 0, 0, .2);
    font-size: 28px;
}

.cta_main_section .container {
    background-image: url(../images/ctaImage.9e463c37.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;

}

.cta_content_main {
    background: hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(50px);
    border-radius: 30px;
    padding: 50px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta_content_main h3 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -.241964px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.cta_content_main p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.cta_content_main .btn_main_divv {
    padding: 0;
}

.cta_content_main .btn_main_divv a {
    background: #fff;
    border: #fff;
    color: #393939;
}

.cta_content_main .btn_main_divv a:hover {
    background: #000;
    color: #fff;
}

.cta_content_main .btn_main_divv a:last-child:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #fff;
}

section.testimonial_section_main {
    padding: 100px 0;
}

.testimoial_upper_imgr img {
    width: 300px;
}

.testimoial_upper_imgr p {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.241964px;
    color: #393939;
    display: block;
}

.testimoial_upper_imgr h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -.241964px;
    color: #393939;
    font-family: 'Poppins';
}

.testimoial_upper_imgr {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-top: 50px;
}

.testi_slrd_content_box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 30px;
    font-family: 'Poppins';
}

.testi_slrd_content_box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.241964px;
    color: #ff7f3e;
    font-family: 'Poppins';
}

.testi_slrd_content_box h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.241964px;
    color: #73858f;
    font-family: 'Poppins';
}

.testi_slrd_content_box {
    padding-top: 30px;
}

.testimonial_slider_man .slick-prev,
.testimonial_slider_man .slick-next {
    top: unset;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .2);
    bottom: -70px;
}

.testimonial_slider_man .slick-prev {
    left: 90%;
}

.testimonial_slider_man .slick-next {
    right: 2%;
}

section.footer_form_section .container {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 45px 45px 0;
}

.form_content_main h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.form_content_main p {
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins';
}

.footer_form_main form p a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.footer_form_main form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 25px 0;
    font-family: 'Poppins';
}

.footer_form_main form textarea {
    height: 140px;
    background: #fff;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #73858f;
    width: 100%;
    border: 0;
    outline: none;
    padding: 10px 20px;
    font-family: 'Poppins';
}

.footer_form_main form input {
    height: 55px;
    background: #fff;
    border-radius: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #73858f;
    width: 100%;
    border: 0;
    outline: none;
    padding: 0 20px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.footer_form_main h3 {
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Poppins';
}

.btn_form input {
    font-size: 17px !important;
    height: 55px !important;
    background: #ff7f3e !important;
    width: 200px !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    letter-spacing: -.165px;
    color: #fff !important;
    transition: background .3s ease, transform .3s ease;
    border-radius: 50px !important;
}

.btn_form input:hover {
    border: 2px solid #ff7f3e !important;
    background: transparent !important;
    color: #ff7f3e !important;
}


/* footer */
.footer_logo_div {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 45px;
    height: 270px;
}

.footer_logo_div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.167059px;
    color: #393939;
    margin: 20px 0;
    font-family: 'Poppins';
}

.footer_logo_div ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.link_cont_main h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.241964px;
    color: #ff7f3e;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

.link_cont_main li a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -.167059px;
    color: #393939;
    font-family: 'Poppins';
}

div#color_div_fooer {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 40px;
    height: 270px;
}

.footul_mainflex {
    display: flex;
    justify-content: space-between;
}

footer.footer_mian {
    padding: 20px 0;
}

.footer_bootom_main .container {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 45px;
}

.bootmfot_cont h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
}

.bootmfot_cont p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -.167059px;
    color: #393939;
    margin-bottom: 0;
    font-family: 'Poppins';
}

.bootmfot_cont a {
    background: rgba(255, 127, 62, .2);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.210006px;
    color: #ff7f3e;
    padding: 12px 30px;
    font-family: 'Poppins';
}

#about_us_bnnr::after {
    display: none;
}

#about_us_bnnr {
    display: block;
    position: unset;
    padding: 100px 0 0;
    height: 845px;
}

section#aboout_seelr {
    background: unset;
    padding: 50px 0 50px;
}

.our_stry_conetnt_main {
    background: rgba(255, 127, 62, .05);
    border-radius: 40px;
    height: 540px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_stry_conetnt_main h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.our_stry_conetnt_main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.stroyimg img {
    height: 540px;
    border-radius: 40px;
    width: 100%;
    object-fit: cover;
}

.our_stry_conetnt_main .btn_main_divv {
    padding: 0;
}


section.book_writing_bnr {
    height: 80vh !important;
}

section.book_writing_bnr .bnnr_img_writing img {
    width: 100%;
}

section.writing_form_section_main {
    padding: 100px 0;
}

.writing_form_cont_box h2 {
    font-weight: 600;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Poppins';
    text-align: center;
}

.writing_form_cont_box form .form_dsp_flx {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.writing_form_cont_box form .form_dsp_flx input {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ff7f3e;
    height: 55px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #73858f;
    padding: 0 20px;
    width: 20%;
}

.writing_form_cont_box .btn_form input {
    width: 62% !important;
    margin: 15px auto 0;
    border-color: #ff7f3e;
}

section.stiky_section_main {
    padding: 50px 0 100px;
}

.stiky_section_main .our_stry_conetnt_main {
    background: transparent;
    border-radius: unset;
    height: unset;
    padding: unset;
    display: unset;
    position: sticky;
    top: 120px;
}

.stiky_content_box_main {
    padding: 30px;
    background: hsla(0, 0%, 100%, .08);
    border: 1px solid rgba(172, 181, 190, .2);
    box-shadow: 0 0 40px rgba(68, 90, 106, .06);
    border-radius: 23px;
    margin-bottom: 20px;
    height: auto;

}

.stiky_content_box_main h3 {
    margin-bottom: 10px;
    color: #393939;
    font-weight: 500;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.241964px;
    font-family: 'Poppins';
}

.stiky_content_box_main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 0;
    font-family: 'Poppins';
}

.stiky_content_box_main h3:after {
    content: "";
    background: #ff7f3e;
    height: 3px;
    width: 100px;
    display: block;
    margin-top: 10px;
}

.stiky_content_box_main:hover p {
    color: #fff;
}

.stiky_content_box_main:hover h3 {
    color: #fff;
}

.stiky_content_box_main:hover {
    background: #ff7f3e;
}

div#writing_service {
    padding-bottom: 40px;
}

div#writing_service p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
    text-align: center;
}

#writting_cta_sec {
    padding: 100px 0;
}

section#writting_cta_sec .cta_content_main h3 {
    font-size: 38px;
    color: #393939;
}

section#writting_cta_sec .cta_content_main p {
    color: #73858f;
}

section#writting_cta_sec .cta_content_main {
    background: unset;
    backdrop-filter: unset;
    border-radius: unset;
    padding: 0px;
    height: unset;
}

section#writting_cta_sec .container {
    background-image: url(../images/writtingcta.webp);
}

section#writting_cta_sec img {
    width: 100%;
}

.writing_proces_contnet_amin h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.writing_proces_contnet_amin p {
    color: #73858f;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -.167059px;
    font-family: 'Poppins';
}

.writing_proces_contnet_amin {
    margin-top: 50px;
}

section.book_writing_proces_sec img {
    width: 90%;
}

section.book_writing_proces_sec {
    padding-bottom: 100px;
}

.writing_form_cont_box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
    text-align: center;
}

section#hire_us_section {
    padding-bottom: 100px;
}

section#hire_us_section .our_stry_conetnt_main {
    padding-left: 0;
    background: transparent;
}

#hire_us_section .services_head_main h2 {
    margin-bottom: 0px;
}

#hire_us_section .services_head_main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 50px;
    font-family: 'Poppins';
    text-align: center;
}

.hooked_main_content_box {
    background: #fff;
    border: 1px solid #ff7f3e;
    box-shadow: 5px 8px 20px rgba(167, 187, 210, .3);
    border-radius: 20px;
    padding: 50px 30px;
}

.hooked_main_content_box h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.241964px;
    color: #393939;
    font-family: 'Poppins';
}

.hooked_main_content_box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

div#publishing_serv_head_main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Poppins';
}

div#publishing_serv_head_main h2 {
    margin: 0;
}

div#publishing_serv_head_main {
    padding-bottom: 50px;
}


section.favorite_section_main .container:after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ff7f3e 13.78%, rgba(255, 127, 62, 0));
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section.favorite_section_main .container {
    background-image: url(../images/ctaImage.d500a8c5.webp);
    padding: 50px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.favorite_content_box_main h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -.241964px;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Poppins';
}

.favorite_content_box_main p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    font-family: 'Poppins';
}

.favorite_content_box_main h4 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.241964px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.favorite_content_box_main ul li {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.167059px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.favorite_content_box_main ul li i {
    margin-right: 10px;
}

.illustrator_contnt_box {
    background: #fff;
    border: 1px solid #ff7f3e;
    box-shadow: 4px 7px 19px rgba(167, 187, 210, .3);
    border-radius: 20px;
    text-align: center;
}

.illustrator_contnt_box img {
    height: 280px;
    width: auto;
    margin: 40px 0;
}

.illustrator_contnt_box h2 {
    background: #fff6e9;
    border-top: 1px solid #ff7f3e;
    box-shadow: 4px 7px 19px rgba(167, 187, 210, .3);
    border-radius: 0 0 20px 20px;
    padding: 25px 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.239634px;
    color: #393939;
    font-weight: 600;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
}

.illustratorsec_cta .container {
    position: relative;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50px;
}

.illustratorsec_cta .cta_content_main h3 {
    font-size: 50px !important;
}

.illustratorsec_cta img {
    position: absolute;
}

.illustratorsec_cta img {
    position: absolute;
    right: 0;
    width: 50% !important;
    top: 0;
    height: 100%;
    border-radius: 50px;
}

.best_main_box:hover {
    border: 2px solid #ff7f3e;
}

.best_main_box:hover img {
    transform: scale(.97);
    transition: transform .3s ease;
}

section.illustrator_portfolio_section_main .services_head_main h2 {
    padding: 0;
}

section.illustrator_portfolio_section_main img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

section.testimonial_section_main .services_head_main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

/* pricing */

section#pricing_bnnr_section::after {
    background-image: url(../images/bannerImage.5c09c8f0.webp);
}

#pricing_fav_seciton_main .container {
    background-image: url(../images/marketingservicesimg.webp);
    background-position: bottom;
}

#pricing_fav_seciton_main .container:last-child {
    background-image: url(../images/writing-servicesimg.webp);
    height: 590px;
    margin-top: 20px;
}

#pricing_fav_seciton_main .container:after {
    background: linear-gradient(270deg, rgba(57, 57, 57, 0) 7.81%, #393939);
}

section#pricing_fav_seciton_main .favorite_content_box_main h5 {
    line-height: 26px;
    padding: 15px 25px;
    background: rgba(255, 127, 62, .15);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: -.241964px;
    color: #ff7f3e;
    margin-bottom: 20px;
    width: 40%;
    font-family: 'Poppins';
    border-radius: 50px;
}

section.pricing_section_main_block .container {
    box-shadow: 0px 15px 25px rgba(80, 122, 165, .06);
    background: #fff;
    border-radius: 50px;
    padding: 80px 50px;
    max-width: 1299px;
}

section.pricing_section_main_block {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

section.pricing_section_main_block img {
    height: 490px;
    border-radius: 30px;
}

.pricing_block_main_contnt_box h4 span {
    height: 50px;
    width: 50px;
    background: rgba(255, 127, 62, .2);
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 18.5938px;
    line-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: -.4px;
    justify-content: center;
    color: #ff7f3e;
    font-family: 'Poppins';
}

.pricing_block_main_contnt_box h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.32px;
    color: #ff7f3e;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.pricing_block_main_contnt_box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.pricing_block_main_contnt_box h2 {
    margin-bottom: 15px;
    letter-spacing: -.241964px;
    color: #393939;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Poppins';
}

.pricing_block_main_contnt_box {
    padding-left: 20px;
}

.portfolio_bbnr_main_section {
    height: 80vh !important;
    position: relative !important;
}

.portfolio_bbnr_main_section::after {
    background-image: url(../images/bgImg.5a4605cd.webp) !important;
    border-radius: 0 0 100px 100px;
    background-size: cover !important;
    display: block !important;
}

.portfolio_bbnr_main_section .bnnr_img_writing img {
    width: 100%;
}

section.portfolio_mainpge_section {
    padding: 100px 0 100px;
}

section.portfolio_mainpge_section .services_head_main h4 {
    width: 20%;
    font-weight: 600;
}

.portfolio_mainpge_section .nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #99aebb;
    border-radius: 93px;
    transition: color .3s ease, border-color .3s ease;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.165px;
    padding: 15px 34px;
    flex-basis: calc(20% - 10px);
    font-family: 'Poppins';
    color: #6f787d;
}

.portfolio_mainpge_section .nav-tabs .nav-link:hover {
    color: #fff;
    border-color: #7635ff;
    background-color: #7635ff;
}

.portfolio_mainpge_section .nav-tabs .nav-link.active,
.portfolio_mainpge_section .nav-tabs .nav-item.show .nav-link {
    background-color: #7635ff;
    color: #fff;
    border-color: #7635ff;
}

.portfolio_mainpge_section .nav-tabs {
    border-bottom: unset;
    column-gap: 10px;
}

.mainportfolio_sec_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.mainportfolio_sec_img img {
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    width: 19.2%;
}

section.conatct_page_form_sec {
    padding: 200px 0 50px;
}

section.conatct_page_form_sec h2 {
    text-align: center;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: -.241964px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Poppins';
}

section.conatct_page_form_sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    text-align: center;
    text-align: center;
    font-family: 'Poppins';
}

section.conatct_page_form_sec form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #73858f;
    margin-bottom: 10px;
    font-family: 'Poppins';
    width: 100%;
}

section.conatct_page_form_sec form input {
    height: 55px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(140, 156, 175, .5);
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding-left: 10px;
    outline: none;
    font-family: 'Poppins';
    margin-bottom: 15px;
}

section.conatct_page_form_sec form textarea {
    height: 120px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(140, 156, 175, .5);
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 10px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

section.conatct_page_form_sec form h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(140, 156, 175, .5);
    font-family: 'Poppins';
}

.checkmain_boxbrief {
    display: flex;
    column-gap: 40px;
}

.checkmain_boxbrief .form-check {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.checkmain_boxbrief .form-check input {
    accent-color: #ff7f3e;
    width: 21px;
    height: 20px;
    background: #fff;
    margin-left: 0;
}

.checkmain_boxbrief .form-check label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
    font-family: 'Poppins';
}

.checkmain_boxbrief .form-check-input:checked {
    background-color: #ff7f3e;
    border-color: #ff7f3e;
}

div#checkmain223 {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    padding-bottom: 20px;
}

div#checkmain223 .form-check {
    width: 48%;
    padding: 15px;
    background: hsla(0, 0%, 85%, .05);
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

div#checkmain223 .form-check label {
    margin: 0;
}

div#checkmain223 .form-check input {
    margin-bottom: 0;
}

section.conatct_page_form_sec form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(140, 156, 175, .5);
    font-family: 'Poppins';
}

#contsct_page_fav_Sec .container {
    background-image: url(../images/bgContact.563c3ef5.webp);
}

#contsct_page_fav_Sec .container::after {
    display: none;
}

section.terms_condition_section {
    padding: 200px 0 50px;
}

section.terms_condition_section {
    padding: 200px 0 50px;
}

section.terms_condition_section h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: -.241964px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

section.terms_condition_section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

section.terms_condition_section ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.167059px;
    color: #73858f;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

section.terms_condition_section li i {
    color: #393939;
    margin-right: 10px;
}

section.terms_condition_section h3 {
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Poppins';
}


header ul.dropdown-menu {
    width: 1440px;
    left: -740px !important;
    padding: 0;
    border: 2px solid #ff7f3e;
    border-radius: 30px;
}

header .drop_img_menu {
    width: 50%;
}

header .drop_img_menu img {
    width: 100%;
    height: 428px;
    object-fit: cover;
    border-radius: 28px 0px 0 28px;
}

header .drop_inner_menu {
    width: 50%;
    padding: 45px;
}

header .drop_inner_menu h2 {
    font-weight: 700;
    font-size: 96px;
    line-height: 90px;
    letter-spacing: -.165px;
    color: rgba(255, 127, 62, .12);
    margin-bottom: 20px;
    font-family: 'Poppins';
}

header .drop_inner_menu ul {
    display: flex;
    flex-wrap: wrap;
}

header .drop_inner_menu ul li {
    margin-bottom: 10px;
    width: 45%;
}

header .drop_inner_menu li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.165px;
    color: #393939;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins';
}

header .drop_inner_menu li svg {
    margin-right: 10px;
}

section.thankyou_banner_sec {
    padding: 200px 0 50px;
    text-align: center;
}

section.thankyou_banner_sec h2 {
    color: #000;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: -.241964px;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

section.thankyou_banner_sec p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.167059px;
    color: #73858f;
    font-family: 'Poppins';
}

.book_writing_bnr .banner_main_content h1 {
    font-size: 45px;
}

.footer_logo_div img {
    width: 60%;
}

/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    section#home_bnr .banner_main_content {
        padding-right: 50px;
    }

    section#home_bnr .banner_main_content p {
        color: #000;
        font-weight: 500;
    }

    header li.nav-item {
        padding: 0 3px;
    }

    header ul.dropdown-menu {
        width: 1250px;
        left: -540px !important;
    }

    header .drop_inner_menu li a {
        font-size: 16px;
    }


    section.writing_block_section_main img {
        width: 100%;
    }

    .form_content_main img {
        width: 100%;
    }

    .bestseller_slider_main .slick-prev {
        left: 80%;
    }

    section#pricing_bnnr_section::after {
        background-size: cover;
    }

    section#pricing_bnnr_section {
        height: 670px;
    }

    section#pricing_fav_seciton_main {
        padding-top: 50px;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h5 {
        width: 55%;
    }

    section#contsct_page_fav_Sec .favorite_content_box_main h3 {
        font-size: 40px;
    }

    .banner_main_content h1 {
        font-size: 40px;
        line-height: 45px;
    }

    section.home_banner_main_sec::after {
        background-size: 65% 100%;
    }

    .banner_main_content p {
        font-size: 18px;
    }

    .bestseller_section_maion .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header ul.navbar-nav .nav-link {
        font-size: 14px;
    }

    header ul.navbar-nav {
        padding: 15px 18px;
    }

    section.home_banner_main_sec::after {
        background-size: 70% 90%;
    }

    .banner_main_content h1 {
        font-size: 42px;
    }

    .services_box_main {
        height: 400px;
        padding: 20px 20px;
    }

    .services_head_main h4 {
        width: 40%;
    }

    section.writing_block_section_main img {
        width: 100%;
    }

    .services_head_main h2 {
        font-size: 42px
    }

    .bestseller_slider_main .slick-prev {
        left: 80%;
    }

    .cta_content_main h3 {
        font-size: 36px;
        line-height: 45px;
    }

    .cta_content_main p {
        font-size: 18px;
    }

    .cta_content_main {
        padding: 50px 20px;
    }

    .cta_main_section .container {
        background-position: right;
    }

    .testimonial_slider_man .slick-prev {
        left: 85%;
    }

    .form_content_main img {
        width: 100%;
    }

    .footer_logo_div {
        padding: 20px;
        height: 430px;
    }

    div#color_div_fooer {
        padding: 40px 15px;
    }

    div#color_div_fooer {
        height: 430px;
    }

    .footul_mainflex {
        flex-direction: column;
    }

    .bootmfot_cont a {
        padding: 10px 25px;
    }

    .our_stry_conetnt_main {
        height: 600px;
        padding: 50px 20px;
    }

    .stroyimg img {
        height: 600px;
    }

    section#about_us_bnnr .text-end img {
        width: 100%;
    }

    section#pricing_bnnr_section {
        height: 600px;
    }

    section#pricing_bnnr_section::after {
        background-size: 100% 95%;
    }

    #pricing_fav_seciton_main .container {
        border-radius: 15px;
    }

    #pricing_fav_seciton_main .container:after {
        border-radius: 15px;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h5 {
        width: 70%;
    }

    .portfolio_bbnr_main_section {
        height: 600px !important;
    }

    .portfolio_mainpge_section .nav-tabs .nav-link {
        font-size: 16px;
        padding: 15px 22px;
    }

    .mainportfolio_sec_img img {
        height: 300px;
    }

    section#contsct_page_fav_Sec .favorite_content_box_main h3 {
        font-size: 30px;
        line-height: 38px;
    }


    header .drop_inner_menu h2 {
        font-size: 70px;
    }

    header .drop_inner_menu {
        padding: 25px 20px;
    }

    header .drop_inner_menu li a {
        font-weight: 400;
        font-size: 14px;
    }

    section.book_writing_bnr .banner_main_content h1 {
        font-size: 34px;
        line-height: 40px;
    }

    section.book_writing_bnr {
        height: 700px !important;
        padding-top: 150px !important;
    }

    .our_stry_conetnt_main h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .our_stry_conetnt_main p {
        font-size: 16px;
    }

    .our_stry_conetnt_main .btn_main_divv a {
        padding: 16px 25px;
    }

    .stiky_content_box_main h3 {
        font-size: 23px;
    }

    .stiky_content_box_main {
        padding: 30px 20px;
    }

    div#writing_service p {
        font-size: 18px;
    }

    .services_box_main h3 {
        font-size: 18px;
    }

    .favorite_content_box_main h3 {
        font-size: 32px;
    }

    .favorite_content_box_main p {
        font-size: 16px;
    }

    .favorite_content_box_main h4 {
        font-size: 28px;
    }

    .illustrator_contnt_box img {
        height: 250px;
        margin: 20px 0;
    }

    .illustrator_contnt_box h2 {
        font-size: 18px;
    }

    section.illustratorsec_cta .container {
        padding: 30px;
    }

    .illustratorsec_cta .cta_content_main h3 {
        font-size: 34px !important;
    }

    .illustratorsec_cta .cta_content_main h3 br {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.terms_condition_section {
        padding: 50px 0 50px;
    }

    section.terms_condition_section h2 {
        font-size: 45px;
    }

    section.terms_condition_section p {
        font-size: 18px;
    }

    section.terms_condition_section h3 {
        font-size: 24px;
    }

    section.terms_condition_section ul li {
        font-size: 16px;
    }

    header .drop_inner_menu ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    header .drop_inner_menu h2 {
        font-weight: 700;
        font-size: 50px;
    }

    header .drop_inner_menu {
        padding: 20px;
        width: 100%;
    }

    header .drop_inner_menu ul li {
        width: 100%;
    }

    header.scroll {
        position: relative;
    }

    header {
        background-color: #fff6e9;
        position: relative;
    }

    header ul.navbar-nav {
        border-radius: 0px;
        padding: 15px;
    }


    header ul.dropdown-menu {
        width: 100%;
    }


    .drop_img_menu {
        display: none;
    }

    .banner_main_content h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
    }

    .banner_main_content p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-weight: 600;
    }

    section.home_banner_main_sec {
        height: 570px;
    }

    section.video_section {
        padding: 50px 0;
    }

    section.video_section h4 {
        width: 50%;
    }

    .services_head_main h4 {
        width: 50%;
    }


    .services_box_main h3 {
        font-size: 20px;
    }

    section.writing_block_section_main {
        padding: 50px 0 50px;
    }

    .services_head_main h2 br {
        display: none;
    }

    section.writing_block_section_main .services_head_main p {
        font-size: 18px;
    }

    .services_head_main img {
        width: 100%;
    }

    section.bestseller_section_maion .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .bestseller_slider_main .slick-list {
        padding: 0 0% 0 0% !important;
    }

    section.video_section video {
        border-radius: 20px;
    }

    .bestseller_slider_main .slick-next {
        right: 5%;
    }

    .bestseller_slider_main .slick-prev {
        left: 80%;
    }

    .bestseller_slider_main .slick-prev,
    .bestseller_slider_main .slick-next {
        top: 0%;
        border: 1px solid rgb(0, 0, 0);
        background-color: #fff;
        z-index: 2;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #000;
    }

    .cta_main_section .container {
        padding: 12px;
        background-position: center;
    }


    .cta_content_main h3 {
        font-size: 42px;
        line-height: 50px;
    }

    .cta_content_main p {
        font-size: 18px;
    }

    .cta_content_main .btn_main_divv a {
        margin-bottom: 10px;
    }


    .testi_slrd_content_box p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial_slider_man .slick-prev,
    .testimonial_slider_man .slick-next {
        bottom: -25px;
    }

    .testimonial_slider_man .slick-prev {
        left: 80%;
    }

    section.testimonial_section_main {
        padding: 100px 0 30px;
    }

    .footer_logo_div {
        padding: 30px 20px;
        border-radius: 20px;
    }

    div#color_div_fooer {
        background: #f3f3f3;
        border-radius: 20px;
        padding: 30px 20px;
        height: auto;
        margin: 12px 0 0;
    }

    .footul_mainflex {
        flex-direction: column;
    }

    .link_cont_main h5 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer_bootom_main .container {
        border-radius: 30px;
        padding: 30px 20px;
    }

    .bootmfot_cont p {
        font-size: 14px;
    }

    .services_box_main {
        border-radius: 20px;
    }

    #about_us_bnnr {
        padding: 50px 0 0;
        height: auto;
    }

    #about_us_bnnr img {
        width: 100%;
    }

    .our_stry_conetnt_main {
        border-radius: 20px;
        height: auto;
        padding: 30px 20px;
    }

    .writing_proces_contnet_amin h4 {
        font-size: 20px;
    }

    .writing_proces_contnet_amin p {
        font-size: 16px;
    }

    .our_stry_conetnt_main h3 {
        font-size: 32px;
        line-height: 40px;
    }

    section#pricing_bnnr_section::after {
        background-size: 100% 98%;
    }

    .our_stry_conetnt_main p {
        font-size: 14px;
        line-height: 23px;
    }

    .btn_main_divv a {
        font-size: 15px;
        padding: 12px 20px;
    }

    section.footer_form_section .container {
        border-radius: 30px;
        padding: 40px 26px 0;
    }

    .form_content_main h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .form_content_main p {
        font-size: 14px;
        line-height: 24px;
    }

    section.footer_form_section img {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer_form_main h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .btn_form input {
        width: 100% !important;
    }

    .footer_form_main form input {
        height: 45px;
    }

    .footer_form_main form textarea {
        height: 100px;
    }

    .footer_form_main form p {
        font-size: 12px;
    }

    .portfolio_bbnr_main_section {
        height: 400px !important;
    }

    .footer_form_main form input,
    .footer_form_main form textarea {
        border-radius: 8px;
    }

    section#pricing_bnnr_section {
        height: auto;
        padding: 50px 0;
    }

    #pricing_fav_seciton_main .container {
        padding: 25px;
        border-radius: 0px;
    }

    #pricing_fav_seciton_main .container:after {
        border-radius: 0px;
        background: linear-gradient(270deg, rgba(57, 57, 57, 0) -60.19%, #393939);
    }

    #pricing_fav_seciton_main .container:last-child {
        height: 490px;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h3 {
        font-size: 38px;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h5 {
        width: 60%;
    }


    section.pricing_section_main_block .container {
        padding: 50px 20px 10px;
        border-radius: 10px;
    }

    section.pricing_section_main_block img {
        object-fit: cover;
        border-radius: 20px;
    }

    .pricing_block_main_contnt_box {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pricing_block_main_contnt_box h4 {
        font-size: 28px;
    }

    .pricing_block_main_contnt_box h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .pricing_block_main_contnt_box p {
        font-size: 18px;
    }

    section.pricing_section_main_block .row {
        margin-bottom: 50px !important;
    }

    .favorite_content_box_main p {
        font-size: 16px;
    }

    section.portfolio_mainpge_section .services_head_main h4 {
        width: 40%;
    }

    section.portfolio_mainpge_section .services_head_main p {
        font-size: 18px !important;
    }

    .portfolio_mainpge_section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 18px;
        flex-basis: unset;
        margin-bottom: 10px;
    }

    .mainportfolio_sec_img img {
        height: 220px;
        border-radius: 10px;
        object-fit: cover;
        width: 20.2%;
    }

    .portfolio_mainpge_section .nav-tabs {
        justify-content: center;
    }

    section.conatct_page_form_sec {
        padding: 50px 0 50px;
    }

    .checkmain_boxbrief {
        flex-wrap: wrap;
    }

    #contsct_page_fav_Sec .container {
        padding: 50px 25px;
    }

    #contsct_page_fav_Sec .favorite_content_box_main h3 {
        font-size: 26px;
        line-height: 34px;
    }

    section.book_writing_bnr {
        height: auto !important;
    }

    section.writing_form_section_main {
        padding: 50px 0 0px;
    }

    .services_head_main h2 {
        font-size: 38px;
    }


    section.bestseller_section_maion .services_head_main p {
        font-size: 16px;
    }

    section.bestseller_section_maion .services_head_main p br {
        display: none;
    }

    .writing_form_cont_box h2 br {
        display: none;
    }

    .writing_form_cont_box h2 {
        font-size: 30px;
        line-height: 34px;
    }

    section.plateform_section {
        padding-top: 20px;
    }

    .writing_form_cont_box form .form_dsp_flx input {
        width: 100%;
        margin-bottom: 10px;
    }

    .stiky_section_main .our_stry_conetnt_main h3 br {
        display: none;
    }


    .stiky_section_main .our_stry_conetnt_main .btn_main_divv {
        margin-bottom: 20px;
    }

    .stiky_content_box_main {
        padding: 25px 15px;
    }

    .stiky_content_box_main h3 {
        font-size: 17px;
        line-height: 28px;
    }

    .stiky_content_box_main p {
        font-size: 14px;
    }

    section.stiky_section_main {
        padding: 50px 0 50px;
    }

    .services_box_main {
        height: auto;
    }

    .services_box_main p {
        margin-bottom: 50px;
    }

    section#writting_cta_sec .cta_content_main h3 {
        font-size: 32px;
    }

    section.book_writing_bnr .banner_main_content h1 br {
        display: none;
    }

    section#hire_us_section {
        padding-bottom: 50px;
    }

    section#writting_cta_sec .cta_content_main h3 br {
        display: none;
    }

    .hooked_main_content_box {
        padding: 50px 20px;
    }

    .hooked_main_content_box p {
        font-size: 18px;
    }

    .form_content_main h2 br {
        display: none;
    }

    .writing_proces_contnet_amin {
        margin-top: 20px;
    }

    section.favorite_section_main .container {
        padding: 50px 30px;
        border-radius: 30px;
    }

    section.favorite_section_main .container:after {
        border-radius: 30px;
    }

    .favorite_content_box_main h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .favorite_content_box_main h3 br {
        display: none;
    }

    .favorite_content_box_main ul li {
        font-size: 16px;
    }

    .illustrator_contnt_box {
        margin-bottom: 10px;
    }

    .illustratorsec_cta img {
        width: 100% !important;
        position: unset;
    }

    .illustratorsec_cta .container {
        height: auto;
    }

    .illustratorsec_cta .cta_content_main h3 {
        font-size: 32px !important;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    section.terms_condition_section {
        padding: 50px 0 50px;
    }

    section.terms_condition_section h2 {
        font-size: 45px;
    }

    section.terms_condition_section p {
        font-size: 18px;
    }

    section.terms_condition_section h3 {
        font-size: 24px;
    }

    section.terms_condition_section ul li {
        font-size: 16px;
    }

    header .drop_inner_menu ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    header .drop_inner_menu h2 {
        font-weight: 700;
        font-size: 50px;
    }

    header .drop_inner_menu {
        padding: 20px;
        width: 100%;
    }

    header .drop_inner_menu ul li {
        width: 100%;
    }

    header.scroll {
        position: relative;
    }

    header {
        background-color: #fff6e9;
        position: relative;
    }

    header ul.navbar-nav {
        border-radius: 0px;
        padding: 15px;
    }


    header ul.dropdown-menu {
        width: 100%;
    }

    section.home_banner_main_sec::after {
        display: none;
    }

    .drop_img_menu {
        display: none;
    }

    .banner_main_content {
        text-align: center;
    }

    .banner_main_content h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
    }

    .banner_main_content p {
        font-size: 16px;
        line-height: 24px;
    }

    section.home_banner_main_sec {
        height: 570px;
    }

    section.video_section {
        padding: 50px 0;
    }

    section.video_section h4 {
        width: 75%;
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 500;
    }

    section.video_section h2 {
        font-size: 28px;
        padding: 30px 0 10px;
    }

    .services_head_main h4 {
        width: 70%;
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 500;
    }

    .services_head_main h2 {
        font-size: 28px;
        text-align: center !important;
    }

    section.bestseller_section_maion .services_head_main p {
        font-size: 18px;
        text-align: center !important;
    }

    .services_box_main h3 {
        font-size: 20px;
    }

    section.writing_block_section_main {
        padding: 50px 0 50px;
    }

    .services_head_main h2 br {
        display: none;
    }

    section.writing_block_section_main .services_head_main p {
        font-size: 18px;
    }

    .services_head_main img {
        width: 100%;
    }

    section.bestseller_section_maion .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .bestseller_slider_main .slick-list {
        padding: 0 0% 0 0% !important;
    }

    .best_main_box {
        margin: 0 0px;
    }

    section.video_section video {
        border-radius: 20px;
    }

    .bestseller_slider_main .slick-next {
        right: 0%;
    }

    .bestseller_slider_main .slick-prev {
        left: 0%;
    }

    .bestseller_slider_main .slick-prev,
    .bestseller_slider_main .slick-next {
        top: 50%;
        border: 1px solid rgb(0, 0, 0);
        background-color: #fff;
        z-index: 2;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #000;
    }

    .cta_main_section .container {
        padding: 12px;
        background-position: center;
    }

    .cta_content_main {
        padding: 12px;
        text-align: center;
    }

    .cta_content_main h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .cta_content_main p {
        font-size: 18px;
    }

    .cta_content_main .btn_main_divv a {
        margin-bottom: 10px;
    }

    section.testimonial_section_main .services_head_main p {
        text-align: center !important;
    }

    .testimoial_upper_imgr {
        flex-direction: column;
        text-align: center;
    }

    .testi_slrd_content_box p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial_slider_man .slick-prev,
    .testimonial_slider_man .slick-next {
        bottom: -25px;
    }

    .testimonial_slider_man .slick-prev {
        left: 65%;
    }

    section.testimonial_section_main {
        padding: 100px 0 30px;
    }

    .footer_logo_div {
        padding: 30px 20px;
        border-radius: 20px;
    }

    div#color_div_fooer {
        background: #f3f3f3;
        border-radius: 20px;
        padding: 30px 20px;
        height: auto;
        margin: 12px 0 0;
    }

    .footul_mainflex {
        flex-direction: column;
    }

    .link_cont_main h5 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer_bootom_main .container {
        border-radius: 30px;
        padding: 30px 20px;
    }

    .bootmfot_cont {
        text-align: center !important;
    }

    .services_box_main {
        border-radius: 20px;
    }

    #about_us_bnnr {
        padding: 50px 0 0;
        height: auto;
    }

    #about_us_bnnr img {
        width: 100%;
    }

    .our_stry_conetnt_main {
        border-radius: 20px;
        height: auto;
        padding: 30px 20px;
        text-align: center;
    }

    .our_stry_conetnt_main h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .our_stry_conetnt_main p {
        font-size: 16px;
        line-height: 25px;
    }

    .btn_main_divv a {
        font-size: 15px;
        padding: 12px 20px;
    }

    section.footer_form_section .container {
        border-radius: 30px;
        padding: 40px 26px 0;
        text-align: center;
    }

    .form_content_main h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .form_content_main p {
        font-size: 18px;
        line-height: 24px;
    }

    section.footer_form_section img {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer_form_main h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .btn_form input {
        width: 100% !important;
    }

    .footer_form_main form input,
    .footer_form_main form textarea {
        border-radius: 8px;
    }

    section#pricing_bnnr_section {
        height: auto;
        padding: 50px 0;
    }

    #pricing_fav_seciton_main .container {
        padding: 25px;
        border-radius: 15px;
    }

    #pricing_fav_seciton_main .container:after {
        border-radius: 15px;
        background: linear-gradient(270deg, rgba(57, 57, 57, 0) -60.19%, #393939);
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h5 {
        width: 100%;
        background: rgb(255 127 62 / 54%);
        color: #fff;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h3 {
        font-size: 38px;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main {
        text-align: center;
    }

    section.pricing_section_main_block {
        margin-top: 0;
    }

    section.pricing_section_main_block .container {
        padding: 50px 20px 10px;
        border-radius: 10px;
    }

    section.pricing_section_main_block img {
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
    }

    .pricing_block_main_contnt_box {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pricing_block_main_contnt_box h4 {
        font-size: 28px;
    }

    .pricing_block_main_contnt_box h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .pricing_block_main_contnt_box p {
        font-size: 18px;
    }

    section.pricing_section_main_block .row {
        margin-bottom: 50px !important;
    }

    .favorite_content_box_main p {
        font-size: 16px;
    }

    section.portfolio_mainpge_section .services_head_main h4 {
        width: 60%;
        margin: auto !important;
    }

    section.portfolio_mainpge_section .services_head_main p {
        font-size: 18px !important;
        text-align: center !important;
    }

    .portfolio_mainpge_section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 18px;
        flex-basis: unset;
        margin-bottom: 10px;
    }

    .mainportfolio_sec_img img {
        height: auto;
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
    }

    section.conatct_page_form_sec {
        padding: 50px 0 50px;
    }

    .checkmain_boxbrief {
        flex-wrap: wrap;
    }

    div#checkmain223 .form-check {
        width: 100%;
    }

    #contsct_page_fav_Sec .container {
        padding: 50px 25px;
    }

    #contsct_page_fav_Sec .favorite_content_box_main h3 {
        font-size: 26px;
        line-height: 34px;
    }

    section.book_writing_bnr {
        height: auto !important;
    }

    section.writing_form_section_main {
        padding: 50px 0 50px;
    }

    .writing_form_cont_box h2 br {
        display: none;
    }

    .writing_form_cont_box h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .writing_form_cont_box form .form_dsp_flx {
        flex-direction: column;
    }

    .writing_form_cont_box form .form_dsp_flx input {
        width: 100%;
        margin-bottom: 10px;
    }

    .stiky_section_main .our_stry_conetnt_main h3 br {
        display: none;
    }

    .stiky_section_main .our_stry_conetnt_main {
        position: relative;
        top: 0;
    }

    .stiky_section_main .our_stry_conetnt_main .btn_main_divv {
        margin-bottom: 20px;
    }

    .stiky_content_box_main {
        padding: 30px 20px;
    }

    .stiky_content_box_main h3 {
        font-size: 24px;
        line-height: 28px;
    }

    section.stiky_section_main {
        padding: 50px 0 50px;
    }

    .services_box_main {
        height: auto;
    }

    .services_box_main p {
        margin-bottom: 50px;
    }

    section#writting_cta_sec .cta_content_main h3 {
        font-size: 32px;
    }

    section.book_writing_bnr .banner_main_content h1 br {
        display: none;
    }

    .stroyimg img {
        height: 260px;
    }

    section#hire_us_section {
        padding-bottom: 50px;
    }

    section#writting_cta_sec .cta_content_main h3 br {
        display: none;
    }

    .hooked_main_content_box {
        padding: 50px 20px;
    }

    .hooked_main_content_box p {
        font-size: 18px;
    }

    .form_content_main h2 br {
        display: none;
    }

    .writing_proces_contnet_amin {
        margin-top: 20px;
        text-align: center;
    }

    section.favorite_section_main .container {
        padding: 50px 30px;
        border-radius: 30px;
    }

    section.favorite_section_main .container:after {
        border-radius: 30px;
    }

    .favorite_content_box_main h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .favorite_content_box_main h3 br {
        display: none;
    }

    .favorite_content_box_main ul li {
        font-size: 16px;
    }

    .illustrator_contnt_box {
        margin-bottom: 10px;
    }

    .illustratorsec_cta img {
        width: 100% !important;
        position: unset;
    }

    .illustratorsec_cta .container {
        height: auto;
    }

    .illustratorsec_cta .cta_content_main h3 {
        font-size: 32px !important;
        padding-top: 10px;
    }

    section.writing_block_section_main .services_head_main p br {
        display: none;
    }
    img.web_view_img {
        display: none;
    }

    img.responsive_img {
        display: block !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    img.web_view_img {
        display: none;
    }

    img.responsive_img {
        display: block !important;
    }

    .book_writing_bnr .banner_main_content h1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }

    .plateform_sldr_main {
        padding: 15px 10px;
    }

    .testimonial_section_main .services_head_main h4 {
        margin: auto !important;
    }

    .best_main_box img {
        height: 310px;
        object-fit: cover;
    }

    section.terms_condition_section {
        padding: 50px 0 50px;
    }

    section.terms_condition_section h2 {
        font-size: 45px;
    }

    section.terms_condition_section p {
        font-size: 15px;
    }

    section.terms_condition_section h3 {
        font-size: 24px;
    }

    section.terms_condition_section ul li {
        font-size: 15px;
    }

    div#writing_service p {
        font-size: 15px;
    }

    header .drop_inner_menu ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    header .drop_inner_menu h2 {
        font-weight: 700;
        font-size: 50px;
    }

    header .drop_inner_menu {
        padding: 20px;
        width: 100%;
    }

    header .drop_inner_menu ul li {
        width: 100%;
    }

    header.scroll {
        position: relative;
    }

    header {
        background-color: #fff6e9;
        position: relative;
    }

    header ul.navbar-nav {
        border-radius: 0px;
        padding: 15px;
    }


    header ul.dropdown-menu {
        width: 100%;
    }

    section.home_banner_main_sec::after {
        display: none;
    }

    .drop_img_menu {
        display: none;
    }

    .banner_main_content {
        text-align: center;
    }

    .banner_main_content h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
    }

    .banner_main_content p {
        font-size: 16px;
        line-height: 24px;
    }

    section.home_banner_main_sec {
        height: 570px;
    }

    section.video_section {
        padding: 50px 0;
    }

    section.video_section h4 {
        width: 75%;
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 500;
    }

    section.video_section h2 {
        font-size: 28px;
        padding: 30px 0 10px;
    }

    .services_head_main h4 {
        width: 75%;
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 500;
    }

    section.writing_block_section_main .services_head_main p br {
        display: none;
    }

    .services_head_main h2 {
        font-size: 28px;
        text-align: center !important;
    }

    section.bestseller_section_maion .services_head_main p {
        font-size: 18px;
        text-align: center !important;
    }

    .services_box_main h3 {
        font-size: 20px;
    }

    section.writing_block_section_main {
        padding: 50px 0 50px;
    }

    .services_head_main h2 br {
        display: none;
    }

    section.writing_block_section_main .services_head_main p {
        font-size: 15px;
    }

    .services_head_main img {
        width: 100%;
    }

    section.bestseller_section_maion .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .bestseller_slider_main .slick-list {
        padding: 0 0% 0 0% !important;
    }

    section.video_section video {
        border-radius: 20px;
    }

    .bestseller_slider_main .slick-next {
        right: 0%;
    }

    .bestseller_slider_main .slick-prev {
        left: 0%;
    }

    .bestseller_slider_main .slick-prev,
    .bestseller_slider_main .slick-next {
        top: 50%;
        border: 1px solid rgb(0, 0, 0);
        background-color: #fff;
        z-index: 2;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #000;
    }

    .cta_main_section .container {
        padding: 12px;
        background-position: center;
    }

    .cta_content_main {
        padding: 50px 15px;
        text-align: center;
        height: auto;
    }

    .writing_proces_contnet_amin p {
        font-size: 15px;
    }

    div#publishing_serv_head_main p {
        font-size: 15px;
    }

    div#publishing_serv_head_main br {
        display: none;
    }

    .cta_content_main h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .cta_content_main p {
        font-size: 18px;
    }

    .cta_content_main .btn_main_divv a {
        margin-bottom: 10px;
    }

    section.testimonial_section_main .services_head_main p {
        text-align: center !important;
    }

    .testimoial_upper_imgr {
        flex-direction: column;
        text-align: center;
    }

    .testi_slrd_content_box p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial_slider_man .slick-prev,
    .testimonial_slider_man .slick-next {
        bottom: -25px;
    }

    .testimonial_slider_man .slick-prev {
        left: 65%;
    }

    section.testimonial_section_main {
        padding: 100px 0 30px;
    }

    .footer_logo_div {
        padding: 30px 20px;
        border-radius: 20px;
    }

    div#color_div_fooer {
        background: #f3f3f3;
        border-radius: 20px;
        padding: 30px 20px;
        height: auto;
        margin: 12px 0 0;
    }

    .footul_mainflex {
        flex-direction: column;
    }

    .link_cont_main h5 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer_bootom_main .container {
        border-radius: 30px;
        padding: 30px 20px;
    }

    .bootmfot_cont {
        text-align: center !important;
    }

    .services_box_main {
        border-radius: 20px;
    }

    #about_us_bnnr {
        padding: 50px 0 0;
        height: auto;
    }

    #about_us_bnnr img {
        width: 100%;
    }

    .our_stry_conetnt_main {
        border-radius: 20px;
        height: auto;
        padding: 30px 20px;
        text-align: center;
    }

    .our_stry_conetnt_main h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .our_stry_conetnt_main p {
        font-size: 16px;
        line-height: 25px;
    }

    .btn_main_divv a {
        font-size: 15px;
        padding: 12px 20px;
    }

    section.footer_form_section .container {
        border-radius: 30px;
        padding: 40px 26px 0;
        text-align: center;
    }

    .form_content_main h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .form_content_main p {
        font-size: 18px;
        line-height: 24px;
    }

    section.footer_form_section img {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer_form_main h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .btn_form input {
        width: 100% !important;
    }

    .footer_form_main form input,
    .footer_form_main form textarea {
        border-radius: 8px;
    }

    section#pricing_bnnr_section {
        height: auto;
        padding: 50px 0;
    }

    #pricing_fav_seciton_main .container {
        padding: 25px;
        border-radius: 15px;
    }

    #pricing_fav_seciton_main .container:after {
        border-radius: 15px;
        background: linear-gradient(270deg, rgba(57, 57, 57, 0) -60.19%, #393939);
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h5 {
        width: 100%;
        background: rgb(255 127 62 / 54%);
        color: #fff;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main h3 {
        font-size: 38px;
    }

    section#pricing_fav_seciton_main .favorite_content_box_main {
        text-align: center;
    }

    section.pricing_section_main_block {
        margin-top: 0;
    }

    section.pricing_section_main_block .container {
        padding: 50px 20px 10px;
        border-radius: 10px;
    }

    section.pricing_section_main_block img {
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
    }

    .pricing_block_main_contnt_box {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pricing_block_main_contnt_box h4 {
        font-size: 28px;
    }

    .pricing_block_main_contnt_box h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .pricing_block_main_contnt_box p {
        font-size: 18px;
    }

    section.pricing_section_main_block .row {
        margin-bottom: 50px !important;
    }

    .favorite_content_box_main p {
        font-size: 16px;
    }

    section.portfolio_mainpge_section .services_head_main h4 {
        width: 60%;
        margin: auto !important;
    }

    section.portfolio_mainpge_section .services_head_main p {
        font-size: 18px !important;
        text-align: center !important;
    }

    .portfolio_mainpge_section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 18px;
        flex-basis: unset;
        margin-bottom: 10px;
    }

    .mainportfolio_sec_img img {
        height: auto;
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
    }

    section.conatct_page_form_sec {
        padding: 50px 0 50px;
    }

    .checkmain_boxbrief {
        flex-wrap: wrap;
    }

    div#checkmain223 .form-check {
        width: 100%;
    }

    #contsct_page_fav_Sec .container {
        padding: 50px 25px;
    }

    #contsct_page_fav_Sec .favorite_content_box_main h3 {
        font-size: 26px;
        line-height: 34px;
    }

    section.book_writing_bnr {
        height: auto !important;
    }

    section.writing_form_section_main {
        padding: 50px 0 0px;
    }

    .writing_form_cont_box h2 br {
        display: none;
    }

    .writing_form_cont_box h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .writing_form_cont_box form .form_dsp_flx {
        flex-direction: column;
    }

    .writing_form_cont_box form .form_dsp_flx input {
        width: 100%;
        margin-bottom: 10px;
    }

    .stiky_section_main .our_stry_conetnt_main h3 br {
        display: none;
    }

    .stiky_section_main .our_stry_conetnt_main {
        position: relative;
        top: 0;
    }

    .stiky_section_main .our_stry_conetnt_main .btn_main_divv {
        margin-bottom: 20px;
    }

    .stiky_content_box_main {
        padding: 30px 20px;
    }

    .stiky_content_box_main h3 {
        font-size: 24px;
        line-height: 28px;
    }

    section.stiky_section_main {
        padding: 50px 0 50px;
    }

    .services_box_main {
        height: auto;
    }

    .services_box_main p {
        margin-bottom: 50px;
    }

    section#writting_cta_sec .cta_content_main h3 {
        font-size: 32px;
    }

    section.book_writing_bnr .banner_main_content h1 br {
        display: none;
    }

    .stroyimg img {
        height: 260px;
    }

    section#hire_us_section {
        padding-bottom: 50px;
    }

    section#writting_cta_sec .cta_content_main h3 br {
        display: none;
    }

    .hooked_main_content_box {
        padding: 50px 20px;
    }

    .hooked_main_content_box p {
        font-size: 18px;
    }

    .form_content_main h2 br {
        display: none;
    }

    .writing_proces_contnet_amin {
        margin-top: 20px;
        text-align: center;
    }

    section.favorite_section_main .container {
        padding: 50px 30px;
        border-radius: 30px;
    }

    section.favorite_section_main .container:after {
        border-radius: 30px;
    }

    .favorite_content_box_main h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .favorite_content_box_main h3 br {
        display: none;
    }

    .favorite_content_box_main ul li {
        font-size: 16px;
    }

    .illustrator_contnt_box {
        margin-bottom: 10px;
    }

    .illustratorsec_cta img {
        width: 100% !important;
        position: unset;
    }

    .illustratorsec_cta .container {
        height: auto;
    }

    .illustratorsec_cta .cta_content_main h3 {
        font-size: 32px !important;
        padding-top: 10px;
    }
}

.btn_main_divv a {
    margin-bottom: 10px;
}

.slick-dots {
    display: none !important;
}

div#exampleModal .modal-content {
    padding: 50px 30px;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

div#exampleModal .modal-header {
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50px;
    padding: 0 10px 0 0;
}

div#exampleModal .modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}

div#exampleModal .modal-body {
    padding: 0;
}

.poppforma_main_box h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.241964px;
    color: #393939;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.poppforma_main_box p {
    color: #70788d;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    letter-spacing: -.167059px;
    font-weight: 400;
    font-family: 'Poppins';
}

.poppforma_main_box form input {
    border: 1px solid #ff7f3e;
    height: 55px;
    background: #fff;
    border-radius: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #73858f;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.poppforma_main_box form textarea {
    border: 1px solid #ff7f3e;
    height: 140px;
    background: #fff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #73858f;
    width: 100%;
    padding: 10px 20px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.poppforma_main_box p a {
    color: #000;
    text-decoration: underline;
}

div#exampleModal .modal-dialog {
    max-width: 600px;
}

img.responsive_img {
    display: none;
}