*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
:root{
    --primary-color: #1B392C;
    --secondry-color: #FF841E;
    --white-color: #FFFFFF;
    --graycolor: #595959;
    --black-color: #000;
     --regular: 400;
    --light: 300;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --fontmontserrat: "Montserrat", sans-serif;
  --fontpoppins: "Poppins", sans-serif;
  --newcolor: #318357;
  --spacing: .25rem
}
p{
     font-family: "Poppins", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
}
.padding100{
    padding: 100px 0;
}
/* header */
.list-items li a{
    color: #666666;
    font-size: 16px;
    line-height: 23.8px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}
.dropdown>ul {
    transition: 0.2s all;
    box-shadow: 0px 0px 5px #212529;
    position: absolute;
    top: 100%;
    width: 300px;
    left: -50%;
    background-color: var(--primary-color);
    display: block;
    opacity: 0;
    visibility: hidden;
}
.dropdown ul li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--fontsemibold);
}
.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: 0.2s all;
}
.getstarted-btn a{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
    padding: 13px 30px;
    font-size: 16px;
    line-height: 23.8px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
}
.dropdown>ul li {
    padding: 13px 0;
    position: relative;
    border-bottom: 1px solid var(--white-color);
    overflow: hidden;
    text-align: center;
}
.cross-btn, .bar-btn{
    display: none;
}
header {
    padding: 15px 0;
}
.main-title h6{
font-size: 20px;
font-weight: var(--semibold);
line-height: 24px;
color: var(--primary-color);
margin-bottom: 0;
font-family: var(--fontpoppins);
}
.main-title h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: var(--bold);
    font-family: var(--fontmontserrat);
    color: var(--primary-color);

}
.main-title h2 span{
    color: var(--secondry-color);
}
.main-title p{
    font-size: 16px;
    color: var(--graycolor);
    line-height: 24px;

}
.b-process h6 {
    color: var( --newcolor);
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16.8px;
    font-weight: var(--semibold);
    font-family: var(--fontpoppins);

}
.b-process h4 {
    font-size: 20px;
    color: var(--primary-color);
    line-height: 24px;
    font-weight: var(--semibold);
}
.b-process p{
    font-size: 16px;
    line-height: 24px;
    color: var(--graycolor);
    font-weight: var(--regular);
}
.step1,
.step2,
.step3,
.step4,
.step5 {
  position: absolute;
  width: 30%;
  text-align: left;
  padding: 0px;
  /* left: 77%; */
}
.step1 {
    left: 30px;
    top: 0;
}
.step2 {
    right: -85px;
    top: 40px;
}
.step3 {
    left: 30px;
    bottom: -40px;
}
.step4 {
    right: -100px;
    bottom: -30px;
}
.step5 {
    left: 200px;
    right: 0px;
    margin: auto;
    bottom: -120px;
}
.b-process {
    position: relative;
}
.b-process img {
    max-width: 70%;
    margin: 47px 0;
}
.cta-section {
    background-image: url(../images/cta-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
    margin-top: 100px;
}
.cta-content h3{
    color: var(--white-color);
    font-size: 40px;
    line-height: 50px;
    font-weight: var(--bold);

}
.cta-content p{
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--regular);
}
.cta-content h3 span{
    color: var(--secondry-color);
}
.talkexpert a{
    background-color: var(--secondry-color);
    border-radius: 10px;
    padding: 15px 20px;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 21px;
    font-family: var(--fontpoppins);
    border: 1px solid var(--secondry-color);
}
.chatnow a{
    background: transparent;
    border-color: var(--white-color);
}
.cta-img-left {
    position: absolute;
    left: 0;
    padding: 0;
    top: -50px;
}
.cta-img-left img {
    width: 559px;
    height: auto;
}
.cta-img-right img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 450px;
    height: auto;
}
.port-img.port-web-img-st {
    padding: 50px 38px 20px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 20px;
}
.port-img a {
    position: relative;
}
.port-img.port-web-img-st a img {
    width: 75%;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(58, 58, 58, 0.09) 2px 2px 17px 1px;
    position: relative;
    top: -30px;
    z-index: 1;
}
.port-img.port-web-img-st img {
    border-radius: 20px;
}
.port-img .port-web-st {
    width: 53%;
    height: 325px;
    position: absolute;
    padding: 0px 20px;
    margin: 0px 20px;
    left: 0px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
    top: 90px;
    /* box-shadow: rgb(218, 218, 218) 2px 2px 15px 3px; */
}
.port-img .port-web-st.port-web-th-img2 {
    right: 0px;
    left: inherit;
}
.port-img img {
    overflow: hidden;
}
.port-img.port-web-img-st:hover a img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}
.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img1 {
    transform: rotate(-12deg);
    width: 73%;
    position: absolute;
    left: 0px;
}
.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img2 {
    transform: rotate(11deg);
    right: 0px;
    left: inherit;
}
.publishing-service-box {
    background-color: #94B1B5;
    border-radius: 20px;
    height: 289px;
    /* width: 307px; */
    overflow: hidden;
    padding: 15px 25px;
    position: relative;
}
.aaa h3 {
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h_s5box img {
    height: 297px;
    transition: .7s;
    width: 199px;
    translate: 70px -128px;
    /* position: relative; */
    /* z-index: 9999999; */
}
.h_s5box .disc {
    bottom: -168px;
    position: absolute;
    transition: .7s;
    width: 90%;
}
.aaa h5 {
    font-size: 25.6px;
    color: var(--white-color);
    font-weight: var(--bold);
    line-height: 38.4px;
}
.publishing-service-box p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
}
.defaultp {
    color: #2A2A2A;
    margin: 10px 0;
    line-height: 31px;
    /* color: #fff !important; */
}
.long-img img {
    width: 331px;
    height: 280px;
    translate: 9px -12px;
}
.h_s5box .long-disc {
    bottom: -100px;
}
.h_s5box .new-coverdesign{
        bottom: -75px;
}
.h_s5box:hover .disc {
    bottom: 0;
    height: auto;
}
.h_s5box:hover img {
    translate: 320px -34px;
}
.h_s5box .ghostwriting-new{
    bottom: -200px;
}
.expertpublishers {
    background: #FAFAFA;
}
.testimonial-content h3{
    color: #2C2D30;
    font-size: 30px;
    line-height: 45px;
    font-weight: var(--bold);
}
.testimonial-content p{
color: #595959;
font-size: 16px;
line-height: 24px;
font-weight: var(--regular);
}
.slider-testimonial {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    border-radius: 16px;
    transition: .5s;
    position: relative;
    /* height: 170px; */
    margin: 20px 0;
    background: #F1F1F1;
    min-height: 240px;
}
.client-name h4{
    color: #0C0C0C;
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--semibold);
    margin-bottom: 0;
}
.slider-testimonial p{
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    font-weight: var(--regular);
        margin-bottom: 0;
}
.commas i{
    color: var(--primary-color);
    font-size: 30px;
}
.client-name i{
color: var(--secondry-color);
}
.flex-wrap{
    top: 0;
    height: 100%;
    left: 0;
     width: 100%;
}
.flex-50{
flex:  0 0 50%;
max-width: 50%;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.bg-lite-gray{
    background-color: #F3F3F3;
}
.process-icon span{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: var(--regular);
    font-family: var(--fontmontserrat);
}
.about-section {
    padding: 30px 0;
    margin-top: 130px;
}
.about-content h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--semibold);
    font-family: var(--fontmontserrat);
    background-color: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
}
.about-content h2{
    color: #2C2D30;
    font-size: 35px;
    line-height: 50px;
    font-family: var(--fontmontserrat);
    font-weight: var(--bold);
}
.about-content h2 span{
    color: var(--secondry-color);
}
.learn-more a{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    border-radius: 10px;
    color: var(--white-color);
    padding: 12px 40px
}
.talk-expert a{
    background-color: transparent;
    color: var(--primary-color);
}
/* about-css */
.about-banner{
    background-image: url("../images/about-banner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding: 70px 0;

}
.about-banner-content h2{
    font-size: 65px;
    line-height: 75px;
    font-weight: var(--extrabold);
    color: var(--white-color);
}
.about-banner-content h2 span{
    color: var(--secondry-color);
}
.about-banner-content p{
    color: var(--white-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--regular);
    color: var(--white-color);
    margin-bottom: 0;
}
.about-mission-content h3{
    font-size: 35px;
    color: #2C2D30;
    line-height: 50px;
    font-weight: var(--bold);

}
.about-mission-content p{
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--regular);

}
.about-main-sction {
    padding: 100px 0;
}
.nav-item .nav-link {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 13.5px;
    font-weight: var(--bold);
    font-family: var(--fontmontserrat);
        padding: 10px 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--secondry-color)
}
.keywords li{
    width: 50%;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
    color: #161925;
    padding-bottom: 6px;
}
.keywords li i{
    color: var(--primary-color);
}
.keywords {
    flex-wrap: wrap;
}
.one{
    background-color: var(--primary-color);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: 40px;
    line-height: 60px;
    font-weight: var(--bold);
    font-family: var(--fontpoppins);
        margin-bottom: 10px;
}
.process-one h4{
    color: #212529;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: var(--bold);
    font-family: var(--fontpoppins);
}
.process-one p{
    color: #212529;
    font-size: 14px;
    line-height: 21px;
    font-weight: var(--regular);
}
.process {
    padding-bottom: 80px;
}
.process-one::before{
    content: "";
    position: absolute;
    background-image: url("../images/arrow-process.png");

}
.process-one{
    position: relative;
}
.process-last::before{
    display: none;
}
.process-one::before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-process.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 202px;
}
.process-last::before{
    display: none;
}
.accordion-button{
    background-image: #F6F6FA;
    color: var(--white-color);
       border-bottom: 1px solid #747873;
    border-radius: 0 !important;
    color: #2C2C2C;
    padding: 15px 0;
}
.accordion-item {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
    border-radius: 10px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
       border-radius: 4.91px;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: 0px 24.56px 32.74px -14.73px rgba(149, 149, 149, 0.25); 
}
.accordion-button:focus{
    box-shadow: inherit;
}
.accordion-body {
    /* background: var(--white-color); */
    margin-top: 0px;
    /* border: 3px solid var(--green-color); */
    font-size: 16px;
    font-weight: var(--regular);
    color: #2C2C2C;
     border-radius: 4.91px;
    line-height: 24px;
    font-family: var(--fontpoppins);
        padding-bottom: 0;
    /* margin-top: 13px; */
    padding-left: 0;
}
.accordion-item{
    background-color: transparent;
}
.accordion-item{
    border: none;
}
.accordion-button{
    font-size: 16px;
    color: #2C2C2C;
    font-weight: var(--bold);
    line-height: 21px;
    font-family: var(--fontmontserrat);

}
.accordion-button:not(.collapsed){
    color: #2C2C2C;
}
.writing-content {
    position: absolute;
    top: 31px;
        left: 33px;
}
.writing-content h4 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: var(--semibold);
    font-family: var(--fontmontserrat);
    line-height: 31px;
}
footer{
    background-image: url("../images/footer-lionpress.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.ftr-1 p{
    color: var(--white-color);
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--regular);

}
.ftr-2 ul h3{
    color: var(--white-color);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 28.8px;
    margin-bottom: 30px;
}
.ftr-2 ul li{
    padding-bottom: 8px;
}
.ftr-2 ul li a{
    color: var(--white-color);
    font-size: 16px;
    line-height: 27px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
}
.ftr-1 a img {
    width: 70%;
    margin-bottom: 30px;
}
.social-icons {
    gap: 25px;
}
.social-icons li a {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
}
.customrelative{
    position: relative;
}

