/*Main Css */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');

:root {
    --primary: #0f6069;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "Urbanist" , sans-serif;
    --font-accent: "Lao Sans Pro" , sans-serif;
    --font-body: "Lao Sans Pro" , sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #0f6069;
    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: #0f6069;
}

/* 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: #282828;
    background: #fafafa;
}

body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #282828;
    display: block;
    font-weight: 700;
    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: 50px 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: 8px;
    width: 30px;
    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: #B6B9FC;
    width: 55px;
}

/*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;
}
.header-btn.bordered {
    background: transparent;
    color: var(--white) !important;
    padding: 16px 20px;
    border-radius: 68px;
    border: 1px solid #FFF;
}
.main-header {
    padding-top: 15px;
}
ul.menu.btns li {
    padding: 0 0 0 8px;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
    height: 70px;
    filter: brightness(20.5);
}
.dropdown ul li a svg {
    flex-shrink: 0;
}
/* 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: 0 0 0 44px;
}
.menu > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-btn {
    background: var(--primary);
    font-weight: 400 !important;
    border-radius: 68px;
    border: 1px solid #0f6069;
    color: #FAFAFA !important;
    padding: 17px 20px;
}
.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;
    border-radius: 0 0 14px 14px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
    margin-top: 31px;
}

@keyframes slide{
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    padding: 14px 20px;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    display: flex;
    align-items: center;
    gap: 10px;
}
.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-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-content {
    padding: 150px 0 250px;
}
h1.banner-heading {
    margin-bottom: 16px;
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px; /* 106.667% */
    /* margin-right: -28px; */
}
span.sub-heading {
    font-size: 16px;
    line-height: normal;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
}
p.banner-text {
    margin-bottom: 17px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    opacity: 0.8;
}
h1.banner-heading span {
    font-style: italic;
    color: var(--primary);
}
.banner-img {
    position: absolute;
    top: 9vw;
    right: 1vw;
    width: 45vw;
    z-index: 1;
}
.sec-heading h3 {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px; 
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.sec-1 .sec-heading {
    margin-bottom: 0;
}
.trusted-logo2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    position: relative;
}
.trusted-logos.slick-initialized.slick-slider div {
    display: flex !important;
    align-items: center !important;
}
.trusted-logos.slick-initialized.slick-slider {
    margin: 40px 0;
}
section.sec-1 {
    padding: 0;
    z-index: 1;
}
section.sec-2 {
    padding: 4rem 0 0;
}
.trusted-wrapper {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4.983px 59.801px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 0px 30px 0px;
    margin-top: -120px;
    overflow: hidden;
}
.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.partners-wrapper {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 70px;
}
.port-card {
    margin-bottom: 22px;
}
.port-card a {
    width: 100%;
}
.port-card a img {
    width: 100%;
}
.portfolio-page-nav {
  background: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
}
.portfolio-page-nav .logo {
  max-width: 240px;
  margin: auto;
}
.portfolio-page-nav .back-btn {
  color: #000;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.portfolio-viewframe {
  width: 100vw;
  min-height: 100dvh;
}
.testi-wrapper .bottom {
    border-radius: 0px 0px 10px 10px;
    background: #0f6069;
    padding: 15px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.testi-wrapper {
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
}
.testi-wrapper .bottom h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
section.cta-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 92px 0;
}
.cta-image {
    position: absolute;
    top: 0;
    right: 17vw;
    width: 19.7vw;
}
.sec-heading h5 {
    font-size: 42px;
    font-weight: 700;
    line-height: 47px; /* 111.905% */
    padding: 15px 0 0;
}
.free-consultation-image {
    text-align: center;
    margin-top: 38px;
}
.theme-btn.bordered2 {
    border-radius: 68px !important;
    border: 1px solid #0f6069 !important;
    background: transparent !important;
    color: var(--primary) !important;
    padding: 13px 20px !important;
}
img.circle-vector1 {
    position: absolute;
    top: 0;
    left: 0;
}
img.circle-vector2 {
    position: absolute;
    top: 0;
    right: 0;
}
.process-box-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10vw;
    left: 0;
    width: 100%;
    height: 226px;
    background: #100F0F;
    box-shadow: 0px -29px 51.8px 0px rgba(0, 0, 0, 0.76);
    z-index: -1;
}
.service-card img {
    border-radius: 18px;
    width: 100%;
}
.cta-image img {
    width: 100%;
}
section.counter-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-number {
   opacity: 0.2;
   z-index: -1;
   color: #FAFAFA;
   font-family: Manrope;
   font-size: 140.25px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}
