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

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

.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;
}

::-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;
}

/* Tabbing CSS */

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

[class^="box-"].showfirst {
    display: block;
}
html {
  overflow-x: hidden;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #212121;
}
body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 400;
    color: #212121;
    font-family: var(--font-heading);
}

*: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;
}

/* Padding Classes */
.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.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;
}

/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 15px 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: 10px;
    width: 10px;
    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: 15px;
    height: 15px;
}

/*header css*/
header {
    -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;
    position: relative;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
    top: 0;
}
.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}
.menu-Bar span:nth-child(3) {
    top: 16px;
}
.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    /* padding: 16px 0 16px 35px; */
}
.menu > li > a {
    display: block;
    font-size: 16px;
    color: var(--black);
    /* text-transform: uppercase; */
    font-weight: 500;
}
.header-btn {
    background: var(--primary);
    color: #212121 !important;
    padding: 19px 28px;
    /* border-radius: 8px; */
    font-weight: 500 !important;
    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: var(--primary);
}

@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */
.has-child {
    position: relative;
    z-index: 1;
}
.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

@keyframes slide{
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */
.mainBanner {
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
}
.banner-content {
    padding: 70px 0 114px;
}
h1.banner-heading {
    padding-bottom: 20px;
    color: var(--H, #212121);
    font-size: 70px;
    font-weight: 400;
    line-height: 109.432%; /* 86.452px */
}
span.sub-heading {
    padding: 10px 13px;
    color: #686868;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
    border-radius: 14px;
    border: 1px solid #E4E4E4;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F3F3FF;
    box-shadow: 0 2px 10.5px 0 rgba(0, 0, 0, 0.05);
}
p.banner-text {
    margin-bottom: 20px;
    opacity: 0.7;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
}
.header-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding: 10px 0;
}
.banner-img {
    text-align: end;
    position: absolute;
    top: 9vw;
    right: 7vw;
}
.form {
    padding: 30px 20px 20px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
}
.input-field1 label {
    font-weight: 400;
    padding-bottom: 8px;
    opacity: 0.7;
    font-size: 14px;
    color: #1A1A1A;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 16px;
    background: #FDFDFD;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.input-field1 textarea {
    height: 110px;
    align-self: stretch;
}
.send {
    text-align: left;
    padding-top: 10px;
}
.send input[type="submit"] {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    padding: 16px 34px;
    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%);
}

