@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Main Css */

::selection {
    background: #5336FF;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 7px;
    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: #5336FF;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
}


*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}
label.error {
    display: none !important;
}

input.error, textarea.error, select.error {
    background-color: #FFD7D7 !important;
    color: #111 !important;
}

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;
}

a:hover {
    color: #ff5e14;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: 'Inter', sans-serif;
    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-sec {}

.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;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {}

.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 20px 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: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    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: #f3c919;
    width: 11px;
    height: 11px;
}


/*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;
    padding: 25px 0;
    background: linear-gradient(102.29deg, #1B0256 0%, #241C88 100%);
}

.stickyOpen {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 10;
    padding: 15px 0;
    background: #eee;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.stickyOpen .menu li a{
    color: #000000;
}

.stickyOpen .logo img{
    display: none;
}

.stickyOpen .logo img:nth-child(2){
    display: block;
}

.stickyOpen .menu li:hover a, .stickyOpen .menu li.active a{
    color: #5336FF !important;
}

.stickyOpen .header-btns a:nth-child(2){
    color: #333333;
}

.stickyOpen .header-btns a img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(319deg) brightness(105%) contrast(101%);
}

.main-header {}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}

.logo img:nth-child(2) {
    display: none;
}


/* 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: #fff;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.stickyOpen .menu-Bar span{
    background: #5336FF;
}

.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 {
    background: #b70404;
}

.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-btn-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.menu li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
}

.menu li:hover a,
.menu li.active a {
    color: #86ff9e !important;
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* 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;
    }
}

.header-btns {
    display: flex;
    align-items: center;
}

.header-btns a {
    width: 170px;
    height: 55px;
    background: #6BD981;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    color: #333333;
}

.header-btns a:hover {
    transform: scale(1.05);
}

.header-btns a:nth-child(2) {
    width: 160px;
    height: 55px;
    background-color: transparent;
    border: 2px solid #6BD981;
    border-radius: 4px;
    color: #fff;
    margin-left: 10px;
}

.header-btns a img {
    margin-left: 5px;
    vertical-align: middle;
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    padding: 80px 0;
    background: linear-gradient(102.29deg, #1B0256 0%, #241C88 100%);
}

.banner-content a {
    color: #6BD981;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #fff;
}

.banner-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 5px 0 5px 0;
    color: #6bd981;
    font-weight: 800;
}

.banner-list {
    margin-bottom: 5px;
    margin-top: 20px;
}

.banner-list ul li {
    margin-bottom: 25px;
    width: 42%;
    display: inline-block;
}

.banner-list ul li i {
    color: #6BD981;
    line-height: 19px;
}

.banner-list ul li p {
     padding-left: 5px;
     font-weight: 500;
     font-size: 16px;
     line-height: 19px;
     color: #fff;
     display: inline-block;
}

.banne-slider-wrap {
    margin-right: -170px;
}

.banner-btns {
    display: flex;
    align-items: center;
}

.banner-btns a {
    background-color: #6BD981;
    color: #333333;
    padding: 18px 30px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

.banner-btns a:nth-child(2) {
    background-color: transparent;
    border: 2px solid #6BD981;
    border-radius: 4px;
    color: #fff;
    margin-left: 10px;
}

.banner-btns a img {
    margin-left: 10px;
    vertical-align: middle;
}

.banner-btns a:hover{
    transform: scale(1.05);
}

.banner-btns a:nth-child(2):hover{
     background-color: #6BD981;
     color: #333333;
}

.banner-btns a:nth-child(2):hover img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(319deg) brightness(105%) contrast(101%);
}

.theme-btns {
    display: flex;
    align-items: center;
}

.theme-btns a {
    padding: 18px 30px;
    background: #5336FF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #FDFCFF;
}

.theme-btns a:hover {
    transform: scale(1.05);
}

.theme-btns a img {
    margin-left: 10px;
    vertical-align: middle;
}

.theme-btns a:nth-child(2) {
    background-color: transparent;
    border: 2px solid #5336FF;
    border-radius: 4px;
    color: #333333;
    margin-left: 10px;
}

.theme-btns a:nth-child(2):hover {
    background: #5336FF;
    border-color: #5336FF;
    color: #fff;
}

.theme-btns a:nth-child(2):hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(300deg) brightness(200%) contrast(100%);
}

.rate-p p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding-top: 30px;
}

.company-logo {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.company-logo img {
    margin-right: 30px;
    height: 47px;
}

.company-logo img:last-child {
    margin-right: 0px;
}

.sec-pd {
    padding: 80px 0;
}

.sec-pt {
    padding-top: 80px;
}

.sec-pb {
    padding-bottom: 80px;
}

.global-h4 h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 0px 0 10px;
}

.global-h2 h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 80px;
    letter-spacing: -0.03em;
    color: #333333;
    padding-bottom: 10px;
}

.for-margin-row {
    margin-top: 50px;
}

.our-work-sec {
    border-top: 1px solid #D3D3D3;
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-work-box {
    margin-bottom: 30px;
}

.our-work-box a {
    width: 100%;
}

.our-work-box a img {
    width: 100%;
}

.product-description-tab {
    margin-top: 50px;
}

.product-description-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-description-tab ul li {
    margin-right: 20px;
}

.product-description-tab ul li.last {
    margin-right: 0px;
}

.product-description-tab ul li a {
    padding: 15px 50px;
    border: 1.5px solid #5336FF;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.product-description-tab ul li.active a {
    background: #5336FF;
    color: #fff;
}



.theme-btn-row {
    margin-top: 20px;
}

.theme-center {
    justify-content: center;
}

.our-features-sec {
    background: linear-gradient(102.29deg, #1B0256 0%, #241C88 100%), #1C045B;
}

.feature-h h2,
.feature-h p {
    color: #fff;
}

.feature-box {
    padding: 40px 15px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}

.feature-box:hover {
    background: #6BD981;
    transform: scale(1.07);
}

/* .feature-box:hover .feature-box-content h3 {
    color: #fff;
} */

