/*Main Css */
:root {
    --primary: #C30000;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Prompt" , sans-serif;
    --font-accent: "DM Sans" , sans-serif;
    --font-body: "DM Sans" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #C30000;
    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: #C30000;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1434px;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #282828;
}
body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 700;
    color: #282828;
}

*: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;
}
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: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
    top: 0;
}
.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}
.menu-Bar span:nth-child(3) {
    top: 16px;
}
.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    /* padding: 16px 0 16px 35px; */
}
.menu > li > a {
    display: block;
    font-size: 16px;
    color: var(--black);
    /* text-transform: uppercase; */
    font-weight: 500;
}
.header-btn {
    background: var(--primary);
    color: white !important;
    padding: 15px 20px;
    font-weight: 400 !important;
    border-radius: 201.816px;
    font-size: 14.127px !important;
    line-height: 24.218px; /* 171.429% */
}
.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;
}
.banner-content {
    padding: 158px 0 0px;
}
h1.banner-heading {
    margin-bottom: 20px;
    font-size: 95px;
    line-height: 100px; /* 105.263% */
    margin-right: -18px;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    opacity: 0.8;
}

.trusted-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    position: relative;
}
.trusted-slider.slick-initialized.slick-slider div {
    display: flex !important;
    align-items: center !important;
}
.menuWrap2 {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-wrapper {
    border-bottom: 1px solid #ffffff1f;
    padding: 0;
}
.trusted-wrapper {
    padding: 43px 0;
    border-top: 1px solid #ffffff30;
    margin-top: 136px;
}
.sec-heading h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px; /* 133.333% */
    border-right: 1px solid #ffffff5c;
}
.banner-content .sec-heading {
    margin-bottom: 0;
}
section.sec-1 {
    padding: 80px 0 124px;
}
.circle-member-images {
    padding: 0 0 20px;
}
.theme-btn.bordered2 {
    border: 2px solid #C30000 !important;
    background: transparent !important;
    color: var(--primary) !important;
}
.port-image {
    padding-bottom: 50px;
}
.sec-2 .sec-heading {
    margin-bottom: 109px;
}
section.sec-2 {
    background: linear-gradient(308deg, #CDCDCD 11.08%, #E6E6E6 99.6%);
    padding: 85px 0 35px;
}
ul.best-choice-list {
    display: inline-block;
    vertical-align: middle;
    margin: 60px 0 40px;
}
ul.best-choice-list li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #D9D9D9;
    padding: 0 36px;
}
ul.best-choice-list li p {
    color: #282828;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    padding-top: 22px;
}
ul.best-choice-list li.last {
    border-right: 0;
}
section.sec-4 {
    opacity: 0.9;
    background: linear-gradient(320deg, #C30000 12.61%, #5D0000 99.67%);
    box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.15);
    padding: 80px 0;
}
.choooseus-card {
    text-align: center;
    border-right: 1px solid #ffffff36;
    padding: 19px;
}
.choooseus-card span {
    color: #FFF;
    font-size: 124.33px;
    font-weight: 700;
    line-height: normal; /* 147.455px */
    opacity: 0.2;
    display: block;
    font-family: Prompt;
}
.choooseus-card img {
    margin-top: -33%;
    z-index: 0;
    position: relative;
}
.choooseus-card h3 {
    color: #FFF;
    font-size: 22px;
    line-height: 118.6%;
    padding: 30px 0 10px;
}
.choooseus-card p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
}
.service-card {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 33px;
    padding: 41px 39px;
}
.service-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 118.6%; 
    padding-bottom: 10px;
}
.service-text p {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
}
section.sec-6 {
    background: linear-gradient(308deg, #CDCDCD 11.08%, #F5F5F5 99.6%), linear-gradient(320deg, #C30000 12.61%, #5D0000 99.67%);
    padding: 80px 0 90px;
}
.popular-belief-list  h3 {
    color: #282828;
    font-size: 22px;
    line-height: 118.6%; /* 26.092px */
    padding: 15px 0 10px;
}
.popular-belief-list  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.popular-belief-list  {
    padding: 30px 0 47px;
    border-bottom: 1px solid #B4B4B4;
}
.banner-side-form {
    border-radius: 40px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    background: #0C0C0C;
    box-shadow: 0px 0px 144px 0px rgba(195, 0, 0, 0.15);
    padding: 27px 25px;
    position: relative;
    margin-left: 13px;
}
.sec-heading h4 {
    font-size: 30px;
    line-height: normal;
}
.input-field label {
    font-size: 16px;
    color: #fff;
    display: block;
    opacity: 0.8;
    margin: 0 0 -7px 18px;
    background: #0c0c0c;
    inline-size: fit-content;
    padding: 0 4px;
}
.input-field input, .input-field textarea {
    border-radius: 13px;
    border: 1px solid rgba(217, 217, 217, 0.20);
    background: #191919;
    height: 58px;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
.input-field {
    margin-bottom: 18px;
}
.input-field button {
    border-radius: 201.816px;
    background: #C30000;
    display: flex;
    height: 51px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 5.045px;
    align-self: stretch;
    border: 0;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14.127px;
    font-weight: 400;
    width: 100%;
}
.off-text p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.5;
}
.banner-side-form .sec-heading p {
    margin: 0 0 28px;
}
img.offtag {
    position: absolute;
    right: 25px;
    top: 0px;
}

.sec-4 .btn-wrap .theme-btn {
    background: #fff;
    color: var(--primary);
    border: 2px solid #fff;
}


.section-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
}
.column {
    flex: 1;
    height: 100%;
}
.item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #B4B4B4;
    height: 49%;
}
.item-content h3 {
    color: #282828;
    font-size: 22px;
    font-weight: 700;
    line-height: 118.6%;
    padding: 15px 0 10px;
}
.item-content p {
    margin: 0;
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
}
.center-image img {
    width: 100%;
}
.item:nth-child(3) {
    border-bottom: 0;
}
.column.borderleft .item:nth-child(2) {
    border-bottom: 0;
}
.borderright {
    border-right: 1px solid #B4B4B4;
}
.borderleft {
    border-left: 1px solid #B4B4B4;
}
.column.borderright .item {
    padding: 30px 12px 47px 0;
}
.column.borderleft .item {
    padding: 30px 0 47px 12px;
}
.column.borderleft {
    height: 50.6vw;
}
.column.borderleft .item:nth-child(1) {
    justify-content: end;
}

