/*Main Css */
:root {
    --primary: #FA9A09;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Georgia" , sans-serif;
    --font-accent: "Arial" , sans-serif;
    --font-body: "Arial" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
  
  html {
  overflow-x: hidden;
}
  
::selection {
    background: #FA9A09;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

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

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #FA9A09;
}

.leadforms-submit-button{
    background-color: #fa9909 !important;
    border-color: #fa9909 !important;
    color: #ffffff !important;
}

.leadforms-form-body-wrapper .leadforms-form-body {
  padding: 0 !important;
  background: #fff;
}

.leadforms-step-title,
.leadforms-step-instruction {
  display: none !important;
}

.leadforms-submit-button,
button.leadforms-submit-button,
input[type="submit"].leadforms-submit-button,
button[type="submit"].leadforms-submit-button {
  margin-top: 5 !important;
}

.leadforms-form-body-wrapper
  .leadforms-form-body
  .leadforms-additional-elements {
  margin: 0 !important;
}


.leadforms-form-body-wrapper .leadforms-form-body-bg-color {
   
    z-index: 0 !important;
}
/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1441px;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #212121;
}

h1,h2,h3,h4,h5,h6 {
    display: block;
    font-weight: 400;
    font-family: var(--font-heading);
    color: #212121;
}

p{
    opacity: 0.7;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

.ovr-hiddn {
    overflow: hidden;
}
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}



/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 40px 0 0;
    text-align: center;
}
.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: var(--primary);
    width: 11px;
}


/*header css*/

.leadforms-form-body-wrapper .leadforms-form-body {
    z-index: 0 !important;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
}
.menu > li > a {
    display: block;
    color: #797979;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-btn {
    color: #212121 !important;
    padding: 15px 28px;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: #6768E6;
}

/* Main Banner CSS */
.mainBanner {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-bottom: 2rem;
}
.banner-content {
    padding: 30px 0;
}
h1.banner-heading {
    font-size: 70px;
    line-height: normal;
    position: relative;
    z-index: 0;
    margin-bottom: 1.4rem;
}
p.banner-text {
    margin: 16px 0;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.main-header {
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 10px 0;
}
.head-form-wrapper {
    padding: 23px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    margin-top: 66px;
    background-size: cover;
}
.menuWrap2 {
    text-align: end;
}

.service-detail h3:before {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 0;
    height: 3%;
    width: 8%;
    background: #FA9909;
    content: '';
}

a.theme-btn.popstatic.bg-white.ext {
    background: #fff;
    font-weight: 500;
}

section.sec-6 {
    padding: 0px;
}
section.sec-5 {
    padding: 112px 0;
    background: #FBEDD7;
}
section.sec-1 {
    padding: 120px 0 90px;
}
.sec1-image {
    width: 100%;
}
.sec1-image img {
    width: 100%;
}
.theme-btn.bordered.w-100.text-center.bgyellow {
    border-radius: 5px;
    border: 1px solid rgba(250, 154, 9, 0.30);
    background: rgba(250, 154, 9, 0.14);
}
.sec-1 .btn-wrap {
    margin-top: 25px;
}
.form .sec-heading p{
    font-size: 18px;
    line-height: 27px;
    color: #212121;
}

.ebook-ghostwriting-card h3:before {
    position: absolute;
    z-index: 0;
    bottom: 20px;
    right: 0;
    height: 2%;
    width: 10%;
    background: #FA9909;
    content: '';
}

.sec-heading h2:before {
    position: absolute;
    z-index: 0;
    bottom: 10px;
    left: 0;
    height: 2%;
    width: 8%;
    background: #FA9909;
    content: '';
}
.service-card {
    position: relative;
    z-index: 0;
    height: 100%;
}
.service-detail {
    padding: 25px 22px;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
}
.service-detail h3 {
    padding: 20px 0 20px;
    color: #212121;
    font-size: 27px;
    font-style: normal;
    line-height: 25.131px;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}
.service-detail p {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 0;
}
.service-detail a {
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
    padding: 16px 28px;
    width: 100%;
    color: #212121;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.339px; 
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.sec-3 {
    padding: 100px 0 90px;
    background: #FBEDD7;
}
.cta-wrapper {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}
.cta-wrapper .sec-heading h2 {
    font-size: 52px;
}
section.cta-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.cta-image {
    position: absolute;
    top: -123px;
    right: 12vw;
    z-index: 0;
    font-size: 0;
}
.theme-btn.bordered2 {
    border-radius: 7px;
    border: 2px solid #BC9F69;
    background: #fff !important;
    color: #BC9F69 !important;
    font-size: 14px;
    padding: 16px 32px !important;
}
.sec-2 {
    padding: 96px 0;
}
.testi-card {
    position: relative;
    z-index: 1;
    padding: 25px 18px;
    border-radius: 15px;
    border: 0.655px solid #D9D9D9;
    background: #FFF;
    /* box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.06); */
}
.testi-card .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 20px;
}
.bottom span.des {
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    opacity: 0.7;
    display: block;
    text-align: left;
}
.testi-card .top div {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #212121;
    font-size: 18px;
}
.testi-card .top div .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.testi-card p {
    margin-bottom: 0;
    opacity: 0.7;
    padding: 15px 0 0;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
}
.design-card-list-2 {
    direction: rtl;
}
section.sec-4 {
    padding: 120px 0;
}
.testi-card h4 {
    color: #10110B;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}
.testi-card h4 span {
    color: var(--primary);
    font-weight: 700;
}

/* -------------------------contact us-------------------------- */
section.sec-7 {
    padding: 120px 0;
    background: #FBEDD7;
}
.input-field1 label {
    font-weight: 400;
    padding-bottom: 8px;
    opacity: 0.7;
    font-size: 14px;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #222222;
    padding: 4px 10px;
    outline: none !important;
    text-transform: capitalize;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin-bottom: 14px;
}
.input-field1 textarea {
    height: 141px;
    align-self: stretch;
}
.send input[type="submit"] {
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    padding: 19px 52px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.details h5 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #202529;
}
.details a {
     text-align: center;
     padding: 10px 0;
     opacity: 0.8;
     font-weight: 400;
     font-size: 18px;
     line-height: 28px;
     color: #1A1A1A;
}
.details {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.details.last {
    border-right: 0;
}
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    height: 40px;
    width: 40px;
    background: #008576;
    border-radius: 50px;
    text-align: center;
}
.social-icons li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
}
.details a i, .details p i {
    color: #e3942f;
    padding-right: 12px;
}
.form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form {
    display: flex;
    padding: 30px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.12);
    margin-top: 30px;
}
.sec-heading h6 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: #212121;
    padding-bottom: 8px;
}
.details p {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    opacity: 0.7;
}
.contact-detail-wrap {
    margin: 30px 0 0;
}
/* -------------------------contact us-------------------------- */