.process-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: -65px;
    background: #100F0F;
    /* box-shadow: 0px -29px 51.8px 0px rgba(0, 0, 0, 0.76); */
}
.process-card h4 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin: 1rem 0 0.5rem;
}
.process-card p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(40, 40, 40, 0.70);
}
section.sec-10 {
    padding: 80px 0 68px;
    z-index: 0;
    background: #100F0F;
}
.service-card {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    padding: 24px 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    flex-shrink: 0;
    height: 100%;
}
.service-card h3 {
    font-size: 26px;
    line-height: 118.6%; /* 30.836px */
}
.service-card p {
    color: #282828;
    font-size: 16px;
    line-height: 24px; /* 150% */
    opacity: 0.7;
}
.service-card .ser-image {
    margin: 0 auto;
}
section.free-consultation {
    padding: 100px 0 107px;
    background-size: cover;
    background-position: bottom;
}
section.sec-5 {
    background-size: cover;
    padding: 80px 0;
}
/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin: 0 0 30px;
}
.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 {
    margin-bottom: 0rem;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
ul#counter li {
    width: 240px;
    padding: 20px 30px;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.20);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1.5px);
}
ul#counter li .counter span.text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px; /* 122.222% */
    display: block;
}
/* -------------------------counter CSS------------------------  */