.testi-slide .bottom {
    display: flex;
    height: 75px;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    background: var(--primary);
    border-radius: 20px 20px 0 0;
}
.testi-slide .bottom .det span.name {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 138%; /* 24.84px */
}
.detail-text {
    background: #d4d4d4;
    width: 100%;
    text-align: center;
}
.detail-text img {
    width: 100%;
}
.detail-text.pad-10 {
    padding: 10px;
}
.testi-slide .client {
    display: flex;
    padding: 19px 18px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #000;
    border-radius: 0 0 20px 20px;
}
.testi-slide .client p {
    color: #fff;
    font-size: 9px;
}
.testi-slide {
    margin-bottom: 30px;
}

section.sec-8 {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 58px 0;
    overflow: hidden;
}
.cta-image {
    text-align: center;
}
.cta-wrapper {
    display: flex;
    align-items: center;
    gap: 53px;
}
.cta-badge {
    flex-shrink: 0;
}
.cta-image svg {
    position: absolute;
    bottom: 0;
    left: 23vw;
    height: 100%;
}
.cta-image img {
    position: absolute;
    bottom: -5px;
    left: 15vw;
}

section.sec-9 {
    background: linear-gradient(180deg, #EBEBEB 40.75%, #F3F3F3 68.67%);
    padding: 100px 0 50px;
}
.banner-side-form2 {
    padding: 25px;
    position: relative;
    border-radius: 40px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    background: #FFF;
}
.sec-heading h4 {
    font-size: 30px;
    line-height: normal;
}
.input-field-2 label {
    font-size: 16px;
    display: block;
    opacity: 0.8;
    margin: 0 0 -7px 18px;
    background: #fff;
    inline-size: fit-content;
    padding: 0 4px;
    color: #282828;
}
.input-field-2 input, .input-field-2 textarea {
    height: 58px;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.input-field-2 {
    margin-bottom: 18px;
}
.input-field-2 button {
    border-radius: 201.816px;
    background: #C30000;
    display: flex;
    height: 51px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 5.045px;
    align-self: stretch;
    border: 0;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14.127px;
    font-weight: 400;
    width: 100%;
}
.off-text2 p {
    color: #282828;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.5;
}
.top-form {
    position: absolute;
    transform: translate(248px, -100px);
}
.bottom-form {
    position: absolute;
    transform: translate(248px, 0px);
}
section.sec-10 {
    background: linear-gradient(308deg, #CDCDCD 11.08%, #F5F5F5 99.6%), linear-gradient(320deg, #C30000 12.61%, #5D0000 99.67%);
    padding: 100px  0 80px;
}

.benefits-card-list {
    display: inline-block;
    vertical-align: middle;
}
.benefits-card-list li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 30px 16px;
    text-align: center;
    margin: 0 20px 20px 0;
}
.benefits-card h5 {
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    line-height: normal; /* 26.092px */
    padding-top: 26px;
}


/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: start;
    gap: 1rem;
    flex-direction: column;
    justify-content: start;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul#counter li .counter>div {
    margin-bottom: 0rem;
    flex-shrink: 0;
    color: #282828;
    font-family: Prompt;
    font-size: 70px;
    font-weight: 700;
}
ul#counter li {
    width: 100%;
    padding: 0rem;
    line-height: 28px;
}
ul#counter li .counter span.text {
    color: #282828;
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 400;
    line-height: 30px; /* 157.143% */
    margin-top: 34px;
}
.counter-wrapper {
    position: relative;
    margin-top: 14vw;
}

