/*Main Css */
:root {
    --primary: #8DB91C;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "DM Sans" , sans-serif;
    --font-accent: "DM Sans" , sans-serif;
    --font-body: "DM Sans" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #0dcaf0ba;
    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: #8DB91C;
}

section.cta-sec a.logo img {
    height: 60px;
}


/* Tabbing CSS */

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

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

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


body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #323232;
}
body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 600;
    font-family: var(--font-heading);
    color: #030303;
}


.main-header a.logo img {
    height: 50px;
}

*: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;
    margin-left: -24vw;
}
.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: 4px;
    width: 18px;
    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: 40px;
}

/*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;
}
header.sticky{
    /* background: white; */
    /* box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%); */
    /* top: 0; */
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: start;
}
.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;
    border-radius: 15px;
    border: 1px solid rgba(252, 252, 252, 0.15);
    background: rgba(252, 252, 252, 0.10);
    backdrop-filter: blur(5.5px);
    padding: 15px 20px;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
}
.menu > li > a {
    display: block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
.header-btn {
    font-weight: 600 !important;
    padding: 8px 8px 8px 31px;
    color: var(--primary) !important;
    border: 1px solid var(--white);
    transition: .5s ease;
    border-radius: 6px;
    background: #FFF;
    display: flex !important;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-size: 18px;
}
.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-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* margin: 1rem; */
    /* border-radius: 50px; */
}
.banner-content {
    padding: 111px 0 150px;
}
h1.banner-heading {
    margin-bottom: 16px;
    font-size: 80px;
    font-weight: 600;
    line-height: 109.432%; /* 87.546px */
    text-transform: capitalize;
}
ba {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
p.banner-text {
    margin-bottom: 2rem;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    opacity: 0.8;
}
ul.menu.btns {
    border-radius: 0;
    border: 0;
    background: none;
    backdrop-filter: none;
    padding: 0;
}
.main-header {
    padding-top: 40.24px;
}
.btn-wrap .theme-btn i.far.fa-angle-right {
    border-radius: 4px;
    background: #fff;
    height: 50px;
    width: 50px;
    color: #8DB91C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn i.far.fa-angle-right {
    border-radius: 4px;
    background: #8DB91C;
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-wraper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5rem;
}
.shadow-wrap {
    border-radius: 15px;
    border: 1px solid rgba(252, 252, 252, 0.15);
    background: rgba(252, 252, 252, 0.10);
    backdrop-filter: blur(5.5px);
    padding: 20px 40px;
    width: fit-content;
    margin-left: -12.3vw;
}



span.sub-heading.text-white:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 17.884px;
    height: 2px;
    top: 14px;
    left: -2vw;
}
span.sub-heading.text-white {
    /* position: relative; */
    /* margin-left: 3vw; */
}
span.sub-heading {
    position: relative;
    margin-left: 2vw;
}
span.sub-heading:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--primary);
    width: 17.884px;
    height: 2px;
    top: 10px;
    left: -31px;
}











/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    gap: 14.94px;
    padding: 20px;
    justify-content: space-between;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    color: #FCFCFC;
    font-size: 58px;
    font-weight: 600;
    /* line-height: normal; */
}
ul#counter li .counter>div {
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    margin-bottom: 0rem;
    flex-shrink: 0;
    font-family: 'Playfair Display';
}
ul#counter li {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 0rem;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(252, 252, 252, 0.15);
    background: rgba(252, 252, 252, 0.02);
    backdrop-filter: blur(7.9px);
    width: 211.37px;
    height: 110.943px;
}
ul#counter li .counter span.text {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'DM Sans';
}
.goto {
    width: 705.495px;
    height: 391.842px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.bg-blue {
    background: var(--primary) !important;
    color: #fff !important;
    text-align: center;
    justify-content: center;
}
.bg-blue i.far.fa-angle-right {
    background: #fff !important;
    color: #8DB91C !important;
    /* margin: 0px 0 0 auto; */
}
.counter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
/* -------------------------counter CSS------------------------  */

.testi-card {
    border-radius: 20px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 1rem;
    position: relative;
}
.testi-card h3 {
    color: #030303;
    font-size: 23px;
    line-height: 25px;
}
.testi-card p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    opacity: 0.8;
}
.client-image-sec {
    flex-shrink: 0;
    position: relative;
}
.client-detail {
    position: absolute;
    bottom: 1vw;
    left: 2vw;
}
.client-detail span.name {
    color: #FCFCFC;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.client-detail span.des {
    color: #FCFCFC;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    opacity: 0.8;
}
a.arrow-btn {
    display: flex;
    width: 51px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 36px;
    background: #8DB91C;
    color: #fff;
    position: absolute;
    bottom: 0;
}
a.arrow-btn.left.slick-arrow {
    left: 0;
}
a.arrow-btn.right.slick-arrow {
    right: 24vw;
}


