/*Main Css */

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

:root {
    --primary: #52A5AE;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "Cormorant Garamond" , 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: #3EC7EE;
    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: #3EC7EE;
}

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

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



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

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

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

/* Tabbing CSS */

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

[class^="box-"].showfirst {
    display: block;
}
html{
    overflow-x: hidden;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #212121;
}

body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    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;
}
.menuWrap2 {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-btn.bordered {
    background: transparent;
    color: var(--white) !important;
    padding: 16px 20px;
    border-radius: 68px;
    border: 1px solid #FFF;
}
.main-header {
    padding-top: 20px;
}
ul.menu.btns li {
    padding: 0 0 0 8px;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
    height: 100px;
    width: 160px;
}
.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;
}

.footer-sec {
    margin-bottom: 1rem;
}
.menu > li > a {
    display: block;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-btn {
    font-weight: 400 !important;
    color: #ffffff !important;
    background: var(--primary);
    border: 1px solid var(--primary);
    transition: .5s ease;
    display: flex !important;
    padding: 8px 9px 8px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 77px;
}
.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: 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;
    z-index: 1;
}
.banner-content {
    padding: 70px 0;
}
h1.banner-heading {
    margin: 16px 0;
    color: var(--H, #141414);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 109.432%; /* 121.951% */
    /* letter-spacing: -1.64px; */
}
span.sub-heading {
    font-size: 14px;
    line-height: normal;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 74px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
    width: fit-content;
    padding: 10px 17px 10px 12px;
}
p.banner-text {
    margin-bottom: 20px;
    opacity: 0.7;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */
}
h1.banner-heading span {
    font-style: italic;
    color: var(--primary);
}
.banner-img {
    width: 60vw;
}
.trusted-rating span {
    color: var(--H, #141414);
    font-size: 22px;
    font-weight: 600;
    line-height: 29px; /* 131.818% */
    display: block;
    border-bottom: 1px solid #E4E4E4;
    width: fit-content;
    padding: 0 0 10px;
    margin-bottom: 20px;
}
.sec-heading h3 {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px; /* 187.5% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.banner-content ul {
    border-radius: 20px;
    border: 1px solid rgba(228, 228, 228, 0.58);
    background: rgba(252, 252, 252, 0.47);
    padding: 20px;
}
.banner-content ul li {
    color: #212121;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px; /* 158.824% */
    opacity: 0.7;
    margin-bottom: 14px;
}
.goto {
    position: absolute;
    top: 2vw;
    right: -5vw;
}
.sec2-wrapper {
    margin-left: 5vw;
}
span.small-heading {
    padding: 10px 13px;
    color: #686868;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
    margin-bottom: 15px;
    border-radius: 23px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 0 2px 10.5px 0 rgba(0, 0, 0, 0.05);
}
span.small-heading.textcenter {
    margin: 0 auto 15px;
}
.trusted-rating {
    margin-top: 26px;
}
.header-wrapper {
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.07);
}
.sec-1 .sec-heading {
    margin-bottom: 0;
}

section.sec-1 {
    padding: 0;
    z-index: 1;
}
.trusted-wrapper {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4.983px 59.801px 0px rgba(0, 0, 0, 0.10);
    padding: 50.231px 0px 18.158px 0px;
    margin-top: -125px;
    overflow: hidden;
}
.partners {
    position: relative;
}
.sec-heading ul li {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px; /* 145% */
    opacity: 0.67;
    margin-bottom: 6px;
}
.partners-wrapper {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 70px;
}
section.sec-2 {
    padding: 90px 0;
}

/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(12px);
    padding: 39px 34px;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
ul#counter li .counter>div {
    font-weight: 700;
    font-size: 63px;
    color: #141414;
    margin-bottom: 0rem;
    flex-shrink: 0;
    line-height: 33px;
    font-family: 'Cormorant Garamond';
}
ul#counter li {
    padding: 33px 21px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}