.feature-box:hover .feature-box-content p {
    color: #000000;
}

.feature-box-content h3 {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #000000;
    padding: 15px 0 15px;
}

.feature-box-content p {
    font-size: 16px;
}

.our-process-sec {
    padding-bottom: 40px;
}

.process-box {
    margin-bottom: 30px;
    padding: 60px 25px 40px;
    background: #F8F8F8;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}

.process-box:hover {
    background: #5336FF;
    transform: scale(1.07);
}

.process-img {
    text-align: center;
}

.process-content {
    padding-top: 20px;
}

.process-img img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.process-content h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #000000;
    padding: 15px 0;
}

.process-box:hover .process-content h3 {
    color: #fff;
}

.process-box:hover .process-content p {
    color: #fff;
}

.ready-stripe-sec {
    padding: 100px 0;
    background-image: url('../images/ready-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.ready-stripe-content h2 {
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -3px;
    background: radial-gradient(50% 50% at 50% 50%, #C7E9FF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-bottom: 50px;
}

.ready-btns a:nth-child(2) {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    box-shadow: 0 0 0 transparent;
}

.choose-box {
    border: 1.5px solid #000000;
    border-radius: 10px;
    padding: 80px 30px;
    margin-bottom: 30px;
    transition: 0.4s ease-in-out;
}

.choose-box:hover {
    background: #5336FF;
    transform: scale(1.07);
    border-color: #5336FF;
}

.choose-box:hover .choose-box-content h3 {
    color: #fff;
}

.choose-box:hover .choose-box-content p {
    color: #fff;
}


.choose-box-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #000000;
    padding: 15px 0 10px;
}

.trusted-companies {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.trusted-companies img {
    margin-right: 50px;
    width: 120px;
}

.trusted-companies img:last-child {
    margin-right: 0px;
}

.trust-per-box {
    border: 1.5px solid #555555;
    border-radius: 10px;
    padding: 30px 10px;
    transition: 0.3s;
}


.trust-per-num h4 {
    font-weight: 800;
    font-size: 40px;
    line-height: 62px;
    text-align: center;
    background: linear-gradient(90deg, #333333 0%, #202020 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 2px;
}

 .pkge-slider>ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

 .pkge-slider2>ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
} 

.pkge-slider .slick-list.draggable {
    padding: 20px 0;
}

.pkge-list>ul {
  height: auto;
    max-height: 320px;
    min-height: 320px;
    overflow: overlay;    
}

.pkge-box {
    border: 1.5px solid #DADEF2;
    border-radius: 10px;
    padding: 40px 30px;
    transition: 0.4s ease-in-out;
}

.pkge-box:hover {
    background-color: #5336FF;
    transform: scale(1.05);
}

.pkge-box:hover .pkge-content h4 {
    color: #fff;
}

.pkge-box:hover .pkge-content p {
    color: #fff;
}


.pkge-box:hover .pkge-price h4 {
    color: #fff;
}

.pkge-box:hover .pkge-price h5 {
    color: #fff;
}

.pkge-box:hover .pkge-list ul li p {
    color: #fff;
}

.pkge-box:hover .pkge-start-btn a {
    background-color: #6BD981;
    color: #333333;
}

.pkge-content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.04em;
    color: #333333;
}

.pkge-content p {
    color: #505673;
    padding: 8px 0 10px;
}

.pkge-price {
    display: flex;
    align-items: center;
}

.pkge-price h4 {
    font-weight: 600;
    font-size: 48px;
    line-height: 77px;
    letter-spacing: -1.5px;
    color: #333333;
}

.pkge-price h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: -1.5px;
    color: #00B67A;
    padding-left: 15px;
}