section.sec-2 {
    border-radius: 40px;
    background: #F3F3F3;
    margin: 1rem;
}
.slider2-wrapper {
    position: relative;
}
.slider2-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 35px;
}
.slider2-detail h4 {
    color: #FCFCFC;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
}
.slider2-detail p {
    color: #FCFCFC;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    opacity: 0.8;
}
.slider2 .slick-list.draggable {
    padding-right: 16%;
}
.padding1 {
    padding-left: 12%;
}
.slider2 .slick-slide {
    margin: 0 6px;
}
a.arrow-btn.left.two.slick-arrow {
    left: 6vw;
}
a.arrow-btn.right.two.slick-arrow {
    right: 30vw;
}
.slider2-wrapper img {
    height: 448px;
}
.slider2-detail img {
    height: auto;
    width: auto;
}
.slider2 .slick-slide.slick-current.slick-active.slider2-wrapper img {
    width: 500px !important;
}













ul.accordion-list.acc-list2 li {
    border-radius: 20px !important;
    border: 1px solid #D9D9D9 !important;
    background: #F3F3F3 !important;
    box-shadow: 0 2px 17.4px 0 rgba(0, 0, 0, 0.09) !important;
}
ul.accordion-list.acc-list2 li h5 {
    color: #030303;
    font-size: 22px;
    font-weight: 600;
    line-height: 109.432%; /* 24.075px */
    text-transform: capitalize;
    margin-top: 17px;
    text-align: left;
    border-top: 1px solid #635f5f47;
    padding-top: 17px;
}
ul.accordion-list.acc-list2 li h3 {
    color: #030303 !important;
    font-size: 26px !important;
}
ul.accordion-list.acc-list2 li span {
    display: block;
}
ul.accordion-list.acc-list2 .answer {
    border-top: 0;
}
.wrapper2 span {
    color: #8DB91C;
    font-family: "DM Sans";
    font-size: 71.06px;
    font-weight: 900;
    line-height: 109.432%;
    text-transform: capitalize;
}
.wrapper2 p {
    color: #323232;
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    opacity: 0.8;
}
.wrapper2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
}
.client-review {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}
.pckg .bottom ul li svg {
    flex-shrink: 0;
}
section.cta-sec {
    background-repeat: no-repeat;
    background-position: center;
}

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 21px 24px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    border-radius: 18px;
    border: 1.2px solid #D9D9D9;
    background: #FFF;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: var(--Color, #1A1A1A);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px; /* 160% */
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    height: 24px;
    width: 24px;
    background: #B8B8B8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    background: var(--primary);
    color: #fff;
}
.answer p {
    margin-top: 20px;
    color: #323232;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    opacity: 0.8 !important;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.answer {
    border-top: 1px solid #635f5f47;
    margin-top: 20px;
}
ul.accordion-list li.active h3 {
    opacity: 1;
}
ul.accordion-list li.active .answer p {
    opacity: 1;
}
section.faqs-sec {
    border-radius: 40px;
    background: #F3F3F3;
    margin: 1rem;
}
/* Accordian */

