@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background: #fff !important;
    overflow-x: hidden;
}

section.banner {
    border-bottom: 1px solid rgba(17, 17, 17, 0.20);
    background-color: #F5F5F5 !important;
}

section.banner {
    padding: 100px 0px;
    height: 800px;
    width: 100%;
    background-image: url(../img/banner.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.about-banner {
    padding: 100px 0px;
    height: 500px !important;
    width: 100%;
    background-image: url(../img/about.svg) !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

span.tags {
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-text {
    color: #111;
}

.about-text p {
    opacity: 0.4;
}

.marg {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.p-box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    background: #F5F5F5;
    height: 100%;
    gap: 30px;
}

.price-ul ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.price-ul ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}


.package-btn a {
    border-radius: 10px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%) !important;
    box-shadow: 0px 4px 14px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset !important;
    color: #fff !important;
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.p-box.active {
    border-radius: 20px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

.p-box.active .p-p {
    border-radius: 0px 10px 10px 0px;
    background: #fff;
}

.p-box.active .p-p span {
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-box.active .package-btn a {
    border-radius: 10px;
    background: #fff !important;
    color: #111 !important;
}

.p-box.active .price-ul span,
.p-box.active .p-title h4 {
    color: #fff;
}

.contact .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group input,
.form-group textarea {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    color: #ffffff;
    padding: 12px 15px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.contact .p-box.active {
    height: auto;
}

.contact .price-ul ul li img {
    width: 20px;
}

.contact .price-ul ul li a {
    color: #fff;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.contact .p-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}

a.b-btn.w-btn {
    border-radius: 10px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 4px 14px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    color: #fff;
}

.contact .p-wraps {
    width: 100%;
}




.p-box .row {
    width: 100%;
}

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

.babu h5 {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.babu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.pricing {
    padding: 100px 0px;
}




















.package-btn {
    width: 100% !important;
}

.p-wraps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.package-btn.text-center {
    width: max-content !important;
}

.p-p {
    border-radius: 0px 10px 10px 0px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    display: flex;
    padding: 10px 24px;
    align-items: center;
    gap: 10px;
    margin-left: -24px;
    width: fit-content;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.p-title h4 {
    color: #111;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.88px;
}

.p-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}










.heading {
    color: #111;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-heading p {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.banner-form input {
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: flex;
    width: 100%;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
}

button {
    border: none;
    outline: none;

}

.y-btn {
    border-radius: 10px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 4px 14px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner .container,
.banner .banner-inner,
.banner .row {
    height: 100%;
}

section.sec-2 {
    padding: 50px 0px;
}

.heading h2 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.heading p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.heading .paragraph {
    color: #111;
}

.card-box {
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    background: #F5F5F5;
}

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

.box-wrap p {
    margin: 0px;
}

.box-title h4 {
    color: #111;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.92px;
}

.card-box {
    display: block;
    padding: 24px;
    overflow-x: hidden;
}

.box-title p,
.box-f-t span {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.heading {
    padding-bottom: 50px;
}

.box-container {
    max-width: 1010px;
    margin: 0 auto;
}

.box-img {
    width: 100%;
    display: block;
    margin: 0px -24px;
}

.box-f-t {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #111;
}

.box-f-t h2 {
    margin: 0px;
}

.p-head {
    color: #111;
    font-family: Inter;
    font-size: 52.556px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.102px;
}

.thiswrap {
    position: relative;
}

.card-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

a.navbar-brand img {
    width: 200px;
}

.card-box.active {
    border-radius: 20px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    position: relative;
}

img.btn-link {
    width: 65px;
    z-index: 99;
    position: absolute;
    bottom: -55px;
    right: 100px;
}

.card-box.active .box-title h4,
.card-box.active .box-title p,
.card-box.active .box-f-t span,
.card-box.active .box-f-t h2 {
    color: #fff;
}

.box {
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    background: #F5F5F5;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    color: #111;
    height: 100%;
}

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

.box-desc h5 {
    color: #111;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.box.active {
    border-radius: 20px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

.box.active .box-desc h5,
.box.active .box-desc li {
    color: #111;
}

section.sec-3 {
    padding: 50px 0px;
}

.sec-3-inner .heading {
    max-width: 800px;
    margin: 0 auto;
}

section.sec-4 {
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    padding: 50px 0px;
    margin: 50px 0px;
}

.faq {
    padding: 50px 0px;
}

.l-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: #F5F5F5;
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(255, 82, 42, 0.25) inset;
    color: #111;
    padding: 24px;
    height: 100%;
}

.l-box-desc p {
    color: #111;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.44px;
}

.l-box-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec-4-inner .heading {
    max-width: 700px;
    margin: 0 auto;
}

.faq .heading h2,
section.sec-3 .heading h2,
section.sec-2 .heading h2,
section.sec-2 .heading p {
    color: #111;
}

.sec-4-inner .heading h2 {
    color: #fff;
}

.accordion-item {
    border-radius: 20px !important;
    border: 1px solid #D7D7D7 !important;
    background: #FFF !important;
    margin: 20px 0px;
    padding: 24px;
    overflow: hidden;
}

button.accordion-button {
    background: transparent !important;
    color: #111 !important;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.44px;
    padding: 0px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 0px;
    border: none !important;
}

.accordion-collapse {
    border: none !important;
    color: #111;
    padding-top: 20px;
}

.accordion-collapse {
    border: none !important;
    color: #111;
    padding-top: 20px;
    outline: none !important;
    box-shadow: none !important;
}

section.cta {
    padding: 50px 0px;
}

.cta-inner {
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex;
}

.cta-text h2 {
    color: #fff;
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cta-text p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    line-height: normal;
}

footer li {
    color: #fff;
}

a.b-btn {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(255, 82, 42, 0.25) inset;
    padding: 16px;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.ctm-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
}

.ctm-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    padding: 50px;
}

footer {
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    display: flex;
    padding: 80px 0px 20px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.footer-link .f-logo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.f-logo .cta-btn a {
    display: block;
    width: max-content;
    margin-top: 20px;
}

.f-logo ul {
    padding: 0px;
    list-style: none;
}

.f-logo ul {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.f-logo ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

span.divider {
    opacity: 0.1;
    background: #111;
    width: 100%;
    display: block;
    height: 1px;
}

.f-logo img {
    width: 190px;
}

.form-wrap img {
    width: auto;
}

.form-wrap span {
    display: flex;
}

.form-wrap {
    display: flex;
    gap: 10px;
}

.form-wrap input {
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 0.20);
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    padding: 12px 10px 12px 50px;
    align-items: center;
    gap: 10px;
}

.f-form {
    width: 100%;
}

.form-wrap span img {
    position: absolute;
    top: 12px;
    left: 10px;
}

.form-wrap span {
    display: flex;
    position: relative;
}

.form-wrap input::placeholder {
    color: #555555;
}

.b-btn {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(255, 82, 42, 0.25) inset;
    display: flex;
    width: 87px;
    padding: 12px;
    align-items: flex-start;
    gap: 20px;
    color: #111;
}

.copy p {
    color: #FFF;
}

.f-logo h5 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.32px;
}

.banner-heading .heading {
    padding: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    width: 100%;
    background: transparent !important;
    color: #fff;
}

ul.navbar-nav.me-auto a {
    color: #111 !important;
}

ul.navbar-nav.me-auto {
    gap: 30px;
    margin-left: 50px;
}

a.b-btn {
    width: max-content;
}

.cta-img img {
    width: 100%;
    height: 100%;
}

.cta-img {
    width: 100%;
    height: 100%;
}

.cta-inner {
    overflow: hidden;
}

.bg-yel {
    border-radius: 20px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    padding: 24px;
}

.contact .form-group input,
.contact .form-group textarea {
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFF;
}

.contact li a {
    color: #fff;
}

.bg-yel .heading h2 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.contact .p-wraps {
    color: #111;
}

.form-check .form-check-input {
    padding: initial !important;
}

.bg-yel .box-i {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bg-yel .box-i h5 {
    margin: 0px;
    font-weight: 700;
}

.bg-yel .box-desc ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.bg-yel .box-desc ul li {
    color: #000;
}

.bg-yel-2 {
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.70) 100%);
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 30px;
}

.bg-yel-2 .box-ex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.report {
    padding: 150px 0px 50px;
}

.right {
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    background: #F5F5F5;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    color: #111;
}

.report-flex {
    display: flex;
    gap: 15px;
}

span.t-f {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.report-title p {
    margin: 0px;
}

.bg-yelow {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    padding: 24px;
}

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

.radio-title {
    display: flex;
    flex-direction: column;
}

.radio-wrap .b-btn {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%));
    color: #FFF;
}

label.radio-box {
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    background: #F5F5F5;
    padding: 20px;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

label.radio-box .b-btn {
    font-size: 14px;
    padding: 5px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

input.radio-input {
    width: 30px;
    height: 30px;
}

.bg-yelow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title-report h5 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bg-yelow .form-group label {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.bg-yelow .form-group .ctm-field::placeholder {
    color: #fff;
}

.bg-yelow .form-group .ctm-field {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 0.20);
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    height: 54px;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.form-group {
    margin: 10px 0px;
}

.form-group .b-btn {
    width: max-content;
}

.form-check-input {
    border-radius: 3px;
    border: 1px solid rgba(17, 17, 17, 0.20);
    background: rgba(17, 17, 17, 0.10);
}

.fields-show button.b-btn {
    border-radius: 10px;
    background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset !important;
    color: #000;
}

.fields-show input.f-form {
    border-radius: 8px;
    border: 2px solid rgba(82, 82, 82, 0.2);
    background: rgba(255, 255, 255, 0.10);
    padding: 12px !important;
}

.fields-show {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body {
    overflow-x: hidden;
}

.box-f-t form,
.box-f-t input {
    width: 100%;
}

.box-f-t button {
    align-items: center;
    justify-content: center;
}

.box-f-t input::placeholder {
    color: #fff;
}

.box-f-t input {
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 0.20);
    background: rgba(255, 255, 255, 0.10);
}

.box {
    transition: all 0.4s ease-in-out;
}





@media(max-width: 600px) {
    .right {
        margin-top: 50px;
    }

    .bg-yelow .radio-box {
        margin: 10px 0px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        background: #fff !important;
        border-radius: 10px !important;
    }

    ul.navbar-nav.me-auto {
        margin: 0px;
        gap: 20px;
        padding: 20px 0px;
    }

    .navbar-collapse {
        padding: 20px;
        border-radius: 15px;
        margin: 20px 0px;
        background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
        box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
        color: #000;
        z-index: 9;
    }

    .babu {
        margin: 20px 0px;
    }

    .ctm-wrap {
        padding: 20px 20px 50px;
    }

    .cta-img img {
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .contact .p-box.active {
        margin: 20px 0px;
    }

    section.banner.about-banner {
        height: 410px !important;
        background: url(../img/about.svg) !important;
        background-position: bottom !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    html body .navbar-collapse ul.navbar-nav.me-auto a {
        color: #000 !important;
    }

    button.navbar-toggler {
        border-radius: 7px;
        background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
        box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    }

    .banner-heading .heading {
        font-size: 30px;
    }

    .banner .container,
    .banner .banner-inner,
    .banner .row {
        align-items: flex-start !important;
    }

    section.banner {
        background: none !important;
    }

    .heading h2,
    .cta-text h2 {
        font-size: 25px;
    }

    .b-img {
        background: linear-gradient(88deg, #F3973B 0.42%, #FF522A 99.56%);
        box-shadow: 0px 14px 24px 0px rgba(255, 82, 42, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    .f-logo .cta-btn a {
        display: block;
        width: max-content;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    section.banner {
        padding-bottom: 0px;
    }

    .card-box.active {
        margin: 20px 0px;
    }

    .card-wrap .col-md-3,
    .card-wrap .col-md-6 {
        margin: 10px 0px;
    }

    .l-box {
        flex-direction: column-reverse;
    }

    .l-box-i {
        width: 100%;
    }

    img.btn-link {
        width: 65px;
        z-index: 99;
        position: absolute;
        bottom: -55px;
        right: 20px;
    }

    .l-box-i img {
        width: 100%;
    }

    .b-imgs {
        display: block !important;
    }

    .b-img {
        margin: -20px;
        margin-top: 40px !important;
    }

    section.banner {
        height: auto !important;
    }
}

.b-imgs {
    display: none;
}

.b-imgs img {
    width: 100%;
}
