/* Exporting Fonts */

@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);

/* fonts  */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
    --primary: #134fc9;
    --secondery: rgba(0, 0, 0, 0.8);
    --primaryLight: rgba(19, 79, 201, 0.06);
    --ghostWhite: #ebf0fd;
    --white: #ffffff;
    --black: #000000;
    --iconShadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    --tableshadow: 0px 6.88px 41.26px 0px rgba(0, 0, 0, 0.12);
    --transition: 0.3s all ease;
    --tableBorder: rgba(0, 0, 0, 0.07);
    --border: 1px solid rgba(10, 11, 30, 0.15);
    --bodyBg: linear-gradient(180deg, #e0eeff 0%, #ffffff 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
}

a {
    text-decoration: none;
    color: unset;
    font-family: "Outfit", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}

h3 {
    font-size: 40px;
    color: var(--black);
    font-weight: 500;
}

.title-v2 h2 {
    font-size: 48px;
    color: #1e1e1e;
    font-weight: 600;
}

.light-blue-v2 {
    background-color: #f6f8fd;
}

.bg-card {
    background-color: var(--white);
    box-shadow: 0px 4px 30px 0px rgba(30, 30, 30, 0.06);
    border-radius: 12px;
    padding: 38px 10px;
}

.hover-top {
    transition: 0.3s all ease;
}

.hover-top:hover {
    transform: translateY(-8px) scale(1.012);
}

.avtar-v2 {
    width: 62px;
    aspect-ratio: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d4e2ff;
    border-radius: 50%;
    font-size: 30px;
    color: #134fc9;
}

.static-card h4 {
    color: #1e1e1e;
    font-size: 21px;
    font-weight: 600;
    margin-top: 18px;
}

.site-btn,
.btn-site {
    background-color: var(--primary);
    text-align: center;
    font-size: 16px;
    border-radius: 78px;
    cursor: pointer;
    font-weight: 500;
    min-width: 183px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--primary);
    color: var(--white);
    overflow: hidden;
    transition: 0.2s all ease;
    padding: 15px;
    display: inline-block;
}

.site-btn::before,
.btn-site::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    z-index: -1;
    transition: 0.3s all ease;
    width: 0;
    height: 100%;
    border-radius: 50px;
}

.site-btn:hover::before,
.btn-site:hover::before {
    width: 100%;
}

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

.visit-btn.white-bg .site-btn:hover {
    border: 1px solid var(--white);
    color: var(--white);
    transition: 0.3s all ease;
}

.visit-btn.white-bg .site-btn::before {
    background-color: #134fc9;
}

.content-sec .text h3 {
    margin: 20px 0 10px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.site-btn.outline-btn {
    background: var(--white);
    color: var(--primary);
}

.site-btn.outline-btn:hover {
    color: var(--white) !important;
}

.site-btn.outline-btn::before {
    background-color: var(--primary);
}

header {
    padding: 20px 0;
}

header .logo {
    max-width: 350px;
}

.bg-grid {
   background-image: var(--bodyBg);
   background-repeat: no-repeat;
   background-size: 100% 60%;
}

.btn-outline-white {
   border-color: var(--white);
}

.btn-outline-white:hover {
   border-color: var(--primery);
}



/* header.sticky .logo {
    max-width: 120px;
} */

header .navbar-nav li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    cursor: pointer;
}

header .navbar-nav li:hover a {
    color: var(--primary);
}