.pkge-start-btn a {
    width: 100%;
    height: 63px;
    background: #5336FF;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;
    margin: 25px 0;
}

.pkge-start-btn a:hover {
    transform: scale(1.05);
}

.pkge-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pkge-list ul li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F0F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D55CC;
}

.pkge-list ul li p {
    color: #505673;
    padding-left: 10px;
    font-size: 15px;
}

.pkge-chat-btn a {
    width: 100%;
    height: 56px;
    background: #F5F6FA;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    color: #3D55CC;
    margin-top: 15px;
}

.pkge-chat-btn a:hover {
    transform: scale(1.05);
}

.pkge-chat-btn a i {
    margin-right: 10px;
    color: #3D55CC;
}
.feature-h p {
    margin-bottom: 25px;
}
.testibox-main {
    column-count: 5;
}


.pkge-sec span.arr-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #5336ff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;

}

.pkge-sec span.arr-left.slick-arrow i {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}


.pkge-sec span.arr-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #5336ff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.pkge-sec span.arr-right.slick-arrow i {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}


.testibox-main .testi-box {
    margin-right: 30px;
}

.testibox-main .testi-box:last-child {
    margin-right: 0px;
}

.testi-box {
    background: #FFFFFF;
    box-shadow: 0px 0.60323px 0.60323px -1.08333px rgba(0, 0, 0, 0.22), 0px 2.29021px 2.29021px -2.16667px rgba(0, 0, 0, 0.204), 0px 10px 10px -3.25px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    break-inside: avoid-column;
    transition: 0.3s ease-in-out;
}

.testi-box:hover {
    background: #5336FF;
}

.testi-box:hover .testi-user-name h4 {
    color: #fff;
}

.testi-box:hover .testi-user-name h5 {
    color: #fff;
}

.testi-box:hover .testi-user-name h6 {
    color: #fff;
}

.testi-box:hover .testi-msg p {
    color: #fff;
}

.testi-user-main {
    display: flex;
    align-items: center;
}

.testi-user-img {
    flex-shrink: 0;
}

.testi-user-name {
    margin-left: 10px;
}

.testi-user-name h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

.testi-user-name h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}

.testi-user-name h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}

.testi-msg p {
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
    padding-top: 25px;
    width: 269.87px;
    max-width: 100%;
}

