﻿/* swipper text css............*/
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-slide {
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}

.welcome-title {
    font-size: 26px;
    font-weight: 500;
}

    .welcome-title b a {
         font-size: 27px;
        color: #37ebd8 !important;
      /*  background: -webkit-linear-gradient(#ddd4d4, #ff5275);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff00;*/
    }

    .welcome-title b {
        font-size: 27px;
        color: #37ebd8 !important;
        /*       background: -webkit-linear-gradient(#ddd4d4, #ff5275);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff00;*/
    }

.second-title {
    font-size: 25px;
    font-weight: 500;
}

    .second-title b {
        font-size: 27px;
        color: #37ebd8 !important;
       /* background: -webkit-linear-gradient(#ddd4d4, #ff5275);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff00;*/
    }
/* swipper text css............*/

/* top content heading area section*/
.page-banner-area {
    position: relative;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 1;
}

    .page-banner-area::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #33323047;
        z-index: 1;
        opacity: 0.9;
    }

    .page-banner-area::after {
        content: "";
        position: absolute;
        background-image: url('../Services/product-img/aboutbg.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        -webkit-animation: heartBeat 15s infinite linear;
        animation: heartBeat 15s infinite linear;
    }

.page-banner-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

    .page-banner-content h1 {
        color: #ffffff;
        margin-bottom: 4px;
        font-size: 38px;
        font-family: system-ui;
        text-shadow: 2px 1px 1px #009bff;
    }

p:last-child {
    margin-bottom: 0;
}

.page-banner-content p {
    color: #ffffff;
}

.n-content {
    font-size: 17px;
    font-style: oblique;
    font-weight: 400;
}

.page-banner-content .n-content a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    color: #fff !important;
    position: relative;
    transition: all ease 0.7s;
    font-style: normal !important;
}

.anchore-text a {
    font-weight: 600 !important;
    text-decoration: none !important;
    color: #3498db !important;
    font-size: 21px !important;
}

.page-banner-content .n-content a::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    right: -15px;
    top: 4px;
    bottom: 0;
    transform: rotate(15deg);
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/* top content heading area section*/

/* contact us section start......*/
.navbar-nav {
    background: rgba(69, 165, 194, 0.32);
}
/*.tab-content {
    transition: opacity 0.3s ease;
}*/
.n-bg-bg-n {
    box-shadow: 0px 0px 2px 0px #d654e0;
    background: #fff !important;
}
.btn-bg {
    background: #0196be;
}
.f-family {
    font-family: sans-serif!important;
}
.i-col-des {
    color: #299acb;
    font-size: 26px;
    background: aliceblue;
    padding: 11px;
    border-radius: 25px;
}
.t-des {
    font-size: 33px;
    font-weight: 600;
    font-family: math;
}

.w-new {
    margin: auto;
    max-width: 67%;
}
#logo {
    width: 150px;
}

#login-btn {
    background: #13718E;
}

.tab-pane11 {
    background: #FFFFFF;
    box-shadow: 0px 17px 44px rgba(179, 179, 179, 0.25);
}

#faq {
    background: linear-gradient(166deg, #48cfc1 2.35%, #2ba2d6 100%, #299acb 25%);
}

#phone_number button {
    background: #13718E;
}

#email button {
    background: #13718E;
}

.fd-bold {
    font-family: 'Helvetica';
}

.accordion-item {
    margin-bottom: 10px; /* Add space between the accordion items */
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #78E6D8 0%, #66BAD5 100%);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#lgn_btn {
    background: #13718E;
    color: white;
}

.uline {
    text-underline-offset: 5px;
}

.wrap {
    text-wrap: balance;
}

.PhoneImg {
    width: 41% !important;
}

@media (max-width: 575.98px) {
    .mleft {
        justify-content: center;
    }
}

@media (max-width: 912.98px) {
    #logo {
        margin-left: 8px !important;
    }
}

.btn-soft-primary {
    background-color: #ffffff !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
}

.btn-primary, .btn-soft-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

#myBtn:hover {
    background-color: #555;
}

.mar {
    margin-top: 3.5rem !important;
}

.hea {
    margin-left: 30px;
}

.hea1 {
    margin-left: 35px;
}

#footer-container {
    background: rgba(19, 113, 142, 0.15);
    border-radius: 100px 500px 0px 0px;
    margin-top: 192px;
    padding: 25px;
}

    #footer-container li {
        list-style: none;
        text-decoration: none;
    }

        #footer-container li a {
            list-style: none;
            text-decoration: none;
        }

#freeacount-btn {
    background: #13718E;
    font-size: 14px;
    float: left;
    cursor: pointer;
}

    #freeacount-btn:hover {
        background: #13718E;
    }

@media (max-width: 450.98px) {
    #freeacount-btn {
        float: left;
    }

    .info-box li {
        margin-left: 29px;
    }

    .info-box img {
        margin-left: 20px;
    }

    .freeAccount {
        margin-left: 70px;
    }

    #freeactemail {
        float: left !important;
    }
}

@media (min-width: 766.98px) {
    .service_ul {
        padding-left: 1rem;
    }

    .hea1 {
        margin-left: 18px;
    }
}

@media only screen and (min-width: 539px) and (max-width: 540.50px) {
    .info-box, .freeAccount {
        margin-left: 66px;
    }
}

.tab-pane11 {
    display: none;
}

    .tab-pane11.active {
        display: block;
    }

.p-22 {
    padding: 30px !important;
}

.tab-img-shape-n {
    background-image: url('../images/bg get-started.in.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
/* contact us section end......*/
.alert {
    display: flex;
    justify-content: space-between;
}