* {
    box-sizing: border-box;
}

:root {
    --primary-color: #1B756B;
    --white: #fff;
    --black: #000;
    --text-color: #7A7A7A;
    --section-background: linear-gradient(1.51deg, #F9F9F9 45%, #BEE4CD 100%);
    --section-background-bottom: linear-gradient(180deg, #F9F9F9 45%, #BEE4CD 100%);

}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif;
    transition: all 0.6s ease;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: "Inter", sans-serif !important;
}

p {
    margin: 0px;
    font-family: "DM Sans", sans-serif !important;
    color: var(--text-color);
}

a {
    text-decoration: none !important;
    color: var(--black);
}

a:hover {
    color: var(--primary-color);
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: "DM Sans", sans-serif;
}

input {
    font-family: "DM Sans", sans-serif;
}

.primary-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 40px !important;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.6s ease-in-out;
}

.primary-btn:hover {
    background-color: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header li.nav-item {
    padding: 0px 15px;
}

.banner {

    position: relative;
    padding: 210px 0 190px 0;
    overflow: hidden;
}

.home-page {
    background: linear-gradient(17.51deg, #F9F9F9 45%, #BEE4CD 100%);
}

.inner-page {
    background-image: url('../images/inner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
}

.inner-banner-headings h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    text-align: center;

}

.inner-banner-headings p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--text-color);
    margin-top: 20px;
}

.home-page h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 57.2px;
}

.home-page h1 span {
    font-weight: 700;
    font-size: 52px;
    line-height: 62.4px;
    background: linear-gradient(120.68deg, #DCFFEA 0%, #1B756B 53%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page h1 span::before {
    content: "";
    background-image: url('../images/shape.png');
    position: absolute;
    width: 100%;
    height: 20%;
    top: 120px;
    left: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page p {
    font-weight: 300;
    font-size: 17px;
    line-height: 25.5px;
    color: var(--text-color);
    margin: 32px 0px;
}

.banner-btn .lm {
    margin-left: 40px;
}

.trusted {
    padding: 60px 0px;
}

.trusted-right h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
}

.trusted-right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px;
}


.counter-detial h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
    color: var(--primary-color);
}

.counter-detial h3 span {
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
    color: var(--black);
}

.counter-detial p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15.4px;
    letter-spacing: 0%;

}

.counter-main {
    display: flex;
    padding: 20px 30px;
    box-shadow: none;
}

.counter-main:hover {
    box-shadow: 3px 8px 20px 0px #1B756B3D;
    border-radius: 10px;
    background-color: var(--white);

    align-items: center;
    transition: all 0.5s ease-in-out;
}

.counters-wrap {
    display: flex;
    justify-content: space-between;
}

.counter-detail {
    margin-left: 20px;
}

.counter-detail h3 {
    color: var(--primary-color);
}

.counter-detail span {
    color: var(--black);
}

/* .counter-detail:first-child {
    margin-left: 0px;
} */
.counter-detail p {
    margin-top: 5px;
}

p.trusted-info {
    margin: 30px 0px;
}

.trusted-right .primary-btn {
    margin-top: 20px;
    display: inline-block;
}

.trusted-right {
    padding-top: 100px;
}

.why-choose {
    padding: 100px 0px;
    background: linear-gradient(361deg, #F9F9F9 45%, #BEE4CD 100%);
}

.why-choose-left h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    margin-bottom: 40px;
}


.choose-box {
    padding: 20px;
    margin-bottom: 20px;
}

.choose-box:hover {
    box-shadow: 3px 8px 20px 0px #1B756B3D;
    background-color: var(--white);
    border-radius: 10px;

    transition: all 0.5s ease-in-out;
}

.choose-box:hover a {
    color: var(--primary-color);
}

.choose-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.choose-icon h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}

.choose-icon {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.choose-icon a {
    margin-top: 10px;
    display: inline-block;
}

.why-choose-left p {
    margin: 30px 0px;
}

.our-services {
    padding: 100px 0px;
}

.service-box {
    box-shadow: 3px 8px 20px 0px #1B756B3D;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: var(--white);
    height: 300px;

}

.service-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 30px 0px;
}

.section-heading p {
    margin-top: 15px;
    margin-bottom: 50px;
}

.service-box p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;

}

.section-heading h2 {

    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    text-align: center;

}

.faqs-section {
    padding: 100px 0px;
}

/* accoundians  */
#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 0;
    border: 0;
}

#main #faq .card .card-header {
    box-shadow: 3px 8px 20px 0px #1B756B3D;
    border-radius: 2px;
    padding: 14px;
    background: white;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background-color: var(--white);
    color: var(--primary-color);
    box-shadow: 3px 8px 20px 0px #1B756B3D;

}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: var(--white);
    /* color: var(--white);
    line-height: 30px; */
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background-color: var(--white);
    line-height: 30px;
    color: #222;
}

.faq-girl {
    position: relative;
}

.main-overly {
    content: '';
    position: absolute;
    width: 70%;
    height: 180px;
    bottom: 0;
    background-color: var(--white);
    transform: translate(70px, -50px);
    padding: 30px;
    border-radius: 15px;
}