ul#counter li .counter span.text {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; /* 170.588% */
    opacity: 0.7;
    font-family: 'Lao Sans Pro';
}
/* -------------------------counter CSS------------------------  */
section.sec-4 {
    padding: 100px 0;
    background: rgba(162, 202, 213, 0.14);
}
.design-card-list .slick-slide,
.design-card-list-2 .slick-slide {
    margin: 0 10px;
}
.design-card-list-2 {
    direction: rtl;
}
.design-card-list,
.design-card-list-2 {
    padding-bottom: 2rem;
}
.design-card-list li,
.design-card-list-2 li {
    text-align: center;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 15px;
}
.design-card-list-2 {
    direction: rtl !important;
}
.design-card-list-2 .slick-track {
    direction: ltr !important;
}
.design-card-list-2 .slick-slide {
    float: right !important;
}
.design-card-list li img, .design-card-list-2 li img {
    width: 100%;
}
.design-card-list li a, .design-card-list-2 li a {
    width: 100%;
}
.design-card-list li h3, .design-card-list-2 li h3 {
    color: var(--H, #000000);
    /* font-family: "Cormorant Garamond"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.432%; /* 19.698px */
    text-align: left;
    padding: 12px 0;
    border-bottom: 1px solid #0000002b;
}
.book-review-rating span p {
    color: #000000;
    /* font-family: "Cormorant Garamond"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.432%; /* 17.509px */
}
.book-review-rating span {
    display: flex;
    align-items: center;
    color: #212121;
    /* font-family: "Cormorant Garamond"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.432%;
    gap: 7rem;
    justify-content: space-between;
}
.book-review-rating span b {
    color: #000000;
    /* font-family: "Cormorant Garamond"; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 109.432%;
}

.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: #69BDFF;
    padding: 15px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.testi-wrapper {
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #00000021;
}
.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 {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
.cta-badge {
    flex-shrink: 0;
}
.cta-image svg {
    position: absolute;
    bottom: 0;
    left: 23vw;
    height: 100%;
    z-index: -1;
}
.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 #69BDFF !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%;
}

section.counter-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-box {
    display: flex;
    gap: 0;
    border-radius: 27px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    padding: 19px 20px;
    position: relative;
    margin-left: 2vw;
    margin-bottom: 3vw;
}
.step-numb {
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-content: space-between;
}
.step-numb span {
    color: var(--H, #141414);
    font-family: 'Lao Sans Pro';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.12;
}
img.process-icon {
    max-width: 100%;
    text-align: center;
}
.process-box:nth-child(3) .process-card {
    border-bottom: 0;
}
.process-box.padding2 {
    padding: 30px 0 0;
}
.process-number {
   color: #fff;
   font-size: 22px;
   font-style: normal;
   font-weight: 500;
   position: absolute;
   left: -3vw;
   top: 0;
   writing-mode: vertical-rl;
   transform: rotate(180deg);
   margin: 0;
   border-radius: 0 26px 26px 0;
   background: #52A5AE;
   height: 100%;
   text-align: center;
   font-family: sans-serif;
   width: 87.382px;
   display: flex;
   align-items: self-start;
   justify-content: center;
   padding: 21px;
   z-index: -1;
}
.process-card h4 {
    font-size: 20px;
    line-height: 1;
    margin: 1rem 0 0.5rem;
    color: #141414;
    font-family: sans-serif;
}
.process-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #525252;
    opacity: 0.67;
}
section.sec-10 {
    padding: 100px 0;
}
section.sec-3 {
    padding: 100px 0;
    background: rgba(162, 202, 213, 0.14);
}
.service-card {
    display: flex;
    padding: 25px;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
    height: 100%;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    justify-content: space-between;
}
.service-card h3 {
    font-size: 26px;
    line-height: 118.6%; /* 30.836px */
    margin-bottom: 10px;
}
.service-card p {
    color: #525252;
    font-size: 16px;
    line-height: 24px; /* 150% */
    opacity: 0.67;
}
.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;
}

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 21.6px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 14px;
    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(--HEading, #141414);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 109.091% */
}
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: rgba(230, 230, 230, 1);
    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: 12px;
    opacity: 0.7;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.answer {
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
}
ul.accordion-list li.active h3 {
    opacity: 1;
}
ul.accordion-list li.active .answer p {
    opacity: 1;
}
section.sec-12 {
    padding: 60px 0;
}
/* Accordian */
.testidesign-card-list .slick-slide,
.testidesign-card-list-2 .slick-slide {
    margin: 0 10px;
}
.testidesign-card-list-2 {
    direction: rtl;
}
.testidesign-card-list,
.testidesign-card-list-2 {
    padding-bottom: 2rem;
}
.testidesign-card-list li,
.testidesign-card-list-2 li {
    position: relative;
    display: flex !important;
    justify-content: center;
}
.testidesign-card-list-2 {
    direction: rtl !important;
}
.testidesign-card-list-2 .slick-track {
    direction: ltr !important;
}
.testidesign-card-list-2 .slick-slide {
    float: right !important;
}
.testi-card {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    padding: 16px;
    display: flex !important;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}