.testi-msg p span {
    color: #0099FF;
}

.testimonial-sec {
    padding-left: 80px;
    padding-right: 80px;
}

/* Faq Css */

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 20px;
    margin: 0 auto 0px;
    border-radius: 0;
    cursor: pointer;
    padding: 20px 0px;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #DADEF2;
}

ul.accordion-list li.active {
    border-color: #CACACA;

}

ul.accordion-list li.active h3:after {
    content: '\f078';
}

ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    color: #0d3235;
    padding-right: 20px;
}

ul.accordion-list li.active h3 {
    color: #000;
}

ul.accordion-list li h3:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #141414;
    transition: all .3s ease-in-out;
    font-size: 20px;
    font-weight: 500;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    padding: 16px 0px 0;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    font-weight: 500;
    color: #000000;
    width: 1067px;
    max-width: 100%;
}

ul.accordion-list li.active .answer {
    display: block !important;
}

.answer ul li {
    list-style: disc;
    margin: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border: none;
    padding-top: 10px;
    padding-left: 0;
    line-height: 1.5;
}

ul.accordion-list li div.answer ul {
    padding-left: 10px;
}

/* Faq End  */

footer {
    background: #000000;
    padding: 20px 0;
}

.copyright-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.copyright-content p a {
    color: #008AFC;
}


.thankyou-text h4 {
    font-weight: 500;
    font-size: 64px;
    line-height: 77px;
    color: #4C4C4C;
    padding: 2rem 0;
}

.thankyou-text p {
    font-size: 18px;
    line-height: 31px;
    color: #4C4C4C;
}

.thankyouimage {
    padding: 2rem 0;
}

/* 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: 560px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
    border: 2px solid #fff;
}

.mmpopup {
    text-align: center;
    /* background: #f8f8f8; */
    padding: 45px 25px 25px;
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}

.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 2px;
    margin-bottom: 1rem;
    /* border: 1px solid #D1D5DB; */
    overflow: hidden;
}

.mmpopup .centercont h3 {
    font-size: 38px;
    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;
}

.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: #000;
    max-width: 390px;
    margin: auto;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    position: relative;
}

.mmpopup .centercont p .orange {
    color: #FF0000;
}

.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;
}

.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
}

.mmpopup .static-h h3 span {
    display: block;
    margin: 0 30px;
    color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    vertical-align: text-bottom;
    font-size: 55px;
}

.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:not([type="checkbox"]) {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
    color: #000;
}

label {
    color: white;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}

.fld-btn button {
    border-radius: 5px;
    background-color: blue;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: pointer;
    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);
}

.checkbox {
    display: flex;
    color: white;
    margin-bottom: 1.5rem;
    gap: 10px;
    flex-wrap: wrap;
}

.checkbox a {
    color: red;
}

/* popup */


@media only screen and (max-width: 1700px) and (min-width: 1601px) {
    .testibox-main {
        column-count: 2;
    }
    .testi-msg p{
        width: 100%;
    }
}


