/*Main Css */
:root {
    --primary: #67D794;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --shadder1: #dbebff;
    --shadder2: #fff0cf;
    --shadder3: #d8ffec;
    --shadder4: #ebebff;
    --shadder5: #ffe3e0;
    --font-heading: "Satoshi", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --border: 1px solid #c0b5f033;
    --font-regular: 16px;
    --font-small: 14px;
    --font-extra-small: 12px;
    --font-large: 20px;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
    background: #ff5e14;
    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: #ff5e14;
}


/* Tabbing CSS */

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

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


/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 24px 0;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    /* border-bottom: 1px solid #D1D5DB; */
    background: white;
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); */
    /* margin-bottom: 1.5rem; */
}

ul.accordion-list li span {
    display: flex;
    position: relative;
}

.accordion-list li h3 {
    font-size: 24px;
    color: #666666;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #9CA3AF;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}

.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}

ul.accordion-list li.active h3:after {
    content: "\f077";
}

.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.accordion-list li:not(:last-child) {
    border-bottom: 1px solid #D1D5DB;
}

/* Accordian */

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

body.inner-header {
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: var(--font-heading);
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
    width: 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: fixed;
    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;
    max-width: 180px;
}


/* 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 20px;
}

.menu>li>a {
    display: block;
    font-size: 16px;
    color: var(--black);
    /* text-transform: uppercase; */
    font-weight: 500;
}

.header-btn {
    background: var(--primary);
    color: black !important;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400 !important;
}

.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;
    overflow: hidden;
}

.banner-content {
    padding: 150px 0 40px;
}

h1.banner-heading {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 2rem;
}

h1.banner-heading span {
    color: #2A6C45;
}


.banner-list {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 2rem;
}

.banner-list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner-list li:not(:last-child) {
    margin-bottom: 1rem;
}

.banner-list li:before {
    content: "\f058";
    font-family: var(--icon);
    font-weight: 700;
    color: var(--primary);
    font-size: 16px;
}
img.ban-img {
    width: 400px;
    max-width: 100%;
}

.ban-form {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.15);
    /* padding: 30px; */
    position: relative;
}

.ban-form .hdng {
    color: #FFF;
    text-align: center;
    font-family: Satoshi;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 132.353% */
    letter-spacing: -1.02px;
    width: 100%;
}

.ban-form .hdng em{
    font-size: 22px;
    display: block;
    line-height: 1.2;
    
}

.ban-form .upper {
    border-radius: 20px 20px 0px 0px;
    background: #08295A;
    padding: 30px;
}

.ban-form .hdng span {
    color: var(--primary);
}

.ban-form form {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.ban-form form input {
    border-radius: 5px;
    background: #F1F1F1;
    border: 0;
    padding: 1rem;
    width: 100%;
}

.ban-form .newcountrycode {
    border: unset;
    width: 100%;
    background: #F1F1F1;
}

.ban-form form button {
    border-radius: 6px;
    background: #67D794;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    padding: 1rem;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.companies {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap:wrap;
    justify-content: space-around;
}

img.trusted-img {
    margin-top: 1rem;
}

span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}

p.banner-text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2rem;
    color: #333;
}

/* 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%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 1100px;
    /* background: #fff; */
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 95vh;
    overflow-y: auto;
}

.mmpopup {
    text-align: center;
    background: transparent;
    /* padding: 45px 25px 25px; */
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}
.mmpopup .formpop form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mmpopup .fld-input {
    height: 55px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 0;
    border: 1px solid #D1D5DB;
    overflow: hidden;
    /* background: white !important; */
    border: 1px solid #DAD9D9;
    border-radius: 6px;
}

.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 h4 span span {
    display: none;
}

.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;
    font-size: 20px;
    line-height: 27px;
}

.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: 40px;
    color: #000;
}

.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    color: #000;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #010101;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: var(--primary);
    font-size: 50px;
}

.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-radius: 5px;
    background-color: var(--primary);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0;
}