.contact-wrapper {
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 19.57px 19.57px 9px;
}
.con-details {
    display: flex;
    align-items: center;
    gap: 18.66px;
    margin-bottom: 8.97px;
}
.con-details h3 {
    color: #030303;
    font-size: 18px;
    font-weight: 600;
    line-height: 127.4%; /* 22.932px */
    
}
.con-details h3 a {
    color: #323232;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

/* packages */
section.pckg-sec {
    padding: 100px 0;
}
.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
    height: 100%;
    padding: 25px 20px;
    border-radius: 30px;
    background-image: url(../images/white-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pckg:hover{
     background-image: url(../images/hover-bg.webp);
}

.pckg .btn-wrap a{
    color: #FFF;
    font-size: 16.562px;
    font-weight: 400;
    line-height: normal;
}
.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: 1rem;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 15px;
    color: #030303;
    font-family: "DM Sans";
    font-size: 26.87px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    color: #1A1A1A;
    font-size: 22.046px;
    font-weight: 700;
    line-height: 28.392px;
    letter-spacing: -0.441px;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0.5rem;
}
.pckg .upper .price .amount {
    color: var(--primary);
    font-size: 59.052px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pckg .upper .price .uspto {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pckg .upper {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 16px;
}
.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;
   align-items: center;
   gap: 11.83px;
   color: #323232;
   font-family: "DM Sans";
   font-size: 14.825px;
   font-style: normal;
   font-weight: 400;
   line-height: 25.017px; /* 168.75% */
   letter-spacing: -0.297px;
}
.pckg .bottom ul {
    margin: 1rem 0 1rem;
    overflow-y: auto;
    padding-right: 10px;
    height: 200px;
    overflow-y: scroll;
}
.bottom span {
   color: #323232;
   font-family: "DM Sans";
   font-size: 16.678px;
   font-style: normal;
   font-weight: 400;
   line-height: 26.307px; /* 157.734% */
   letter-spacing: -0.334px;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 12px;
}
.pckg .btn-wrap {
    flex-direction: column;
    margin: 0;
}
.pckg-wrapper {
    border-radius: 49px;
    border: 1px solid #D9D9D9;
    background: #F8F8F8;
    padding: 21.83px;
    margin-top: 50px;
}
.overview-nav li {
    width: 100%;
}
.pckg .btn-wrap p {
    color: var(--Text, #8D8D8D);
    font-family: Actor;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
span.percent-price {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 6px;
    right: 43px;
    line-height: 1.3;
    text-align: center;
}
.pckg .bottom {
    padding: 0 16px;
}
.pckg:hover span.percent-price {
    color: #fff;
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    color: #030303;
    font-size: 50px;
    font-weight: 600;
    line-height: 109.432%; /* 54.716px */
    text-transform: capitalize;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    margin: 1rem 0;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    opacity: 0.8;
}
.sec-heading .sub-heading {
    color: var(--primary);
    margin-bottom: 1rem;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
/* Sec Headings */

/* sections */
section {
    padding: 100px 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 

/* Theme Buttons */
a.theme-btn.bg-white {
    background: #fff;
    color: var(--primary) !important;
    text-align: center;
    justify-content: center;
}
.btn-wrap .theme-btn.bg-white i.far.fa-angle-right {
    border-radius: 4px;
    background: #8DB91C;
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.btn-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 109.432%;
    text-transform: capitalize;
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.theme-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 8px 8px 31px;
    /* min-width: 330px; */
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #ffffff70;

    /* Gradient */
    background: linear-gradient(
        90deg,
        #4f6f1a,
        #7fae1b,
        #4f6f1a
    );
    background-size: 200% 200%;

    /* Animation */
    animation: gradientMove 3s ease infinite;
}

/* Gradient Animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.theme-btn .btn-text {
    z-index: 2;
}

/* Right white arrow box */
.theme-btn .btn-icon {
    background: #fff;
    width: 51px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.theme-btn .btn-icon i {
    color: #7fae1b;
    font-size: 22px;
    transition: 0.3s ease;
}



.theme-btn:hover {
    color: #fff;
}
 
/* Theme Buttons */

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    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 */
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
/* footer */

/* 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: 530px;
    /* 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;
    background-image: none;
    background-color: var(--primary);
  }
  .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 {
    border: 1px solid var(--primary);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 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;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    background: #222222;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
    font-size: 96px;
    line-height: 68px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
    color: #fff;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
    color: #fff;
}
.banner-content.thankyou-page {
    padding: 16rem 0;
}
/* 404 */

/* terms */
h1.banner-heading.text-white.terms-page {
    margin-top: 7rem;
    margin-bottom: 8rem;
}
.mainBanner.innerpage {
    background: #000;
}
.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: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
/* terms */


@media (max-width: 1440px) {
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 96px 0 90px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 0rem;
    }
    .btn-wrap {
        flex-direction: row;
        margin-bottom: 0;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
        margin: 6px 0;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .mainBanner {
        margin: 0;
        border-radius: 0;
    }
    .main-header {
        padding-top: 0;
    }
    .mmpopup .centercont h3 span {
        font-size: 32px;
        line-height: 38px;
    }
    .mmpopup .popup-content {
        padding: 26px 23px;
    }
    .review-wraper {
        margin-top: 2rem;
    }
    .shadow-wrap {
        padding: 10px;
        margin-left: 0;
    }
    .review-wraper p {
        font-size: 12px;
        line-height: 16px;
    }
    section {
        padding: 45px 0;
        position: relative;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .counter-wrapper .counter span.count {
        font-size: 28px;
    }
    ul#counter li {
        padding: 1rem;
        height: auto;
        width: auto;
    }
    ul#counter {
        gap: 6px;
        padding: 10px;
    }
    .goto {
        width: auto;
        height: 391.842px;
        background-repeat: no-repeat;
        background-position: center;
    }
    ul#counter li .counter span.text {
        font-size: 10px;
    }
    .testi-card h3 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .client-detail span.name {
        font-size: 18px;
    }
    .client-detail span.des {
        font-size: 16px;
    }
    .slick-dots {
        padding: 32px 0 0;
        margin-left: 0vw;
    }
    a.arrow-btn.left.slick-arrow {
        left: 12vw;
    }
    a.arrow-btn.right.slick-arrow {
        right: 14vw;
    }
    section.sec-2 {
        border-radius: 0;
        margin: 0;
    }
    .padding1 {
        padding-left: 4%;
    }
    .slider2 .slick-list.draggable {
        padding-right: 0;
    }
    .slider2-detail {
        padding: 10px 10px;
    }
    .slider2-detail h4 {
        font-size: 16px;
    }
    .slider2-detail p {
        font-size: 14px;
        line-height: 18px;
    }
    .slider2-wrapper {
        margin-top: 2rem;
    }
    a.arrow-btn.right.two.slick-arrow {
        right: 12vw;
    }
    .client-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .wrapper2 {
        gap: 4rem;
    }
    .wrapper2 span {
        font-size: 30.06px;
    }
    .wrapper2 p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.accordion-list.acc-list2 {
        margin-top: 2rem;
    }
    ul.accordion-list.acc-list2 li h3 {
        font-size: 20px !important;
    }
    ul.accordion-list.acc-list2 li h5 {
        font-size: 18px;
        margin-top: 10px;
        padding-top: 16px;
    }
    .answer p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 18px;
    }
    section.pckg-sec {
        padding: 50px 0;
    }
    .bottom span {
        font-size: 12.678px;
        line-height: 17.307px;
    }
    .pckg .bottom ul li {
        font-size: 12.825px;
        line-height: 18.017px;
    }
    .pckg .upper .price .amount {
        font-size: 46.052px;
    }
    .pckg .upper p {
        font-size: 15.046px;
        line-height: 10.392px;
    }
    .pckg {
        padding: 20px 8px;
    }
    .pckg .upper .title {
        padding: 0 0 8px;
        font-size: 20.87px;
    }
    .pckg .bottom ul {
        height: 140px;
    }
    .pckg .btn-wrap a {
        font-size: 14.562px;
        padding: 5px 5px 5px 10px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 7px;
    }
    span.percent-price {
        font-size: 13px;
        top: 6px;
        right: 14px;
    }
    section.faqs-sec {
        border-radius: 0;
        margin: 0;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 90%;
    }
    .accordion-list li {
        padding: 21px 15px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .contact-wrapper {
        margin-bottom: 2rem;
    }
    h1.banner-heading.text-white.terms-page {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 24px;
    }
    .terms h4 {
        font-size: 20px;
    }
    .review-wraper {
        gap: 1rem;
    }
    .btn-wrap .theme-btn {
        line-height: 16px;
    }
    .pckg {
        background-size: cover;
        border: 1px solid #9c989838;
    }
    .client-image-sec {
        max-width: 47%;
    }
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    ul.menu.btns li {
        border-bottom: 0;
    }
    .menu {
        font-size: 0px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 0;
        border: 0;
        background: none;
        backdrop-filter: none;
        padding: 0;
    }
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 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: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: var(--primary);
        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: #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#counter li {
        padding: 1rem;
        height: auto;
        width: auto;
    }



}

@media (max-width : 1199px) {

    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 96px 0 90px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 0rem;
    }
    .btn-wrap {
        flex-direction: row;
        margin-bottom: 0;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
        margin: 6px 0;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .mainBanner {
        margin: 0;
        border-radius: 0;
    }
    .main-header {
        padding-top: 0;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 34px;
    }
    .mmpopup .popup-content {
        padding: 26px 23px;
    }
    .review-wraper {
        margin-top: 2rem;
    }
    .shadow-wrap {
        padding: 10px;
        margin-left: 0;
    }
    .review-wraper p {
        font-size: 12px;
        line-height: 16px;
    }
    section {
        padding: 45px 0;
        position: relative;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .counter-wrapper .counter span.count {
        font-size: 28px;
    }
    ul#counter li {
        padding: 1rem;
    }
    ul#counter {
        gap: 6px;
        padding: 10px;
    }
    .goto {
        width: auto;
        height: 391.842px;
        background-repeat: no-repeat;
        background-position: center;
    }
    ul#counter li .counter span.text {
        font-size: 10px;
    }
    .testi-card {
        align-items: flex-start;
    }
    .testi-card h3 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .client-detail span.name {
        font-size: 18px;
    }
    .client-detail span.des {
        font-size: 16px;
    }
    .slick-dots {
        padding: 32px 0 0;
        margin-left: 0vw;
    }
    a.arrow-btn.left.slick-arrow {
        left: 12vw;
    }
    a.arrow-btn.right.slick-arrow {
        right: 14vw;
    }
    section.sec-2 {
        border-radius: 0;
        margin: 0;
    }
    .padding1 {
        padding-left: 4%;
    }
    .slider2 .slick-list.draggable {
        padding-right: 0;
    }
    .slider2-detail {
        padding: 10px 10px;
    }
    .slider2-detail h4 {
        font-size: 16px;
    }
    .slider2-detail p {
        font-size: 14px;
        line-height: 18px;
    }
    .slider2-wrapper {
        margin-top: 2rem;
    }
    a.arrow-btn.right.two.slick-arrow {
        right: 12vw;
    }
    .client-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .wrapper2 {
        gap: 4rem;
    }
    .wrapper2 span {
        font-size: 30.06px;
    }
    .wrapper2 p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.accordion-list.acc-list2 {
        margin-top: 2rem;
    }
    ul.accordion-list.acc-list2 li h3 {
        font-size: 20px !important;
    }
    ul.accordion-list.acc-list2 li h5 {
        font-size: 18px;
        margin-top: 10px;
        padding-top: 16px;
    }
    .answer p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 18px;
    }
    section.pckg-sec {
        padding: 50px 0;
    }
    .bottom span {
        font-size: 12.678px;
        line-height: 17.307px;
    }
    .pckg .bottom ul li {
        font-size: 12.825px;
        line-height: 18.017px;
    }
    .pckg .upper .price .amount {
        font-size: 46.052px;
    }
    .pckg .upper p {
        font-size: 15.046px;
        line-height: 10.392px;
    }
    .pckg {
        padding: 20px 8px;
        border: 1px solid #9c989838;
    }
    .pckg .upper .title {
        padding: 0 0 8px;
        font-size: 20.87px;
    }
    .pckg .bottom ul {
        height: 140px;
    }
    .pckg .btn-wrap a {
        font-size: 14.562px;
        padding: 5px 5px 5px 10px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 7px;
    }
    span.percent-price {
        font-size: 13px;
        top: 6px;
        right: 14px;
    }
    section.faqs-sec {
        border-radius: 0;
        margin: 0;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 90%;
    }
    .accordion-list li {
        padding: 21px 15px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .contact-wrapper {
        margin-bottom: 2rem;
    }
    h1.banner-heading.text-white.terms-page {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 24px;
    }
    .terms h4 {
        font-size: 20px;
    }
    .review-wraper {
        gap: 1rem;
    }
    .btn-wrap .theme-btn {
        line-height: 16px;
    }
    .pckg {
        background-size: cover;
        border: 1px solid #9c989838;
    }
    .client-image-sec {
        max-width: 47%;
    }
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    
}

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

@media (max-width : 992px) {
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 50px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 0rem;
    }
    .btn-wrap {
        flex-direction: row;
        margin-bottom: 0;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
        margin: 6px 0;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    .mainBanner {
        margin: 0;
        border-radius: 0;
    }
    .main-header {
        padding-top: 0;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 34px;
    }
    .mmpopup .popup-content {
        padding: 26px 23px;
    }
    .review-wraper {
        margin-top: 2rem;
    }
    .shadow-wrap {
        padding: 10px;
        margin-left: 0;
    }
    br {
        display: none;
    }
    .review-wraper p {
        font-size: 12px;
        line-height: 16px;
    }
    section {
        padding: 45px 0;
        position: relative;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .counter-wrapper .counter span.count {
        font-size: 28px;
    }
    ul#counter li {
        padding: 1rem;
    }
    ul#counter {
        gap: 6px;
        padding: 10px;
    }
    .goto {
        width: auto;
        height: 391.842px;
        background-repeat: no-repeat;
        background-position: center;
    }
    ul#counter li .counter span.text {
        font-size: 10px;
    }
    .testi-card {
        flex-direction: column;
       align-items: flex-start;
    }
    .testi-card h3 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .client-detail span.name {
        font-size: 18px;
    }
    .client-detail span.des {
        font-size: 16px;
    }
    .slick-dots {
        padding: 32px 0 0;
        margin-left: 0vw;
    }
    a.arrow-btn.left.slick-arrow {
        left: 12vw;
    }
    a.arrow-btn.right.slick-arrow {
        right: 14vw;
    }
    section.sec-2 {
        border-radius: 0;
        margin: 0;
    }
    .padding1 {
        padding-left: 4%;
    }
    .slider2 .slick-list.draggable {
        padding-right: 0;
    }
    .slider2-detail {
        padding: 10px 10px;
    }
    .slider2-detail h4 {
        font-size: 16px;
    }
    .slider2-detail p {
        font-size: 14px;
        line-height: 18px;
    }
    .slider2-wrapper {
        margin-top: 2rem;
    }
    a.arrow-btn.right.two.slick-arrow {
        right: 12vw;
    }
    .client-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .wrapper2 {
        gap: 0rem;
    }
    .wrapper2 span {
        font-size: 30.06px;
    }
    .wrapper2 p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.accordion-list.acc-list2 {
        margin-top: 2rem;
    }
    ul.accordion-list.acc-list2 li h3 {
        font-size: 20px !important;
    }
    ul.accordion-list.acc-list2 li h5 {
        font-size: 18px;
        margin-top: 10px;
        padding-top: 16px;
    }
    .answer p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 18px;
    }
    section.pckg-sec {
        padding: 50px 0;
    }
    .bottom span {
        font-size: 12.678px;
        line-height: 17.307px;
    }
    .pckg .bottom ul li {
        font-size: 12.825px;
        line-height: 18.017px;
    }
    .pckg .upper .price .amount {
        font-size: 46.052px;
    }
    .pckg .upper p {
        font-size: 15.046px;
        line-height: 10.392px;
    }
    .pckg {
        padding: 20px 8px;
    }
    .pckg .upper .title {
        padding: 0 0 8px;
        font-size: 20.87px;
    }
    .pckg .bottom ul {
        height: 140px;
    }
    .pckg .btn-wrap a {
        font-size: 14.562px;
        padding: 5px 5px 5px 10px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 7px;
    }
    span.percent-price {
        font-size: 13px;
        top: 6px;
        right: 14px;
    }
    section.faqs-sec {
        border-radius: 0;
        margin: 0;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 90%;
    }
    .accordion-list li {
        padding: 21px 15px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .contact-wrapper {
        margin-bottom: 2rem;
    }
    h1.banner-heading.text-white.terms-page {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 24px;
    }
    .terms h4 {
        font-size: 20px;
    }
    .review-wraper {
        gap: 1rem;
    }
    .btn-wrap .theme-btn {
        line-height: 16px;
    }
    .pckg {
        background-size: cover;
        border: 1px solid #9c989838;
    }
    .client-image-sec {
        max-width: 47%;
    }
   
   
}