@media only screen and (max-width: 1299px) and (min-width: 1201px) {
    .pkge-sec span.arr-right.slick-arrow{
        display: none !important;
    }
    .pkge-sec span.arr-left.slick-arrow{
        display: none !important;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1201px) {
    .testibox-main {
        column-count: 2;
    }
    
    .testi-msg p{
        width: 100%;
    }

    .testibox-main .testi-box {
        margin-right: 0;
    }

    .testi-box {
        padding: 30px 15px;
    }

    .banne-slider-wrap {
        margin-right: -100px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .banner-img img {
        margin: auto;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .rate-p p {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .our-features-sec .row .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .our-features-sec .row .col-md-3 {
        max-width: 50%;
        flex: 50%;
    }

    .feature-h {
        text-align: center;
    }

    .feature-h p {
        padding-bottom: 15px;
    }

    .trust-per-row .row .col-md-3 {
        max-width: 50%;
        flex: 50%;
    }

    .trust-per-box {
        margin-bottom: 15px;
    }

    .pkge-row .row .col-md-4 {
        max-width: 50%;
        flex: 50%;
    }

    .testibox-main {
        column-count: 2;
    }

    .testibox-main .testi-box {
        margin-right: 0;
    }

    .testi-box {
        padding: 30px 15px;
    }

    .testi-msg p {
        font-size: 16px;
        line-height: 25px;
        padding-top: 20px;
        width: 100%;
        max-width: 100%;
    }

    .ready-stripe-content h2 {
        font-size: 60px;
        line-height: 75px;
    }

    .global-h2 h2 {
        font-size: 60px;
        line-height: 70px;
        padding-bottom: 10px;
    }

    .process-row .row .col-md-4 {
        max-width: 50%;
        flex: 50%;
    }

    .pkge-row .row {
        justify-content: center;
    }

    .choose-row .row .col-md-4 {
        max-width: 50%;
        flex: 50%;
    }

    .banne-slider-wrap {
        margin-right: -0px;
    }
}




@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    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: #0f4c97;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
        background: rgba(0, 0, 0, 0.68) !important;
        box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
        backdrop-filter: blur(14.3px);
        -webkit-backdrop-filter: blur(14.3px);
    }

    ul.menu li {
        display: block;
    }

    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;
    }

    .logo img {
        max-width: 100%;
    }

    .container {
        position: relative;
    }

    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }

    header .main-header ul.menu>li a {
        color: #fff;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }

    .header-btns {
        display: none;
    }

    .our-work-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .testimonial-sec {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banne-slider-wrap {
        margin-right: 0px;
        margin-top: 30px;
    }
    
    .pkge-slider2>ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    
    .pkge-slider>ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mainBanner {
        padding: 40px 0 60px;
    }

    .banner-img {
        text-align: center;
    }

    .banner-img img {
        text-align: center;
        width: 100%;
    }

    .rate-p p {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .banner-content h1 {
        line-height: 70px;
    }

    .our-features-sec .row .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .our-features-sec .row .col-md-3 {
        max-width: 50%;
        flex: 50%;
    }

    .feature-h {
        text-align: center;
    }

    .feature-h p {
        padding-bottom: 15px;
    }

    .feature-box-content h3 {
        padding: 15px 0 0px;
        font-size: 20px;
    }

    .global-h2 h2 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .process-row .row .col-md-4 {
        max-width: 50%;
        flex: 50%;
    }

    .ready-stripe-content h2 {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 30px;
    }

    .choose-row .row .col-md-4 {
        max-width: 50%;
        flex: 50%;
    }

    p {
        font-size: 16px;
    }

    .choose-box-content h3 {
        font-size: 20px;
        padding: 15px 0 0;
    }

    .trust-per-row .row .col-md-3 {
        max-width: 50%;
        flex: 50%;
    }

    .trust-per-box {
        margin-bottom: 15px;
    }

    .pkge-row .row {
        justify-content: center;
    }

    .pkge-row .row .col-md-4 {
        max-width: 50%;
        flex: 50%;
    }

    .pkge-box {
        padding: 40px 15px;
        margin-bottom: 15px;
    }

    .process-img img {
        height: 130px;
    }

    .testibox-main {
        column-count: 2;
    }

    .testibox-main .testi-box {
        margin-right: 0;
    }

    .testi-box {
        padding: 30px 15px;
    }

    .testi-msg p {
        font-size: 16px;
        line-height: 25px;
        padding-top: 20px;
        width: 100%;
        max-width: 100%;
    }

    .sec-pd {
        padding: 60px 0;
    }

    .ready-stripe-sec {
        padding: 60px 0;
    }

    .sec-pt {
        padding-top: 60px;
    }

    .sec-pb {
        padding-bottom: 60px;
    }

    .product-description-tab ul {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .product-description-tab ul li {
        display: inline-block;
        margin: 5px;
    }

    .pkge-row {
        margin-top: 25px;
    }
}





@media (max-width: 1024px) {
    br {
        display: none;
    }


}

@media (max-width: 824px) {}

@media (max-width: 767px) {
    .logo img {
        width: 150px;
    }

    .mainBanner {
        padding: 20px 0 40px;
    }

    .banner-content h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .banner-content h1 span img {
        width: 50px;
    }
.banner-content {
    text-align: center;
}

.banner-list {
    margin-top: 5px;
}
    .banner-content p {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 0 5px;
    }

    .banner-list ul li {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    

    .banner-list ul li p {
        font-size: 15px;
        line-height: 19px;
        padding-left: 8px;
    }

    .theme-btns {
        flex-direction: column;
    }

    .theme-btns a {
        width: 100%;
    }

    .theme-btns a:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }

    .rate-p p {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    .global-h2 h2 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 10px;
    }

    .global-h4 h4 {
        font-size: 20px;
        padding: 0px 0 5px;
    }

    .sec-pd {
        padding: 40px 0;
    }

    .sec-pt {
        padding-top: 40px;
    }

    .sec-pb {
        padding-bottom: 40px;
    }

    .feature-box {
        padding: 30px 15px;
    }

    .feature-h p {
        padding-bottom: 20px;
    }

    .feature-box-content h3 {
        font-size: 20px;
        line-height: 25px;
        padding: 20px 0 5px;
    }

    .process-content h3 {
        font-size: 20px;
        padding: 15px 0 0px;
    }

    .ready-stripe-content h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }

    .ready-stripe-sec {
        padding: 60px 0;
    }

    .choose-box-content h3 {
        font-size: 20px;
        padding: 15px 0 5px;
    }

    .choose-box {
        padding: 40px 15px;
    }

    .trusted-companies {
        margin: 15px 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .trusted-companies img {
        display: inline-block;
        width: 40%;
        margin: 10px;
    }

    .trust-per-box {
        padding: 30px 10px;
        margin-bottom: 15px;
    }

    .trust-per-num h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .pkge-box {
        padding: 30px 15px;
        margin-bottom: 20px;
    }

    .pkge-price h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .pkge-price h5 {
        font-size: 18px;
        padding-left: 10px;
    }

    .pkge-list ul li p {
        padding-left: 10px;
        font-size: 14px;
    }

    .process-img img {
        height: 120px;
    }

    .testimonial-sec {
        padding-left: 0px;
        padding-right: 0px;
    }

    .testibox-main {
        column-count: 1;
    }

    .testibox-main .testi-box {
        margin-right: 0px;
    }

    .testi-box {
        padding: 30px 15px;
    }

    .testi-msg p {
        font-size: 15px;
        line-height: 25px;
        padding-top: 15px;
        width: 100%;
    }

    .payment-img {
        text-align: center;
        margin-top: 20px;
    }

    .copyright-content p {
        text-align: center;
    }

    .roman li h2 {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }

    .roman li p {
        font-size: 15px;
    }

    .roman li h4 {
        font-size: 24px !important;
        margin-bottom: 5px !important;
        line-height: 30px;
    }

    .roman li p {
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }

    .roman li p {
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }

    ul.terms-list li {
        font-size: 15px !important;
        line-height: 30px !important;
    }

    ul.terms-list {
        margin-bottom: 15px !important;
    }

    .product-description-tab {
        margin-top: 20px;
    }

    .product-description-tab ul li {
        margin: 5px;
        width: 100%;
    }

    .product-description-tab ul li a {
        width: 100%;
        text-align: center;
    }

    .pkge-row {
        margin-top: 25px;
    }

    .mmpopup .static-h h3 span{
        font-size: 26px;
    }

    .company-logo{
        justify-content: center;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .rate-p {
    text-align: center;
}

.company-logo img {
    height: 26px;
}
    .banner-btns{
        flex-direction: column;
    }
    .banner-btns a {
       width: 78%;
       padding: 13px 0;
       font-weight: 700;
       font-size: 16px;
    }
    
    .banner-btns a:nth-child(2){
        margin-left: 0;
        margin-top: 10px;
    }
}



.alreadyerror {
    margin: 10px 0;
}