.fld-btn button i {
    padding-left: 12px;
}

.fld-btn button:hover {
    transform: scale(1.03);
}

.cust-row {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    height: 675px;
}

.cust-row .img-sec {
    background: url('../images/popup.webp') no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: start;
}

.form-sec {
    padding: 50px 30px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cust-row .img-sec .testi {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(7px);
    border-radius: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: left;
    padding: 20px 30px;
}

.cust-row .img-sec .testi .stars {
    font-size: 30px;
    display: flex;
    margin-top: 20px;
    gap: 5px;
    color: #FFB700;
}


.checkbox {
    display: flex;
    color: #161616;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 1.5rem;
    gap: 5px;
    flex-wrap: wrap;
}

.form-card .checkbox {
    color: #333;
    margin-bottom: 0;
}

.checkbox a {
    color: red;
}

.accent-color {
    color: var(--primary);
}

hr.horizontal {
    width: 80px;
    margin: 1rem auto 0;
    /* border-color: #03361B; */
    opacity: 1;
    color: #03361B;
    height: 1.5px;
    border-radius: 100px;
}

/* popup */

/* packages */
.pckg-sec {
    background: #EEF2FF;
}

.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
}

.pckg {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}
.pckg .seal {
    position: absolute;
    top: 0;
    right: -12px;
    width: 100px;
}
.pckg:hover {
    transform: scale(1.03);
    border: 1px solid var(--primary);
    background: #f4fff9;
}

.pckg .btn-wrap a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
}

.pckg .btn-wrap .btn-norm {
    color: var(--primary);
    transition: .5s ease;
}

.pckg .btn-wrap .btn-norm:hover {
    transform: scale(1.03);
}

.pckg .upper {
    padding-right: 4rem;
}
.pckg .upper .title {
    font-size: 21px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0.25rem;
    /* text-align: center; */
}

.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.pckg .upper p {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    /* min-height: 40px; */
    /* text-align: center; */
}

.pckg .upper .price {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    margin: 1.5rem 0 0;
}
.pckg .upper s {
    font-weight: 500;
    font-size: 20px;
}
.pckg .upper .discount {
    background: var(--primary);
    padding: 4px 8px;
    border-radius: 15px;
    font-weight: 500;
    color: #fff;
}

.pckg .upper .price .amount {
    font-weight: 800;
    font-size: 48px;
    line-height: 40px;
    color: #000000;
}

.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.pckg .bottom {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between !important;*/
    gap: 1.5rem;
    height: 80%;
}

.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: 500;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    position: relative;
    display: flex;
}

.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}

.pckg .bottom ul li::before {
    content: "\f00c";
    font-family: var(--icon);
    font-weight: 800;
    color: var(--primary);
    margin-right: 12px;
    font-size: 18px;
}
.pckg .upper ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5F5F5F;
    position: relative;
    display: flex;
}

.pckg .upper ul li:not(.last) {
    margin-bottom: 1rem;
}

.pckg .upper ul li::before {
    content: "\f061";
    font-family: var(--icon);
    font-weight: 800;
    color: var(--primary);
    margin-right: 12px;
    font-size: 18px;
}


.pckg .include-imgs {
    display: flex;
    gap: 1rem;
}

.pckg .include-imgs div {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    flex-shrink: 0;
    gap: 10px;
    color: #124428;
    font-size: 14px;
    line-height: normal;
}

.pckg .include-imgs div img {
    width: auto !important;
    opacity: .4;
}

.pckg .include-imgs div span:first-child {
    border-radius: 7px;
    border: 1px solid #DEDEDE;
    padding: 10px;
}

.pckg .include-imgs div img {
    filter: brightness(0.5);
    margin: 0 auto;
}

.pckg .include-imgs div.active {
    font-weight: 500;
}

.pckg .include-imgs div.active span:first-child {
    border: 1px solid #3176d3;
}

.pckg .include-imgs div.active img {
    opacity: 1;
}