@media only screen and (min-width : 768px) and (max-width : 991px) {

    
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 50px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 18px;
        line-height: 29px;
    }
    .btn-wrap {
        flex-direction: row;
        margin-bottom: 0;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
        margin: 6px 0;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    .mainBanner {
        margin: 0;
        border-radius: 0;
    }
    .main-header {
        padding-top: 0;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 34px;
    }
    .mmpopup .popup-content {
        padding: 26px 23px;
    }
    .review-wraper {
        margin-top: 2rem;
    }
    .shadow-wrap {
        padding: 10px;
        margin-left: 0;
    }
    br {
        display: none;
    }
    .review-wraper p {
        font-size: 16px;
        line-height: 24px;
    }
    section {
        padding: 45px 0;
        position: relative;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .counter-wrapper .counter span.count {
        font-size: 28px;
    }
    ul#counter li {
        padding: 1rem;
    }
    ul#counter {
        gap: 6px;
        padding: 10px;
    }
    .goto {
        width: auto;
        height: 391.842px;
        background-repeat: no-repeat;
        background-position: center;
    }
    ul#counter li .counter span.text {
        font-size: 10px;
    }
    .testi-card {
        margin-top: 2rem;
        flex-direction: row;
        align-items: center;
    }
    .testi-card h3 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 24px;
    }
    .client-detail span.name {
        font-size: 18px;
    }
    .client-detail span.des {
        font-size: 16px;
    }
    .slick-dots {
        padding: 32px 0 0;
        margin-left: 0vw;
    }
    a.arrow-btn.left.slick-arrow {
        left: 12vw;
    }
    a.arrow-btn.right.slick-arrow {
        right: 14vw;
    }
    section.sec-2 {
        border-radius: 0;
        margin: 0;
    }
    .padding1 {
        padding-left: 4%;
    }
    .slider2 .slick-list.draggable {
        padding-right: 0;
    }
    .slider2-detail {
        padding: 10px 10px;
    }
    .slider2-detail h4 {
        font-size: 16px;
    }
    .slider2-detail p {
        font-size: 14px;
        line-height: 18px;
    }
    .slider2-wrapper {
        margin-top: 2rem;
    }
    a.arrow-btn.right.two.slick-arrow {
        right: 12vw;
    }
    .client-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .wrapper2 {
        gap: 0rem;
    }
    .wrapper2 span {
        font-size: 30.06px;
    }
    .wrapper2 p {
        font-size: 16px;
        line-height: 22px;
    }
    ul.accordion-list.acc-list2 {
        margin-top: 2rem;
    }
    ul.accordion-list.acc-list2 li h3 {
        font-size: 20px !important;
    }
    ul.accordion-list.acc-list2 li h5 {
        font-size: 18px;
        margin-top: 10px;
        padding-top: 16px;
    }
    .answer p {
        margin-top: 7px;
        font-size: 16px;
        line-height: 22px;
    }
    section.pckg-sec {
        padding: 50px 0;
    }
    .bottom span {
        font-size: 12.678px;
        line-height: 17.307px;
    }
    .pckg .bottom ul li {
        font-size: 12.825px;
        line-height: 18.017px;
    }
    .pckg .upper .price .amount {
        font-size: 46.052px;
    }
    .pckg .upper p {
        font-size: 15.046px;
        line-height: 10.392px;
    }
    .pckg {
        padding: 20px 8px;
        border: 1px solid #9c989838;
    }
    .pckg .upper .title {
        padding: 0 0 8px;
        font-size: 20.87px;
    }
    .pckg .bottom ul {
        height: 140px;
    }
    .pckg .btn-wrap a {
        font-size: 14.562px;
        padding: 5px 5px 5px 10px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 7px;
    }
    span.percent-price {
        font-size: 13px;
        top: 6px;
        right: 14px;
    }
    section.faqs-sec {
        border-radius: 0;
        margin: 0;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 90%;
    }
    .accordion-list li {
        padding: 21px 15px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .contact-wrapper {
        margin-bottom: 2rem;
    }
    h1.banner-heading.text-white.terms-page {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 22px;
    }
    .terms h4 {
        font-size: 20px;
    }
    .faq-image {
        display: none;
    }
    .sec3-image {
        display: none;
    }
    .contact-image {
        display: none;
    }


}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    
        .btn-wrap .theme-btn {
    gap: 10px;
    padding: 5px 5px !important;
    line-height: 1.2;
    font-size: 14px;
    justify-content: center;
    height: 61px;
}