.contact-info-left h2 {
    color: var(--black);
    font-size: 36px;
    line-height: 45px;
    font-family: var(--fontmontserrat);
    font-weight: 700;
}
.contact-info-left p {
    font-size: 16px;
    color: var(--black);
    font-family: var(--fontpoppins);
    line-height: 25px;
    font-weight: var(--regular);
}
.contact-sec {
    padding: 80px 0;
}
.form-groups input {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000;
    background-color: transparent;
    line-height: normal;
    font-weight: 400;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    height: 45px;
    text-align: left;
    transition: all .35s ease;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    font-family: var(--fontpoppins);
}
.buttom-submit {
    background-color: var(--primary-color);
    border: none;
    color: var(--white-color);
    /* border-radius: 10px; */
    font-size: 20px;
    font-weight: var(--fontsbold);
    font-family: var(--fontmontserrat);
    padding: 8px 0px;
    border-radius: var(--bs-border-radius);
}
.form-groups textarea {
    resize: none;
    height: 96px !important;
    font-family: var(--fontpoppins);
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}
/* new */
.position-slider-bottom {
    position: absolute;
    z-index: 999999;
    width: 100%;
    bottom: -80px;
    display: flex;
    align-items: self-end;
}
.img-thumb img {
    max-width: 200px;
    text-align: center;
    margin: 0 auto
}
.container-wrapper, .mynav .container-wrapper {
    width: 100%;
    max-width: 1720px;
    padding: 0 60px;
    margin: 0 auto
}
.bannerh {
    height: 880px;
}
.item .text-banner {
    height: 520px;
    align-items: center;
    display: flex;
}
.two-boxes-full h1{
    color: var(--white-color);
    font-size: 65px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 75px;
}
.two-boxes-full p{
    color: var(--white-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--regular);
     width: 54%;
    margin: auto;
    text-shadow: 1px 6px 10px #00000045;
}
.open-chat-button{
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 10px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    line-height: 27px;
    padding: 8px 25px;
    text-transform: uppercase;
}
.open-chat-button {
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 10px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    line-height: 27px;
    padding: 12px 30px;
    text-transform: uppercase;
}
.web-red-btn{
  background-color: var(--white-color);
    color: #171717;
    font-size: 18px;
    border-radius: 10px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    line-height: 27px;
    padding: 12px 30px;
    text-transform: uppercase;  
}
.btn-box {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
}
.dropdown>ul{
    z-index: 99999;
}
.text-banner {
    position: absolute;
    width: 100%;
}
.banner-image-slider {
    height: 770px !important;
}
.position-slider-bottom .owl-carousel .owl-stage-outer {
    padding: 37px 0 15px 0;
}
.custom-slider, .img-thumb {
    position: relative;
    z-index: 1;
}
.img-thumb img {

    text-align: center;
    margin: 0 auto;
}
.modal-content {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--maincolor) !important;
       width: auto;
    margin: auto
}