h1.banner-heading:before {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    left: 0;
    height: 1%;
    width: 8%;
    background: #FA9909;
    content: '';
}

/* Accordian */
section.faq-sec {
    background: #F9FBEB;
    padding: 114px 0;
}
.accordion-list {
    position: relative;
}
.accordion-list li {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 14px;
    padding: 24px 20px;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #212121;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #9CA3AF;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    font-weight: 600;
    top: 0;
    background: rgb(235 232 232);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    top: 11px;
    background: #fff;
    color: var(--primary);
    right: 8px;
}
.answer p {
    margin-top: 17px;
    font-size: 18px;
    line-height: 29px;
    color: #1A1A1A;
    opacity: 0.7;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.accordion-list>li.active span {
    border-radius: 10px;
    background: #FA9A09;
}
.accordion-list>li.active span h3 {
    padding: 15px 19px;
    color: #212121;
}

/* Accordian */

.sec-heading.center h2:before {
    left: 45%;
}

/* Sec Headings */
.sec-heading {
    margin-bottom: 1rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 50px;
    line-height: normal;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1A1A1A;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}
/* Sec Headings */

/* sections */
section {
    padding: 4rem 0;
    position: relative;
}

/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.btn-wrap .theme-btn {
    padding: 15px 28px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    transition: .5s ease;
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.btn-wrap .theme-btn.bordered {
    background: #000000;
    color: #ffffff;
    border: navajowhite;
}
/* Theme Buttons */

/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FBEDD7;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(12px);
    padding: 25px 40px;
    position: absolute;
    z-index: 0;
    top: 5.5vh;
    width: 50%;
    right: 0;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
ul#counter li .counter>div {
    font-weight: 700;
    font-size: 63px;
    color: #FA9A09;
    margin-bottom: 0rem;
    flex-shrink: 0;
    line-height: 33px;
    font-family: 'Cormorant Garamond';
}
ul#counter li {
    padding: 15px 10px;
    line-height: 28px;
    display: flex;
    align-items: start;
    justify-content: start;
    border-bottom: 2px solid #FA9909;
}
ul#counter li .counter span.text {
    font-size: 14px;
    color: #141414;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 30px; /* 170.588% */
    opacity: 0.8;
}
/* -------------------------counter CSS------------------------  */

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
  }
  .popupmain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    max-height: 90vh;
  }
  .mmpopup {
    background: url("../images/popup-bg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 33px;
    border: 5px solid #fff;
    padding: 12px;
  }
  .mmpopup .popup-content {
    padding: 50px 40px;
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    background: #fff;
    box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(33.75px);
    overflow: hidden;
  }
  .mmpopup .formpop {
    width: 100%;
    margin-top: 60px;
  }
  .mmpopup .form-text {
    color: #000;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mmpopup .form-text a {
    color: #659640;
    font-weight: 700;
  }
  .mmpopup .form-text a:hover {
    color: var(--secondary);
  }
  .mmpopup .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 0;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 100px;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative;
  }
  .mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
  }
  .mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
  }
  .mmpopup .centercont ul li.last {
    padding-bottom: 0;
  }
  .mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
  }
  .mmpopup .centercont h4 {
    font-size: 35px;
    color: #659640;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    color: #000;
    font-family: var(--font-body);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
  }
  .fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
  }
  .fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #eeeeee;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: "Inter";
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
    border: 0;
  }
  .form-group field input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
    width: 100%;
}
.fld-btn button.banner-btn {
    border: 4px solid #f45a28;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    background: #F45A28;
    box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */

/* ----------------------------------------------------------- */
.chooseus-list {
    padding: 15px 14px;
}
.step-box h3 {
  border-radius: 150px;
  background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%), #FA9909;
  display: flex;
  padding: 22.706px 24.144px 24.294px 23.856px;
  justify-content: center;
  align-items: center;
  height: 94px;
  width: 94px;
  margin: 0 auto;
}
.step-box h3 span {
  color: #fff;
  font-size: 43px;
  display: block;
}
.step-detail-text h4 {
    padding: 15px 0 20px;
    color: #212121;
    font-size: 22px;
    line-height: normal;
    text-align: center;
}
.chooseus-number li {
    color: #212121c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; 
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
ul.chooseus-number {
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    padding: 14px 0;
    margin-bottom: 40px;
}
span.small-heading.textcenter {
    margin: 0 auto 12px;
}
section.sec-2.no-bg {
    background: none;
}

.ebook-ghostwriting-card h3.ext-h3:before {
    left: 0;
}

.sec-heading.color h2:before {
    background: #fff;
}

.step-detail-text p {
    color: #212121;
    font-size: 16px;
    line-height: 27px; 
    text-align: center;
}
.choosecard {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgba(217, 217, 217, 0.26);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(9.649999618530273px);
}
.choosecard p {
    color: #FFFFFF;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 1;
}
ul.script-list {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.10);
}
ul.script-list li {
    color: #00063D;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 26px 0;
    border-bottom: 1px solid #00000017;
}
/* ---------------------------footer------------------------------- */
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.copyright p,.copyright a {
    color: white;
    font-size: 14px;
    opacity: 0.7;
}
.f-link li a i {
    color: var(--primary);
}
ul.detail-menu li a i {
    color: var(--primary);
}
.footer-sec p {
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    opacity: 0.5;
    padding-top: 10px;
    max-width: 85%;
}
.footer-hdng h4 {
    margin-bottom: 20px;
    color: #FFF;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
    padding: 15px 0;
    border-bottom: 1px solid #ffffff26;
}
.f-menu li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    opacity: 0.5;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hours p {
    color: #fff;
    font-size: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    background: #121212;
}
.f-link li {
    margin-bottom: 12px;
}
.f-link li a {
    color: #ffffff82;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    gap: 14px;
}
ul.detail-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
.ul.detail-menu li a {
    color: #FFF;
    font-family: Leelawadee;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
ul.detail-menu li a {
    color: #ffffff82;
    font-size: 16px;
    line-height: 30px; /* 142.857% */
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.our-reviews h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}
.copyright ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-truspilot {
    text-align: end;
    padding: 21px 0;
}
.borderbottom {
    border-bottom: 1px solid #ffffff3b;
    padding: 50px 0 48px;
}
.footer-hdng {
    display: flex;
}
footer {
    background: #121212;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    right: 40px;
    height: 328px;
    width: 2px;
    background: #ffffff1a;
}
ul.f-menu.first:after {
    content: "";
    display: block;
    position: absolute;
    top: -119px;
    right: 55px;
    height: 328px;
    width: 2px;
    background: #ffffff1a;
}
ul.f-menu.last:before {
    display: none;
}
ul.f-menu.first:before {
    display: none;
}
ul.f-menu {
    position: relative;
}
/* ----------------------------------footer---------------------- */

.mid-img {
    margin-top: 20px;
}

section.sec-6 .sec-heading {
    margin-right: 11rem;
}

section.sec-6 ul.accordion-list {
    margin-right: 11rem;
}

/* 404 */
.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 200;
    font-size: 42px;
    line-height: 42px;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
/* 404 */

/* terms */
ul.terms-list {
    list-style: disc;
    margin-left: 22px;
}
.mainBanner.termpage {
    background: linear-gradient(277deg, #FEF8EA -6.24%, #FFE9B5 95.3%);
}
.banner-content2 {
    padding: 73px 0 100px;
}
.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 2rem 0 1rem;
}
.terms p {
    margin-bottom: 1rem;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
/* terms */

/* ----------------------inner pages------------------------ */

img.step-line1 {
    position: absolute;
    top: 19vw;
    left: -38vw;
    right: 0;
    margin: 0 auto;
}
img.step-line2 {
    position: absolute;
    top: 19vw;
    left: 0vw;
    right: 0;
    margin: 0 auto;
}
img.step-line3 {
    position: absolute;
    top: 19vw;
    right: -38vw;
    left: 0;
    margin: 0 auto;
}
.four-card.crd2 ul {
    margin: 10px 0 0;
}
.form.footer-form {
    width: auto;
}
.ebook-ghostwriting-card h3 {
    color: var(--m, #212121);
    font-size: 22px;
    font-weight: 400;
    line-height: 109.432%; /* 24.075px */
    padding: 15px 0 40px;
    position: relative;
    z-index: 0;
}
.ebook-ghostwriting-card p {
    color: var(--t, #212121);
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.ebook-ghostwriting-card {
    border-bottom: 1px solid #D9D9D9;
    padding: 50px 0;
}
.ebook-ghostwriting-card.noborder {
    border-bottom: 0;
}
.faq-image {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}

.partners {
    position: relative;
    z-index: 0;
}

ul#counter li.last {
    border: navajowhite;
}

.mainBanner.inner h1:before {
    display: none;
}
.mainBanner.inner {background: #FBEDD7;padding: 6rem 0px;}

ul.list-li li {
    list-style: inside;
    color: #313131;
}


a.logo img {
    height: 90px;
    width: 160px;
}

.menu-Bar {
    display: none;
}

@media (max-width: 1440px) {
     .banner-content {
        padding: 80px 0 75px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 74px;
        line-height: 84px;
        margin-bottom: 18px;
    }
    p.banner-text {
        max-width: 100%;
    }
    .btn-wrap {
        margin-bottom: 1rem;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .mainBanner {
        background-size: cover;
    }
    .sec-heading h6 {
        font-size: 26px;
        padding-bottom: 12px;
    }
    .form {
        padding: 17px;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec-2 {
        padding: 50px 0;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    .service-detail h3 {
        font-size: 24px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 36px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .service-list li {
        padding: 16px 12px;
        font-size: 16px;
    }
    .accordion-list li {
        padding: 14px;
    }
    section.sec-7 {
        padding: 50px 0;
    }
    .contact-detail-wrap {
        margin: 25px 0 28px;
        gap: 2rem;
    }
    .details {
        padding: 0;
    }
    .details a {
        font-size: 17px;
    }
    section.sec-8 {
        padding: 0 0 50px;
    }
    .footer-sec p {
        font-size: 15px;
        padding-bottom: 20px;
        max-width: 100%;
        line-height: 24px;
    }
    ul.detail-menu li a {
        font-size: 16px;
    }
    .f-link li a {
        font-size: 16px;
        line-height: 14px;
    }
    ul.f-link {
        margin-top: 24px;
    }
    .borderbottom {
        padding: 32px 0;
    }
    ul.f-menu.first:after, ul.f-menu:before{
        display: none;
    }
    .footer-hdng h4 {
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 18px;
        padding: 12px 0;
    }
    section.abt-sec {
        padding: 50px 0;
    }
    .row.margintop {
        margin-top: -14vw;
    }
    ul.overview-nav.d2 {
        gap: 10px;
        margin: 18px auto;
    }
    ul.overview-nav.d2 a {
        padding: 10px 12px;
        font-size: 15px;
    }
    .chooseus-list {
        gap: 15px;
        width: 100%;
    }
    section.step-sec {
        padding: 50px 0;
    }
    .sec-heading-list p {
        font-size: 16px;
        line-height: 24px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .choosecard p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.script-list {
        padding: 16px;
    }
    section.sec-9 {
        padding: 50px 0;
    }
    .cta-image {
       display: none;
    }
    .sec-heading p {
        font-size: 18px;
        line-height: 28px;
    }
    .step-line1 {
        display: none;
    }


}

@media (max-width: 1200px) {
    
    ul.detail-menu {
    justify-content: end;
}
    
    .ebook-ghostwriting-card {
    padding: 25px 0px;
}
    
    ul#counter {
    padding: 10px 20px;
    top: 7vh;
}
    
    section.sec-6 .sec-heading {
    margin-right: 0;
}

section.sec-6 ul.accordion-list {
    margin-right: 0;
}
    
    .btns{
        margin: 1.5rem 0 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: var(--primary);
        border-radius: 0;
        padding: 0;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 8px;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: none;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
    .dropdown-grid {
        padding: 10px;
        row-gap: 10px;
        column-gap: 0;
    }
    .dropdown ul {
        gap: 0;
    }


}

@media (max-width: 1199px) {

    .banner-content {
        padding: 50px 0 50px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 0;
        margin-right: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 30px;
    }
    .btn-wrap {
        margin-bottom: 1rem;
    }
    .sec-heading h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .mainBanner {
        background-size: cover;
    }
    .sec-heading h6 {
        font-size: 26px;
        padding-bottom: 12px;
    }
    .form {
        padding: 17px;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec-2 {
        padding: 50px 0;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    .service-detail h3 {
        font-size: 24px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 36px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .service-list li {
        padding: 12px 12px;
        font-size: 16px;
    }
    .client-detail p {
        font-size: 17px;
        line-height: 28px;
    }
    .client-name span.name {
        font-size: 16px;
    }
    .accordion-list li {
        padding: 14px;
    }
    section.sec-7 {
        padding: 50px 0;
    }
    .contact-detail-wrap {
        margin: 25px 0 28px;
        gap: 2rem;
    }
    .details {
        padding: 0;
    }
    .details a {
        font-size: 17px;
    }
    section.sec-8 {
        padding: 0 0 50px;
    }
    .footer-sec p {
        font-size: 15px;
        padding-bottom: 20px;
        max-width: 100%;
        line-height: 24px;
    }
    ul.detail-menu li a {
        font-size: 16px;
    }
    .f-link li a {
        font-size: 16px;
        line-height: 14px;
    }
    ul.f-link {
        margin-top: 24px;
    }
    .borderbottom {
        padding: 32px 0;
    }
    ul.f-menu.first:after, ul.f-menu:before{
        display: none;
    }
    .footer-hdng h4 {
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 18px;
        padding: 12px 0;
    }
    section.abt-sec {
        padding: 50px 0;
    }
    .row.margintop {
        margin-top: -14vw;
    }
    ul.overview-nav.d2 {
        gap: 10px;
        margin: 0 auto;
    }
    ul.overview-nav.d2 a {
        padding: 10px 12px;
        font-size: 15px;
    }
    .chooseus-list {
        padding: 10px;
        gap: 15px;
        margin-bottom: 1rem;
        width: 100%;
    }
    section.step-sec {
        padding: 50px 0;
    }
    .sec-heading-list p {
        font-size: 16px;
        line-height: 24px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .choosecard p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.script-list li {
        padding: 19px 0;
        font-size: 18px;
    }
    ul.script-list {
        padding: 16px;
    }
    section.sec-9 {
        padding: 50px 0;
    }
    .cta-image {
        display: none;
    }
    img.shadow-image {
        display: none;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
    }
    .input-field1 input, .input-field1 textarea {
        font-size: 12px;
    }
    .stats-card h3 {
        font-size: 30.54px;
    }
    .stats-card p {
        font-size: 14px;
    }
    section.cta-sec {
        padding: 65px 0;
    }
    .step-line1 {
        display: none;
    }
    .step-box h3 span {
        font-size: 48px;
    }
    .sec-heading-list {
        padding: 10px 0;
    }
    .testi-card .top {
        text-align: left;
    }
    img.dnone {
        display: none;
    }
    .sec-1 .sec-heading h2 {
        margin-right: 0;
    }

    
}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 14px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {

    
    section.sec-6 .sec-heading {
    margin-right: 0;
}

section.sec-6 ul.accordion-list {
    margin-right: 0;
}

    ul#counter {
    top: 4.5vh;
}

.sec-heading.color {
    margin-right: 13rem;
}
    
    .banner-content {
        padding: 50px 0 50px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .mainBanner {
        background-size: cover;
    }
    .sec-heading h6 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .form {
        padding: 17px;
        margin-top: 0;
    }
    .sec-2 {
        padding: 50px 0;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 30px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .service-list li {
        padding: 14px 14px;
        font-size: 16px;
    }
    .client-detail p {
        font-size: 16px;
        line-height: 20px;
    }
    .client-name span.name {
        font-size: 16px;
    }
    .client-name {
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
    .faq-image {
        /* display: none; */
    }
    .accordion-list li {
        padding: 14px;
    }
    .answer p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 20px;
        max-width: 95%;
    }
    section.sec-7 {
        padding: 50px 0;
    }
    .contact-detail-wrap {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin: 25px 0 28px;
    }
    .details {
        padding: 0;
    }
    .details a {
        font-size: 17px;
    }
    section.sec-8 {
        padding: 0 0 50px;
    }
    .footer-sec p {
        font-size: 14px;
        padding-bottom: 20px;
        max-width: 100%;
        line-height: 20px;
    }
    ul.detail-menu li a {
        font-size: 14px;
    }
    .f-link li a {
        font-size: 14px;
        line-height: 14px;
    }
    ul.f-link {
        margin-top: 24px;
    }
    .borderbottom {
        padding: 32px 0;
    }
    ul.f-menu.first:after, ul.f-menu:before{
        display: none;
    }
    .footer-hdng h4 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }
    .abt-image {
        display: none;
    }
    section.abt-sec {
        padding: 50px 0;
    }
    .row.margintop {
        margin-top: -39vw;
    }
    ul.overview-nav.d2 {
        gap: 10px;
        margin: 20px 0;
    }
    ul.overview-nav.d2 a {
        padding: 10px 12px;
        font-size: 15px;
    }
    .step-line1 {
        display: none;
    }
    .chooseus-list {
        padding: 10px;
        gap: 15px;
        margin-bottom: 1rem;
        width: 100%;
    }
    section.step-sec {
        padding: 50px 0;
    }
    .list-details {
        font-size: 18px;
    }
    .sec-heading-list p {
        font-size: 14px;
        line-height: 20px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .choosecard p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.script-list li {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }
    ul.script-list {
        padding: 16px;
    }
    .image1 {
        display: none;
    }
    .sec6-image {
        display: none;
    }
    section.sec-9 {
        padding: 50px 0;
    }
    .threecard span {
        padding: 16px;
        font-size: 20px;
        margin-bottom: 20.52px;
        border-radius: 8.483px;
    }
    .threecard ul li {
        font-size: 15px;
        padding: 12px 0;
    }
    .cta-image {
        display: none;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 31px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        width: 100%;
        margin-top: 30px;
    }
    .form-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .input-field1 input, .input-field1 textarea {
        width: 100%;
    }
    .input-field1 {
        width: 100%;
    }
    .send {
        width: 100%;
    }
    .stats-card h3 {
        font-size: 30.54px;
    }
    .stats-card p {
        font-size: 14px;
    }
    .sec4-image {
        display: none;
    }
    .service-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .four-card-text h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .step-line1 {
        display: none;
    }
    .menuWrap2 {
        text-align: end;
    }
    .head-form-wrapper {
        padding: 8px;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 18px;
    }
    .service-detail {
        padding: 20px 14px;
    }
    section.sec-5 {
        padding: 50px 0;
    }
    ul.detail-menu {
        justify-content: center;
    }
    .terms h4 {
        font-size: 20px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }

}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .banner-content {
        padding: 50px 0 50px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .mainBanner {
        background-size: cover;
        background-position: right;
    }
    .sec-heading h6 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .form {
        padding: 17px;
        margin-top: 0;
        width: auto;
    }
    .sec-2 {
        padding: 50px 0;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 30px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .service-list li {
        padding: 14px 14px;
        font-size: 16px;
    }
    .client-detail p {
        font-size: 16px;
        line-height: 20px;
    }
    .client-name span.name {
        font-size: 16px;
    }
    .client-name {
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
    .faq-image {
        display: none;
    }
    .accordion-list li {
        padding: 14px;
    }
    .answer p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 20px;
        max-width: 95%;
    }
    section.sec-7 {
        padding: 50px 0;
    }
    .contact-detail-wrap {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin: 25px 0 28px;
    }
    .details {
        padding: 0;
    }
    .details a {
        font-size: 17px;
    }
    section.sec-8 {
        padding: 0 0 50px;
    }
    .footer-sec p {
        font-size: 14px;
        padding-bottom: 20px;
        max-width: 100%;
        line-height: 20px;
        text-align: center;
    }
    ul.detail-menu li a {
        font-size: 14px;
    }
    .f-link li a {
        font-size: 14px;
        line-height: 14px;
    }
    ul.f-link {
        margin-top: 24px;
    }
    .borderbottom {
        padding: 32px 0;
    }
    ul.f-menu.first:after, ul.f-menu:before{
        display: none;
    }
    .footer-hdng h4 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }
    .abt-image {
        display: none;
    }
    section.abt-sec {
        padding: 50px 0;
    }
    .row.margintop {
        margin-top: -39vw;
    }
    ul.overview-nav.d2 {
        gap: 10px;
        margin: 20px 0;
    }
    ul.overview-nav.d2 a {
        padding: 10px 12px;
        font-size: 15px;
    }
    .step-line1 {
        display: none;
    }
    .chooseus-list {
        padding: 10px;
        gap: 15px;
        margin-bottom: 1rem;
        width: 100%;
    }
    section.step-sec {
        padding: 50px 0;
    }
    .list-details {
        font-size: 18px;
    }
    .sec-heading-list p {
        font-size: 14px;
        line-height: 20px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .choosecard p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.script-list li {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }
    ul.script-list {
        padding: 16px;
    }
    .image1 {
        display: none;
    }
    .sec6-image {
        display: none;
    }
    section.sec-9 {
        padding: 50px 0;
    }
    .threecard span {
        padding: 16px;
        font-size: 20px;
        margin-bottom: 20.52px;
        border-radius: 8.483px;
    }
    .threecard ul li {
        font-size: 15px;
        padding: 12px 0;
    }
    .cta-image {
        display: none;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 31px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        width: 100%;
        margin-top: 30px;
    }
    .form-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .input-field1 input, .input-field1 textarea {
        width: 100%;
    }
    .input-field1 {
        width: 100%;
    }
    .send {
        width: 100%;
    }
    .sec1-image {
        display: none;
    }
    .stats-card h3 {
        font-size: 30.54px;
    }
    .stats-card p {
        font-size: 14px;
    }
    section.cta-sec {
        background-position: left;
        padding: 60px 0;
    }
    .sec4-image {
        display: none;
    }
    .service-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .four-card-text h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .step-line1 {
        display: none;
    }
    .menuWrap2 {
        text-align: end;
    }
    .logo {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .head-form-wrapper {
        padding: 8px;
        margin-top: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 18px;
    }
    .service-detail {
        padding: 20px 14px;
    }
    section.sec-5 {
        padding: 50px 0;
    }
    ul.detail-menu {
        justify-content: center;
    }
    .terms h4 {
        font-size: 20px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }



}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    
    header .main-header ul.menu>li > a {
    font-size: 14px;
}

a.header-btn {
    padding: 15px 15px !important;
}
    
    
    section.sec-6 .sec-heading {
    margin-right: 0;
}

section.sec-6 ul.accordion-list {
    margin-right: 0;
}

    ul#counter li .counter>div {
    font-size: 50px;
}

ul#counter li {
    padding: 7px 5px;
}

    .ebook-ghostwriting-card.noborder.ext {
    border-bottom: 1px solid #D9D9D9;
}

    .ebook-ghostwriting-card h3:before {
    left: 0;
}

    .mid-img {
    display: none;
}

    .sec-heading.color {
    margin-right: 0rem;
}

.ebook-ghostwriting-card {
    text-align: start;
}


    .partners img {
    display: none;
}

ul#counter {
    position: relative;
    width: 100%;
    top: 10px;
    padding: 15px 20px;
}

    .partners {
    margin-bottom: 3rem;
}
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
        margin-right: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .mainBanner {
        background-position: right;
        background-size: cover;
    }
    .sec-heading h6 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .form {
        padding: 17px;
        margin-top: 0;
        width: auto;
    }
    section.sec-1 {
        padding: 50px 0 0;
    }
    .sec-2 {
        padding: 50px 0;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    .service-detail h3 {
        font-size: 20px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 30px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .service-list li {
        padding: 14px 14px;
        font-size: 16px;
    }
    .client-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .client-name span.name {
        font-size: 16px;
    }
    .client-name {
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
    .faq-image {
        display: none;
    }
    .accordion-list li {
        padding: 14px;
    }
    .answer p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 20px;
        max-width: 90%;
    }
    section.sec-7 {
        padding: 50px 0;
    }
    .contact-detail-wrap {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin: 25px 0 28px;
    }
    .details {
        padding: 0;
    }
    .details a {
        font-size: 17px;
    }
    section.sec-8 {
        padding: 0 0 50px;
    }
    .footer-sec p {
        font-size: 14px;
        padding-bottom: 20px;
        max-width: 100%;
        line-height: 20px;
        text-align: center;
    }
    ul.detail-menu li a {
        font-size: 14px;
    }
    .f-link li a {
        font-size: 14px;
        line-height: 14px;
    }
    ul.f-link {
        margin-top: 24px;
    }
    .borderbottom {
        padding: 32px 0;
    }
    ul.f-menu.first:after, ul.f-menu:before{
        display: none;
    }
    .footer-hdng h4 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }
    .abt-image {
        display: none;
    }
    section.abt-sec {
        padding: 50px 0;
    }
    .row.margintop {
        margin-top: -39vw;
    }
    ul.overview-nav.d2 {
        gap: 10px;
        margin: 20px 0;
    }
    ul.overview-nav.d2 a {
        padding: 10px 12px;
        font-size: 15px;
    }
    .step-line1 {
        display: none;
    }
    .step-detail-text h4 {
        font-size: 20px;
    }
    .chooseus-list {
        padding: 10px;
        gap: 15px;
        margin-bottom: 1rem;
        width: 100%;
    }
    .step-detail-text p {
        font-size: 14px;
        line-height: 20px;
    }
    section.step-sec {
        padding: 50px 0;
    }
    .list-details {
        font-size: 18px;
    }
    .sec-heading-list p {
        font-size: 14px;
        line-height: 20px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .choosecard p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.script-list li {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }
    ul.script-list {
        padding: 16px;
    }
    .image1 {
        display: none;
    }
    .sec6-image {
        display: none;
    }
    section.sec-9 {
        padding: 50px 0;
    }
    .threecard span {
        padding: 16px;
        font-size: 20px;
        margin-bottom: 20.52px;
        border-radius: 8.483px;
    }
    .threecard ul li {
        font-size: 15px;
        padding: 12px 0;
    }
    .cta-image {
        display: none;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 31px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        width: 100%;
        margin-top: 30px;
    }
    .form-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .input-field1 input, .input-field1 textarea {
        width: 100%;
    }
    .input-field1 {
        width: 100%;
    }
    .send {
        width: 100%;
    }
    .sec1-image {
        display: none;
    }
    .stats-card h3 {
        font-size: 30.54px;
    }
    .stats-card p {
        font-size: 14px;
    }
    section.cta-sec {
        background-position: left;
        padding: 60px 0;
    }
    .sec4-image {
        display: none;
    }
    .service-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .four-card-text h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .step-line1 {
        display: none;
    }
    .menuWrap2 {
        text-align: center;
    }
    .logo {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .head-form-wrapper {
        padding: 8px;
        margin-top: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 18px;
    }
    .service-detail {
        padding: 20px 14px;
    }
    .service-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    section.sec-5 {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 14px;
    }
    ul.detail-menu {
        flex-direction: column;
        gap: 0;
    }
    .terms h4 {
        font-size: 20px;
    }
    .terms p, ul li {
        font-size: 14px;
        line-height: 18px;
    }

.mainBanner.inner {
    padding: 3rem 0px;
}

section.inner-sec {
    padding: 2rem 0;
}

.leadforms-step-wrapper {
    padding-bottom: 0px;
}

.banner-content {
    padding: 50px 0 10px;
}

}