.main-overly h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.phonecall {
    text-align: center;
}

.phonecall a {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
}

.users-says {
    padding: 100px 0px;
    background-image: url('../images/user-says.png');
    background-repeat: no-repeat;
    background-size: cover;
}



.users-say-left h3 {
    font-weight: 700;
    font-size: 43px;
    line-height: 46.2px;
    color: var(--white);
    margin-bottom: 30px;
}

.users-say-left p {
    color: var(--white);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}



.user-box {
    padding: 30px;
    background-color: var(--white);
    border-radius: 10px;
}

.user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.user-detail {
    margin-left: 20px;
}

.user-detail h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.user-detail h6 {
    font-size: 14px;
    line-height: 21px;
    color: var(--text-color);
    font-family: 'DM Sans' !important;
}

.user-img {
    display: flex;
}

.ready-to-simplify {
    padding: 40px 0px 100px;
}

.ready-to-simplify .form-bg {
    background-image: url('../images/footer-form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
}

.ready-to-simplify-left h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 37.4px;
    margin-bottom: 20px;
}

.ready-to-simplify-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);


}


.ready-form input {
    border-radius: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    height: 50px;
}

.ready-form input:focus {
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 .2rem rgb(27 117 107 / 29%);
}

.ready-form input::placeholder {
    color: #C2C2C2;
    padding: 20;
}

footer {
    padding: 40px 0px;
    background-color: var(--primary-color);
    color: var(--white);
}

.footer-menu ul {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
}

.footer-social ul {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

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

.footer-menu ul li a,
.footer-social ul li a {
    color: var(--white);
}

.footer-top {
    border-bottom: 1px solid var(--white);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-bottom {}

.footer-copy p {
    color: var(--white);
}

.online-payment {
    padding: 260px 0px;
    background-image: url('../images/online-payment-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.online-payment-left h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    color: var(--white);

}

.online-payment-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    margin: 20px 0px 70px;
}

.progress-main-box {
    margin-bottom: 40px;
}

.progress-main-box .prog-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    margin-bottom: 10px;
}

.progress-bar {
    background-color: var(--black) !important;
}

/* .img-left{
    background-image: url('../images/online-payment.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
} */
.bullet-points ul li {
    color: #fff;
}

.bullet-points ul li i {
    margin-right: 10px;
}

.bullet-points {
    margin-top: 0;
}

.money-save-box {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
}

.money-save-box h5 {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    margin-top: 30px;
}

.welcome-to-nexus {
    padding: 100px 0px;
}

.welcome-to-nexus-left h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    margin: 15px 0px 30px;

}

.welcome-to-nexus-left h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;


}

.welcome-to-nexus-left p {
    font-weight: 300;
    font-size: 15.1px;
    line-height: 24px;
    color: var(--text-color);
}

.who-we-are {
    padding: 100px 0px;
    background: var(--section-background);
}

.who-we-are-box {
    border-radius: 10px;
    box-shadow: 3px 8px 20px 0px #1B756B3D;
}

.who-we-are-box .content-wrap {
    padding: 40px 20px;
    background-color: var(--white);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 320px;
}

.who-we-are-box .content-wrap h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
}

.who-we-are-box .content-wrap p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;

}

.partner-with-nexus {
    padding: 100px 0px;
    background-color: #252525;
}

.partner-main h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    color: var(--white);
    margin-bottom: 30px;
}

.partner-main p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
}

.partner-main p.bottom-para {
    margin: 30px 0px;
}

.partner-main .primary-btn {
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.what-we-offer {
    background-image: url('../images/what-we-bg.png');
    padding: 100px 0px;
}

.what-we-offer .section-heading,
.what-we-offer .section-heading p {
    color: var(--white);
}

.perfect-payment {
    padding: 100px 0px;
    background: var(--section-background);
}

.perfect-payment-left h5 {
    font-weight: 700;
    font-size: 41px;
    line-height: 46.2px;
    margin-bottom: 30px;
}

.perfect-payment-left h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 46.2px;
    margin: 10px 0px;

}

.perfect-payment-left ul {
    list-style: disc;
    margin-left: 20px;
}

.perfect-payment-left li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);

}

.perfect-payment-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);

}

.perfect-payment-left p.bottom {
    margin: 30px 0px;
}

.small-business {
    background-color: #252525;
    padding: 100px;

}

.small-business-right h4 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    margin-bottom: 30px;
    color: var(--white);

}

.small-business-right h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 46.2px;
    color: var(--white);
    margin: 10px 0px;

}

.small-business-right ul {
    list-style: disc;
    margin-left: 20px;
}

.small-business-right ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);

}

.small-business-right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);

}

.small-business-right p.bottom {
    margin: 30px 0px;
}

.seamless {
    padding: 100px 0px;
    background: var(--section-background-bottom);
}

.seam-less-left h5 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    margin-bottom: 40px;
}

.seam-less-left p.bottom {
    margin-top: 30px;
    margin-bottom: 20px;
}

.seam-less-left h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 46.2px;

}