button.btn-close.close.modalClose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background: var(--secondry-color);
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid var(--maincolor);
    width: 25px;
    height: 25px;
    font-size: 22px;
}

.act {
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.avail-before h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    line-height: 35px;
    font-family: var(--fontmontserrat);
}

p.avail-para {
       font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    line-height: 25px;
    color: var(--white-color);
    font-weight: var(--fontpoppins);
   
    text-align: center
}
.modal-dialog{
            max-width: 1000px;
}
.copuncotnent input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    /* border: 2px solid #c5c5c5; */
    /* box-shadow: 2px 2px 2px 2px #ccc; */
    margin-bottom: 15px;
        height: 42px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: var(--fontregular);
    background-color: transparent;
    border-radius: 9px;
    font-family: var(--fontpoppins);
}
.copuncotnent .form-control:focus{
    background-color: transparent !important;
    border-color: var(--white-color) !important;
    box-shadow: inherit !important;
    color: var(--white-color);
}
.copuncotnent textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    /* box-shadow: 2px 2px 2px 2px #ccc; */
    height: 100%;
    margin-top: 15px;
    background-color: transparent;
}
.copuncotnent input::placeholder{
    color: var(--white-color);
}
.copuncotnent textarea::placeholder{
color: var(--white-color);
}
button.popup_new_btn {
    background-color: var(--secondry-color);
    border-radius: 9px;
    border: none;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 12px 35px;
    width: 100%;
    outline: 0;
    color: var(--white-color);
    margin-top: 31px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--fontmontserrat);
}
#cta-model {
    z-index: 9999999999999999;
}
.privacy-policy-content p {
    font-size: 14px;
    color: var(--graycolor);
    line-height: 24px;
    margin-bottom: 15px;
}
.privacy-policy-content ul li{
    list-style: disc !important;
    font-size: 16px;
    color: var(--graycolor);
    line-height: 24px;
     font-family: var(--fontmontserrat);
    padding-bottom: 5px;

}
.privacy-policy-content ul{
    margin-bottom: 25px;
}
.privacy-policy-content h3{
   font-size: 20px;
    line-height: 40px;
    font-weight: var(--bold);
    font-family: var(--fontmontserrat);
    color: var(--primary-color);
}
.pricing-pkg {
    padding: 100px 0;
}
.pkg-item {
    border: 1px solid #747474;
    border-radius: 26px;
}
.pkg-head {
    background: #F1EFEF;
    border-radius: 26px 26px 0 0;
    padding: 16px 0;
    text-align: center;
}
.pkg-head h6 {
    color: var(--secondry-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: var(--bold);
    margin-bottom: 0;
}
.pkg-body {
    padding: 25px;
    background-color: #d6d6d6;
}
.pkg-body h5 {
    font-size: 20px;
    line-height: 28px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.pkg-body ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--bold);
    padding-bottom: 15px;
}
.pkg-footer {
    background-color: #f1efef;
    border: 0px solid #747474;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 6px 13px;
}
.share-idea span {
    font-size: 16px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: var(--secondry-color);
}
.share-idea a{
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--bold);
    color: var(--black-color);
}
.share-idea{
    width: 50%;
    text-align: center;
}
.starightbar{
    border-right: 1px solid #000;
}
.pkg-body ul {
    height: 349px;
    overflow: hidden scroll;
}
.tooltip-content {
    visibility: hidden;
    color: #000;
    z-index: 1000;
    text-align: left;
    background-color: #fff;
    border: 1px solid #0d0f38;
    border-radius: 6px;
    width: 260px;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 10px 20px -8px #000000b3;
}
.tooltips:hover .tooltip-content {
    visibility: visible;
    transition: all .4s ease-in;
}
.tooltips{
    position: relative;
}
.tooltip-content ul{
    height: auto;
}
.tooltip-content ul li{
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: var(--medium);
}
.tooltips img{
    filter: invert(1);
}
.add-ons {
    padding: 100px 0;
    background: #F7F4EF;
}
.left-add-ons-content h6{
color: var(--secondry-color);
font-size: 12px;
line-height: 16px;
font-weight: var(--semibold);
letter-spacing: 3px;
text-transform: uppercase;
}
.left-add-ons-content h2{
    font-size: 36px;
    color: var(--primary-color);
    line-height: 40px;
    font-weight: 800;

}
.left-add-ons-content p{
    color: var(--black-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--regular);
}
.add-one-feature {
    background: #fff;
    border-radius: 16px;
    height: 100%;
    padding: calc(var(--spacing) * 5);
}
.add-one-feature h4{
    color: var(--black-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--extrabold);
    margin-bottom: 0;

}
.add-one-feature p{
    color: #4A5565;
    line-height: 20px;
    font-size: 14px;
    font-weight: var(--regular);
    margin-bottom: 0;
}
.add-one-feature .d-flex{
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.icon{
    background-color: var(--secondry-color);
    width: 36px;
    height: 36px;
    border-radius: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.icon svg{
    color: var(--white);
    fill: #fff;
}
.disclaimer h4{
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: .025em;
    font-weight: var(--bold);
    font-size: .875rem;
    margin-bottom: 25px;
}
.disclaimer p{
    color: var(--white-color);
    margin-bottom: 1rem;
}
.fontsemibold{
    font-weight: var(--semibold);
}
.press-release-section {
    background-image: linear-gradient(#ffffff 50%, #f9f1ed 50%);
    padding-top: 60px;
    padding-bottom: 35px;
    position: relative;
}
.press-release-content p{
    font-size: 18px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: var(--regular);
}
.press-release-feature-one {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--bricks-color-hshlod);
}
.press-release-feature {
    padding: 50px 0;
}
.icon-width {
    max-width: 65px;
}
.press-release-feature-one h4{
    font-size: 30px;
    font-weight: var(--bold);
    line-height: 36px;
    color: #2A2A2A;
    margin-bottom: 0;
}
.press-release-feature-one p{
   color: #2A2A2A;
   font-size: 18px;
   line-height: 22px;  
}
.short-cta{
    background-color: #dfe7e9;
    padding: 50px 0;
}
.form-check-input {
    width: auto !important;
    display: flex;
    align-items: center;
    height: auto !important;
    margin-bottom: 0;
    padding: 8px 8px !important;
}
.form-check{
    margin-top: 15px;
}
@media (max-height: 800px) {
    .img-thumb img {
        max-width: 150px;
    }
}


@media (max-height: 800px) and (max-width: 1920px) {
    .position-slider-bottom {
        height: 20%;
    }
}
@media (max-height: 1000px) {
    .bannerh {
        height: 100% !important;
    }
}
.hero-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
}
.bar-btn a i {
       background-color: var(--primary-color);
    color: var(--white);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--white-color);
}
.desktopnone{
    display: none !important;
}
@media(max-width:1600px){
    .cta-img-left img {
    width: 500px;
}
.cta-img-right img {
    width: 420px;
    height: auto;
}
}
@media(max-width:1440px){
    html,body{
        overflow-x: hidden;
    }
    .step2 {
    right: -30px;
}
.step4 {
    right: -48px;
    bottom: -42px;
}
.b-process p {
    
    width: 90%;
}
.b-process img {
    max-width: 60%;
}
.position-slider-bottom {
    bottom: -15px;
}
}
@media(max-width:1399px){
    .about-mission-content h3 {
    font-size: 30px;
    line-height: 45px;
}
.main-title h2 {
    font-size: 40px;
    line-height: 50px;
}
.about-banner-content h2 {
    font-size: 50px;
    line-height: 65px;

}
.nav-item .nav-link {
    font-size: 12px;
    padding: 10px 16px;
}
.process-one::before {
    width: 69%;
    left: 182px;
    background-size: contain;
}
.port-img.port-web-img-st a img {
    width: 90%;
    
}
.b-process p {
    font-size: 14px;
}
.step2 {
    top: 27px;
}


.h_s5box .disc {
    bottom: -193px;
}
.h_s5box .ghostwriting-new {
    bottom: -222px;
}
.h_s5box .new-coverdesign {
    bottom: -99px;
}
    .h_s5box .long-disc {
        bottom: -100px;
    }
    .contact-info-left h2 {
    font-size: 28px;
    line-height: 40px;
}
.about-section {
    margin-top: 100px;
}
}
@media(max-width:1280px){
    .position-slider-bottom {
        bottom: 17px;
    }
    .two-boxes-full h1 {
    font-size: 50px;
    line-height: 60px;
}
.two-boxes-full p{
    width: 65%;
}
.about-section {
        margin-top: 70px;
    }
}
@media(max-width:1199px){
    .about-banner-content h2 {
    font-size: 55px;
    line-height: 65px;
}
.about-banner-content p {
    font-size: 16px;
}
    .about-mission-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .cta-content h3 {
    font-size: 30px;
    line-height: 45px;
}
.main-title h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .testimonial-content h3 {
    font-size: 25px;
    line-height: 40px;
}
.client-name h4 {
    font-size: 16px;
}
.writing-content {
    top: 12px;
    left: 26px;
}
.writing-content h4 {
    font-size: 18px;
    line-height: 26px;
}
.learn-more a {
    font-size: 16px;
    padding: 12px 26px;
}
.keywords li {
    font-size: 12px;
}
.process-one::before {
        width: 64%;
        left: 157px;
    }
        .nav-item .nav-link {
        font-size: 10px;
        padding: 8px 12px;
    }
    .getstarted-btn a {
    padding: 10px 25px;
}
.about-banner-content h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .port-img.port-web-img-st a img {
    
    top: 0px;
}
.b-process h4 {
    font-size: 16px;
}
    .b-process p {
        width: 95%;
        font-size: 12px;
    }
    .b-process img {
        max-width: 70%;
    }
    .about-content h6 {
    font-size: 13px;
}
.newgap {
    gap: 1rem !important;
}
.process-icon img {
    /* width: 128%; */
    width: 40px;
}
.process-icon span {
    font-size: 15px;
}
.publishing-service-box p {
    font-size: 16px;
}
    .contact-info-left h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .map-location iframe{
        width: 100%;
        margin-top: 29px;
    }
    .two-boxes-full p{
    width: 90%;
    font-size: 18px;
}
.item .text-banner {
    height: 430px;
}
.two-boxes-full h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .position-slider-bottom {
        bottom: 113px;
    }
        .about-section {
        margin-top: 0;
    }
    .padding100 {
    padding: 70px 0;
}
}