img.counter-line-image {
    position: absolute;
    top: -8vw;
    left: 40px;
}
.counter-image {
    position: absolute;
    top: -13vw;
}
ul#counter li:nth-child(1) {
    margin: -4vw 0 0 3vw;
}
ul#counter li:nth-child(2) {
    margin: 15vw 0 0 9vw;
}
ul#counter li.first.last {
    margin: -10vw 0 0 5vw;
}
.sec-10 .btn-wrap {
    margin-top: 90px;
}
/* -------------------------counter CSS------------------------  */

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 18px 20px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    opacity: 0.7;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    height: 24px;
    width: 24px;
    background: #b7b7b7;
    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;
    opacity: 0.7;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.answer {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
}
ul.accordion-list li.active h3 {
    opacity: 1;
}
ul.accordion-list li.active .answer p {
    opacity: 1;
}
/* Accordian */

/* packages */
.pckg-sec{
    background: #f5f5f5;
}
.pkg-list  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem;
    margin-top: 2rem;
}
.pkg-list .g-2 {
    grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
    text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
    justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280;
}
.pckg.d2{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pckg.d2 .upper {
    text-align: center;
}
.pckg.d2 .upper .price {
    justify-content: center;
}
.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px;
}
.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
    /*margin-top: 1rem;*/
    transition: 0.3s;
    background: #fff;
    box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
    border-radius: 22px;
    border: 1px solid transparent;
    height: 100%;
    padding: 42px 26px 20px;
}
.pckg .btn-wrap a{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.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: 1.5rem; */
}
.pckg .upper .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 1rem;
    color: #2D2D2D;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    font-size: 17px;
    line-height: 26px;
    color: #6E6E6E;
    margin-bottom: 1.5rem;
    /* min-height: 40px; */
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1.5rem 0;
}
.pckg .upper .price .amount {
    font-weight: 700;
    font-size: 51px;
    line-height: 40px;
    color: var(--primary);
}
.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #5b5b5b;
}
.pckg .upper {
    border-bottom: 1px solid #E5E7EB;
    
}
.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 {
   font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;
    position: relative;
    display: flex;
}
.pckg .bottom ul {
    margin: 1rem 0 3rem;
    overflow-y: auto;
    /* max-height: 179px; */
    padding-right: 10px;
    height: 254px;
    overflow-y: scroll;
}
.bottom span {
   /* color: #5b5b5b !important; */
   /* font-size: 16px !important; */
   /* line-height: 24px !important; */
   /* margin: 1rem 0 0 !important; */
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f00c";
    font-weight: 800;
    color: #1C2E59;
    margin-right: 12px;
}
.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 #4f7efa;
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 56px; /* 112% */
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    margin: 1rem 0;
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}
.sec-heading .sub-heading {
    margin-bottom: 7px;
    color: var(--Main, #C30000);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
/* Sec Headings */

/* sections */
section {
    padding: 4rem 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    /* margin: 1rem 0; */
}
.btn-wrap .theme-btn {
    padding: 15px 30px;
    color: white;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease;
    border-radius: 201.816px;
    background: #C30000;
    font-size: 14.127px;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
    border: 2px solid #fff;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* 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 */

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
  }
  .popupmain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    /* background: #fff; */
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    /* border-radius: 8px; */
    max-height: 90vh;
  }
  .mmpopup {
    background: url("../images/popup-bg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 33px;
    border: 5px solid #fff;
    padding: 12px;
  }
  .mmpopup .popup-content {
    padding: 50px 40px;
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    background: #fff;
    box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(33.75px);
    overflow: hidden;
  }
  .mmpopup .formpop {
    width: 100%;
    margin-top: 60px;
  }
  .mmpopup .form-text {
    color: #000;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mmpopup .form-text a {
    color: #659640;
    font-weight: 700;
  }
  .mmpopup .form-text a:hover {
    color: var(--secondary);
  }
  .mmpopup .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 0;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 100px;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative;
  }
  .mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
  }
  .mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
  }
  .mmpopup .centercont ul li.last {
    padding-bottom: 0;
  }
  .mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
  }
  .mmpopup .centercont h4 {
    font-size: 35px;
    color: #659640;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    color: #000;
    font-family: var(--font-body);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
  }
  .fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
  }
  .fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #eeeeee;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: "Inter";
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
    border: 0;
  }
  .form-group field input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
    width: 100%;
}
.fld-btn button.banner-btn {
    border: 4px solid #f45a28;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    background: #F45A28;
    box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    padding: 70px 0 20px;
    text-align: center;
    background: #070707;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff29;
    padding: 20px 0;
}
.copyright p,.copyright a {
    color: white;
    font-size: 14px;
    opacity: 0.5;
}
.footer-sec p {
    padding: 16px 0 16px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 140% */
    opacity: 0.7;
}
.footer-hdng h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.f-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.8;
    display: flex;
    align-items: center;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.f-menu li a i {
    color: #fff;
    margin-right: 10px;
}
.f-menu li {
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.copyright-sec {
    background: #070707;
}
.contactinfo-border {
    border-top: 1px solid #ffffff24;
    padding-top: 24px;
}
.footer-ratings {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 20px;
}
.footer-ratings li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 60px;
    border-right: 1px solid #ffffff3b;
}
.footer-ratings li p {
    color: #fff;
    padding-top: 20px;
}