span.cust-badge {
    color: #676767;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
}
.testimonials .slick-slide {
    padding-top: 25px;
}
.pckg.popular {
    background: #f4faff;
    border-color: #3176d3;
}

.pckg.popular .cust-badge {
    background: #f4faff;
    border-color: #3176d3;
    color: #000 !important;
}

.pckg.popular img {
    opacity: 1 !important;
}
.pckg.pupolar .include-imgs div span {
    border-color: #3176d3 !important;
}

.pckg.popular .include-imgs div span {
    border-color: #3176d3;
}
/*.pckg .btn-wrap {*/
/*    margin-bottom: 0;*/
/*}*/

.pckg .bottom ul {
    height: 130px;
    overflow-y: auto;
}
.pckg .upper ul {
    margin-top: 1rem;
    /*height: 130px;*/
    height: auto;
    overflow-y: auto;
}
.pckg .bottom p {
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}

.sec-heading.center {
    text-align: center;

}

.sec-heading h2 {
    font-size: 40px;
    line-height: 48px;
}

.sec-heading.white h2,
.sec-heading.white p {
    color: white
}

.sec-heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #5F5F5F;
    margin: 1rem 0;
}

.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}

/* Sec Headings */


/* sections */
section {
    padding: 4rem 0;
    position: relative;
}

.padding-2 {
    padding: 1rem 0;
}

/* sections */


/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-wrap .theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: black;
    font-size: 20px;
    border-radius: 8px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease;
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}

a.theme-btn.bordered.white {
    color: white !important;
}

.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: 55px;
    border-radius: 5px;
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}

.newcountrycode .phone-field {
    width: 100%;
}

.newcountrycode input {
    border: 0;
}

/* Country Code */


/* footer */

footer {
    background: #030E1A;
    padding: 1.5rem 0;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p,
.copyright a {
    color: white;
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

/* footer */


/* Portfolio  */

/* Portfolio  */



/* Portfolio */
/* 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 {
    list-style: disc;
    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 */

.resume-tabs {
    display: flex;
    justify-content: space-around;
    text-align: center;
    position: relative;
    z-index: 0;
    align-items: center;
    gap: 1rem;
}

.resume-tabs a {
    border-radius: 38px;
    border: 1px solid #124428;
    background: #FCFCFC;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 14px;
    color: #124428;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.resume-tabs a.active {
    background: var(--primary);
    border-color: var(--primary);
    color: black;
}

.resume-tabs::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 4px;
    left: 0;
    background: #07295A;
    border-radius: 100px;
}


.pckg .include-imgs {
    display: flex;
    gap: 1rem;
}

.pckg .include-imgs div {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    flex-shrink: 0;
    gap: 10px;
    color: #124428;
    font-size: 14px;
    line-height: normal;
}

.pckg .include-imgs div img {
    width: auto !important;
    opacity: .4;
}

.pckg .include-imgs div span:first-child {
    border-radius: 7px;
    border: 1px solid #DEDEDE;
    padding: 10px;
}

.pckg .include-imgs div img {
    filter: brightness(0.5);
    margin: 0 auto;
}

.pckg .include-imgs div.active {
    font-weight: 500;
}

.pckg .include-imgs div.active span:first-child {
    border: 1px solid #124428;
}

.pckg .include-imgs div.active img {
    opacity: 1;
}

span.cust-badge {
    color: #676767;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 10px 20px;
    width: fit-content;
}

.pckg.popular {
    background: #081220;
}

.pckg.popular * {
    color: white !important;
}

.pckg.popular ::before {
    color: var(--primary) !important;
}

.pckg.popular .cust-badge {
    background: var(--primary);
    border-color: var(--primary);
    color: #000 !important;
}

.pckg.popular img {
    filter: brightness(25) !important;
    opacity: 1 !important;
}

.possibilities-card .content {
    color: white;
    border-radius: 8px;
    background: #081220;
    padding: 20px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 210px;
    transform: translateY(-30px);
}

.possibilities-card .content h3 {
    font-size: 18.726px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.968px;
    /* 133.333% */
    letter-spacing: -0.375px;
}

.possibilities-card .content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.291px;
}
.slick-dots li.slick-active button {
    background: #00b67a;
    width: 12px;
    height: 12px;
}
.slick-dots li button {
    /* background: #00b67a; */
    width: 12px;
    height: 12px;
}

