/*Main Css */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #5DB6F8;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "Outfit", sans-serif;
    --font-accent: "Work Sans", sans-serif;
    --font-body: "Work Sans", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
    background: var(--primary);
    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: var(--primary);
}
.pckg .bottom .scroll::-webkit-scrollbar {
    width: 3px;
}
.pckg .bottom .scroll::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Tabbing CSS */
[class^="box-"] {
    display: none;
}
[class^="box-"].showfirst {
    display: block;
}

/* Accordian */
.accordion-list {
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 1.5rem; */
}
.accordion-list ul {
    list-style: disc;
    padding-left: 1rem;
    line-height: 24px;
    margin-top: 1rem;
}
.accordion-list>li {
    padding: 18px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2.848px 68.359px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 1rem;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
ul.accordion-list>li span {
    display: flex;
    position: relative;
}
.accordion-list>li h3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 16px;
    line-height: 24px; /* 150% */
}
ul.accordion-list>li h3:after {
    content: "\f078";
    font-family: var(--icon);
    color: #111827;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    font-weight: 600;
    margin-top: 6px;
    height: 20px;
    width: 20px;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
    flex-shrink: 0;
}
ul.accordion-list>li.active h3:after {
    content: "\f077";
}
.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
    opacity: 0.7;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
}
section.faq-sec {
    background: rgba(93, 182, 248, 0.20);
    background-repeat: no-repeat;
    background-position: right;
}
.faq-image {
    text-align: center;
}
section.faq-sec.no-bg {
    background: #fff;
    background-repeat: no-repeat;
    background-position: right;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
/* Accordian */

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

html {
    overflow-x: hidden;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    display: block;
    font-weight: 600;
    font-family: var(--font-heading);
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

/* Padding Classes */
.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.ovr-hiddn {
    overflow: hidden;
}
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}

/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}

/*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: sticky;
    background: transparent;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
    max-width: 180px;
}
.logo h2, .f-logo h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.main-header {
    padding: 32px 0;
}
/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    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 26px;
}
.menu>li>a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.header-btn {
    padding: 12px 20px;
    background: var(--primary) !important;
    color: white !important;
    transition: .5s ease;
    border-radius: 12px;
    font-size: 16px !important;
    border-radius: 45px;
    background: #5DB6F8;
}
.header-btn:hover {
    transform: scale(1.03);
}
.menu>li :hover>a,
.menu>li .active>a {
    color: #000
}

@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;
}
.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: contain;
    background-position: right;
    position: relative;
    z-index: 999;
    background-repeat: no-repeat;
}
.mainBanner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 58%;
    background-image: url(../images/banner/main-banner.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position:  top right;
}
.banner-content {
    padding: 90px 0 187px;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
}
.banner-img img {
    height: 100%;
}
.mainBanner .btn-wrap {
    margin-bottom: 0;
}
h1.banner-heading {
    margin-bottom: 15px;
    max-width: 100%;
     /* 96.667% */
    color: #000;
    font-size: 70px;
    font-weight: 600;
    line-height: 71px; /* 101.429% */
}
h1.banner-heading.lg {
    width: 100%;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    max-width: 100%;
    margin-bottom: 15px;
     /* 144.444% */
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; /* 122.222% */
    opacity: 0.7;
}
.ban-image {
    text-align: end;
}
.icon-image {
    margin-top: -64px;
    margin-bottom: 15px;
}
.icon-wrapper {
    margin-top: 38px;
}

/* 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: 530px;
    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;
}
.mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 25px;
}
.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}
.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden;
}
.mmpopup .centercont h4 {
    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;
    color: #333;
}
.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;
    text-align: left;
}
.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
    margin-bottom: 10px;
}
.mmpopup .centercont h3 span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #3A3D40;
    text-align: left;
}
.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-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);
}
.mmpopup .formpop form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
}
.mmpopup .formpop form input,
.mmpopup .formpop form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}
.mmpopup .formpop form label {
    text-align: left;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 14px;
    line-height: normal;
}
.mmpopup .formpop form label input {
    width: 20px;
    height: 20px;
}
.formpop form button {
    padding: 15px 30px;
    background: #000000;
    color: white;
    font-weight: 700;
    transition: .5s ease;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    border: 0;
}
.popupmain p {
    font-size: 14px;
    line-height: normal;
    text-align: left;
}
/* popup */