.client-image {
    flex-shrink: 0;
}
.client-name {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 14px;
    background: rgba(162, 202, 213, 0.14);
    padding: 11px 12px;
}
.client-name span.name {
    color: #171717;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 109.091% */
    display: block;
}
.client-name span.des {
    color: #212121;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 185.714% */
    opacity: 0.7;
}
.client-detail p {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 162.5% */
    opacity: 0.7;
    padding-top: 20px;
}

/* Sec Headings */


.design-card-list li .book-review-rating img {
    height: 100%;
    width: 40%;
    margin-bottom: 5px;
}
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 48px;
    line-height: 55px;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin: 1rem 0;
    opacity: 0.7;
    color: #212121;
}
.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 {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--primary);
    transition: .5s ease;
    display: flex;
    padding: 8px 8px 8px 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-radius: 77px;
    background: #52A5AE;
}
.btn-wrap .theme-btn.bordered {
    color: #000;
    border-radius: 82px;
    border: 1px solid #C0C0C0;
    background: #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;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    max-height: 90vh;
  }
  .mmpopup {
    background: url("../images/popup-bg.jpg");
    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(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: #000000;
    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(0 0 0 / 30%);
    font-size: 16px;
    width: 100%;
    color: #000000;
}
.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: #000000;
    font-size: 16px;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    position: relative;
    background: #0A0A0A;
    padding: 40px 0 0;
}
.copyright {
    padding: 15px 0 12px;
}
.copyright p,.copyright a {
    color: #FCFCFC;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-right: 4px;
}
ul.footer-links {
    display: flex;
    align-items: center;
    justify-content: end;
}
ul.footer-links li {
    /* margin: 0 10px 0; */
}
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: 10px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.f-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    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;
}

.design-card-list-2 li .book-review-rating img {
    height: 100%;
    width: 40%;
    margin-bottom: 5px;
}

.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: #000;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 500;
    font-size: 42px;
    line-height: 68px;
    color: #000;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
    opacity: 0.7;
}
/* 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;
    list-style: disc;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
.thankyou-page {
    padding: 150px 0;
}
/* terms */



/* packages */
.pckg-sec{
    background: #F3FAFF;
}
.pkg-list  {
    display: grid;
    grid-template-columns: repeat(3, 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;
    position: relative;
    transition: 0.3s;
    box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
    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;
    justify-content: space-between;
}
.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: 26px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #2E2E2E;
    border-bottom: 1px solid #00000024;
    padding: 0 0 12px;
}
.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: center;
    gap: 10px;
    margin: 1.5rem 0 0;
    border-bottom: 1px solid #00000024;
    padding: 0 0 20px;
}
.pckg .upper .price .amount {
    font-weight: 700;
    font-size: 44px;
    line-height: normal;
    color: var(--primary);
}
.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;
    border-radius: 35.636px;
    background: #C30000;
}
.pckg .upper {
    padding: 30px 20px 0;
}
.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.pckg .bottom ul li {
   position: relative;
   display: flex;
   color: #171717;
   font-size: 16px;
   line-height: 24px; /* 150% */
   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);
}
.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: #C30000;
    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: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
    border-radius: 74px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: fit-content;
    margin: 0 auto 40px;
    padding: 9px 11px;
}
ul.overview-nav a {
    padding: 16px 17px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #333333;
}
ul.overview-nav li.active a {
    background: transparent;
    color: var(--white);
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    border-radius: 74px;
    background: #69BDFF;
}
/* packages */