.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;
}
.port-image {
    display: flex;
    justify-content: center;
}
.port-image img {
    filter: drop-shadow(0px 0px 1px #fff);
}



/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
/* 404 */

/* terms */
.terms .roman {
    list-style: upper-roman;
}
.terms ul {
    padding-left: 40px;
    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) {

    h1.banner-heading {
        margin-bottom: 20px;
        font-size: 70px;
        line-height: 76px;
        margin-right: 0;
    }
    .banner-content {
        padding: 60px 0 0px;
    }
    .sec-heading h4 {
        font-size: 22px;
    }
    .banner-side-form .sec-heading p {
        font-size: 14px;
    }
    .trusted-wrapper {
        padding: 20px 0;
        margin-top: 45px;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    section.sec-1 {
        padding: 40px 0 40px;
    }
    .port-image {
        padding-bottom: 12px;
    }
    .sec-2 .sec-heading {
        margin-bottom: 26px;
    }
    ul.best-choice-list li {
        padding: 0 18px;
    }
    ul.best-choice-list li p {
        font-size: 18px;
    }
    .item-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .column.borderleft {
        height: 59.6vw;
    }
    ul#counter li .counter span.text {
        font-size: 20px;
        line-height: 30px;
        margin-top: 18px;
    }
    .counter-image {
        max-width: 46%;
    }
    img.counter-line-image {
        position: absolute;
        top: -12vw;
        left: 0;
    }
    ul#counter li.first.last {
        margin: -14vw 0 0 5vw;
    }
    ul#counter li:nth-child(1) {
        margin: -7vw 0 0 3vw;
    }
    ul#counter li:nth-child(2) {
        margin: 20vw 0 0 9vw;
    }
    .benefits-card h5 {
        font-size: 16px;
        padding-top: 12px;
    }
    .benefits-card-list li {
        padding: 30px 14px;
    }
    .footer-ratings li {
        padding: 0px 25px;
    }
    .footer-ratings li p {
        padding-top: 4px;
    }
    .footer-sec p {
        font-size: 16px;
        line-height: 22px;
    }
    .cta-image img {
        left: 11vw;
    }




}