.menuWrap2 {
    text-align: end;
}
.sec-heading h6 {
    color: var(--m, #212121);
    font-size: 30px;
    line-height: 109.432%; /* 32.83px */
}
.form .sec-heading p {
    color: #212121;
    opacity: 0.7;
    font-size: 18px;
}
section.sec-1 {
    background: #FEFAF6;
    padding: 120px 0 120px;
}
.three-card {
    padding: 19.139px 23.924px 24.881px 23.924px;
    border-radius: 10px;
    border: 0.957px solid #E6E6E6;
    background: #FFF;
}
.threecard-wrapper {
    gap: 8px;
    margin-left: -6vw;
    z-index: 1;
    border-radius: 13px;
    background: #EEF0F4;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.10);
    padding: 20px 20px 25px;
    margin-right: -18vw;
}
.sec2-image {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}
section.sec-2 {
    position: relative;
    padding: 75px 0 72px;
    z-index: 0;
    background: #FCFCFC;
}
.sec-2 .sec-heading {
    margin-left: 3vw;
}
.sec-2 .btn-wrap {
    margin-left: 3vw;
}
.sec1-image {
    position: absolute;
    top: 9vw;
    left: 14vw;
}
.process-detail h3 {
    color: #181818;
    font-size: 22px;
}
img.book-vector1 {
    position: absolute;
    bottom: -12vw;
    left: -13vw;
    z-index: 1;
}

.testi-card {
    position: relative;
    z-index: 1;
    padding: 26px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin-bottom: 23px;
}
section.testimonials-sec {
    padding: 110px 0;
    background: #FCFCFC;
}
.testi-card p {
    border-bottom: 1px solid rgb(217 217 217 / 76%);
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.testi-card-bottom {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testi-card-bottom span.name {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    display: block;
}
.testi-card-bottom span.des {
    color: #626262;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    display: block;
}
.process-detail2 h3 {
    color: var(--m, #212121);
    font-size: 20px;
    font-weight: 400;
    line-height: 109.432%; /* 21.886px */
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 8px;
    margin-bottom: 10px;
    width: fit-content;
}
.process-detail2 p {
    color: var(--t, #212121);
    font-size: 16px;
    line-height: 23.924px; /* 149.526% */
    opacity: 0.7;
    padding-bottom: 14px;
}


.book-portfolio h3 {
    color: var(--H, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 19.698px */
    text-align: left;
    padding: 12px 0;
    border-bottom: 1px solid #0000002b;
    font-family: 'Inter';
    margin-bottom: 10px;
     opacity: 0.7;
}
.book-review-rating span p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.432%; /* 17.509px */
}
.book-review-rating span {
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.432%;
    justify-content: space-between;
     opacity: 0.7;
}
.book-review-rating span b {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.432%;
     opacity: 0.7;
}
section.sec-3 {
    background: #FEFAF6;
    padding: 110px 0 104px;
}
.book-portfolio {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 16px;
    height: 100%;
}

.step-card {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 26px 29px;
    text-align: center;
}
.step-card h3 {
    color: var(--m, #212121);
    font-size: 23px;
    line-height: 109.432%; /* 25.169px */
    padding: 10px 0;
}
.step-card p {
    color: #212121;
    opacity: 0.7;
    line-height: 23px;
}
section.sec-4 {
    background: #FEFAF6;
    padding: 110px 0 121px;
}
img.vector2 {
    position: absolute;
    bottom: 15vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cta-wrapper {
    border-radius: 15px;
    background: #FCFCFC;
    padding: 20px;
}
.cta-wrapper .sec-heading h2 {
    font-size: 40px;
}
section.cta-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Accordian */
.faq-image {
    position: absolute;
    top: 0;
    left: 0;
}
section.faqs-sec {
    padding: 59px 0;
    background: #FEFAF6;
    overflow: hidden;
}
.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: 17px;
    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 {
    font-size: 20px;
    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: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    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: 10.25px;
    color: #212121;
}
/* Accordian */

/* packages */
section#pricing {
    padding: 110px 0;
    background: #FCFCFC;
}
.detail-buttons a {
    color: #212121b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px; /* 192.857% */
}
.detail-buttons {
    border-top: 1px solid #D9D9D9;
    padding: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
    box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
    height: 100%;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}
.pckg .btn-wrap a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
    border-radius: 5px !important;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%) !important;
    border: 0;
}
.price {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #D9D9D9;
    margin-top: 12px;
}
.bottom {
    padding: 21px 24px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper .title {
    margin-bottom: 12px;
    color: #1A1A1A;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    margin-top: 23px;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
    color: #585858;
    font-size: 16px;
    line-height: 28px;
}
.pckg .upper .price .amount {
    font-weight: 400;
    line-height: normal;
    color: var(--primary);
    font-size: 64px;
    margin: 0 0 10px;
    font-family: 'Alike';
}
.pckg .upper .price .uspto {
    color: #DD6F69;
    font-size: 18px;
}
.inner-wrap {
    background: rgba(250, 154, 9, 0.10);
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.pckg h4 {
    color: #626262;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.pckg .upper b {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    opacity: 0.7;
}
.pckg .bottom ul li svg {
    flex-shrink: 0;
}
.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.pckg .bottom ul li {
   position: relative;
   display: flex;
   gap: 11.73px;
   color: #212121ba;
   font-size: 16px;
   line-height: 22px;
   align-items: flex-start;
}
.pckg .bottom ul {
    padding-right: 10px;
    height: 210px;
    overflow-y: scroll;
    margin: 1rem 0 2rem;
}
.bottom span {
   color: #1A1A1A;
   font-size: 26px;
   font-weight: 400;
   line-height: 33px;
   font-family: 'Alike';
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .btn-wrap {
    flex-direction: column;
    margin: 0;
}
.pckg:hover {
    border: 1px solid #F59E0B;
}
.pckg:hover .btn-wrap .theme-btn.bordered {
    color: #fff;
    background: var(--primary);
}
.pckg:hover h4 {
    color: #fff;
}
.pckg:hover .upper .title, .pckg:hover .upper .price .amount {
    color: #191919;
}
.pckg:hover .btn-wrap a {
    background: #F59E0B;
}

/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 52px;
    line-height: 109.432%;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #212121;
    margin: 1rem 0;
    opacity: 0.7;
}
.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;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.btn-wrap .theme-btn {
    padding: 15px 30px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
    transition: .5s ease;
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.btn-wrap .theme-btn.bordered {
    color: #fff;
    border-radius: 5px;
    background: #212121;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}
.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}
.newcountrycode .phone-field {
    width: 100%;
}
.newcountrycode input {
    border: 0;
}
/* Country Code */

/* ---------------------------footer------------------------------- */
footer {
    background: #161616;
}
.copyright p,.copyright a {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.copyright a{
    color: #0085ff;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-sec p {
    padding-top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    padding: 0 0 20px;
}
.footer-hdng h4 {
    margin-bottom: 12px;
    color: #FFF;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 1.32px;
    border-bottom: 1px solid #d9d9d985;
    width: fit-content;
    padding: 0 0 10px;
}
.f-menu li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    border-top: 1px solid #d9d9d957;
    padding: 20px 0 0;
    margin-top: 53px;
}
.logo-sec {
    border-radius: 48px;
    border-top: 1px solid rgba(217, 217, 217, 0.30);
    background: #2563EB;
    text-align: center;
    padding: 25.62px 0 32.94px;
    margin-bottom: 75.97px;
}
.copyright ul {
    display: inline-block;
    vertical-align: middle;
}
.copyright ul li {
    display: inline-block;
    vertical-align: middle;
}
/* ----------------------------------footer---------------------- */


/* footer */
footer {
    padding: 40px 0;
    background: #000000;
}
ul.f-menu {
    border-right: 1px solid #ffffff36;
    height: 100%;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* footer */

/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.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: 500;
    font-size: 65px;
    color: var(--primary);
}
ul#counter li {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
}
ul#counter li .counter span.text {
    font-size: 16px;
    font-weight: normal;
    color: #141414;
    opacity: 0.7;
}
ul#counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0vw;
    right: 0;
    margin: 0 auto;
    /* background-image: url(../images/border-img.webp); */
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.goto {
    position: relative;
}
/* -------------------------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;
    /* background: #fff; */
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    /* border-radius: 8px; */
    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%;
    /* margin-bottom: 9px; */
    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 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */


/* 404 */
.error-text {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin-bottom: 0.4rem;
}
.error-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0rem;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
/* 404 */

/* terms */
.terms .roman {
    list-style: upper-roman;
}
.terms ul {
    padding-left: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
    list-style: disc;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1.5rem 0 1rem;
}
.terms p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 16px;
}
/* terms */



@media (max-width : 1850px) {
    .sec-2 .sec-heading {
    margin-left: 7vw;
}
}

@media (max-width : 1725px) {
    .sec-2 .sec-heading {
    margin-left: 10vw;
}
}

@media (max-width : 1640px) {
    .sec-2 .sec-heading {
    margin-left: 15vw;
}
}

@media (max-width : 1530px) {
    .sec-2 .sec-heading {
    margin-left: 18vw;
}
}

@media (max-width: 1440px) {
    
    .sec-2 .sec-heading {
    margin-left: 0vw;
}
    
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 68px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        top: 6vw;
        left: -2vw;
        max-width: 61%;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        left: -30vw;
        top: 0;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
       margin-left: -10vw;
        padding: 20px;
        margin-right: -4vw;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        bottom: 18vw;
        max-width: 86%;
        left: 0;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        top: 0;
        left: -26vw;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
    }
    .book-review-rating span {
        flex-direction: column;
    }
    .book-portfolio h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    
}

@media (max-width: 1200px) {
    
    h2.error-text {
    font-size: 40px;
}

p.error-heading {
    font-size: 16px;
}
    
    .sec-2 .sec-heading {
        margin-left: 8vw;
    }
    
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        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;
    }
}

@media (max-width : 1199px) {
    
    .sec-2 .sec-heading {
        margin-left: 0vw;
    }
    
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 68px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        top: 16vw;
        left: -2vw;
        max-width: 61%;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        left: -36vw;
        top: 0;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
       margin-left: -10vw;
        padding: 20px;
        margin-right: -4vw;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        bottom: 32vw;
        max-width: 86%;
        left: 2vw;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        top: 0;
        left: -32vw;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
    }
    .book-review-rating span {
        flex-direction: column;
    }
    .book-portfolio h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

}

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

@media (max-width : 992px) {
    .book-review-rating span {
        flex-direction: column;
    }
    .book-portfolio h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        top: 16vw;
        left: -2vw;
        max-width: 61%;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        left: -44vw;
        top: 0;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
       margin-left: -10vw;
        padding: 20px;
        margin-right: -4vw;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        bottom: 32vw;
        max-width: 86%;
        left: 2vw;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        top: 0;
        left: -39vw;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0;
    }
    .form .sec-heading p {
        font-size: 16px;
        line-height: 24;
        line-height: 26px;
    }
    .sec-heading h6 {
        font-size: 30px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        display: none;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
        gap: 8px;
        margin-left: 0;
        padding: 20px;
        margin-right: 0;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        display: none;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        display: none;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }





}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    
    
    p.error-heading {
    margin-bottom: 3rem;
}
    
    section.cta-sec {
    background-position: right;
}
    
    .details a {
    font-size: 17px;
}