/* -------------------Accordian-------------------- */
section.sec-12 {
    padding: 100px 0 0;
}
.accordion-list {
    position: relative;
}
.accordion-list li {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    border-radius: 20px;
    border: 2px solid #D9D9D9;
    background: #FFF;
    backdrop-filter: blur(8.5px);
    padding: 18px;
    border-radius: 60px;
    border: 2px solid #D9D9D9;
    background: #FFF;
    backdrop-filter: blur(8.5px);
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #282828;
    font-size: 16px;
    line-height: 24px; /* 150% */
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    font-weight: 400;
    top: 0;
    height: 20px;
    width: 20px;
    background: var(--primary);
    border-radius: 50px;
    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";
}
.answer p {
    margin-top: 10px;
    color: #282828;
    font-size: 14px;
    line-height: normal;
    border-top: 1px solid #00000017;
    padding-top: 14px;
    opacity: 0.7;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.accordion-list li.active {
    border-radius: 20px;
}
/* Accordian */

.contact-detail li {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 35px 18px 18px;
    align-items: center;
    gap: 10px;
    margin-right: 12px;
    border-radius: 20px;
    border: 2px solid rgba(40, 40, 40, 0.30);
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(8.5px);
}
ul.contact-detail {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 0 30px;
}
.contact-card h3 {
    font-size: 19.931px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #282828;
}
.contact-card a {
    font-size: 13.287px;
    font-weight: 400;
    line-height: 19.931px; /* 150% */
    opacity: 0.67;
    color: #282828;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 10px;
     text-align: left;
}
.contact-detail li.last {
    margin-right: 0;
}
.sec-13 .sec-heading {
    margin-bottom: 0;
}

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 44px;
    line-height: 48px;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 1rem 0;
    opacity: 0.7;
}
.sec-heading .sub-heading {
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 118.6%; /* 18.976px */
}
/* 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 {
    background: var(--primary);
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--primary);
    transition: .5s ease;
    border-radius: 68px;
    display: flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--white);
    padding: 14px 20px;
    border-radius: 68px;
    border: 1px solid #FFF;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* 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 #000;
    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;
    background-image: url(../images/lp/counter-banner.webp);
  }
  .mmpopup .formpop {
    width: 100%;
    /* margin-top: 60px; */
  }
  .mmpopup .form-text {
    color: #fff;
    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: var(--primary);
    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(../../../../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(../../../../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: #fff;
    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: #fff;
    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 rgb(255 252 252 / 30%);
    font-size: 16px;
    width: 100%;
    color: #fff;
}
.fld-btn button.banner-btn {
    border: 2px solid var(--primary);
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 5px;
    background: var(--primary);
    box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.form-label {
    margin-bottom: .5rem;
    color: #fff;
    font-size: 16px;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    position: relative;
    background: #0A0A0A;
    padding: 70px 0 0;
}
.copyright {
    padding: 15px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.terms-ul-list {
    display: flex;
    gap: 1rem;
}
.copyright p,.copyright a {
    text-align: center;
    color: #FCFCFC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-sec p {
    padding: 20px 0 30px;
     /* 156.25% */
    max-width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    opacity: 0.7;
}
.footer-hdng h4 {
    margin-bottom: 6px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.f-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    opacity: 0.7;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.f-menu li a i {
    color: var(--white);
    margin-right: 10px;
}
.f-menu li {
    line-height: 1;
}
.copyright-sec {
    border-top: 1px solid #d9d9d97a;
    background: #0A0A0A;
}
.service-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
.service-menu li {
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}
ul.service-menu {
    display: inline-block;
    vertical-align: middle;
}
.borderbottom {
    border-bottom: 1px solid #d9d9d980;
    text-align: center;
}
ul.f-menu {
    display: inline-block;
    vertical-align: middle;
}
ul.f-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    padding: 0 10px;
}
ul.f-menu li.first {
    border-right: 1px solid #fff;
}
.padding1 {
    padding: 24px 0;
}
.rating-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    padding: 20px 15px;
    text-align: left;
    margin-left: 20px;
}
.rating-wrapper ul {
    display: inline-block;
    vertical-align: middle;
}
span.stars {
    display: block;
    padding: 10px 0;
}
.rating-wrapper {
    text-align: center;
    margin: 30px 0;
}
.rating-wrapper ul li p {
    color: #fff;
    opacity: 0.7;
}
.trustpilot-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 26px 0 0;
}
.trustpilot-wrap p {
    color: #fff;
    opacity: 0.7;
}
/* ----------------------------------footer---------------------- */

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

/* terms */
.banner-content.innerpage.terms span.sub-heading {
    justify-content: center;
}
.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;
}
.thankyou-page {
    padding: 200px 0 100px;
}
.terms-page {
    background: #000;
}
.innerpage.terms {
    padding: 100px 0 100px;
}
ul.list-ul {
    list-style: disc;
    margin-left: 22px;
}
.thankyou-page {
    padding: 100px 0;
}
.thankyou-sec {
    background: #000;
}
/* terms */

/* packages */
.pckg-sec{
    background: #fff;
}
.pkg-list  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}
.pkg-list .g-2 {
    grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
    text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
    justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280;
}
.pckg.d2{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pckg.d2 .upper {
    text-align: center;
}
.pckg.d2 .upper .price {
    justify-content: center;
}
.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px;
}
.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.pckg .btn-wrap a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    padding: 13px 0px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper, .pckg .bottom {
    padding: 30px 20px 26px;
}
.pckg .upper .title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    color: var(--primary);
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
    color: #282828;
    opacity: 0.8;
}
.pckg .upper .price {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 0.5rem 0;
    flex-direction: column;
}
.pckg .upper .price .amount {
    font-weight: 700;
    font-size: 44px;
    line-height: normal;
    color: #282828;
}
.pckg .upper .price .uspto {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 35.636px;
    background: var(--primary);
    padding: 2px 2px 2px 14px;
    justify-content: space-between;
    gap: 10px;
}
.pckg .upper {
    border-right: 1px solid #E5E7EB;
    padding: 30px 20px 26px;
    width: 270px;
}
.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;
   color: #171717;
   font-size: 16px;
   line-height: 24px; 
   letter-spacing: -0.32px;
   opacity: 0.8;
}
.pckg .bottom ul {
    overflow-y: auto;
    padding-right: 10px;
    height: 188px;
    overflow-y: scroll;
}
.bottom span {
   color: #171717;
   font-size: 18px;
   font-weight: 700;
   line-height: normal;
   padding-bottom: 12px;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .btn-wrap {
    flex-direction: column;
    margin: 0;
}
span.tag {
    background: #FBBF24;
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 32px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52%;
}
.pckg:hover {
    border: 1px solid var(--primary);
    box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
}
.pckg-wrapper {
    display: flex;
    border-bottom: 1px solid #E5E7EB;
}
.pckg-btn .btn-wrap {
    flex-direction: row;
}
.forcall-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.off-price {
    border-radius: 35.636px;
    background: #FFF;
    color: var(--primary);
    font-size: 16px;
    line-height: normal;
    padding: 9.345px 18.691px;
}
.pckg-btn {
    padding: 0 20px 20px;
}
.forcall-btn p {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    opacity: 0.8;
}
.forcall-btn a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.pckg .upper .price .amount b {
    color: var(--primary);
}
.pckg .bottom ul li svg {
    margin-right: 10px;
}
/*------add-css------*/
ul.overview-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
    border-bottom: 3px solid var(--primary);
}
ul.overview-nav a {
    padding: 15px 18px;
    font-weight: 400;
    font-size: 16px;
    border: 3px solid transparent;
    border-radius: 5px;
    color: #333333;
}
ul.overview-nav li.active a {
    background: transparent;
    color: var(--primary);
    border-radius: 10px 10px 0px 0px;
    border: 3px solid var(--primary);
    border-bottom: 3px solid #fff;
    font-weight: 700;
}
ul.overview-nav li {
    margin-bottom: -3px;
}