section.sec-8 {
    overflow: hidden;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}














@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;
    }
    .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;
    }
    .menuWrap2 {
        justify-content: end;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        display: none;
    }
    .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;
    }
    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 {
        top: 14vw;
    }   
 .cta-image img {
    bottom: -42px;
    left: 7vw;
}
.cta-image svg {
    left: 8vw;
}
 ul#counter li {
        padding: 27px 21px;
    }
    .book-review-rating span {
        gap: 0rem;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    .design-card-list li img, .design-card-list-2 li img {
        width: auto;
    }
    .design-card-list li h3, .design-card-list-2 li h3 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .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: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: none;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #f7e9eb;
        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: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .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: 50px;
        line-height: 55px;
    }
    .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;
        width: 20%;
    }
    .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;
    }
    .menuWrap2 {
        justify-content: end;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        display: none;
    }
    .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;
    }
.cta-sec .sec-heading {
    margin-left: 134px;
}
.header-wrapper {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}
.cta-image img {
    bottom: -42px;
    left: 7vw;
}
.cta-image svg {
    left: 8vw;
}
 ul#counter li {
        padding: 27px 21px;
    }
    .book-review-rating span {
        gap: 0rem;
        justify-content: space-between;
        flex-direction: column;
    }
    .design-card-list li img, .design-card-list-2 li img {
        width: auto;
    }
    .design-card-list li h3, .design-card-list-2 li h3 {
        font-size: 14px;
    }






}

@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: 18px;
        padding: 9px;
    }
    .process-card p {
        font-size: 14px;
        line-height: 1.4;
    }
    section.sec-12 {
        padding: 50px 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;
    }
    .menuWrap2 {
        justify-content: end;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        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;
        padding: 0px 0px;
    }
    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;
    }
    .header-wrapper {
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
    }
    .service-card {
        flex-direction: column;
    }
    .cta-image svg {
        display: none;
    }
    ul#counter li {
        padding: 27px 21px;
    }
    .book-review-rating span {
        gap: 0rem;
        justify-content: space-between;
        flex-direction: column;
    }
    .design-card-list li img, .design-card-list-2 li img {
        width: auto;
    }
    .design-card-list li h3, .design-card-list-2 li h3 {
        font-size: 14px;
    }



}

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

@media (max-width : 992px) {
    .client-detail p{
        font-size: 14px;
        line-height: 21px;
    }
    .client-name {
        padding: 11px 6px;
    }
    .banner-img {
        position: relative;
        top: 0; 
        right: 0;
        text-align: center;
        width: auto;
    }
    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: 18px;
        padding: 7px;
    }
    .process-card p {
        font-size: 14px;
        line-height: 1.4;
    }
    .contact-detail li {
        padding: 10px;
        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;
    }
    .menuWrap2 {
        justify-content: end;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .process-box-wrapper:before{
        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;
        padding: 33px 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-2 {
        padding: 50px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .process-card h4 {
        font-size: 20px;
    }
    .service-card {
        flex-direction: column;
        padding: 14px;
    }
    .service-card h3 {
        font-size: 22px;
    }
    ul#counter li {
        padding: 18px 6px;
        border-bottom: 0;
    }
    .header-wrapper {
        border-bottom: 1px solid #00000021;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
    }
    p.banner-text {
        font-size: 16px;
        line-height: 23px;
    }


}


@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: 12px;
        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;
    }
    .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;
    }
    .header-wrapper {
        padding: 0;
    }
    br{
        display: none;
    }
    .sec-heading h3 {
        font-size: 14px;
        line-height: 22px;
    }

    section.sec-3 {
        padding: 56px 0 85px;
        margin: 20px 0 0;
        background-position: top;
    }
    .process-number {
        font-size: 30px;
        margin-top: 0;
    }
    .process-card {
        margin-top: 0px;
    }
    .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;
        padding: 0;
        width: 100%;
    }
    .contact-detail li {
        margin-bottom: 10px;
        padding: 20px 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;
    }
    ul.overview-nav a {
        padding: 12px 14px;
        font-size: 14px;
    }
    ul.overview-nav {
        border-bottom: 0;
    }
    ul.overview-nav {
        gap: 10px;
        margin: 0 auto 25px;
    }
    .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;
    }
    ul.menu.btns li {
        padding: 0;
    }
    ul.menu.btns li a {
        font-size: 12px;
        padding: 12px 20px !important;
    }
    .menuWrap2 {
        justify-content: center;
    }
    .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: row;
        gap: 4rem;
        justify-content: center;
    }
    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;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .process-number img.dot {
        display: none;
    }
    .process-box {
        gap: 22px;
    }
    .process-card h4 {
        font-size: 20px;
    }
    img.dnone {
        display: none;
    }
    .service-card {
        flex-direction: column;
    }
    .service-card h3 {
        font-size: 22px;
    }
    .cta-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .partners img {
        display: none;
    }
    .free-consultation-image {
        display: none;
    }