.contact-detail-wrap {
    margin-bottom: 1rem;
}

.copyright p {
    width: 100%;
}

ul#counter {
    grid-template-columns: repeat(2, 1fr);
}
    
    a.logo img {
    width: 120px;
    height: 70px;
}

ul.menu > li > a {
    font-size: 12px;
}

.thankyou-page {
    padding: 1rem 0 3rem;
}

h2.error-text {
    font-size: 40px;
}

p.error-heading {
    font-size: 22px;
}

.thankyou-text {
    font-size: 16px;
    margin-bottom: 3rem;
    line-height: 1.6;
}

    header{
        padding: 0rem 0;
    }
    .banner-content {
        padding: 35px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 0.5rem;
    }
    .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 {
       text-align: center;
    }
    .menuWrap2 {
        text-align: center;
    }
    .header-wrapper {
        padding: 5px 0px 10px;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 24;
        line-height: 22px;
    }
    .sec-heading h6 {
        font-size: 23px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0 0px;
    }
    .sec1-image {
        display: none;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 35px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
        gap: 8px;
        margin-left: 0;
        padding: 20px;
        margin-right: 0;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 20px;
    }
    .step-card p {
        line-height: 20px;
        font-size: 14px;
    }
    img.vector2 {
        display: none;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        display: none;
    }
    .accordion-list li {
        padding: 12px;
    }
    .accordion-list li h3 {
        font-size: 17px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    footer {
        text-align: center;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 28px;
    }
}


.sec-heading {
    margin-bottom: 1rem;
}

section.sec-1 p {
    /* text-align: center; */
}

.footer-sec {
    text-align: center;
}

.copyright p {
    width: 80%;
    margin: auto;
    text-align: center;
}

a.logo img {
    height: 78px;
}

.thankyou-page {
    padding: 2rem 0 3rem;
}


.contact-detail-wrap {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    padding: 20px;
    margin-top: 35px;
}

.details a {
     color:#1A1915;
     text-align: center;
     font-size: 22px;
     font-family: var(--font-heading);
     font-weight: 500;
     line-height: normal;
     padding: 10px 0;
}

.details{
     display: flex;
     align-items: center;
     gap: 10px;
}

.contact-detail-wrap .details:first-child {
  margin-bottom: 1rem;
}
    .sec1-image img {height: 28vw;}

