@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
    font-family: "Nunito Sans", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200 - 800;
    font-style: normal;
    box-sizing: border-box;
    color: #5e5e5e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

:root {
    --sa-blue: #2c3691;
    --sa-red: #17a5f7;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0px;
}

.btn-1 {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    width: 180px;
    text-align: left;
    border: 2px solid var(--sa-blue);
    color: var(--sa-blue);
    font-size: .9rem;
    text-transform: uppercase;
    transition: 0.2s;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

    .btn-1 i {
        position: absolute;
        top: calc(50% - .6rem);
        right: 25px;
        transition: 0.3s ease;
        font-size: 1.2rem;
    }

    .btn-1:hover i {
        opacity: 1;
        right: 15px;
        color: #fff;
    }

    .btn-1:hover {
        color: #fff;
        background: var(--sa-blue);
    }

.navbar {
    background-color: #00000000;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    backdrop-filter: blur(5px);
}

.nav-item .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 5px;
    color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: var(--sa-red);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-btn-red {
    border: 1px solid var(--sa-red);
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px !important;
    transition: 0.3s;
    letter-spacing: 1px !important;
    background: var(--sa-red);
}

    .nav-btn-red:hover {
        background: var(--sa-red);
        color: #fff !important;
    }

.nav-btn-blue {
    background: var(--sa-blue);
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    letter-spacing: 1px !important;
}

    .nav-btn-blue:hover {
        border: 1px solid var(--sa-blue);
        transition: 0.3s;
        background: #fff;
        color: var(--sa-blue);
    }

.dropdown-menu,
.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:hover {
        background-color: var(--sa-red);
        color: #fff;
    }

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .video-banner video {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.banner-content {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
}

    .banner-content h1 {
        font-size: 4rem;
        font-weight: 800;
    }

    .banner-content p {
        font-size: 1.25rem;
        font-weight: 500;
        /*background: var(--sa-blue);*/
        padding: 4px 16px;
        border-radius: 3px;
    }

.h-search-form input {
    width:100%;
    padding: 0 30px;
    border-radius: 16px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #333;
    height: 70px;
}


.banner-btn1 {
    border: 2px solid var(--sa-red);
    color: #fff;
    background: var(--sa-red);
    padding: 15px 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

    .banner-btn1:hover {
        color: var(--sa-red);
        background: #fff;
    }

.navbar-brand img {
    width: 260px;
}

.banner-btn2 {
    border: 2px solid var(--sa-blue);
    color: #fff;
    background: var(--sa-blue);
    padding: 15px 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .banner-btn2:hover {
        color: var(--sa-blue);
        background: #fff;
    }

.counter-up {
    padding: 70px 0px;
      background: #f8f8f8;
}

.counter-content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.counter-icon {
    font-size: 45px;
    height: 80px;
    width: 80px;
    margin-right: 25px;
    background: var(--sa-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    flex: none;
}

.counter-number h2 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 2.5rem;
    font-weight: 800;
}

.counter-number h4 {
    font-weight: 600;
    color: var(--sa-red);
    font-size: 1.15rem;
}

.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: var(--sa-red);
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.home_about {
    padding: 70px 0px;
}

/* service_features css*/
.service_features {
    padding: 70px 0px;
    background-color: #f9f9f9;
}

.feature-Bx {
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / .05);
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 1rem;
    transition: 0.3s;
}

.feature-icon {
      width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .feature-icon i {
        font-size: 1.5rem;
        color: var(--sa-blue);
        transition: 0.3s;
    }

.feature_text {
    padding: 1rem .5rem;
}

    .feature_text p {
        margin-bottom: 0px;
        font-size: .9rem;
    }

.feature-Bx:hover {
    transform: translateY(-10px);
}

    .feature-Bx:hover .feature-icon {
        background: var(--sa-blue);
    }

        .feature-Bx:hover .feature-icon i {
            color: #fff;
        }

.service_wrapper {
    padding: 70px 0px;
    background: linear-gradient(#17a5f7, #17a5f775, #17a5f710);
    color: #fff;
    padding-bottom: 300px;
}

.service_slider_outer {
    background: #f9f9f9;
    padding-bottom: 70px;
}

.service-slider {
    margin-top: -250px;
}

    .service-slider .header-content {
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--sa-blue);
        padding: 1.5rem;
        min-width: 200px;
        box-shadow: 5px -5px 10px rgba(0, 0, 0, .2);
    }

        .service-slider .header-content img {
            width: 60px !important;
            margin-bottom: 1rem;
        }

        .service-slider .header-content h6 {
            color: #fff;
            font-weight: bold;
            font-size: 1.25rem;
        }

    .service-slider .item {
        overflow: hidden;
    }

        .service-slider .item img {
            transition: 0.3s;
        }

        .service-slider .item:hover img {
            transform: scale(1.1);
        }

/*hassle-free-outer*/
.hassle-free-outer {
    background-image: url('../images/hassle-free.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hassle-free {
    margin: 1.5rem auto;
}

    .hassle-free h3 {
        color: var(--sa-red);
        font-weight: 600;
        font-size: 2rem;
        font-style: italic;
    }

    .hassle-free h6 {
        color: #fff;
        font-style: italic;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }

    .hassle-free div {
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }

        .hassle-free div a {
            color: var(--orange);
            font-size: 2rem;
            font-weight: 800;
            margin-right: 1rem;
        }

            .hassle-free div a:last-child {
                margin-left: 1rem;
            }


/* footer */
footer {
    background: var(--sa-blue);
    color: #fff;
}

.footer_links {
}

    .footer_links a {
        /* display: block; */
        color: inherit;
        padding-bottom: 10px;
        border-bottom: 1px dotted #9e9e9e;
        margin-bottom: 10px;
        font-size: 13px;
        color: #ffffffc4;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        font-weight: normal;
        margin-right: 1rem;
        text-align: left !important;
    }

        .footer_links a:hover {
            color: #fff;
            padding-right: 10px;
        }

.address_box {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    justify-content: start;
    margin-top: 10px;
}

    .address_box i {
        width: 15px;
        margin-right: 10px;
        display: block;
        text-align: center;
    }

    .address_box span {
        margin-bottom: 0px;
        color: #ffffffc4;
        word-break: break-word;
        font-size: 13px;
    }

    .address_box a {
        color: #ffffffc4;
        font-size: 13px;
    }

.footer_links,
.get-in-touch {
    margin: 10px 0px;
    text-align: right;
}

    .footer_links h5,
    .get-in-touch h5 {
        /*  text-transform: uppercase; */
        margin-bottom: 25px;
        /* display: none; */
    }

    .get-in-touch img {
        border-radius: 5px;
        margin: 25px auto;
        display: block;
        text-align: center;
        padding: 10px;
        background-color: #fff;
    }

.footer_social {
    display: block;
    width: 100%;
    text-align: center;
}

    .footer_social a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border: 1px solid #ffffff;
        border-radius: 0px;
        color: #ffffff;
        display: inline-block;
        line-height: 30px;
        transition: 0.3s;
        text-align: center;
    }

        .footer_social a:hover {
            color: #fff;
            background-color: #ffffff;
            border-color: #fff;
        }

            .footer_social a:hover i {
                color: #162343;
            }

.footer_bottom {
    background-color: #171f73;
}

.copyroght,
.designed_by {
    padding: 10px 0px;
}

    .copyroght p,
    .designed_by p,
    .designed_by p a {
        margin-bottom: 0px;
        color: rgb(255 255 255 / 50%);
        font-size: .8rem;
    }

        .designed_by p,
        .designed_by p a {
            color: rgb(255 255 255 / 20%);
        }

.clients-section {
    padding: 70px 0px;
}

.partner-carousel .item img {
    max-width: 140px;
}

/* Breadcrumb area */
.page-title-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.781), rgba(0, 0, 0, 0.425)), url('../pandaimges/bread.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 30px;
    color: #fff;
}

    .page-title-section .breadcrumb-title h1 {
        font-size: 48px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        margin-top: 40px;
        position: relative;
        padding-left: 30px;
    }

        .page-title-section .breadcrumb-title h1:before {
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-left: 5px solid var(--sa-red);
        }

    .page-title-section h6 a {
        color: #fff;
        font-size: 16px;
    }

    .page-title-section h6 {
        color: #aeb1b3;
        font-size: 16px;
        margin-top: 25px;
    }

/* marquee */
.moving-titles {
    display: flex;
}

.moving-title-section {
    padding: 15px 0px;
    background: #2c3691;
}

.moving-titles h3 {
    padding: 0px 60px;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
}

    .moving-titles h3:after {
        content: "";
        background: url("../images/sparkle.svg") no-repeat center left;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 15px;
    }

.why-choose-section {
    background: url("../images/bg-1.webp");
    padding: 70px 0px;
}

.why-choose-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 1px 16px #cccccc59;
    border-radius: 10px;
    background:#fff;
}

.point-icon {
    border-radius: 50%;
    border: 1px solid var(--sa-red);
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
    transition: ease-in 0.3s;
}

    .point-icon i {
        font-size: 40px;
        background: #f4f4f5;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--sa-red);
        transition: ease-in 0.3s;
    }

.point-content h4 {
    color: var(--sa-blue);
    font-weight: 600;
    font-size: 21px;
}

.point-content p {
    font-size: 14px;
}

.why-choose-points {
    margin-top: 60px;
}

.why-choose-point:hover .point-icon i {
    background: var(--sa-red);
    color: #fff;
}

.why-choose-point:hover .point-icon {
    background: var(--sa-red);
}

.cta-section {
    background: var(--sa-red);
    position: relative;
    margin-top: 40px;
}

    .cta-section .heading h2 {
        color: #fff;
    }

    .cta-section .heading span {
        color: #fff;
    }

    .cta-section p {
        color: #fff;
    }

.cta-bg-image {
    position: absolute;
    right: 330px;
    height: 100%;
}

    .cta-bg-image img {
        height: 100%;
    }

.cta-inner-img img {
    position: absolute;
    left: 0px;
    top: -63px;
    height: 316px;
}

.cta-inner-img {
    position: relative;
}

.cta-inner {
    padding: 10px;
}

a.cta-button {
    padding: 12px 24px 11px 14px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
    color: #000;
    z-index: 99;
}

    a.cta-button i {
        background-color: var(--sa-red);
        min-width: 29px;
        width: 29px;
        height: 29px;
        color: #fff;
        border-radius: 50%;
        line-height: 29px;
        text-align: center;
        margin-right: 5px;
    }

.contact-us-wrapper {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.contact-us-inner {
    text-align: center;
    padding: 40px 30px;
    border-right: 1px solid #eee;
}

    .contact-us-inner:nth-last-child(4) {
        border-right: none;
    }

    .contact-us-inner h5 {
        margin: 40px 0 20px;
    }

    .contact-us-inner a {
        text-transform: uppercase;
        color: var(--sa-red);
        font-size: 17px;
        font-weight: 500;
        margin: 20px 0 10px;
    }

    .contact-us-inner .info-i {
        position: relative;
        z-index: 1;
    }

        .contact-us-inner .info-i i:before {
            font-size: 40px;
            color: var(--sa-red);
        }

#contact-us .contact-form .main-btn {
    margin-top: 30px;
}

.contact-us-area {
    padding: 70px 0px;
    background-image: url('../images/contact-bg.jpg');
    height: 400px;
}

.contact-section {
    background-image: url('../images/contact-form-bg.jpg');
    padding: 180px 0px 120px;
    background-attachment: fixed;
}

    .contact-section .section-title h2 {
        color: #fff;
    }

.contact-form .main-btn {
    border-radius: 0;
    border: none;
    margin: 40px 0;
}

.contact-form {
    margin-top: 60px;
}

.service-section {
    padding: 70px 0px;
}

.services-features {
    background: var(--sa-blue);
}

.single-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.icon-image {
    background: var(--sa-blue);
    padding: 25px;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: ease-in 0.3s;
}

.feature-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.features-point {
    padding: 40px 0px;
}

.single-feature:hover .icon-image {
    background: var(--sa-red);
}

.no-space-section-content {
    background-color: #04111d;
    position: relative;
    z-index: 99;
}

    .no-space-section-content .heading {
        padding: 40px;
    }

    .no-space-section-content h2 {
        color: #fff;
    }

    .no-space-section-content p {
        color: #fff;
        text-align: justify;
    }

.service-faq {
    padding: 70px 0px;
}

    .service-faq .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: var(--sa-blue);
    }

    .service-faq .accordion-button {
        font-weight: 600;
    }