@media (max-width: 1200px) {
    header{
        padding: 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 16px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: none;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
    h1.banner-heading {
        margin-bottom: 20px;
        font-size: 70px;
        line-height: 76px;
        margin-right: 0;
    }
    .banner-content {
        padding: 60px 0 0px;
    }
    .sec-heading h4 {
        font-size: 22px;
    }
    .banner-side-form .sec-heading p {
        font-size: 14px;
    }
    .trusted-wrapper {
        padding: 20px 0;
        margin-top: 45px;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    section.sec-1 {
        padding: 40px 0 40px;
    }
    .port-image {
        padding-bottom: 12px;
    }
    .sec-2 .sec-heading {
        margin-bottom: 26px;
    }
    ul.best-choice-list li {
        padding: 0 18px;
    }
    ul.best-choice-list li p {
        font-size: 18px;
    }
    .item-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .column.borderleft {
        height: 72.6vw;
    }
    ul#counter li .counter span.text {
        font-size: 20px;
        line-height: 30px;
        margin-top: 18px;
    }
    .counter-image {
        max-width: 46%;
    }
    img.counter-line-image {
        position: absolute;
        top: -12vw;
        left: 0;
    }
    ul#counter li.first.last {
        margin: -14vw 0 0 5vw;
    }
    ul#counter li:nth-child(1) {
        margin: -7vw 0 0 3vw;
    }
    ul#counter li:nth-child(2) {
        margin: 20vw 0 0 9vw;
    }
    .benefits-card h5 {
        font-size: 16px;
        padding-top: 12px;
    }
    .benefits-card-list li {
        padding: 30px 14px;
    }
    .footer-ratings li {
        padding: 0px 25px;
    }
    .footer-ratings li p {
        padding-top: 4px;
    }
    .footer-sec p {
        font-size: 16px;
        line-height: 22px;
    }





}