ul.steps-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

ul.steps-list li {
    display: flex;
    border-radius: 6px;
    background: #EEFFF5;
    padding: 1rem;
    gap: 1rem;
}

ul.steps-list li span {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    border-radius: 50%;
}

ul.steps-list li .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.steps-list li .content h3 {
    color: #010101;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.44px;
}

ul.steps-list li .content p {
    color: #5F6061;
    line-height: 22px;
}

.steps-imgs {
    height: 100%;
}

.steps-imgs img {
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover;
    border-radius: 10px;
}

.steps-imgs img.active {
    display: flex;
}


/* Cta Sec */
.cta-sec {
    background: linear-gradient(95deg, #07295A 1.42%, #044198 99.45%);
    margin-bottom: 2rem;
}

.cta-2 {
    background: url('../images/cta2bg.webp') no-repeat;
    background-size: cover;
    background-position: center 50%;
    /* background: linear-gradient(95deg, #07295A 1.42%, #044198 99.45%), linear-gradient(92deg, #29986F 0.34%, #0B2B1B 73.8%); */
}

/* Cta Sec */


/* Counter */
ul.counter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    margin-bottom: -125px;
}

ul.counter li span {
    font-size: 36px;
    font-family: var(--font-heading);
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    /* width: 100%; */
}

ul.counter li span::before {
    content: "\2b";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #ff6a6a;
    border-radius: 100%;
    z-index: -1;
    right: -40px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: var(--icon);
    color: white;
    font-size: 20px;
    font-weight: 900;
    top: 0px;
}

ul.counter li:last-child span::before {
    content: "\25";
}

/* Counter */

.testi-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: space-between;
}

.testi-card .upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

}

.testi-card p {
    color: #222;
    font-size: 15px;
    line-height: 28px;
    /* 186.667% */
}

.testi-card .client {
    display: flex;
    align-items: center;
    gap: 1rem;

}

.testi-card .client .det {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testi-card .client .det .name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.testi-card .client .det .des {
    color: #222;
    font-size: 15px;
    line-height: normal;
}

.award-imgs {
    display: grid;
    justify-content: space-between;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    min-height: 105px;
    margin-top: 2rem;
}

.award-imgs div {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards h2 {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #07176E;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
}

section.has-before:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #D6E7FF;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

section.has-bg {
    background: #D6E7FF;
}



.bubble.bubble1 {
    background: linear-gradient(180deg, rgba(0, 104, 255, 0.07) 0%, rgba(7, 41, 90, 0.07) 100%);
    width: 1029px;
    height: 1029px;
    background-size: contain;
    position: absolute;
    top: 89px;
    z-index: -1;
    left: -81px;
    border-radius: 100%;
    animation: scale 3s infinite alternate;
}

.bubble.bubble2 {
    background: linear-gradient(180deg, rgba(0, 104, 255, 0.07) 0%, rgba(7, 41, 90, 0.07) 100%);
    width: 924px;
    height: 924px;
    background-size: contain;
    position: absolute;
    top: 149px;
    z-index: -1;
    left: -18px;
    animation: scale 2s infinite alternate;
    border-radius: 100%;
}

@keyframes scale {
    0% {
        transform: scale(0.75);
    }

    100% {
        transform: scale(1);

    }
}

/*.call-btn{*/
/*    display:none !important;*/
/*}*/

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .btns {
        width: 100%;
        padding: 10px;
        gap: 5px;
        display: flex;
        flex-direction: column;
    }
    
    .btns i {
        display: none;
    }
    
    .btns a {
        text-align: center  !important;
        justify-content: center  !important;
        justify-content: center  !important;
        display: flex !important;
    }
    header {
        padding: 1rem 0;
    }

    .btns {
        margin: 1.5rem 0;
    }

    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }

    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
    }

    .form-head .form-heading {
        white-space: normal;
        font-size: 20px;
    }

    .form-head {
        padding: 1rem;
    }

    .btn-normal {
        padding: 10px 8px;
    }

    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }

    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }

    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }

    .menuWrap .menu:first-child {
        padding-left: 0;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        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;
    }
    
   
}