/* packages */
.pckg .bottom ul li:nth-child(odd) {
    border-radius: 0px 8px 8px 0px;
    background: rgba(93, 182, 248, 0.20);
}
.bottom span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}
.bottom {
    padding: 0 30px 30px;
}
.pckg:hover .bottom span {
    color: #fff;
}
.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}
.pkg-list.g2 {
    grid-template-columns: repeat(4, 1fr);
}
.pkg-list.g-2 {
    grid-template-columns: repeat(2, 1fr);
}
.pckg {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: .5s ease;
    border: 1px solid #E4E4E4;
    position: relative;
    border-radius: 18px;
    border-top: 5px solid var(--M, #5DB6F8);
    border-right: 1px solid var(--M, #5DB6F8);
    border-bottom: 1px solid var(--M, #5DB6F8);
    border-left: 1px solid var(--M, #5DB6F8);
    background: #FFF;
}
.pckg:hover {
    background: black;
}
.pckg:hover .upper .title, 
.pckg:hover .upper .price .amount::before, 
.pckg:hover .bottom ul li {
    color: #fff;
}
.pckg .btn-wrap a {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    border-radius: 68px;
    background: var(--M, #5DB6F8);
}
.pckg:hover .btn-wrap a {
    background: var(--primary);
    color: #fff;
}
.pckg .btn-wrap .btn-norm {
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover {
    transform: scale(1.03);
}
.pckg .upper .title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    position: relative;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
    margin-bottom: 1.5rem;
    min-height: 40px;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0 0rem;
    border-radius: 70px;
    background: #5DB6F8;
    justify-content: center;
    padding: 6px;
}
.pckg .upper .price .amount {
    position: relative;
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
}
.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;

    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.pckg .bottom ul li {
    position: relative;
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
    opacity: 0.67;
    /* justify-content: space-between; */
    padding: 8px;
    padding-left: 28px;
}
.pckg .scroll p {
    font-size: 18px;
    margin: 1.5rem 0;
    font-weight: 600;
}
.pckg .scroll {
    overflow-y: auto;
    max-height: 288px;
    margin-left: -30px;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 4px;
}
.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f058";
    font-weight: 800;
    color: var(--primary);
    margin-right: 12px;
    padding-left: 2px;
    font-size: 22px;
}
.pckg .btn-wrap {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.pckg:hover .upper .price .amount {
    color: #fff;
}
.title-tag svg {
    margin-left: -42px;
}
.title-tag {
    position: relative;
}
.pckg .upper .title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.8vw;
    left: 0vw;
    width: 5vw;
    height: 1px;
    background: #D9D9D9;
}
.pckg .upper .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.8vw;
    right: 0vw;
    width: 5vw;
    height: 1px;
    background: #D9D9D9;
}
img.sm-vector {
    display: none;
}
.upper {
    position: relative;
    padding: 30px 30px 0;
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;
}
.sec-heading h2 {  
    position: relative;
    font-size: 44px;
    line-height: normal;
}
.sec-heading h3 {
    color: white;
    font-size: 25px;
    font-weight: 400;
}
.sec-heading.white h2 {
    color: white
}
.sec-heading p {
    margin: 1rem 0;
    font-size: 16px;
    font-style: normal;
    line-height: 22px; /* 137.5% */
    opacity: 0.7;
}
.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;
    margin: 0 0 1rem;
}
.btn-wrap .theme-btn {
    padding: 12px 22px;
    background: var(--primary);
    transition: .5s ease;
    border-radius: 12px;
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 45px;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover {
    transform: scale(1.03);
}
/* Theme Buttons */

/* footer */
footer {
    padding: 50px 0 0;
    background: #1B1B1B;
}
.copyright-sec {
    background-color: #1b1b1b;
    margin-top: 70px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff33;
    padding: 20px;
}
.copyright img {
    width: 250px;
    max-width: 100%;
}
footer p {
    color: #FFF;
    font-size: 14px;
    line-height: 22px; /* 137.5% */
    opacity: 0.7;
}
footer .f-logo {
    margin-bottom: 1.5rem;
}
footer .f-logo img {
    max-width: 180px;
}
footer .f-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
footer .f-links a {   
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}
footer .hdng {   
    text-transform: capitalize;  
    margin-bottom: 2.5rem; 
    color: #FFF; 
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
footer .contact-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
footer .contact-links * {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.7;
}
/* footer */

ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
ul.overview-nav.d2 a {
    padding: 15px 18px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #333333;
}
ul.overview-nav.d2 li.active a {
    background: #3B38EB;
    color: white;
    border-color: #3B38EB !important;
}
.port-card * {
    width: 100%;
}
.port-card {
    margin-bottom: 18px;
}
/* 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 */
.mainBanner.contact-page {
    height: 80dvh;
}
.terms ul ul {
    list-style: disc;
    padding-left: 1rem;
}
.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 30px;
    margin: 2rem 0 1rem;
    font-weight: 600;
}
.terms p {
    margin-bottom: 1rem;
    font-size: 16px;
    color: #555555;
}
/* terms */

ul.overview-nav {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 15.9px 0px rgba(0, 0, 0, 0.08);
    padding: 5px 5px 5px;
    width: fit-content;
    margin: 0 auto;
}
.overview-nav li a {
    background: transparent;
    padding: 12px 20px;
    border: 1px solid #00000008;
    border-radius: 45px;
    color: rgba(0, 0, 0, 0.76);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.overview-nav li.active a {
    color: #fff;
    background: var(--primary);
}
form.contact-form.pckg-form {
    background: #5db6f8;
    border-radius: 30px;
}
form.contact-form.pckg-form input,
form.contact-form.pckg-form textarea,
form.contact-form.pckg-form select {
    border: 1px solid #fff;
    background: transparent;
    color: white;
    width: 100%;
    padding: 10px;
}
form.contact-form.pckg-form select option {
    color: #333;
}
form.contact-form.pckg-form h3 {
    font-size: 26px;
    margin-bottom: 1.5rem;
    color: #fff;
}
form.contact-form.pckg-form ::placeholder {
    color: white;
}
form.contact-form.pckg-form button {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    background: #ffc727;
}
form.contact-form {
    background: #04144C;
    padding: 40px;
    color: white;
}
form.contact-form label {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
form.contact-form label {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: start;
}
form.contact-form label input {
    flex-basis: 10px;
    background: transparent;
}
.cta-wrap {
    border-radius: 6px;
    background: #214CB1;
    overflow: hidden;
    padding-left: 40px;
}
.cta-sec .btn-wrap {
    margin: 0;
    padding: 5px 5px 5px 20px;
    width: fit-content;
    border-radius: 76px;
    background: #FFF;
}
.btn-wrap a.call-btn {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.btn-wrap a.call-btn i.fa.fa-phone {
    color: var(--primary);
    margin-right: 10px;
}
.cta-wrap .sec-heading p {
    color: #0B0B0B;
    font-size: 18px;
    margin: 0 !important;
}
.cta-wrap .sec-heading {
    margin-bottom: 1rem;
}
.cta-wrap .sec-heading h2 {
    color: #0B0B0B;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 1rem;
}
.sec-heading.white h2,
.sec-heading.white p {
    color: white;
}
.cta-wrap .contact {
    display: flex;
    color: #FFBE05;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    flex-direction: column;
    align-items: start;
}
.cta-wrap .contact a {
    color: #fff;
    font-style: normal;
}
section.cta-sec {
    background-size: cover;  
    background-position: bottom;
}
.cta-image {
    text-align: left;
}
.circle-list {
    display: flex;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 20px 15px;
    margin-bottom: 14px;
}
.circle-image {
    flex-shrink: 0;
}
.circle-list h3 {
    color: #000; 
    font-size: 20px;
    font-weight: 500;
    line-height: 18px; /* 90% */
    padding-bottom: 8px;
}
.circle-list p {
    text-align: left;
    opacity: 0.7;
    color: #000;
    font-size: 14px;
    line-height: 18px; /* 128.571% */
}
.circle-list span {
    display: flex;
    width: 74px;
    height: 74px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 37px;
    background: #5DB6F8;
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}
.circle-list h3 span {
    color: #8D7DFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.choose-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.choose-card h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}
.choose-card p {
    color: #222A41;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}
.icon-card {
    text-align: center;
    gap: 13px;
    padding: 21px;
    height: 100%;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.icon-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.7;
}
.icon-card p {
    color: #222A41;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.number-card {
    padding: 30px;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #E3E3E3;
}
.number-card span {
    color: var(--primary);
    font-size: 40px;
    font-family: var(--font-heading);
    font-weight: 600;
}
.number-card span span {
    color: #F86061;
}
.number-card p {
    color: black;
    font-size: 20px;
    font-weight: 600;
}
ul.icon-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
ul.icon-list li h3 {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}
ul.icon-list li p {
    color: #0F192D;
    line-height: 26px;
}
ul.icon-list li .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
ul.icon-list li {
    display: flex;
    gap: 10px;
    align-items: start;
}
ul.icon-list li i {
    font-weight: 400;
    font-size: 30px;
    color: #fcc729;
}
.seo-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 17px;
}
.seo-card h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px; /* 130% */
}
.seo-card p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    opacity: 0.7;
}
.seo-card .content {
    padding: 20px 0 0;
    text-align: left;
}
.seo-card p span {
    color: #733356;
    font-weight: 700;
}
.contact-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #DADADA;
    height: 100%;
}
.contact-card * {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
form.contact-wrap h3 {
    color: #0C121F;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px;
}
form.contact-wrap {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pckg .bottom ul li strong {
    font-weight: 900;
    color: #000;
}
.work img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
form.contact-wrap h3 {
    color: #0C121F;
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}
form.contact-wrap input,
form.contact-wrap textarea {
    border: none;
    padding: 13px 20px;
    width: 100%;
    color: #6D6F78;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
form.contact-wrap label {
    color: #000;
    font-size: 14px;
    line-height: 22px; /* 137.5% */
    opacity: 0.7;
}
.contact-wrap .submit {
    padding: 20px 60px;
    background: var(--primary);
    color: #fff !important;
    transition: .5s ease;
    border: 0;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
}
.bg-light {
    background: #dff0fe !important;
}
.contact-details {
    display: flex;
    padding: 20px;
    gap: 18px;
    align-self: stretch;
    align-items: center;
    margin-bottom: 20px;
    width: 80%;
    border-radius: 10px;
    border: 1px solid rgba(93, 182, 248, 0.20);
    background: rgba(93, 182, 248, 0.08);
}
.contact-details h6 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.contact-details a, .contact-details p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
section.contactus-sec {
    background: #dff0fe;
}
.formimage {
    height: 100%;
}
.formimage img {
    height: 100%;
    border-radius: 34px;
}
.process-image img {
    height: 100%;
}
.process-image {
    height: 100%;
}

/* Checkout */
form.checkout-form {
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 10px;
}
form.checkout-form .inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5rem;
}
form.checkout-form .inputs input {
    padding: .6rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}
label.checkbox {
    line-height: 24px;
}
label.checkbox a {
    color: var(--primary)
}
input.theme-btn {
    padding: 1rem;
    background: var(--primary);
    color: white;
    border: 0;
    border-radius: 5px;
    transition: .5s ease;
}
input.theme-btn:hover {
    transform: scale(1.04);
}
.total {
    background: #f2f2f2;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.total ul {
    display: flex;
    flex-direction: column;
}
.total ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.total ul li {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}
.total ul li span:first-child {
    font-weight: 600;
    font-size: 18px;
}
.total ul li span:last-child {
    font-weight: 500;
}
.search-wrap {
    background: transparent;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    margin-top: 2rem;
    border: 1.5px solid #ffffff;
    border: 1px solid #E4DCDC;
    background: #f6f6f659;
    border-radius: 100px;
}
.search-wrap a {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    /* background: var(--primary); */
}
.search-wrap input {
    width: 100%;
    border: 0;
    padding: 0 30px;
    color: #fff !important;
    background: transparent;
}
.search-wrap input::placeholder {
    color: #CBCBCB;
}
.domain-status-head {
    background: #db4343;
    color: white;
    padding: 10px;
    margin-top: 2rem;
    width: fit-content;
    border-radius: 101px;
}
.domain-status-name {
    color: red;
    text-align: left;
    margin-top: 1rem;
    line-height: 26px;
    font-weight: 500;
}
.domain-status-name span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.domain-status.ava-domain .domain-status-head {
    background: #00a92c;
}
.domain-status.ava-domain .domain-status-name {
    color: #00a92c;
}
.domain-loader {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    right: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16px;
    transition: 0.2s;
}
.domain-loader i,
.domain-loader img {
    display: none;
}
.domain-loader i.fa-times {
    color: red;
}
.domain-loader i.fa-check {
    color: green;
}
.domain-loader img {
    width: 100%;
    position: absolute;
}
.domain-loader img {
    animation: revert;
}
.banner-content .elem {
    position: absolute;
}
span.elem.e1 {
    left: 10%;
    top: 30%;
}
span.elem.e2 {
    right: 10%;
    bottom: 40%;
}
.overlap {
    transform: translateY(160px);
    margin-top: -230px;
    margin-bottom: 150px;
}
ul.hdng-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
ul.hdng-list li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}
ul.hdng-list li h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    line-height: normal;

    align-items: center;
}
ul.hdng-list li p {
    color: #222A41;
    line-height: 24px;
    animation: fadeInRight .5s ease-in-out;
}
ul.hdng-list li:not(.active) p {
    display: none;

}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
    }
}

ul.hdng-list li h3 span {
    color: #8D7DFF;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.bg-dark {
    background: #0F1F3E !important;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


@media (max-width: 1440px) {
    .banner-content .elem {
        display: none;
    }
}

@media (max-width: 1200px) {
    ul.menu.btns li {
        border-bottom: 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;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .work-1 .sec-heading {
        width: 100%;
    }
    .pkg-list {
        gap: 1rem;
    }
    section.cta-sec {
        background-position: bottom;
    }
    ul.circle-list li h3 {
        text-align: left;
    }
    ul.circle-list li {
        gap: 6px;
        padding: 14px 10px;
    }
    .icon-card h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .main-header {
        padding: 0;
    }
    .banner-content {
        padding: 90px 0 60px;
    }

}

@media (max-width : 1199px) {
    h1.banner-heading {
        font-size: 49px;
        line-height: 60px;
    }
    .sec-heading h2 {
        font-size: 40px;
    }
    .cta-wrap {
        padding: 40px;
    }
    .cta-wrap .col-lg-5 {
        display: none;
    }
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        width: 100%;
        position: relative;
    }

}

@media (max-width : 1023px) {
    .menuWrap .menu:first-child {
        padding-left: 0;
        width: 100%;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
        justify-content: space-between;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #1e1e1e;
        height: 100dvh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 0;
        width: 100%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
        padding: 100px;
    }
    ul.menu>li {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu>li>a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li>a {
        color: #fff;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
    }
    header .main-header ul.menu>li>a:before {
        display: none;
    }
    header {
        padding: 20px 0;
    }
    .cta-wrap {
        padding: 40px;
    }
    .cta-wrap .contact {
        flex-direction: column;
    }
    .cta-wrap .contact * {
        line-height: normal;
    }
    .banner-img {
        width: 100%;
    }
    .banner-img::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #16243e;
        position: absolute;
        top: 0;
        left: 0;
    }
    h1.banner-heading {
        width: 100%;
    }
    p.banner-text {
        width: 100%;
    }
    .sec-heading {
        width: 100% !important;
    }
    .work-2 {
        width: 100%;
        margin-top: 1.5rem;
    }
    section {
        padding: 2rem 0;
    }
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .mainBanner.empty {
        min-height: auto;
    }
    .mainBanner.empty .banner-content {
        padding: 50px 0;
    }
    .mainBanner.empty .banner-content .banner-heading {
        margin: 0;
    }
    .cta-wrap .col-lg-5 {
        display: none;
    }

}

@media (max-width : 992px) {
    .responsive-reverse {
        flex-direction: column-reverse;
    }
    ul.circle-list li {
        width: 40%;
        aspect-ratio: auto;
        border-radius: 20px;
    }
    span.elem {
        display: none;
    }
    section.cta-sec {
        background-image: none !important;
        background: var(--primary);
        margin: 0;
    }
    .cta-sec .sec-heading {
        margin-top: 0;
    }
    form.contact-wrap {
        padding: 0;
    }
    .terms h4 {
        font-size: 22px;
    }
    .circle-list span {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .banner-content {
        padding: 40px 0 65px;
    }

}


@media only screen and (min-width : 280px) and (max-width : 767px) {
    .menuWrap {
        padding: 50px 20px;
    }
    ul.overview-nav {
        flex-wrap: wrap;
    }
    ul.overview-nav li {
        width: 100%;
    }
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header {
        padding: 1rem 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 32px;
        line-height: 38px;
        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;
    }
    .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;
    }
    .sec-heading {
        width: 100% !important;
    }
    section {
        padding: 1.5rem 0;
    }
    .work-2 {
        width: 100%;
        margin-top: 1rem;
    }
    ul.overview-nav {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .cta-wrap .sec-heading h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .cta-wrap {
        padding: 20px;
    }
    .cta-wrap .sec-heading p {
        font-size: 14px;
    }
    .cta-wrap .contact {
        font-size: 18px;
        flex-direction: column;
        gap: 10px;
        line-height: normal;
    }
    .cta-wrap .contact a {
        line-height: normal;
    }
    .accordion-list>li h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .choose-card h3 {
        font-size: 30px;
    }
    .mainBanner.empty {
        min-height: auto;
    }
    .mainBanner.empty .banner-content {
        padding: 50px 0;
    }
    .mainBanner.empty .banner-content .banner-heading {
        margin: 0;
    }
    .contact-card * {
        font-size: 20px;
    }
    .overview-nav li a {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    ul.circle-list li {
        width: 100%;
    }
    .line {
        width: 100%;
    }
    .sec-heading h3 {
        font-size: 20px;
    }
    .contact-list a, .contact-list p {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .banner-content {
        padding: 45px 0;
    }
    section.cta-sec {
        background-image: none !important;
        background: var(--primary);
        margin: 0;
    }
    .cta-sec .sec-heading {
        margin-top: 0rem;
    }
    .cta-sec .btn-wrap {
        width: 100%;
    }
    footer p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading {
        margin-bottom: 0rem;
    }
    .icon-card h3 {
        font-size: 14px;
        line-height: 20px;
    }
    form.contact-wrap h3 {
        font-size: 26px;
    }
    form.contact-wrap label {
        font-size: 14px;
        line-height: 16px;
    }
    .contact-details {
        padding: 10px;
        margin-bottom: 8px;
        width: 100%;
    }
    .mainBanner.contact-page {
        height: 54dvh;
    }
    form.contact-wrap {
        padding: 0;
    }
    .terms h4 {
        font-size: 20px;
    }
    .terms p {
        font-size: 14px;
    }
    .terms ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .ban-image {
        display: none;
    }
    .mainBanner:before{
        display: none;
    }
    ul.overview-nav {
        border-radius: 24px;
        padding: 12px;
    }
    .pckg .upper .title:before, .pckg .upper .title:after{
        display: none;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .pckg .bottom ul li:not(.last) {
        margin-bottom: 0px;
    }
    form.contact-form {
        padding: 20px;
    }
    .cta-sec .theme-btn {
        width: auto;
    }
    .circle-list {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .circle-list p {
        text-align: center;
    }
    footer .hdng {
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
    .copyright p{
        text-align: center;
    }
    .icon-image {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .icon-wrapper {
        margin-top: 0;
    }
    .seo-card p {
        font-size: 14px;
    }
    .port-card * {
        width: auto;
    }
    .port-card {
        margin-bottom: 6px;
    }
.g-4, .gy-4 {
    --bs-gutter-y: 0.5rem;
}
.cta-image {
    display: none;
}
 .faq-image {
        display: none;
    }


}