@media (max-width : 1199px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 55px;
        line-height: 64px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .sec-heading h4 {
        font-size: 23px;
        line-height: 30px;
    }
    .banner-side-form {
        border-radius: 20px;
        padding: 27px 15px;
        margin-left: 0;
    }
    .banner-side-form .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .input-field label {
        font-size: 14px;
    }
    .input-field input, .input-field textarea {
        height: 48px;
    }
    .off-text p {
        font-size: 14px;
        line-height: 17px;
    }
    .trusted-wrapper {
        padding: 16px 0;
        margin-top: 36px;
    }
    .sec-heading h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 0;
    }
    section.sec-1 {
        padding: 10px 0 26px;
    }
    .circle-member-images {
        max-width: 38%;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    section.sec-2 {
        padding: 50px 0 30px;
    }
    .sec-2 .sec-heading {
        margin-bottom: 40px;
    }
    .port-image {
        padding-bottom: 12px;
    }
    ul.best-choice-list li {
        /* border-right: 0; */
        padding: 0 26px;
        /* width: 30%; */
    }
    ul.best-choice-list li p {
        font-size: 16px;
        padding-top: 14px;
    }
    ul.best-choice-list {
        margin: 18px 0 42px;
        text-align: center;
    }
    br {
        display: none;
    }
    section {
        padding: 2rem 0;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .choooseus-card {
        border-right: 0;
    }
    .choooseus-card span {
        font-size: 60.33px;
    }
    .choooseus-card img {
        margin-top: -12%;
        max-width: 42%;
    }
    .choooseus-card h3 {
        padding: 0 0 10px;
    }
    .service-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 10px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .section-container {
        border-top: 0;
        border-bottom: 0;
        /* flex-direction: column; */
        align-items: baseline;
    }
    .borderright {
        border-right: 0;
    }
    .column.borderright .item {
        padding: 20px 0;
    }
    .item-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .center-image.column {
        display: none;
    }
    .borderleft {
        border-left: 0;
    }
    .column.borderleft .item {
        padding: 20px 0;
    }
    .item {
        border-bottom: 0;
        padding: 30px !important;
    }
    .cta-wrapper {
       padding: 30px 0;
        gap: 12px;
    }
    .cta-badge {
        max-width: 120px;
    }
    section.sec-8 {
        padding: 0;
    }
    section.sec-9 {
        padding: 45px 0 45px;
    }
    .top-form, .bottom-form {
        display: none;
    }
    .banner-side-form2 {
        margin-top: 35px;
    }
    .input-field-2 input, .input-field-2 textarea {
        height: 48px;
    }
    .input-field-2 label {
        font-size: 14px;
    }
    section.sec-10 {
        padding: 30px 0;
    }
    .banner-side-form2 {
        margin-top: 35px;
    }
    .counter-image {
        /* display: none; */
        max-width: 29%;
        top: -11vw;
    }
    img.counter-line-image {
        display: none;
    }
    ul#counter li.first.last {
        margin: 0;
    }
    ul#counter li:nth-child(1) {
        margin: 0;
    }
    ul#counter li .counter>div {
        font-size: 36px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
        margin-top: 13px;
    }
    ul#counter li:nth-child(2) {
        margin: 0;
    }
    ul#counter {
        gap: 0;
    }
    .counter-wrapper {
        margin-top: 7vw;
    }
    .service-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .counter-wrapper .counter {
        justify-content: center;
    }
    ul#counter li {
        margin: 0 0 30px !important;
    }
    .sec-10 .btn-wrap {
        margin-top: 10px;
    }
    .benefits-card h5 {
        font-size: 12px;
        padding-top: 2px;
    }
    .benefits-card-list li {
        padding: 34px;
        margin: 0 6px 6px 0;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 24px;
    }
    footer {
        padding: 22px 0 20px;
    }
    .footer-ratings li {
        padding: 0px 16px;
        /* border-right: 0; */
        margin-bottom: 18px;
    }
    .footer-ratings li p {
        padding-top: 0;
    }
    .f-menu li a {
        font-size: 14px;
    }
    section.sec-12 {
        padding: 0 0 50px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 22px;
        max-width: 90%;
    }
    .off-text2 p {
        font-size: 14px;
        line-height: 18px;
    }
    .cta-image img {
        position: absolute;
        bottom: -47px;
        left: 5vw;
    }
    .cta-image svg {
        left: 7vw;
        height: 100%;
    }
    
}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 14px;
        padding: 15px 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 55px;
        line-height: 64px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .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: 36px;
        line-height: 42px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .sec-heading h4 {
        font-size: 23px;
        line-height: 30px;
    }
    .banner-side-form {
        border-radius: 20px;
        padding: 27px 15px;
        margin-left: 0;
    }
    .banner-side-form .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .input-field label {
        font-size: 14px;
    }
    .input-field input, .input-field textarea {
        height: 48px;
    }
    .off-text p {
        font-size: 14px;
        line-height: 17px;
    }
    .trusted-wrapper {
        padding: 16px 0;
        margin-top: 36px;
    }
    .sec-heading h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 0;
    }
    section.sec-1 {
        padding: 10px 0 26px;
    }
    .circle-member-images {
        max-width: 38%;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    section.sec-2 {
        padding: 50px 0 30px;
    }
    .sec-2 .sec-heading {
        margin-bottom: 40px;
    }
    .port-image {
        padding-bottom: 12px;
    }
    ul.best-choice-list li {
        /* border-right: 0; */
        padding: 0 26px;
        /* width: 30%; */
    }
    ul.best-choice-list li p {
        font-size: 16px;
        padding-top: 14px;
    }
    ul.best-choice-list {
        margin: 18px 0 42px;
        text-align: center;
    }
    br {
        display: none;
    }
    section {
        padding: 2rem 0;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .choooseus-card {
        border-right: 0;
    }
    .choooseus-card span {
        font-size: 60.33px;
    }
    .choooseus-card img {
        margin-top: -12%;
        max-width: 42%;
    }
    .choooseus-card h3 {
        padding: 0 0 10px;
    }
    .service-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 10px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .section-container {
        border-top: 0;
        border-bottom: 0;
        /* flex-direction: column; */
        align-items: baseline;
    }
    .borderright {
        border-right: 0;
    }
    .column.borderright .item {
        padding: 20px 0;
    }
    .item-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .center-image.column {
        display: none;
    }
    .borderleft {
        border-left: 0;
    }
    .column.borderleft .item {
        padding: 20px 0;
    }
    .item {
        border-bottom: 0;
        padding: 30px !important;
    }
    .cta-image {
        /* display: none; */
    }
    .cta-wrapper {
        /* flex-direction: column; */
        /* text-align: center; */
        gap: 12px;
    }
    .cta-badge {
        max-width: 120px;
    }
    section.sec-8 {
        padding: 46px 0 0;
    }
    section.sec-9 {
        padding: 45px 0 45px;
    }
    .top-form, .bottom-form {
        display: none;
    }
    .banner-side-form2 {
        margin-top: 35px;
    }
    .input-field-2 input, .input-field-2 textarea {
        height: 48px;
    }
    .input-field-2 label {
        font-size: 14px;
    }
    section.sec-10 {
        padding: 30px 0;
    }
    .banner-side-form2 {
        margin-top: 35px;
    }
    .counter-image {
        /* display: none; */
        max-width: 29%;
        top: -7vw;
    }
    img.counter-line-image {
        display: none;
    }
    ul#counter li.first.last {
        margin: 0;
    }
    ul#counter li:nth-child(1) {
        margin: 0;
    }
    ul#counter li .counter>div {
        font-size: 36px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
        margin-top: 13px;
    }
    ul#counter li:nth-child(2) {
        margin: 0;
    }
    ul#counter {
        gap: 0;
    }
    .counter-wrapper {
        margin-top: 7vw;
    }
    .service-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .counter-wrapper .counter {
        justify-content: center;
    }
    ul#counter li {
        margin: 0 0 30px !important;
    }
    .sec-10 .btn-wrap {
        margin-top: 10px;
    }
    .benefits-card h5 {
        font-size: 12px;
        padding-top: 2px;
    }
    .benefits-card-list li {
        padding: 23px;
        margin: 0 6px 6px 0;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 24px;
    }
    footer {
        padding: 22px 0 20px;
    }
    .footer-ratings li {
        padding: 0px 16px;
        /* border-right: 0; */
        margin-bottom: 18px;
    }
    .footer-ratings li p {
        padding-top: 0;
    }
    .f-menu li a {
        font-size: 14px;
    }
    section.sec-12 {
        padding: 0 0 50px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 22px;
        max-width: 90%;
    }
    .off-text2 p {
        font-size: 14px;
        line-height: 18px;
    }
    .cta-image img {
        position: absolute;
        bottom: -63px;
        left: 5vw;
    }
    .cta-image svg {
        left: 1vw;
        height: 100%;
    }



}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .banner-side-form {
        margin-top: 30px;
    }
    .sec-heading h3 {
        padding-bottom: 22px;
    }
    .trusted-partner-image {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    ul.best-choice-list li {
        border-right: 0;
        padding: 0 10px;
        width: 19%;
    }
    .cta-image img, .cta-image svg{
        display: none;
    }
    .contactus-image {
        display: none;
    }
    .banner-side-form2 {
        margin-top: 0;
    }
    .counter-image {
        display: none;
    }
    .benefits-card-list li {
        padding: 17px;
        margin: 0 6px 6px 0;
    }
    .benefits-card-list {
        margin-top: 30px;
    }
    .footer-ratings li {
        padding: 0px 0px;
        border-right: 0;
        margin-bottom: 0;
    }

}