@media (max-width : 1025px) {
    .checkbox {
        margin: 1rem 0;
    }

    .btn-wrap .theme-btn {
        font-size: 16px;
        padding: 14px 14px;
    }


    .cust-row .img-sec .testi {
        font-size: 30px;
        line-height: 40px;
    }

    .cust-row .img-sec .testi .stars {
        font-size: 24px;
    }

    .mmpopup .centercont h3 span {
        font-size: 32px;
        line-height: 35px;
    }

    .mmpopup .centercont p {
        font-size: 16px;
        line-height: 22px;
    }

    .mmpopup .fld-input {
        height: 50px;
    }

    .fld-input input {
        padding: 0 16px;
    }

    .newcountrycode {
        padding: 0px 16px;
        height: 50px;
    }

    .cust-row {
        height: 640px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    section {
        padding: 2rem 0;
    }

    .banner-content {
        padding: 100px 0 40px;
    }

    h1.banner-heading {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 1rem;
    }

    p.banner-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1rem;
    }

    .sec-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .possibilities-card .content{
        margin: 0 1.3rem;
    }


    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    ul.counter{
        margin-bottom: -85px;
    }
    .possibilities-card .content{
        height: 360px;
    }
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    section.cta-sec img{
        display: none;
    }
    ul.counter{
        margin-bottom:0; 
    }
  #faqs img{
    display: none;
  }
  .r-none{
    display: none;
  }
    /* Styles */
}


/* iPhone 6-8 Plus */
@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {
    /* Styles */
}



/* iPhone 6-8  */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    /* Styles */
}



/* Android (Pixel 2) */
@media only screen and (min-width : 412px) and (max-width : 684px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 412px) and (max-width : 684px) and (orientation : landscape) {
    /* Styles */
}

/* Iphone X */
@media only screen and (min-width : 375px) and (max-width : 734px) and (orientation : portrait) {}

@media only screen and (min-width : 250px) and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }

    header {
        padding: 1rem 0;
    }

    .banner-content {
        padding: 100px 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: 16px;
        line-height: 26px;
    }

    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }

    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    .resume-tabs {
        flex-wrap: wrap;
    }

    .resume-tabs a {
        width: 47%;
    }

    .resume-tabs::before {
        content: none;
    }

    .resume-slider img {
        width: 100%;
    }

    .possibilities-card img {
        width: 100%;
    }

    ul.counter {
        flex-direction: column;
        gap: 1rem;
        margin: 0;
    }

    ul.counter li {
        text-align: center;
        justify-content: center;
        padding: 20px;
        border: 1px solid #ddd;
        width: 100%;
        border-radius: 10px;
    }

    section.cta-sec {
        margin: 0;
    }

    section {
        padding: 1rem 0;
    }

    .award-imgs {
        grid-template-columns: 1fr;
    }

    .r-none {
        display: none;
    }

    .cust-row .img-sec {
        display: none;
    }

    .cust-row {
        grid-template-columns: 1fr;
    }
    .error-text {
        font-size: 60px;
      
    }
    .error-heading {
        font-weight: 500;
        font-size: 40px;
        line-height: 30px;
    }
    .call-btn{
        display:block !important;
    }
    .companies{
        justify-content:center;
    }
  .companies img{
      max-width:150px;
  }
  section#testimonials {
    margin-top: 1rem;
}


}