@media (max-width: 1440px) {
    .banner-img {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
    }
    h1.banner-heading {
        font-size: 60px;
        line-height: 66px;
    }
    .banner-content {
        padding: 90px 0 80px;
    }
    section.sec-3 {
        padding: 100px 0 85px;
        margin: 60px 0 0;
        background-position: bottom;
    }
    .portfolio-image {
        max-height: 350px;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .flex-column {
        flex-direction: row !important;
    }
    .custom-column {
        margin-top: 0;
    }
    .custom-wrapper {
        padding: 12px;
        margin-bottom: 14px;
        gap: 10px;
    }
    .sec-heading h4 {
        font-size: 32px;
        line-height: 118.6%;
    }
    .contact-detail li {
        margin: 5px;
    }
    .trusted-wrapper {
        padding: 30px 0;
        margin-top: 0;
    }
    ul.menu.btns {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    ul.menu.btns li {
        padding: 0;
    }
    ul.menu.btns li a {
        font-size: 14px;
        padding: 16px 20px !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        display: none;
    }
    .cta-image {
       top: 0;
        right: 4vw;
        width: 20.7vw;
    }
    .sec-heading h5 {
        font-size: 26px;
        line-height: 22px;
        padding: 12px 0 0;
    }
    section.cta-sec {
        padding: 32px 0;
        overflow: hidden;
    }
    section.free-consultation {
        padding: 45px 0 50px;
    }
    ul#counter {
        margin: 0 0 16px;
    }
    ul#counter li .counter>div {
        font-size: 30px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
        line-height: 26px;
    }
    .rating-wrapper ul li {
        margin: 6px;
    }
    section.sec-10 {
        padding: 46px 0 45px;
    }
    footer {
        padding: 35px 0 0;
    }
    section.sec-1 {
        padding: 2rem 0;
    }
    section.sec-5 {
        padding: 50px 0;
    }
    .mainBanner:before {
        background-position: bottom;
    }
    .cta-sec .sec-heading {
        margin-left: 134px;
    }
    .banner-content:before {
        display: none;
    }   
    .menu > li > a {
        font-size: 15px;
    }
    .menu > li {
        padding: 0 0 0 23px;
    }
    
}

@media (max-width: 1200px) {
    section.sec-1 {
        z-index: 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
        margin-top: 0;
    }
    .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: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        height: 100dvh;
        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: #fff;
        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;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .banner-img {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        z-index: 0;
    }
    h1.banner-heading {
        font-size: 60px;
        line-height: 66px;
    }
    .banner-content {
        padding: 60px 0 120px;
    }
    section.sec-3 {
        padding: 100px 0 85px;
        margin: 60px 0 0;
        background-position: bottom;
    }
    .portfolio-image {
        max-height: 350px;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .flex-column {
        flex-direction: row !important;
    }
    .custom-column {
        margin-top: 0;
    }
    .custom-wrapper {
        padding: 12px;
        margin-bottom: 14px;
        gap: 10px;
    }
    .sec-heading h4 {
        font-size: 32px;
        line-height: 118.6%;
    }
    .contact-detail li {
        margin: 5px;
    }
    .trusted-wrapper {
        padding: 30px 0;
        margin-top: 0;
    }
    ul.menu.btns {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    ul.menu.btns li {
        padding: 0;
    }
    ul.menu.btns li a {
        font-size: 14px;
        padding: 16px 20px !important;
    }
    
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        display: none;
    }
    .cta-image {
       top: 0;
        right: 4vw;
        width: 20.7vw;
    }
    .sec-heading h5 {
        font-size: 26px;
        line-height: 22px;
        padding: 12px 0 0;
    }
    section.cta-sec {
        padding: 32px 0;
    }
    section.free-consultation {
        padding: 45px 0 50px;
    }
    ul#counter {
        margin: 0 0 16px;
    }
    ul#counter li .counter>div {
        font-size: 30px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
        line-height: 26px;
    }
    .rating-wrapper ul li {
        margin: 6px;
    }
    section.sec-10 {
        padding: 46px 0 45px;
    }
    .main-header {
        padding-top: 0;
    }
    footer {
        padding: 35px 0 0;
    }
    section.sec-1 {
        padding: 2rem 0;
    }
    section.sec-5 {
        padding: 50px 0;
    }
    .mainBanner:before {
        background-position: bottom;
        z-index: 0;
    }