.featured-section {
    background: var(--sa-blue);
}

.row.no-sapce-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.rate-calculate-area {
    padding: 70px 0px;
}

form.rate-calculator-form {
    background: #f4f4f5;
    padding: 40px;
    margin-top: 50px;
    border-radius: 8px;
    position: relative;
}

h4.rate-form-heading {
    background: var(--sa-blue);
    display: inline;
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    top: -20px;
    color: #fff;
    font-size: 20px;
}

a.info-link {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
}

.sa-text {
    font-weight: bold;
}

section.video-banner:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.service-section p {
    text-align: justify;
    padding-right: 30px;
}

.thank-you-section.text-center {
    padding: 100px 0px;
}

.sign_form {
    border-radius: 16px;
    background-color: #fff;
}

.signup_wrapper {
    padding: 70px 0px;
    background-image: url(../images/contact-bg.jpg);
}

    .signup_wrapper .heading h2 span {
        font-size: 52px;
    }
/*Media Query*/
@media screen and (min-width: 768px) {
    .cta-btn-section {
        display: flex;
        justify-content: end;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {
    .cta-bg-image {
        position: absolute;
        right: 120px;
        height: 100%;
    }

    .cta-inner-img img {
        position: absolute;
        /* right: 300px; */
        top: 0;
        height: 320px;
    }

    .cta-btn-section {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .who-serve .col-lg-3{
    width:20%;
}
}

@media screen and (min-width: 1200px) {

    .features-point {
        padding: 40px 80px;
    }

    .cta-bg-image {
        position: absolute;
        right: 140px;
        height: 100%;
    }

    .cta-inner-img img {
        position: absolute;
        /* right: 300px; */
        top: -40px;
        height: 332px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-item .nav-link {
        margin: 2px;
    }
}

@media screen and (min-width: 1400px) {
    .cta-bg-image {
        position: absolute;
        right: 220px;
        height: 100%;
    }

    .cta-inner-img img {
        position: absolute;
        left: -60px;
        top: 8px;
        height: 332px;
    }
}

@media screen and (max-width: 991px) {
    .nav-item .nav-link {
        margin: 8px;
    }

    .nav-btn-blue,
    .nav-btn-red {
        display: inline-block;
        padding: 10px 10px;
    }

    .video-banner video {
        height: 100%;
        object-fit: cover;
    }

    .counter-content {
        justify-content: start;
    }

    .counter-up {
        padding: 40px 0px;
    }

    .hassle-free h6 {
        font-size: 1rem;
    }

    .hassle-free div a {
        font-size: 1.25rem;
    }

    .address_box {
        margin-top: 10px;
    }

    .footer_links {
        text-align: left;
        margin-bottom: 1.5em;
    }

    .cta-bg-image {
        display: none;
    }

    .cta-inner-img {
        display: none;
    }

        .cta-inner-img img {
            position: relative;
            /* right: 300px; */
            top: 0;
            height: auto;
        }

    .contact-us-area {
        height: auto;
    }

    .page-title-section .breadcrumb-title h1 {
        font-size: 42px;
    }
}




.our-locations{
    background-image:linear-gradient(to left, #2d368e 70%, #0000), url(../pandaimges/building.webp);
    background-position:left;
    background-repeat: no-repeat;
    background-size:contain;
    padding:70px 0;
}
.cta-bluepanda{
    margin:50px 0;
    
}
.cta-bluepanda .feature-Bx{
     background-image:url(../pandaimges/cta-panda.svg);
    background-position:right;
    background-repeat: no-repeat;
    background-size:contain;
    box-shadow:none;
    background-color:#f4f4f4;
    padding:70px;
}

.who-serve{
     padding:70px 0;
}
.featured-imagebox-procedure {
    text-align: center;
    overflow: visible;
}
.featured-imagebox-procedure .featured-thumbnail {
    margin-bottom:12px;
    padding-top: 0;
    position: relative;
    overflow: visible;
    display: inline-block;
}
.featured-imagebox-procedure .featured-thumbnail:before {
    display: block;
    content: '';
    position: absolute;
    right: -90px;
    top: 90px;
    height: 22px;
    width: 65px;
    background-image: url(../images/arrow-1.png);
    background-repeat: no-repeat;
}
[class*='col-']:last-child .featured-imagebox-procedure .featured-thumbnail:before{
    content: unset;
}
.featured-imagebox-procedure .featured-thumbnail img {
    border-radius: 50%;
    padding: 9px;
        width: 155px;
    position: relative;
    transition: all .3s ease-in-out;
}
.featured-imagebox-procedure .featured-thumbnail:after{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    text-align: center;
    left: 0;
    border-radius: 50%;
    width: 100%;
    border: 3px dashed #e7eaee;
    animation: swing 2s linear infinite;
}
.featured-imagebox-procedure .process-num {
    margin-right: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -16px;
    z-index: 10;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin: 0 auto;
    left: 50%;
    margin-left: -19px;
    background-color: var(--sa-blue);
}
.featured-imagebox-procedure .process-num:before {
    counter-increment: featured-imagebox-procedure;
    content: counters(featured-imagebox-procedure,"") " ";
}

section{ counter-reset: featured-imagebox-procedure; }
.featured-imagebox-procedure:hover .featured-thumbnail:after{
   
    border: 3px dashed var(--sa-blue);
   
}

.featured-imagebox-procedure:hover .process-num {
   
    background-color: var(--sa-blue);
}

@media screen and (max-width: 575px) {
    .nav-item .nav-link {
        font-size: 15px;
    }

    .nav-btn-blue,
    .nav-btn-red {
        display: block;
        text-align: center;
    }

    .home_about {
        padding: 40px 0px;
    }

    .service_wrapper {
        padding: 40px 0px 150px 0px;
    }

    .service-slider {
        margin-top: -130px;
    }

        .service-slider .header-content h6 {
            font-size: 1rem;
        }

        .service-slider .header-content {
            padding: .5rem;
            min-width: 120px;
        }

            .service-slider .header-content img {
                margin-bottom: .5rem;
                width: 40px !important;
            }

    .service_features {
        padding: 0px 0px 40px 0px;
    }

    .clients-section {
        padding: 40px 0px;
    }

    .hassle-free-outer {
        background: var(--sa-blue);
    }

    .banner-content h1 {
        font-size: 2rem;
    }


            .video-banner {
        height: 90vh;
    }

    .counter-up {
        padding: 0px;
        margin-bottom: 40px;
    }

    .counter-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-right: 10px;
    }

    .counter-number h2 {
        font-size: 1.5rem;
    }

    .counter-number h4 {
        font-size: .8rem;
    }

    .service-section p {
        padding-right: 10px;
    }
    .cta-bluepanda .feature-Bx {
    background-position: top;
    padding: 270px 20px 20px 20px;
}
    .our-locations {
    background-image: linear-gradient(to left, #2d368e 100%, #0000), url(../pandaimges/building.webp);
}
    .navbar {
    background-color: #000000;
}
    .navbar-toggler {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
}

.otp_form .title {
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.otp_form .title h3 {
  font-weight: bold;
}

.otp_form .title p {
  font-size: 12px;
  color: #118a44;
  text-align:center;
}

.otp_form .title p.msg {
  color: initial;
  margin-bottom:0;
  font-weight: bold;
}

.otp_form .otp-input-fields {
    margin: auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
}

.otp_form .otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: #eff7ff;
  border-radius: 4px;
  border:0;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.otp_form .otp-input-fields input::-webkit-outer-spin-button,
.otp_form .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp_form .otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}

.otp_form .otp-input-fields input:focus {
  border-width: 2px;
  border-color: #297f1c; /* darkened #2f8f1f by ~5% */
  font-size: 20px;
}

.otp_form .result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}

.otp_form .result p {
  font-size: 24px;
  font-family: 'Antonio', sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}

.otp_form .result p._ok {
  color: green;
}

.otp_form .result p._notok {
  color: red;
  border-radius: 3px;
}

.otp_modal .btn-close{
    position:absolute;
    right:10px;
   top:10px;
   z-index:99;
}