@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;
}
.accordion-button::after {
    filter: invert(1);
}
body {
    font-family: "Inter", sans-serif;
    background: #1C1C1C !important;
    overflow-x: hidden;
}

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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-text {
    color: #fff;
}
.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 rgba(215, 215, 215, 0.40);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.10) 0%, rgba(245, 245, 245, 0.00) 100%);
    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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 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: #000!important;
    width: 100%!important;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.p-box.active {
    border-radius: 20px;
    background: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 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: #111;
}
.p-box.active .p-p span{
    background: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.p-box.active .package-btn a{
    border-radius: 10px;
background: #111!important;
color: #fff!important;
box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset;
}
.p-box.active .price-ul span,.p-box.active .p-title h4 {
    color: #111;
}

.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: #fff;
    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: #111;
    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;
    border: 1px solid rgba(17, 17, 17, 0.30);
    background: #FFF;
    color: #111;
}

.contact .p-wraps {
    width: 100%;
}




.p-box .row {
    width: 100%;
}
.babu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.babu h5 {
    color: #FFF;
    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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    display: flex
;
    padding: 10px 24px;
    align-items: center;
    gap: 10px;
    margin-left: -24px;
    width: fit-content;
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.p-title h4 {
    color: #FFF;
    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: #FFF;
    font-size: 85px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-heading p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.4;
}

.banner-form input {
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 0.10);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    width: 100%;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
}

.y-btn {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 4px 14px 0px rgba(249, 225, 46, 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: #111;
    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;
}

.card-box {
    border-radius: 20px;
    border: 1px solid rgba(215, 215, 215, 0.40);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.10) 0%, rgba(245, 245, 245, 0.00) 100%);
}

.box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-wrap p {
    margin: 0px;
}

.box-title h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.92px;
}

.card-box {
    display: block;
    padding: 24px;
    overflow: hidden;
}

.box-title p,
.box-f-t span {
    color: #FFF;
    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: #fff;
}

.box-f-t h2 {
    margin: 0px;
}

.p-head {
    color: #FFF;
    font-family: Inter;
    font-size: 52.556px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.102px;
}

.card-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-box.active {
    border-radius: 20px;
    background: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

.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: #111;
}

.box {
    border-radius: 20px;
    border: 1px solid rgba(215, 215, 215, 0.40);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.10) 0%, rgba(245, 245, 245, 0.00) 100%);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    color: #fff;
    height: 100%;
}

.box ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.box-desc h5 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.box.active {
    border-radius: 20px;
    background: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 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, #CEA533 0.42%, #F9E12E 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: linear-gradient(180deg, #2F2F2F 0%, #111 100%);
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset;
    color: #fff;
    padding: 24px;
    height: 100%;
}

.l-box-desc p {
    color: #FFF;
    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;
}

.sec-4-inner .heading h2 {
    color: #000;
}

.accordion-item {
    border-radius: 20px !important;
    border: 1px solid rgba(215, 215, 215, 0.40) !important;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.10) 0%, rgba(245, 245, 245, 0.00) 100%) !important;
    margin: 20px 0px;
    padding: 24px;
    overflow: hidden;
}

button.accordion-button {
    background: transparent !important;
    color: #FFF !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: #fff;
    padding-top: 20px;
}

.accordion-collapse {
    border: none !important;
    color: #fff;
    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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    display: flex;
}

.cta-text h2 {
    color: #111;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cta-text p {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    line-height: normal;
}

a.b-btn {
    border-radius: 10px;
    background: #111;
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset;
    padding: 16px;
    color: #FFF;
    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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 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: #111;
    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(17, 17, 17, 0.20);
    background: rgba(17, 17, 17, 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;
}

.b-btn {
    border-radius: 10px;
    background: #111;
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.25), 0px 4px 4px 0px rgba(249, 225, 46, 0.25) inset;
    display: flex;
    width: 87px;
    padding: 12px;
    align-items: flex-start;
    gap: 20px;
    color: #fff;
}

.f-logo h5 {
    color: #111;
    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: #fff !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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 0.25), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    padding: 24px;
}

.bg-yel .heading h2 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.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: 16px;
    border: 1px solid rgba(17, 17, 17, 0.20);
    background: rgba(17, 17, 17, 0.10);
    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 rgba(215, 215, 215, 0.40);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.10) 0%, rgba(245, 245, 245, 0.00) 100%);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    color: #fff;
}

.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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
    box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 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;
}

label.radio-box {
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.20);
    background: rgba(17, 17, 17, 0.10);
    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: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.bg-yelow .form-group .ctm-field {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.20);
    background: rgba(17, 17, 17, 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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 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: 1px solid rgba(255, 255, 255, 0.20);
    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 {
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.20);
    background: rgba(17, 17, 17, 0.10);
}






@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: #111 !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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
        box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 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: #111111;
    }
    .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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
        box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 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: var(--Linear, linear-gradient(88deg, #CEA533 0.42%, #F9E12E 99.56%));
        box-shadow: 0px 14px 24px 0px rgba(249, 225, 46, 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%;
    }
    
    .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%;
}