.seam-less-left ul {
    list-style: disc;
    margin-left: 20px;
}

.seam-less-left li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);

}

.seam-less-left p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);

}

.discover {
    padding: 100px 0px;
    background: var(--section-background);
}

.discover-main {
    box-shadow: 3px 8px 20px 0px #1B756B3D;
    border-radius: 10px;
}

.discover-head {
    background-image: url('../images/discover.png');
    background-position: center;
    border-top-right-radius: 10px;
    padding: 30px 200px;
    border-top-left-radius: 10px;
}

.discover-head h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: var(--white);
}

.discover-head p {

    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: var(--text-color);
}


.discover-bottom {
    padding: 40px;
    background-color: var(--white);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.future {
    padding: 100px 0px;
    background-image: url('../images/what-we-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.future-right h5 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46.2px;
    color: var(--white);
    margin-bottom: 20px;
}

.future-right h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 46.2px;
    color: var(--white);
    margin-top: 20px;
}

.future-right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

.future-right ul {
    margin: 10px 0px 20px 20px;
    list-style-type: disc;
}

.future-right ul li::marker {
    margin-left: 10px;
}

.future-right ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

.services-slider .item {
    padding: 20px;
}

.services-slider .owl-item img,
.what-we-offer-slider .owl-item img {
    width: auto;
    margin: 0 auto;
}

.services-slider .owl-dot.active span {
    background: var(--primary-color) !important;
    width: 50px;
    height: 12px;
}

.what-we-offer-slider .owl-dot.active span {
    background: var(--white) !important;
    width: 50px;
    height: 12px;
}

.users-say-right .owl-item img {
    width: auto;
    margin: 0 auto;
}

.privacy-policy {
    padding: 100px 0px;
}

.privacy-policy h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin: 30px 0px;
}

.privacy-policy p  {
    margin-bottom: 10px;
}
.privacy-policy p span {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: var(--black);
}
.contact-us-sec {
    padding: 100px 0px;
}

.default-heading {
    margin-bottom: 20px;
}
.contact-us-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.contact-us-inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.icons-box {
    width: 70px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    background-color: var(--primary-color);
}
.icons-box i{
    color: var(--white);
}
.contact-us-inner-box .contact-content-box p  {
    margin-bottom: unset;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    margin: 0px;
    text-align: justify;
}
.contact-us-inner-box .contact-content-box a , .contact-us-inner-box .contact-content-box .contact-content-address{
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.contact-form-div {
    margin-top: 60px;
}
.contact-form-div form input, select {
    width: 100%;
    height: 50px;
    outline: unset;
    border: 1px solid #d1cece;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000;
}
.contact-form-div form textarea {
    height: 350px;
    width: 100%;
    resize: none;
    outline: unset;
    border: 1px solid #d1cece;
    border-radius: 5px;
    padding: 20px;
}
.contact-page-buttn {
    text-align: center;
    margin-top: 20px;
}

.contact-form-div form input[type="checkbox"] {
    width: unset;
    height: unset;
    margin: unset;
}
.contact-form-div form .checkbox-div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

/* get started  */
.get-started-sec {
    background-image: url(../images/Get-Started-Banner.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    padding: 200px 0;
}
.get-started-content h1 {
    color: var(--white);
    font-size: 58px;
    font-weight: 700;
    line-height: 22px;
    margin: 40px 20px 80px;
    text-align: center;
}
.get-started-content h2 {
    text-align: center;
    color: var(--primary-color);
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
}
.form-top-area {
    padding: 70px 200px;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 0 100px 0 0;
}
.get-started-form-content1 {
    padding: 10px 200px;
    background-color: var(--primary-color);
    box-shadow: 0 9px 4.5px 0 rgba(0, 0, 0, 0.5);
}
.get-started-form-content1 h3 {
    color: var(--white);
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 39px;
    text-align: center;
}
.form-bottom-area {
    padding: 20px 150px 130px;
    background: #f5f5f5a1;
    box-shadow: 0 2px 1px 0 rgba(24, 23, 24, 0.63);
}
.get-started-form-content2 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    padding: 10px 60px 0 0;
}
.get-started-form-control label {
    color: #000;
    margin-left: 20px;
    font-size: 25px;
    font-weight: 400;
    font-family: Montserrat, Sans-serif;
    display: inline-block;
}
.get-started-form-control input, .get-started-form-control textarea {
    border: 1px solid #000;
    width: 100%;
    font-family: Montserrat, Sans-serif;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 25px;
    background-color: rgba(225, 225, 225, 0.5) !important;
}
.checkbox-get-started {
    display: flex;
    gap: 10px;
}
/* get started  */

.thankyou_sec {
    padding: 200px 0 0;
    display: flex;
    align-items: center;
}
.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}
.main-content__checkmark {
    font-size: 9.75rem;
    line-height: 1;
    color: var(--primary-color);
}
.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}
.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}
.start_live_chat {
    font-size: 19px;
    background-color: #16171a;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 50pc;
    margin: 20px 0 0;
    color: #fff !important;
    text-decoration: none !important;
}