a.header-btn {
    padding: 5px 5px !important;
    line-height: 1.2;
    font-size: 14px;
}

.btn-wrap {
    margin-top: 1rem;
}
    
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 20px 0 20px;
        text-align: center;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
        text-align: center;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0.6rem;
        text-align: center;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0rem;
    }
    .btn-wrap {
        flex-direction: row;
        margin-bottom: 0;
    }
    .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: 20px;
        margin: 6px 0;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    .mainBanner {
        margin: 0;
        border-radius: 0;
        background-position: left;
    }
    .main-header {
        padding-top: 0;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 34px;
    }
    .mmpopup .popup-content {
        padding: 26px 23px;
    }
    .review-wraper {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .shadow-wrap {
        padding: 6px;
        margin-left: 0;
    }
    br {
        display: none;
    }
    .review-wraper p {
        font-size: 14px;
        line-height: 18px;
    }
    section {
        padding: 45px 0;
        position: relative;
    }
    ul#counter li .counter>div {
        font-size: 28px;
    }
    .counter-wrapper .counter span.count {
        font-size: 28px;
    }
    ul#counter li {
        padding: 1rem;
        width: auto;
        height: auto;
    }
    ul#counter {
        gap: 6px;
        padding: 10px;
    }
    .goto {
        width: auto;
        height: 391.842px;
    }
    ul#counter li .counter span.text {
        font-size: 10px;
    }
    .testi-card {
        flex-direction: column;
        margin-top: 2rem;
    }
    .testi-card h3 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 20px;
    }
    .client-detail span.name {
        font-size: 18px;
    }
    .client-detail span.des {
        font-size: 14px;
    }
    .slick-dots {
        padding: 32px 0 0;
        margin-left: 0vw;
    }
    a.arrow-btn.left.slick-arrow {
        left: 12vw;
    }
    a.arrow-btn.right.slick-arrow {
        right: 14vw;
    }
    section.sec-2 {
        border-radius: 0;
        margin: 0;
    }
    .padding1 {
        padding-left: 4%;
    }
    .slider2 .slick-list.draggable {
        padding-right: 0;
    }
    .slider2-detail {
        padding: 10px 10px;
    }
    .slider2-detail h4 {
        font-size: 16px;
    }
    .slider2-detail p {
        font-size: 13px;
        line-height: 18px;
    }
    .slider2-wrapper {
        margin-top: 2rem;
    }
    a.arrow-btn.right.two.slick-arrow {
        right: 12vw;
    }
    .client-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .wrapper2 {
        gap: 0rem;
    }
    .wrapper2 span {
        font-size: 30.06px;
    }
    .wrapper2 p {
        font-size: 14px;
        line-height: 18px;
    }
    ul.accordion-list.acc-list2 {
        margin-top: 2rem;
    }
    ul.accordion-list.acc-list2 li h3 {
        font-size: 20px !important;
    }
    ul.accordion-list.acc-list2 li h5 {
        font-size: 18px;
        margin-top: 10px;
        padding-top: 16px;
    }
    .answer p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 20px;
    }
    section.pckg-sec {
        padding: 50px 0;
    }
    .bottom span {
        font-size: 12.678px;
        line-height: 17.307px;
    }
    .pckg .bottom ul li {
        font-size: 12.825px;
        line-height: 18.017px;
    }
    .pckg .upper .price .amount {
        font-size: 46.052px;
    }
    .pckg .upper p {
        font-size: 15.046px;
        line-height: 10.392px;
    }
    .pckg {
        padding: 20px 8px;
    }
    .pckg .upper .title {
        padding: 0 0 8px;
        font-size: 20.87px;
    }
    .pckg .bottom ul {
        height: 140px;
    }
    .pckg .btn-wrap a {
        font-size: 14.562px;
        padding: 5px 5px 5px 10px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 7px;
    }
    span.percent-price {
        font-size: 13px;
        top: 14px;
        right: 32px;
    }
    section.faqs-sec {
        border-radius: 0;
        margin: 0;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 18.8px;
        max-width: 90%;
    }
    .accordion-list li {
        padding: 21px 15px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .contact-wrapper {
        margin-bottom: 2rem;
    }
    h1.banner-heading.text-white.terms-page {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .terms p {
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 22px;
    }
    .terms h4 {
        font-size: 20px;
    }
    .faq-image {
        display: none;
    }
    .sec3-image {
        display: none;
    }
    .contact-image {
        display: none;
    }
    .banner-content.thankyou-page {
        padding: 13rem 0;
    }
    .error-text {
        font-size: 50px;
        line-height: 26px;
    }
    .error-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .thankyou-text {
        font-size: 16px;
        line-height: 24px;
    }

span.sub-heading.text-white:before {
    display: none;
}

span.sub-heading:before {
    display: none;
}




.ext-btn i.far.fa-angle-right {
    /* margin: 0; */
    position: absolute;
    right: 5px;
    top: 5px;
    height: 61px;

}




}










section.cta-sec .logo img {
    filter: brightness(8);
}