.cta-sec .sec-heading {
    margin-left: 134px;
}

}

@media (max-width : 1199px) {
  .banner-img {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 56px;
    }
    .banner-content {
        padding: 45px 0 40px;
    }
    section.sec-3 {
        padding: 100px 0 85px;
        margin: 60px 0 0;
        background-position: bottom;
    }
    .portfolio-image {
        max-height: 350px;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    section.sec-6 {
        padding: 50px 0;
    }
    .process-number {
        font-size: 95px;
    }
    .process-card {
        margin-top: -42px;
    }
    .process-card p {
        font-size: 14px;
        line-height: 1.4;
    }
    section.sec-12 {
        padding: 50px 0 0;
    }
    .contact-detail li {
        padding: 15px;
        margin: 5px;
    }
    ul.contact-detail {
        margin: 20px 0 20px;
    }
    .footer-sec p {
        padding: 10px 0;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
    }
    .footer-hdng h4 {
        margin-bottom: 8px;
    }
    .f-menu li a {
        font-size: 13px;
    }
    .pckg .upper {
        padding: 20px 10px 16px;
        width: 294px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .bottom {
        padding: 20px 14px 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 10px;
    }
    .pckg-btn {
        padding: 10px;
    }
    .service-image {
        padding-top: 0;
    }
    .trusted-wrapper {
        padding: 30px 0;
        margin-top: 0;
    }
    ul.menu.btns {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    ul.menu.btns li {
        padding: 0;
    }
    ul.menu.btns li a {
        font-size: 14px;
        padding: 16px 20px !important;
    }
   
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        display: none;
    }
    .cta-image {
       bottom: 0;
        right: 2vw;
        width: 21.7vw;
    }
    .sec-heading h5 {
        font-size: 26px;
        line-height: 22px;
        padding: 12px 0 0;
    }
    section.cta-sec {
        background-size: auto;
        padding: 32px 0;
    }
    section.free-consultation {
        padding: 45px 0 50px;
    }
    ul#counter {
        margin: 0 0 16px;
    }
    ul#counter li .counter>div {
        font-size: 30px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
        line-height: 26px;
    }
    .rating-wrapper ul li {
        margin: 6px;
    }
    section.sec-10 {
        padding: 46px 0 45px;
    }
    .main-header {
        padding-top: 0;
    }
    .mainBanner:before {
        display: none;
    }
    .banner-content:before {
        display: none;
    }
    footer {
        padding: 35px 0 0;
    }
    section.sec-1 {
        padding: 2rem 0;
    }
    section.sec-5 {
        padding: 50px 0;
    }
    .pckg-wrapper {
        flex-direction: column;
    }
    .pckg .upper {
        border-right: 0;
        padding: 25px 20px 0;
        width: auto;
    }
    .pckg .bottom {
        padding: 16px 20px 26px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 10px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .forcall-btn {
        flex-direction: column;
        gap: 4px;
    }
    .pckg-btn {
        padding: 10px;
    }
    .pckg .btn-wrap a {
        width: auto;
    }
    .pckg .upper p {
        font-size: 14px;
    }

}

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

@media (max-width : 992px) {
    .banner-img {
        position: relative;
        top: 0; 
        right: 0;
        text-align: center;
        width: auto;
        z-index: 0;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 56px;
    }
    .banner-content {
        padding: 50px 0 50px;
    }
    section.sec-3 {
        padding: 100px 0 85px;
        margin: 60px 0 0;
        background-position: bottom;
    }
    .portfolio-image {
        max-height: 350px;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .sec-heading {
        margin-bottom: 1rem;
        margin-left: 0 !important;
    }
    section.sec-6 {
        padding: 50px 0;
    }
    .process-number {
        font-size: 95px;
    }
    .process-card {
        margin-top: -42px;
    }
    .process-card p {
        font-size: 14px;
        line-height: 1.4;
    }
    .contact-detail li {
        padding: 15px;
        margin: 5px;
    }
    ul.contact-detail {
        margin: 20px 0 20px;
    }
    .footer-sec p {
        padding: 10px 0;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
    }
    .footer-hdng h4 {
        margin-bottom: 8px;
    }
    .f-menu li a {
        font-size: 13px;
    }
    .service-menu li a {
        font-size: 13px;
    }
    .features-section {
        padding: 32px 30px;
    }
    .banner-content.innerpage {
        padding: 70px 0 50px;
    }
    h1.banner-heading.innerpage {
        font-size: 38px;
    }
    .pckg .upper {
        padding: 20px 10px 16px;
        width: 294px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .bottom {
        padding: 20px 14px 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 10px;
    }
    .pckg-btn {
        padding: 10px;
    }
    ul.custom-list li {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
    }
    ul.services-list li {
        font-size: 13px;
        line-height: 24px;
        padding: 5px 10px;
        margin: 0 4px 7px 0;
    }
    .service-image {
        padding-top: 0;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .terms h4 {
        font-size: 20px;
        margin: 2rem 0 1rem;
    }
    section.terms-sec {
        padding: 1rem 0;
    }
    .error-text {
        font-size: 50px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .thankyou-text {
        font-size: 15px;
        line-height: 24px;
        margin-top: 8px;
    }
    .thankyou-page {
        padding: 60px 0 60px;
    }
    .trusted-wrapper {
        padding: 30px 0;
        margin-top: 0;
    }
    ul.menu.btns {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    ul.menu.btns li {
        padding: 0;
    }
    ul.menu.btns li a {
        font-size: 14px;
        padding: 16px 20px !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        display: none;
    }
    .cta-image {
        display: none;
       
    }
    .sec-heading h5 {
        font-size: 26px;
        line-height: 22px;
        padding: 12px 0 0;
    }
    section.cta-sec {
        background-size: auto;
        padding: 32px 0;
    }
    section.free-consultation {
        padding: 45px 0 50px;
    }
    ul#counter {
        margin: 0 0 16px;
    }
    ul#counter li .counter>div {
        font-size: 30px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
        line-height: 26px;
    }
    .rating-wrapper ul li {
        margin: 6px;
    }
    section.sec-10 {
        padding: 46px 0 45px;
    }
    .main-header {
        padding-top: 0;
    }
    .mainBanner:before {
        display: none;
    }
    .banner-content:before {
        display: none;
    }
    footer {
        padding: 35px 0 0;
    }
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .pckg-wrapper {
        flex-direction: column;
    }
    .pckg .upper {
        border-right: 0;
        padding: 25px 20px 0;
        width: auto;
    }
    .pckg .bottom {
        padding: 16px 20px 26px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 10px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .forcall-btn {
        flex-direction: column;
        gap: 4px;
    }
    .pckg-btn {
        padding: 10px;
    }
    .pckg .btn-wrap a {
        width: auto;
    }
    .pckg .upper p {
        font-size: 14px;
    }

}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .banner-img {
        display: none;
    }
    .banner-content {
        padding: 126px 0;
    }
    .cta-sec .sec-heading {
        text-align: center;
    }
    .sec-heading h5 {
        font-size: 36px;
        line-height: 22px;
        padding: 22px 0 0;
    }
    
}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 20px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 0;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .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: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    br{
        display: none;
    }
    .sec-heading h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .trusted-logos.slick-initialized.slick-slider {
        margin: 16px 0;
    }
    section.sec-3 {
        padding: 56px 0 85px;
        margin: 20px 0 0;
        background-position: top;
    }
    .process-number {
        font-size: 80px;
    }
    .process-card {
        margin-top: -38px;
    }
    .process-card {
        padding: 15px;
    }
    .process-card p {
        font-size: 14px;
    }
    .accordion-list li {
        padding: 14px;
        border-radius: 15px;
    }
    .accordion-list li h3 {
        line-height: 22px;
        max-width: 92%;
    }
    section.sec-13 {
        padding: 50px 0 10px;
    }
    ul.contact-detail {
        margin: 16px 0 10px;
    }
    .contact-detail li {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-sec p {
        padding: 10px 0;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
    }
    .footer-hdng h4 {
        margin-bottom: 8px;
    }
    .main-header {
        padding-top: 0;
    }
    .f-menu li {
        line-height: 1.5;
    }
    .service-menu li {
        line-height: 1.5;
    }
    footer {
        padding: 30px 0 0;
    }
    .copyright {
        padding: 8px;
    }
    .pckg-wrapper {
        flex-direction: column;
    }
    .pckg .upper {
        border-right: 0;
        padding: 25px 20px 0;
        width: auto;
    }
    .pckg .bottom {
        padding: 16px 20px 26px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 10px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .forcall-btn {
        flex-direction: column;
        gap: 4px;
    }
    .pckg-btn {
        padding: 10px;
    }
    .pckg .btn-wrap a {
        width: auto;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    ul.overview-nav li {
        margin-bottom: 0;
    }
     ul.overview-nav li.active a {
        border: 1px solid var(--primary);
        border-bottom: 1px solid var(--primary);
        font-weight: 400;
        background: var(--primary);
        color: #fff;
        border-radius: 5px;
    }
    ul.overview-nav a {
        padding: 12px 14px;
        font-size: 14px;
        border: 1px solid #00000066;
    }
    ul.overview-nav {
        border-bottom: 0;
    }
    ul.overview-nav {
        gap: 10px;
        margin: 24px 0;
    }
    .sec-heading h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .contact-wrapper {
        flex-direction: column;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .terms h4 {
        font-size: 20px;
        margin: 2rem 0 1rem;
    }
    section.terms-sec {
        padding: 1rem 0;
    }
    .error-text {
        font-size: 50px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .thankyou-text {
        font-size: 15px;
        line-height: 24px;
        margin-top: 8px;
    }
    .thankyou-page {
        padding: 60px 0 60px;
    }
    .mainBanner:before, .banner-content:before{
        display: none;
    }
    .trusted-wrapper {
        padding: 30px 0;
        margin-top: 0;
    }
    ul.menu.btns {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    ul.menu.btns li {
        padding: 0;
    }
    ul.menu.btns li a {
        font-size: 12px;
        padding: 12px 20px !important;
    }
    
    .partners {
        flex-direction: column;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
         display: none;
    }
    .cta-image {
        display: none;
    }
    .sec-heading h5 {
        font-size: 26px;
        line-height: 22px;
        padding: 12px 0 0;
    }
    section.cta-sec {
        background-size: auto;
        padding: 32px 0;
    }
    section.free-consultation {
        padding: 45px 0 50px;
    }
    ul#counter {
        flex-direction: column;
        margin: 0 0 16px;
    }
    ul#counter li .counter>div {
        font-size: 30px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
        line-height: 26px;
    }
    .trustpilot-wrap {
        flex-direction: column;
        gap: 8px;
    }
    .rating-wrapper ul li {
        margin: 0px;
        padding: 10px 5px;
        height: 100% !important;
    }
    section.sec-10 {
        padding: 46px 0 45px;
    }
    ul#counter li {
        width: 100%;
    }
    .mmpopup .centercont h3 span {
        font-size: 22px;
        line-height: 1.3;
    }
    .mmpopup .formpop {
        margin-top: 24px;
    }
    .mmpopup .popup-content {
        padding: 38px 18px 20px;
    }
    .mmpopup .form-text {
        font-size: 14px;
        margin-top: 20px;
    }
    section.sec-2 {
        padding: 2rem 0 0;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .service-card h3 {
        font-size: 19px;
    }
    ul.list-ul li {
        font-size: 14px;
        line-height: 18px;
    }
    h1.banner-heading.innerpage {
        font-size: 30px;
    }
    .innerpage.terms {
        padding: 30px 0 30px;
    }


}

.testi-wrapper img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}




a.detail-btn {
    color: #000;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
}




.pckg-wrapper.ext {
    display: block;
    border: none;
}

.pckg-wrapper.ext .bottom ul {
    height: 280px;
}

.upper.ext {
    width: 100%;
    border: none;
    text-align: center;
    padding: 30px 20px 0px;
}

.pckg .upper .price.ext {
    display: flex;
    align-items: center;
}

.pckg.ext {
    justify-content: center;
}