header .navbar-toggler {
    padding: 12px 16px;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

header .navbar-nav {
    display: flex;
    gap: 50px;
}


/* Banner */

.banner {
    margin-bottom: 100px;
    padding-top: 100px;
}

.banner-v2 {
    padding: 50px 0 0;
}

h1 {
    font-size: 54px;
    font-weight: 700;
    color: var(--black);
}

.banner .banner-text h1 {
    max-width: 470px;
}

.banner-text h1 span {
    font-size: 80px;
}

.banner-text p {
    margin: 15px 0 40px;
}

.primary-bg-700 {
    background-color: #3687f2;
}

.banner-btn .site-btn {
    min-width: 212px;
    padding: 12px;
}

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

.banner .img {
    position: relative;
    z-index: 1;
}

.banner .img .grid-lines {
    width: 100%;
    margin: auto;
    display: block;
}

.community {
    margin-bottom: 100px;
}

.community .tittle {
    text-align: center;
    margin: 0 auto 40px;
}

.community .tittle h2 {
    font-size: 44px;
    font-weight: 500;
}

.community-card {
    background: rgba(19, 79, 201, 0.07);
    border-radius: 4px;
    padding: 20px 0 0 22px;
}

.community-card .card-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.community-card .card-head h3 {
    font-size: 18px;
}

.community-card .card-head p {
    font-size: 14px;
}

.community-card .logo-img {
    background: var(--white);
    border-radius: 50%;
    border: 1px solid rgba(19, 79, 201, 0.2);
    width: 48px;
    height: 48px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-head .logo-img img {
    width: 27px;
}

.two-column-sec.padding-sec {
    padding: 48px 0;
}

.padding-sec.community-sec {
    padding-bottom: 0;
}

.two-column-sec .side-main-pic {
    max-width: 550px;
    margin: auto;
}

.two-column-content .logo img {
    width: 48px;
}

.title.title-v2 p {
    margin-top: 10px;
}

.content-tittle h3 {
    margin: 10px 0 20px;
}

ul {
    list-style: none;
}

.list-content {
    margin: 40px 0;
}

.list-content li::before {
    content: "\2713";
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    padding: 2px 6px;
    margin-right: 10px;
}

.list-content li {
    margin-bottom: 20px;
}

.list-content li:last-of-type {
    margin-bottom: 0;
}

.visit-btn i {
    transform: rotate(320deg);
}

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

.two-column-sec.light-blue {
    background: rgba(19, 79, 201, 0.06);
    margin: 0;
}

.two-column-sec.dark-blue {
    background: var(--primary);
    margin: 0;
}

.two-coloum-sec-tittle {
    text-align: center;
    margin-bottom: 50px;
}

.two-coloum-sec-tittle img {
    width: 60px;
}

.two-coloum-sec-tittle h3 {
    margin: 5px 0 15px;
}

.two-coloum-sec-tittle p {
    max-width: 820px;
    margin: auto;
}

.list-content .content-text {
    margin-bottom: 20px;
}

.list-content .content-text:last-of-type {
    margin-bottom: 0;
}

.list-content .content-text h4 {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 5px;
}

.list-content .content-text h4.white-text {
    color: var(--white);
}

.list-content .content-text p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

.list-content .content-text p.white-text {
    color: var(--white);
}

.content-tittle h3.white-text {
    color: var(--white);
}

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

.list-content.white-text li {
    color: var(--white);
}

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

.visit-btn.white-bg .site-btn:hover {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.sub-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-option p {
    width: 20%;
    position: relative;
}

.sub-option p::before {
    content: "\26AC";
    margin-right: 10px;
    color: var(--primary);
    font-size: 18px;
}

.howeb-sec .tittle {
    text-align: center;
}

.howeb-sec .tittle img {
    width: 60px;
}

.howeb-sec .tittle p {
    margin-top: 15px;
}

.featuer-list .featuer {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.featuer-list .featuer:last-of-type {
    margin-bottom: 0;
}

.featuer-list .featuer .logo img {
    width: 50px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: var(--white);
    aspect-ratio: 1;
    margin-right: 10px;
}

.featuer-list .featuer p {
    font-weight: 500;
    font-size: 18px;
}

.number-list {
    counter-reset: section;
}

.number-list h4 {
    position: relative;
}

.number-list h4::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    counter-increment: section;
    content: counter(section);
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    aspect-ratio: 1;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-text {
    padding-left: 30px;
}

.howeb-sec .two-coloum-sec-tittle p {
    max-width: unset;
}

.number-list.white-text h4::before {
    background: var(--white);
    color: var(--primary);
}

.number-list.white-text h4,
.number-list.white-text p {
    color: var(--white);
}

.featuer-list .featuer .logo {
    position: relative;
}

.featuer-list .featuer .logo::before {
    content: url("../images/line.svg");
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: 49px;
    left: -60px;
    bottom: 0;
    margin: auto;
}

.featuer.fea-2 .logo::before {
    top: 102px;
    left: -90px;
    bottom: 0;
    transform: rotate(-158deg);
}

.featuer-list .featuer.fea-2 {
    margin-left: 60px;
}

.featuer-list .featuer.fea-3 {
    margin-left: 80px;
}

.featuer.fea-3 .logo::before {
    top: 62px;
    left: -110px;
    bottom: 0;
    transform: rotate(-133deg);
}

.featuer-list .featuer.fea-4 {
    margin-left: 60px;
}

.featuer.fea-4 .logo::before {
    top: -57px;
    left: -62px;
    bottom: 0;
    transform: rotate(-101deg);
}

.featuer.fea-5 .logo::before {
    top: -88px;
    left: -35px;
    bottom: 0;
    transform: rotate(-85deg);
}

.brands-sec {
    margin: 100px 0;
}

.brands-sec .sec-tittle {
    text-align: center;
}

.brands-sec .sec-tittle img {
    max-width: 300px;
    margin-bottom: 10px;
}

.brands-logos {
    margin-top: 40px;
}

.brands-logos .logo img {
    width: auto;
    max-width: 100%;
}


/* Footer */

footer {
    background: #3687F2;
    padding: 40px 0;
}

footer .about-product .logo {
    max-width: 160px;
    margin-bottom: 20px;
}

footer .about-product .para p {
    max-width: 380px;
    color: var(--white);
}

.footer-pages .tittle p {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white);
}

.footer-pages .list li {
    font-weight: 400;
    color: var(--white);
    margin-bottom: 12px;
}

.footer-pages .list li a {
    transition: .3s all ease;
}

.footer-pages .list li:hover a {
    color: var(--primary);
    transition: .3s all ease;
}

.footer-pages .list li:last-of-type {
    margin-bottom: 0;
}

.footer-pages .list li i {
    color: var(--white);
}

.copy-right {
    background: #3687F2;
    padding: 13px 0;
}

.contect-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contect-copyright .text p {
    color: var(--white);
}

.social-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.media-logo-wrapper {
    margin-right: 15px;
}

.media-logo {
    color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all ease;
    font-size: 20px;
}

.media-logo:hover {
    color: var(--primary);
}

.media-logo-wrapper:last-of-type {
    margin-right: 0;
}

.pad-100 {
    padding: 100px 0;
}

.highlited-text {
    background: rgba(19, 79, 201, 0.2);
    text-align: center;
    border-radius: 10px;
    padding: 20px 15px;
}

.h-style h2 {
    color: #000000;
    font-size: 44px;
    font-weight: 500;
}

.content-sec .text * {
    color: #fff;
}

.content-sec .text h3 {
    margin: 20px 0 10px;
    font-size: 32px;
    font-weight: 500;
}

.content-sec.v2 .text * {
    color: #1E1E1E;
}

.content-sec.v2 .text p {
    margin-bottom: 15px;
    color: #454545;
}

.content-sec.v2 p a {
    color: #3687F2 !important;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }
    header .navbar-nav {
        gap: 20px;
    }
    header .navbar-nav li a {
        font-size: 16px;
    }
    header .logo {
        max-width: 270px;
    }
    .banner .banner-text h1 {
        max-width: 315px;
    }
    .banner-text h1 span {
        font-size: 55px;
    }
    .padding-sec.community-sec {
        padding-bottom: 48px;
    }
    .community .tittle h2 {
        font-size: 30px;
    }
    .two-coloum-sec-tittle {
        margin-bottom: 30px;
    }
    .number-list h4::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    h3 {
        font-size: 30px;
        color: var(--black);
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 61px;
        width: 100%;
        background-color: var(--primary);
        z-index: 1050;
        padding: 15px 40px;
    }
    header .navbar-nav {
        gap: 10px;
    }
    .banner .banner-text h1 {
        max-width: 270px;
    }
    .header-btn {
        margin: 0 15px 0 auto;
    }
    .banner-text {
        margin-top: 50px;
    }
    h1 {
        font-size: 35px;
    }
    .banner-text h1 span {
        font-size: 45px;
    }
    .banner {
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .community {
        margin-bottom: 50px;
    }
    h3 {
        font-size: 25px;
        color: var(--black);
        font-weight: 500;
    }
    .list-content {
        margin: 20px 0 30px;
    }
    .list-content .content-text h4 {
        font-size: 16px;
    }
    .sub-option {
        display: unset;
    }
    .featuer-list .featuer {
        margin-bottom: 50px;
    }
    .featuer-list .featuer .logo img {
        width: 44px;
    }
    .brands-sec .sec-tittle img {
        max-width: 170px;
    }
    .number-list h4::before {
        width: 20px;
        height: 20px;
    }
    .featuer-list .featuer p {
        font-size: 16px;
    }
    .brands-sec {
        margin: 50px 0;
    }
    footer .about-product .logo {
        max-width: 130px;
    }
    .visit-btn .site-btn {
        min-width: 130px;
    }
    .pad-100 {
        padding: 50px 0;
    }
    .two-column-sec .row {
        justify-content: center !important;
    }
    .title-v2 h2 {
        font-size: 25px;
    }
    .two-column-sec .image {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding: 15px 15px;
        top: 55px;
    }
    .banner .banner-text h1 {
        max-width: 100%;
    }
    header .logo {
        max-width: 200px;
    }
    header {
        padding: 0px 0;
    }
    header-btn .site-btn {
        min-width: 120px;
    }
    .banner-text h1 span {
        font-size: 50px;
        display: block;
    }
    .two-column-sec .image {
        margin-bottom: 40px;
    }
    h3 {
        font-size: 22px;
    }
    .featuer-list .featuer .logo::before {
        display: none;
    }
    .featuer-list .featuer {
        margin-bottom: 20px;
    }
    .featuer-list .featuer.fea-2,
    .featuer-list .featuer.fea-3,
    .featuer-list .featuer.fea-4,
    .featuer-list .featuer.fea-5 {
        margin-left: 0;
    }
    .featuer-list .featuer .logo img {
        width: 30px;
    }
    footer .about-product .logo {
        max-width: 110px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 14px !important;
    }
    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        width: 30px;
        height: 30px;
    }
    .contect-copyright {
        flex-direction: column;
        gap: 10px;
    }
}


/* header  */

header.sticky {
    position: fixed;
    z-index: 1099;
    top: 0;
    left: 0;
    width: 100%;
}


/* .banner  */

.banner-v2 .banner-text span {
    font-size: 44px;
}

.banner-v2 .banner-text :is(span,
h1,
p) {
    color: var(--white);
}

.banner {
    padding-top: 200px;
}

.title-v2 p {
    color: rgba(69, 69, 69, 0.8);
}

.gray-800,
.gray-800 p,
.two-column-sec-v2 p,
.two-column-sec-v2 li {
    color: rgba(69, 69, 69, 0.8) !important;
    font-size: 18px !important;
    line-height: 1.3;
}


/* show all slides   */

.all-slides .inner-wrapper {
    max-width: 940px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.all-slides .slide-img {
    margin: auto;
    background-color: rgba(19, 79, 201, 0.07);
    padding: 20px 27px 30px;
    border-radius: 12px;
}

.all-slides .text h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.all-slides .text p {
    max-width: 410px;
    color: rgba(0, 0, 0, 0.8);
}


/* ADD New Section */

.two-column-content .tittle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tittle-header .brand-name {
    display: flex;
    justify-content: start;
    align-items: center;
}

.tittle-header .brand-name .content-tittle h3 {
    margin-top: 0 !important;
    margin-left: 12px;
    margin-bottom: 0 !important;
}

.number-list.white-text p {
    max-width: 500px;
}

.two-column-content .image img {
    border-radius: 4px;
}


/* add team page */

.content-sec .text h1 {
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 5px;
}

.content-sec .text h2 {
    margin-bottom: 10px;
}

.content-sec.bg-d-blue .col-content .site-btn {
    background-color: white;
    color: #134fc9;
}

.content-sec.bg-d-blue .col-content .site-btn:hover {
    color: var(--white);
    background-color: #134fc9;
    border: 1px solid white;
}

.content-sec .col-content .site-btn {
    min-width: 200px;
}

.hov-bdr:hover {
    border: 1px solid #134fc9;
}

.padding-50 {
    padding: 50px 0;
}

.bg-d-blue {
    background-color: #134fc9;
}

.bg-d-blue .text :is(h1,
h2,
p,
) {
    color: var(--white);
}


/* banner h3 */

.banner-v3 {
    padding: 80px 0;
}

.banner-v3 .banner-text h1 span {
    font-size: 60px;
    font-weight: normal;
}

.banner-v3 .banner-text h1 span span {
    font-weight: bold;
    display: block;
}

.banner-v3 .banner-text p {
    margin: 5px 0 0;
}

.banner-form-card {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin-left: auto;
}

.banner-form-card .content-bg img {
    position: absolute;
    z-index: -1;
    inset: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.availability-card {
    background-color: white;
    box-shadow: 0px 4px 32px 0px rgba(30, 30, 30, 0.12);
    border-radius: 12px;
    padding: 20px;
}

.schedule-form {
    position: relative;
    z-index: 1;
}

.schedule-form input {
    width: 100%;
    background-color: transparent !important;
    height: 55px;
    padding: 10px 200px 10px 35px;
    border: 1px solid rgba(212, 226, 255, 1);
    box-shadow: unset !important;
    border-radius: 28px;
}

.schedule-form i {
    position: absolute;
    z-index: -1;
    top: 20px;
    margin: auto;
    left: 15px;
    color: #134fc9;
}

.schedule-form .site-btn {
    position: absolute;
    z-index: 0;
    top: 6px;
    right: 8px;
    padding: 8px 20px;
}

.option-content {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.option-content .content p {
    color: rgba(69, 69, 69, 0.8);
    font-size: 15px;
}

.option-content .content a {
    color: rgba(19, 79, 201, 0.8);
    font-weight: 600;
    font-size: 17px;
}

.option-or {
    color: rgba(197, 197, 197, 0.8);
    font-size: 13px;
    position: relative;
}

.option-or::before,
.option-or::after {
    background-color: rgba(197, 197, 197, 0.8);
    width: 1px;
    height: 12px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
}

.option-or::after {
    top: unset;
    bottom: -10px;
}


/* two-column-sec-v3 */

@media (min-width: 992px) {
    .two-column-sec-v3 .row>div:first-child {
        width: 60%;
    }
    .two-column-sec-v3 .row>div:last-child {
        width: 40%;
    }
}

.two-column-sec-v3 .list-content .content-text {
    padding-left: 0;
}

.two-column-sec-v3 .number-list h4 {
    font-size: 21px;
}

.two-column-sec-v3 .visit-btn i {
    transform: unset;
    font-size: 20px;
}

.two-column-sec-v3 .visit-btn .site-btn {
    padding: 15px 30px;
}

.two-column-sec-v3 .list-content {
    margin: 0 0 25px;
}


/* built-community-sec */

@media (min-width: 992px) {
    .built-community-sec .col-lg-5 {
        width: 42%;
    }
}

@media (min-width: 1200px) {
    .built-community-sec .col-lg-5 {
        width: 38%;
    }
}

.built-community-sec .title p {
    color: rgba(69, 69, 69, 0.8);
}

.built-community-sec .title h2 {
    font-size: 44px;
    margin-bottom: 10px;
}

.static-built-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    height: 100%;
}

.static-built-card h4 {
    margin: 0 0 5px;
}

.static-built-card p {
    color: #454545;
    font-size: 18px;
    max-width: 280px;
    line-height: 1.3;
}

.built-community-sec .row {
    row-gap: 220px;
}

.inner-built-wrapper {
    position: relative;
    z-index: 1;
}

.inner-built-wrapper .built-center-content img {
    position: absolute;
    z-index: -1;
    inset: 0;
    margin: auto;
    max-width: 470px;
    max-height: 100%;
}

.built-center-content .center-txt {
    width: 145px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #134fc9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    inset: 0;
    margin: auto;
}

.built-center-content .center-txt h3 {
    color: white;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}


/* media query  */

@media (max-width: 1199px) {
    .built-community-sec .row {
        row-gap: 100px;
    }
    .static-built-card h4 {
        font-size: 18px;
    }
    .inner-built-wrapper .built-center-content img {
        max-width: 235px;
    }
    .built-center-content .center-txt {
        width: 100px;
    }
    .built-center-content .center-txt h3 {
        font-size: 14px;
    }
    /* banner v3 */
    .banner-v3 .banner-text h1 span {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .built-center-content {
        display: none;
    }
    .built-community-sec .row {
        row-gap: 24px;
    }
    .static-built-card {
        flex-direction: column;
        text-align: center;
    }
    .built-community-sec .title h2 {
        font-size: 26px;
    }
    .h-style h2 {
        font-size: 30px;
    }
    /* banner v3 */
    .banner-v3 .banner-text {
        margin-top: 0;
    }
    .banner-form-card {
        margin: 20px auto 0;
        max-width: unset;
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    /* banner v3 */
    h2 {
        font-size: 26px !important;
    }
    .banner-v3 {
        padding: 50px 0;
    }
    .banner-v3 .banner-text h1 span {
        font-size: 31px;
    }
    .banner-v3 .banner-text p br {
        display: none;
    }
    .option-content {
        flex-direction: column;
        align-items: start;
        gap: 4px;
        padding: 0;
        margin-top: 20px;
    }
    .option-or {
        padding-left: 20px;
    }
    .option-or::before,
    .option-or::after {
        top: 0;
        bottom: 0;
        left: -10px;
        width: 10px;
        height: 1px;
    }
    .option-or::after {
        left: unset;
        right: -10px;
    }
    .schedule-form .site-btn {
        font-size: 12px;
        top: 7px;
    }
    .schedule-form input {
        padding: 10px 152px 10px 30px;
        height: 50px;
    }
    .schedule-form i {
        top: 18px;
    }

   header {
      background-color: var(--primery);
   }

   .site-btn {
      padding: 10px;
   }

   .navbar-collapse {
      padding-top: 20px;
   }

   header .wrapper>.navbar,
   header .wrapper>.navbar.navbar-h1 {
      padding: 15px 0;
   }

   header .navbar-toggler .navbar-toggler-icon {
      width: 25px;
      height: 24px;
   }


   .navbar-brand img {
      max-width: 180px;
   }

   .banner,
   .banner-h1 {
      padding-top: 95px;
   }

   .before-title span {
      font-size: 25px;
   }

   .main-title h1,
   .main-title span {
      font-size: 40px;
   }



   .text-model {
      padding: 30px 15px;
      gap: 5px;
   }

   .text-model p {
      font-size: 16px;
   }

   .text-model .site-btn {
      margin-top: 15px;
      font-size: 16px;
   }

   .banner-h1 .inner-wrapper {
      padding: 25px 15px;
   }

   .title-h1 {
      flex-direction: column;
      align-items: start !important;
      gap: 13px;
   }

   .title-h1 .text-h1 {
      text-align: start !important;
   }

   .text-h1 h3 {
      margin-top: 5px;
   }

   .msger-chat {
      padding: 0 10px;
   }

   .msger-inputtext {
      padding-inline: 10px;
      gap: 6px;
   }

   .msg-bubble {
      padding: 10px;
   }

   .info-fill ul {
      gap: 10px;
   }

   .info-fill-flow {
      padding: 15px 10px;
   }

   .msg-text {
      font-size: 14px;
   }

   .cust-tabs .nav-tabs button {
      padding: 5px 8px;
   }

   .dropzone .dz-message .dz-button {
      font-size: 14px;
   }

   .sign-texteara {
      font-size: 16px;
   }

   .reset-canvas {
      top: 10px;
      right: 10px;
      width: 20px;
      height: 20px;
   }

   .thanks h1 {
      font-size: 50px;
   }

   .banner .title {
      padding-bottom: 40px;
   }

   .padding-50 {
      padding: 30px 0;
   }

   .two-col-sec .inner-content {
      gap: 50px;
   }

   .two-col-sec .inner-content .row {
      flex-direction: column-reverse;
   }

   .two-col-sec .inner-content .row:nth-child(even) {
      flex-direction: column-reverse;
   }

   /* .add-img {
      margin-bottom: 40px;
   } */

   .col-img {
      width: 90%;
      margin: auto;
   }

   .margin-50 {
      margin: 25px 0;
   }

   .faqs-section .accordion-item .accordion-button {
      font-size: 16px;
      align-items: start;
      gap: 10px;
   }

   .brand-logo-icon img {
      max-width: 80px;
   }


   footer {
      padding: 30px 0;
   }

   footer .text img {
      max-width: 200px;
   }

   .mail-box input {
      max-width: 280px;
   }

   .contects-assets .content p {
      font-size: 14px;
   }

   .site-input {
      height: 44px;
   }

   .banner .text h4 {
      margin-top: 20px;
   }

   .address-box input {
      height: 45px;
   }

   .ba-vacter {
      max-width: 100px;
   }

   .banner {
      padding-bottom: 50px;
   }

   .sec-p {
      padding: 50px 0;
   }

   .two-col-sec .row {
      flex-direction: column-reverse !important;
   }

   .main-title-m {
      margin-bottom: 50px;
   }

   .text-model a:first-of-type {
      font-size: 20px;
   }

   .title-p {
      margin-bottom: 20px;
   }

   .copy-right {
      margin-top: 40px;
      padding-top: 20px;
   }

   .copy-right a {
      font-size: 14px;
      gap: 6px;
   }

   .copy-right a span {
      width: 25px;
      height: 25px;
   }

   footer .newsletter h3 {
      font-size: 20px;
      font-weight: 600;
   }
}

/* address-pop  */
.text-model {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 10px;
   padding: 50px 35px;
}

.text-model p {
   color: #303030;
   font-size: 28px;
   font-weight: 500;
}

.text-model a:first-of-type {
   font-weight: 600;
   font-size: 24px;
}

.text-model a:last-of-type {
   text-decoration: underline;
   color: var(--secondary);
}

.text-model .site-btn {
   padding: 5px 35px;
   font-size: 24px;
   font-weight: 500;
   margin: 20px 0 5px;
}


/* chat  */
.msger {
   width: 100%;
   max-width: 100%;
   border-radius: 20px;
   background-color: #e8f2ff;
   border: var(--border);
   border-radius: 6px;
   overflow: hidden;
}

.msger p {
   margin: 0;
}

.msger h2 {
   margin: 0;
}

.msger-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 40px;
   border-top-right-radius: 20px;
   border-top-left-radius: 20px;
   background: #4b84e9;
   color: #ffffff;
}

.msger-header h2 {
   font-size: 28px;
   font-weight: 600;
   color: #ffffff;
}

.msger-chat {
   display: flex;
   gap: 20px;
   flex-direction: column;
   overflow-y: auto;
   padding: 0 20px;
   max-height: 428px;
   margin-bottom: 30px;
}

.msger-chat::-webkit-scrollbar {
   width: 5px;
}

.msger-chat::-webkit-scrollbar-track {
   background-color: #bcdaff;
   border-radius: 2px;
}

.msger-chat::-webkit-scrollbar-thumb {
   background: var(--primery);
   border-radius: 2px;
}

.time {
   text-align: end;
}

.msger-chat h6 {
   font-size: 14px;
   font-weight: 400;
   color: #252849;
}

.msg {
   display: flex;
}

.msg:last-of-type {
   margin: 0;
}

.msg-img {
   min-width: 32px;
   width: 32px;
   height: 32px;
   margin-right: 10px;
   background-repeat: no-repeat;
   background-position: top center;
   background-size: 100% 100%;
   border-radius: 50%;
}

.msg-bubble {
   display: inline-flex;
   padding: 13px 20px;
   border-radius: 3px 10px 10px 10px;
   background: var(--primery);
   color: #ffffff;
   box-shadow: 0 2px 50px rgba(0, 0, 0, 0.05);
}

.msg-info {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 10px;
}

.msg-info-name {
   margin-right: 10px;
   font-weight: bold;
}

.msg-info-time {
   font-size: 0.85em;
}

.massege {
   display: flex;
   flex-direction: column;
   gap: 5px;
}

.right-msg {
   flex-direction: row-reverse;
}

.timer h6 {
   color: var(--secondary);
   font-size: 12px;
}

.right-msg .msg-bubble {
   background: #ffffff;
   color: var(--secondary);
   border-radius: 10px 3px 10px 10px;
}

.right-msg .msg-img {
   margin: 0 0 0 10px;
}

.msger-inputtext {
   display: flex;
   gap: 10px;
   align-items: center;
   padding: 0 20px 20px;
}

.msger-inputtext .content {
   position: relative;
   z-index: 1;
   width: 100%;
}

.msger-inputtext .content>label {
   position: absolute;
   z-index: 0;
   top: 0;
   right: 15px;
   bottom: 0;
   color: var(--primery);
   margin: auto;
   display: flex;
   align-items: center;
}

.site-input {
   background-color: white;
   height: 48px;
   border: var(--border);
   padding: 12px;
   border-radius: 5px;
   color: var(--secondary);
   width: 100%;
}

.msger-inputtext .site-input {
   padding-right: 40px;
}

.site-input::placeholder {
   color: var(--secondary);
   font-size: 16px;
}

.msger-inputtext .site-btn {
   min-width: unset;
   width: 44px;
   aspect-ratio: 1;
}

.chat-module {
   padding: 20px 0;
}

.text-right {
   text-align: end;
}

.info-fill-flow {
   padding: 25px 20px;
   border-radius: 6px;
   background-color: var(--white);
   border: var(--border);
}

.info-fill-flow .title h1 {
   font-size: 20px;
   font-weight: 500;
   color: var(--primarDark);
}

.info-fill ul {
   list-style-type: none;
   padding-left: 30px;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.info-fill ul li {
   position: relative;
}

.info-fill ul li a {
   color: var(--secondary);
}

.info-fill ul li.active a {
   color: var(--primery);
   font-weight: 600;
}

.info-fill ul li::before {
   background-image: url(../images/circle.svg);
   content: "";
   background-size: 100%;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   left: -30px;
}

.info-fill ul li.active::before {
   background-image: url(../images/circle-active.svg);
}

.info-fill ul li.done::before {
   background-image: url(../images/circle-done.svg);
}

.radio-card {
   position: relative;
   cursor: pointer;
}

.radio-card label span,
.radio-card label h6 {
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 12px;
   color: var(--primarDark);
   font-weight: 400;
}

.radio-card label h5 {
   margin: 2px 0 4px;
}

.radio-card label span img {
   max-width: 20px;
   visibility: hidden;
}

.radio-card input {
   visibility: hidden;
   position: absolute;
   top: 0;
   left: 0;
}

.radio-card label {
   padding: 15px;
   border-radius: 6px;
   background-color: var(--white);
   width: 100%;
   border: 1px solid #dadbdd;
   cursor: pointer;
}

.radio-card input:checked+label {
   box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.15);
   border: 1px solid transparent;
   outline: 5px solid white;
   border-radius: 10px;
}

.radio-card input:checked+label span img {
   visibility: visible;
   opacity: 1;
}

.radio-card input:checked+label :is(h6, span) {
   font-weight: 500;
}

/* colors */
.radio-card label.shany-tan {
   background-color: #e1d6a9;
}

.radio-card label.white {
   background-color: #f2f2f2;
}

.radio-card label.f-sunshine {
   background-color: #f6c6ad;
}

.radio-card label.gray {
   background-color: #a6a6a6;
}

.radio-card label.brown {
   background-color: #80350e;
}

.radio-card label.light-blue {
   background-color: #a6caec;
}

.radio-card label.blue {
   background-color: #215f9a;
}

.radio-card label.brown *,
.radio-card label.blue * {
   color: var(--white);
}

.drag-drop-file form {
   border: unset;
   padding: 0;
   min-height: unset;
   display: flex;
   flex-direction: column-reverse;
}

.drag-drop-file form .dz-default {
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   z-index: 1;
   flex-direction: row-reverse;
   gap: 10px;
   margin: 0;
}

.drag-drop-file form .site-input {
   text-align: left;
}

.drag-drop-file form .dz-default .site-btn {
   background-color: var(--primery);
   min-width: 100px;
   border-radius: 102px;
   color: #f9f7ff;
   padding: 11.5px;
   border: 1px solid var(--primery);
}

.drag-drop-file form .dz-default .site-btn:hover {
   color: var(--primery);
}

.drag-drop-file :is(.dz-error-mark, .dz-size, .dz-error-message, .dz-success-mark) {
   display: none !important;
}

.drag-drop-file .dz-preview {
   display: flex;
   padding: 0;
   margin: 0 0 20px;
   align-items: center;
   min-height: unset;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 15px;
   border-bottom: 1px solid #dadbdd;
}

.drag-drop-file .dz-preview .dz-details {
   position: static;
   padding: 0;
   min-width: unset;
   width: 100%;
   text-align: start;
   opacity: 1 !important;
}

.drag-drop-file .dz-preview .dz-details .dz-filename span {
   border: unset !important;
   padding: 0 !important;
   font-size: 16px;
   color: var(--secondary);
}

.drag-drop-file .dz-preview .dz-image {
   width: 40px;
   height: 30px;
   border-radius: 4px;
   margin-right: 10px;
   /* background-color: var(--primery); */
}

.drag-drop-file .dz-preview .dz-image img {
   filter: none !important;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.drag-drop-file .dz-preview .dz-remove {
   white-space: nowrap;
   visibility: hidden;
   width: 20px;
   position: relative;
}

.drag-drop-file .dz-preview .dz-remove::before {
   content: "";
   background-image: url(../images/del-icon.svg);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   width: 20px;
   height: 20px;
   display: flex;
   visibility: visible;
   position: absolute;
   top: 0;
   right: 0;
}

.drag-drop-file .dropzone.dz-started .dz-message {
   display: block;
}

.drag-drop-file form.dz-started .dz-default span::before {
   content: "+ Add More Files";
   visibility: visible;
   color: var(--primery);
   font-weight: 500;
}

.drag-drop-file form.dz-started .dz-default span {
   visibility: hidden;
}

.drag-drop-file form.dz-started .dz-default button.site-btn {
   display: none;
}

.drag-drop-file form.dz-started .dz-default {
   text-align: start !important;
}

.card-field label {
   color: var(--primarDark);
   margin-bottom: 8px;
   font-size: 14px;
}

.card-field input {
   height: 40px;
   color: var(--secondary);
   font-size: 16px;
}

.cust-tabs .tab-content .content {
   display: inline-block;
   position: relative;
   z-index: 1;
}

.cust-tabs .dropzone {
   min-height: 130px;
}

.cust-tabs .dropzone .dz-message {
   margin: 30px 0 20px;
}

.cust-tabs .tab-content .content .sign-area canvas {
   background-color: #e8f2ff;
   color: var(--secondary) !important;
   border-radius: 10px;
}

.sign-texteara,
.uplode-file {
   background-color: #e8f2ff;
   color: var(--secondary) !important;
   border-radius: 10px;
   border: unset;
   padding: 20px;
   width: 100%;
   font-size: 20px;
}

.cust-tabs .nav-tabs {
   margin-bottom: 20px;
   width: 99%;
   border-color: rgba(10, 11, 30, 0.3);
}

.cust-tabs .nav-tabs button {
   width: 100%;
   border: unset;
   color: rgba(10, 11, 30, 0.3);
   font-size: 16px;
   border-bottom: 2px solid transparent;
}

.cust-tabs .nav-tabs button.active {
   font-weight: 600;
   color: var(--primery);
   border-bottom: 2px solid var(--primery);
}

.sign-texteara:focus {
   outline: unset;
}

.reset-canvas {
   position: absolute;
   z-index: 1;
   top: 15px;
   right: 20px;
   background-color: transparent;
   border: unset;
   outline: unset !important;
   background-image: url(../images/cross-ico.svg);
   background-size: 60% 60%;
   background-repeat: no-repeat;
   background-position: center center;
   width: 30px;
   height: 30px;
   display: inline-flex;
   padding: 0;
   font-weight: 600;
   box-shadow: unset !important;
}

/* .thanks page  */

.thanks {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 100vh;
   background-color: var(--primery);
   text-align: center;
   position: relative;
   z-index: 1;
}

.thanks h1 {
   font-size: 100px;
   font-weight: 900;
   color: var(--white);
}

header .navbar-toggler {
   padding: 0;
   margin: 0;
   border: unset;
   box-shadow: unset !important;
}

/* two-col-section */

.text-space span {
   color: var(--primery);
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 5px;
   display: inline-flex;
}

.text-space p {
   font-size: 16px;
   max-width: 600px;
   margin: 10px 0 35px;
}

.text-space.small-p p {
   max-width: 542px;
}

.text-space .site-btn {
   min-width: 180px;
}

.two-col-sec .text h4 {
   margin: 6px 0 18px;
}

.two-col-sec .inner-content {
   display: flex;
   flex-direction: column;
   gap: 100px;
}

.two-col-sec .inner-content .row:nth-child(even) {
   flex-direction: row-reverse;
}

.text.prim-style :is(span, h4, p) {
   color: var(--white);
}

.site-btn.prim-style {
   background-color: var(--white);
   color: var(--primery);
   border-color: var(--white);
}

.site-btn.prim-style:hover {
   color: var(--white);
}

.site-btn.prim-style::before {
   background-color: var(--primery);
}

.banner-h1 {
   position: relative;
   z-index: 1;
   min-height: 100vh;
}

.inner-wrapper {
    background-color: var(--white);
    padding: 30px;
    padding-bottom: 0;
    border-radius: 10px;
}

.text-h1 span {
   color: var(--secondary);
}

.text-h1 h3 {
   font-size: 16px;
   font-weight: 600;
}

.banner-h1 .inner-wrapper {
   background-color: var(--white);
   padding: 30px;
   border-radius: 10px;
}

.banner-h1 {
    padding-top: 40px;
}

.wrapper {
   max-width: 1170px;
   margin: auto;
}

.msger-send-btn{
    padding: unset;
}