.goto {
    position: relative;
    right: 0;
    margin-bottom: 50px;
}
img.process-icon {
    display: none;
}
section.sec-8 {
    background-size: cover;
}
.answer p {
    font-size: 14px;
    line-height: 22px;
}
.copyright p, .copyright a {
    text-align: center;
}
ul.footer-links {
    justify-content: center;
}

}




@media only screen and (min-width : 280px) and (max-width : 767px) {
    header{
        /* padding: 1rem 0; */
    }
    .banner-content {
        padding: 0px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 12px;
        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;
    }
    .header-wrapper {
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
    }
    br{
        display: none;
    }
    .sec-heading h3 {
        font-size: 14px;
        line-height: 22px;
    }
  
    section.sec-3 {
        padding: 56px 0 85px;
        margin: 20px 0 0;
        background-position: top;
    }
    .process-number {
        font-size: 0px;
        margin-top: 0;
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        background: aquamarine;
    }
    .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: 20px;
        max-width: 90%;
        font-size: 18px;
    }
    section.sec-13 {
        padding: 50px 0 10px;
    }
    ul.contact-detail {
        margin: 16px 0 10px;
        padding: 0;
    }
    .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;
    }
    ul.overview-nav a {
        padding: 12px 14px;
        font-size: 14px;
    }
    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;
}
ul.menu.btns li {
    padding: 0;
}
ul.menu.btns li a {
    font-size: 12px;
    padding: 8px 8px !important;
}
.menuWrap2 {
    justify-content: center;
}
.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 40px;
    gap: 0;
    padding: 0;
}
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: 6px;
}
section.sec-10 {
    padding: 46px 0 45px;
}
section.sec-2 {
    padding: 50px 0;
}
.sec-heading ul li {
    font-size: 14px;
}
section.sec-4 {
    padding: 50px 0;
}
.process-number img.dot {
    display: none;
}
.process-box {
    gap: 0;
    margin-left: 0;
    flex-direction: column;
}
.process-card h4 {
    font-size: 20px;
}
img.dnone {
    display: none;
}
.service-card {
    flex-direction: column;
}
.service-card h3 {
    font-size: 22px;
}
.cta-wrapper {
    flex-direction: column;
    gap: 10px;
}
ul#counter li {
    padding: 18px 6px;
    border-bottom: 0;
}
.banner-content ul li {
    font-size: 14px;
    margin-bottom: 6px;
}
.goto {
    position: relative;
    right: 0;
}
img.process-icon {
    display: none;
}
section.sec-8 {
    background-size: cover;
}
.answer p {
    font-size: 14px;
    line-height: 22px;
}
.copyright p, .copyright a {
    text-align: center;
}
ul.footer-links {
    justify-content: center;
}

}