@media only screen and (min-width : 280px) and (max-width : 767px) {
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .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: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .sec-heading h4 {
        font-size: 23px;
        line-height: 30px;
    }
    .banner-side-form {
        border-radius: 20px;
        padding: 27px 15px;
        margin-left: 0;
    }
    .banner-side-form .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .input-field label {
        font-size: 14px;
    }
    .input-field input, .input-field textarea {
        height: 48px;
    }
    .off-text p {
        font-size: 14px;
        line-height: 17px;
    }
    .trusted-wrapper {
        padding: 16px 0;
        margin-top: 36px;
    }
    .sec-heading h3 {
        font-size: 16px;
        line-height: 27px;
        padding-bottom: 20px;
        border-right: 0;
    }
    section.sec-1 {
        padding: 10px 0 26px;
    }
    .circle-member-images {
        max-width: 44%;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    section.sec-2 {
        padding: 50px 0 30px;
    }
    .sec-2 .sec-heading {
        margin-bottom: 40px;
    }
    .port-image {
        padding-bottom: 12px;
    }
    ul.best-choice-list li {
        border-right: 0;
        padding: 0 10px 20px;
        width: 30%;
    }
    ul.best-choice-list li p {
        font-size: 11px;
        padding-top: 6px;
    }
    ul.best-choice-list {
        margin: 0 0 34px;
        text-align: center;
    }
    br {
        display: none;
    }
    section {
        padding: 2rem 0;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    .choooseus-card {
        border-right: 0;
    }
    .choooseus-card span {
        font-size: 60.33px;
    }
    .choooseus-card img {
        margin-top: -12%;
        max-width: 42%;
    }
    .choooseus-card h3 {
        padding: 0 0 10px;
    }
    .service-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 10px;
    }
    section.sec-6 {
        padding: 40px 0;
    }
    .section-container {
        border-top: 0;
        border-bottom: 0;
        flex-direction: column;
    }
    .borderright {
        border-right: 0;
    }
    .column.borderright .item {
        padding: 20px 0;
    }
    .item-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .center-image.column {
        display: none;
    }
    .borderleft {
        border-left: 0;
    }
    .column.borderleft .item {
        padding: 20px 0;
    }
    .item {
        border-bottom: 0;
    }
    .cta-image {
        display: none;
    }
    .cta-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .cta-badge {
        max-width: 120px;
    }
    section.sec-8 {
        padding: 46px 0 0;
    }
    section.sec-9 {
        padding: 45px 0 45px;
    }
    .top-form, .bottom-form {
        display: none;
    }
    .banner-side-form2 {
        margin-top: 35px;
    }
    .input-field-2 input, .input-field-2 textarea {
        height: 48px;
    }
    .input-field-2 label {
        font-size: 14px;
    }
    section.sec-10 {
        padding: 30px 0;
    }
    .banner-side-form2 {
        margin-top: 35px;
    }
    .counter-image {
        display: none;
    }
    img.counter-line-image {
        display: none;
    }
    ul#counter li.first.last {
        margin: 0;
    }
    ul#counter li:nth-child(1) {
        margin: 0;
    }
    ul#counter li .counter>div {
        font-size: 36px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
        margin-top: 13px;
    }
    ul#counter li:nth-child(2) {
        margin: 0;
    }
    ul#counter {
        gap: 0;
    }
    .counter-wrapper {
        margin-top: 2vw;
    }
    .service-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .counter-wrapper .counter {
        justify-content: center;
    }
    ul#counter li {
        margin: 0 0 30px !important;
    }
    .sec-10 .btn-wrap {
        margin-top: 10px;
    }
    .benefits-card h5 {
        font-size: 12px;
        padding-top: 2px;
    }
    .benefits-card-list li {
        padding: 12px;
        margin: 0 6px 6px 0;
    }
    .footer-sec p {
        font-size: 12px;
        line-height: 18px;
    }
    footer {
        padding: 22px 0 20px;
    }
    .footer-ratings li {
        padding: 0px 10px;
        border-right: 0;
        margin-bottom: 18px;
    }
    .footer-ratings li p {
        padding-top: 0;
    }
    .f-menu li a {
        font-size: 14px;
    }
    section.sec-12 {
        padding: 0 0 50px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 22px;
        max-width: 90%;
    }
    .off-text2 p {
        font-size: 14px;
        line-height: 18px;
    }


}