.navbar-brand img {
    width: 250px;
}

.navbar-nav .nav-item {
    padding-right: 34px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .nav-item.active {
    color: #3763EB;
}

.bg-light {
    background: #fff !important;
    /* box-shadow: 0 10px 20px rgb(1, 95, 201, .15); */
}

.navbar-nav .nav-link.active {
    color: rgb(1 95 201);
}

.navbar-nav .nav-item {
    font-size: 16px;
    color: #051441;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /* position: relative; */
    padding: 12px 18px;
    /* display: inline-flex; */
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    align-items: center;
    font-weight: 700;
}

.navbar-nav .nav-item.head {
    padding-right: 0;
}

.navbar-nav .nav-item.head .btn-primary:hover {
    background: #002984;
}

.navbar-nav .nav-item.head .btn-primary.join-now {
    background: #464646;
}

.navbar-nav .nav-item.head .btn-primary.join-now:hover {
    background: #15233C;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
}

.toggle-icon {
    font-weight: bold;
    margin-left: 5px;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .dropdown-menu {
        position: static;
    }

    .nav-link.dropdown-toggle {
        display: flex;
        justify-content: space-between;
    }
}

.dropdown-toggle::after {
    display: none;
}

.nav-link.dropdown-toggle .ms-1 {
    font-weight: bold;
}

.hero-section p {
    font-size: 18px;
    line-height: 26px;
    color: #6A7C92;
}

.hero-section h1 {
    font-weight: 800;
    font-size: 42px;
    line-height: 42px;
    color: #0448ad;
}

/* .hero-section {} */

.hero-section img {
    width: 270px;
}

.hero-section {
    padding-top: 5rem;
    background: #3e54ff08;
    padding-bottom: 8rem;
    background: url(./images/bg-dott.png),
        url(./images/bg-dott.png), #929eff3d;
    background-position: top 45px right 48%, bottom 60px right 6%;
    background-repeat: no-repeat;
    background-size: auto, auto;
    position: relative;
    z-index: 1;
}

.btn-primary {
    border-radius: 50px !important;
    background-color: #015FC9;
    border: 0;
    color: white;
    padding: 12px 30px;
}

.hero-img-right img {
    width: 100%;
    /* height: 81vh; */
    border-radius: 5rem;
    position: relative;
    z-index: -1;

}

/* 
.hero-img-right {
    position: absolute;
    right: 0;
    top: 79px;
} */

.hero-content {
    padding-right: 6rem;
}

.about-section {
    padding: 4rem 0;
    background: #6a7c920f;
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(./images/banner2.jpg) center right no-repeat;
    background-size: cover;
}

.main-about-content {
    margin: auto 10rem;
    padding: 2rem;
    background: white;
    border-radius: 30px;

}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-item {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.main-item .main-thumb i {
    font-size: 35px;
    color: #15233C;
    margin-top: 8px;
}

.main-content h3 {
    margin: 0px;
    font-weight: 700;
    color: #15233C;
    font-size: 24px;
}

.about-section .section-title p {
    color: #ffffff;
}

.section-title h1 {
    font-weight: 800;
    color: #15233C;
    margin-bottom: 3rem;
}

.bg-wave .section-title h1 {
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
}


.feature-box {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem;
    /* border: 1px solid #dfdfdf; */
    /* border-radius: 10px; */
    /* height: 395px; */
    cursor: pointer;
    margin-bottom: 2rem;
    background-color: var(--surface-color);
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    min-height: 27.2rem;

}

.feature-icon {
    font-size: 30px;
    margin-bottom: 20px;
    border-radius: 0 20px 20px 0;
    /* border: 3px solid #015FC9; */
    padding: 18px;
    width: max-content;
    width: 85px;
    text-align: center;
    position: relative;
    left: -32px;
    background: #015FC9;
}

.feature-section {
    padding: 5rem 0;
}

.feature-box i {
    color: #ffffff;
}

.feature-box:hover .feature-icon {
    background-color: #015FC9;
    box-shadow: none;
}

.feature-box:hover.feature-box i {
    color: #ffffff;
}

.feature-content h4 {
    font-weight: 700;
    color: #15233C;
}

p {
    line-height: 26px;
    color: #6A7C92;
}

.feature-box:hover {
    background-color: #6a7c9224;
}

.content-box.orange {
    background-color: #fff3e2;
}

.content-box {
    height: 100%;
    padding: 25px 30px;
    border-radius: 10px;
}

.content-box.blue {
    background-color: #deedfd;
}

.content-box.green {
    background-color: #d5f1e4;
}

.content-box.red {
    background-color: #fdeded;
}

.apart-content {
    padding: 6rem 0;
    background-color: #6a7c920f;
}


footer {
    background: rgb(62 84 255 / 7%);
}


footer a {
    text-decoration: none;
}

.content-box h4 {
    font-weight: 700;

}

.about-section h1 {
    color: white;
}



.nav-link.left-setting.active i {
    color: #ffffff;
}

.setting-info {
    padding-top: 3rem;
}


.left-setting h3 {
    color: #aeaeae;
}

.left-setting.active h3,
.left-setting.show h3 {
    color: #ffffff;
}

.setting-info .nav-link:focus,
.setting-info .nav-link:hover {
    color: #ffffff;
}

.set-box-content {
    background-image: url(./images/setting-bg.png);
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 25px 3rem 3rem;
    background-repeat: no-repeat;
    height: 350px;
    background-color: #002984;
}

.set-box-content p {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}

.set-box-content i {
    font-size: 50px;
    margin-bottom: 25px;
    color: white;
}

.content-bottom img {
    height: 65px;
}

.testimonial {
    padding: 6rem 0;
}

.left-setting.nav-link {
    padding: 1rem 0;
}

.sides {
    margin-top: 4rem;
}

.info-abt-us {
    padding: 0 0 8rem;
}

.hero {
    height: 100vh;
    background:
        url(./images/bg-dott.png) top 22px right 48% no-repeat,
        url(./images/bg-dott.png) bottom 60px right 6% no-repeat,
        linear-gradient(rgba(219, 236, 255, 0.9), rgba(255, 255, 255, 0.9));
    background-size: auto, auto, cover;
    position: relative;
    z-index: 1;
}


.info-abt-us {
    margin: 0;
    padding: 4rem 0;
    background: #6a7c920f;
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(./images/banner2.jpg) center right no-repeat;
    background-size: cover;
}


.info-abt-us .section-title h1 {
    color: #ffffff;
}

.nav-tabs .nav-link {
    margin-bottom: 0 !important;
    border-bottom: 5px solid #dbdbdb !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 0px;
    color: #364146;
    padding-left: 9px;
    cursor: pointer;
}

.nav-tabs {
    border: 0px !important;
    padding-top: 2rem;
}

.nav-tabs .nav-link.active {
    border: 0px;
    color: #015fc9;
    border-bottom: 5px solid #015fc9 !important;

}

.nav-tabs .nav-link,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover {
    border: 0px;
}

.vision-side .nav-tabs {
    width: 85%;
}

.tabs-sections {
    padding: 2rem 0;
}

.tab-content {
    padding: 3rem 0;
}

.tab-content ul {
    padding-left: 1rem;
    list-style: none;
    color: #4b5869;
    line-height: 30px;
}

.tabs-sections .nav-item {
    text-align: center;
}

.tabs-sections .nav-item h6 {
    font-weight: 400;
    font-size: 16px;
}

.tab-pane .img-fluid {
    max-width: 100%;
    height: auto;
    height: 355px !important;
}



.feature-pg {
    padding: 3rem 0;
}

/*.tabs-sections {
    background: #3e54ff08;
}*/


.tab-content h3 {
    font-weight: 700;
}


footer .py-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.service-item {
    background-color: white;
    padding: 30px;
    border: 1px solid #c8c8c8;
    transition: 0.3s;
}

.service-item i {
    font-size: 36px;
    line-height: 0;
    margin-right: 30px;
    color: #015FC9;
    margin-top: 23px;
}

.more-info {
    padding: 5rem 0;
}

.more-info-section {
    padding-top: 9rem;
}

.side-contents h4 {
    font-weight: 800;
    color: #005fca;
}

a {
    text-decoration: none !important;
}


.loc-section {
    margin: 3rem 0 0;
    padding: 4rem;
    background: #6a7c920f;
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(./images/banner2.jpg) center right no-repeat;
    background-size: cover;
}

.loc-section h4,
.loc-section p {
    color: white;
}

.pricing {
    width: 100%;
    padding: 50px;
    position: relative;
}

.bg-wave {
    /*content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(160deg, #015FC9 55%, #fff 0%);
    background: linear-gradient(166deg, #015FC9 38%, #fff 0%);
    background: linear-gradient(172deg, #015FC9 35%, #fff 0%);*/

    padding: 3.5rem 0;
    background: #015fc9;
    margin: 0;
    clip-path: ellipse(62% 100% at 50% 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.money {
    font-size: 40px;
    line-height: 1;
    color: #606060;
}

.card {
    transition: 0.4s ease;

}

.card-header {
    font-size: 30px;
    font-weight: bold;
    background: #fff !important;
    padding: 25px 0 !important;
}

.card-body {
    padding: 30px 0 !important;
}

.card-body li {
    margin: 22px 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    color: #454545;
    list-style: none;
}

.card-footer {
    background: #fff !important;
    padding: 30px 0 !important;
}

.card-footer a {
    border: 1px solid #015FC9;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #015FC9;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.card:hover .card-footer a {
    text-decoration: none;
    color: #fff;
    background-color: #015FC9;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card:hover .card-header,
.card:hover .money,
.card:hover .blue {
    color: #015FC9;
}

.card-second {
    transform: translateY(-20px);
    /* box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); */
}



.form-label {
    font-weight: 700;
    margin-bottom: .5rem;
}

.form-pg {
    padding: 3rem;
}












.login-form {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(./images/banner2.jpg) center right no-repeat;
    background-size: cover;
}


/* From Uiverse.io by Smit-Prajapati */
.login-form .container {
    max-width: 430px;
    background: #F8F9FD;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
    border-radius: 40px;
    padding: 25px 35px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
    margin: 20px;
}

.login-form .heading {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: rgb(16, 137, 211);
}

.login-form .form {
    margin-top: 20px;
}

.login-form .form .input {
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 23px;
    margin-top: 15px;
    box-shadow: #dfe6ea 12px 10px 10px -5px;
    border-inline: 2px solid transparent;
    border: 1px solid #e5e5e5;
}

.form .input::-moz-placeholder {
    color: rgb(111, 111, 111);
}

.form .input::placeholder {
    color: rgb(111, 111, 111);
}

.form .input:focus {
    outline: none;
    border-inline: 2px solid #12B1D1;
}

.form .forgot-password {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

.form .forgot-password a {
    font-size: 14px;
    color: #0099ff;
    text-decoration: none;
}

.form .login-button {
    display: block;
    width: 100%;
    font-weight: bold;
    background: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
    color: white;
    padding-block: 15px;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
    border: none;
    transition: all 0.2s ease-in-out;
}

.form .login-button:hover {
    transform: scale(1.03);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

.form .login-button:active {
    transform: scale(0.95);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}

footer a.btn-link {
    color: #015FC9;
}

footer a.btn-link:hover {
    color: #3a95fb;
}

.footeraddress {
    display: flex;
}

.footeraddress i {
    top: 6px;
    position: relative;
}

.footeraddress a {
    color: #6A7C92;
}

.footeraddress a:hover {
    text-decoration: underline !important;
}

ul {
    color: #6A7C92;
}

.nav-tabs {
    display: flex;
    align-items: flex-end;
}

footer .navbar-brand img {
    width: 225px;
}

.accordion {
    margin: auto 10rem 5rem 10rem;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.accordion-header {
    font-weight: bold;
    font-size: 1.2rem;
}

.accordion-button {
    background-color: #a8cbff29 !important;
    color: #333;
    padding: 20px 1rem;
    border: none;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #0d6efd !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #e9ecef !important;
}

.accordion-body {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem;
    color: #555;
    background-color: #fdfdfd;
}

.btn-square i {
    color: #0d6efd;
}

footer p {
    margin: 0;
}

footer a.btn-link {
    padding: 0;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4a5568;
    font-size: 0.95rem;
    text-align: left;
    margin-bottom: 1rem;
}

.pricing-list li {
    margin: 12px 0 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    list-style: none;
    color: #6A7C92;
    display: flex;
    align-items: baseline;
}

.pricing-list li i {
    margin-right: 12px;
    color: #0a8eff;
}

.price {
    font-size: 1.7rem;
    color: #2b2b2b;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: normal;
    font-style: italic;
}
.pricing .card {
    height: max-content;
    padding: 7px 0;
    border-radius: 16px;
    min-height: 48rem;
}

.price span,
.span2 {
    color: #8a8a8a;
}

.card:hover .price span,
.span2 {
    color: #000000;
}

.card:hover .price {
    color: #0080fd;

}

.pricing .card-body {
    padding: 20px !important;
}

.subtext-1 {
    font-size: 1rem;
    color: #1a202c;
    margin-bottom: 0.5rem;
    font-style: italic;
    font-weight: 700;
}

.subtext {
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 1.2rem;
    font-style: italic;
    line-height: 18px;
}

.pricing .card-header {
    font-weight: 700;
    font-size: 1.3rem;
    color: #0080fd;
    border-bottom: 1px solid #c4c4c4;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f0f8ff00 !important;
}

.pricing .card .up {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background: #0d6efd;
    padding: 0px 17px 4px;
    border-radius: 1px 1px 9px 7px;
    font-size: 12px;
    font-weight: 700;
    width: 124px;
    right: 0;
    margin: auto;
}

.pricing .card-footer {
    background: #fff !important;
    padding: 30px 0 !important;
    background: #f0f8ff00 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-box {
        min-height: 350px;
    }

    .pricing .card-header {
        font-size: 1rem;
    }
    .vision-side .nav-tabs {
        width: 100%;
    }
    .navbar-nav .nav-item {
        padding: 12px 8px;
    }
    .accordion {
        margin: auto;
        padding-bottom: 4rem;
    }
    .feature-section.feature-pg .feature-box {
        height: 100%;
        min-height: 100%;
    }
    .hero-content {
        padding-right: 0;
    }
    .hero-section {
        background-position: top 90px right 48%, bottom 105px right 6%;
    }
    .set-box-content {
        height: 420px;
    }
    .main-about-content {
        margin: auto;
    }
    .feature-icon {
        font-size: 27px;
        padding: 13px;
        width: 72px;
    }
    .left-setting h3 {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        padding: 0px 0px;
    }

    .navbar-nav .nav-item.head {
        margin: 2rem 0;
    }

    .navbar-nav {

        display: contents;
    }

    .main-about-content {
        margin: auto 0rem;
    }

    .pricing .card {
        height: 1200px;
        margin-bottom: 2rem;
    }

    .set-box-content {
        height: 385px;
    }

    .hero-section {
        background-position: top 45px right 0%, bottom 60px right 6%;
    }

    .vision-side .nav-tabs {
        width: 100%;
    }

    .accordion {
        margin: auto;
        padding-bottom: 4rem;

    }

    .form-pg {
        padding: 1rem;
    }

    .loc-section {
        padding: 2rem;
    }

    .left-setting h3 {
        font-size: 18px;
    }

    .feature-box {
        min-height: auto;
    }

    .more-info-section {
        padding-top: 0rem;
    }

    .side-contents h4 {
        margin-top: 1rem;
    }

    .more-info {
        padding: 2rem 0;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .navbar-nav {
        display: contents;
    }

    .navbar-nav .nav-item {
        padding: 0px 0px;
    }

    .navbar-nav .nav-item.head {
        margin: 2rem 0;
    }

    .main-about-content {
        margin: auto;
        padding: 3rem 2rem;
    }

    .pricing .card {
        height: auto;
        margin-bottom: 2rem;
    }

    .accordion {
        padding-bottom: 4rem;
        margin: auto;
    }

    .feature-icon {
        font-size: 28px;
        padding: 16px;
        width: 78px;
    }
    .pricing {
    padding: 2rem;}

    .setting-info {
        padding-top: 0;
    }

    .feature-box {
        min-height: auto;
    }

    .bg-wave {
        padding: 1.5rem 31px;
    }

    .main-item {
        gap: 15px;
    }

    .hero-content {
        padding-right: 0rem;
    }

    .vision-side .nav-tabs {
        width: 100%;
    }

    .section-title.mx-5 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .section-title h1 {
        margin-bottom: 1rem;
        font-size: 22px;
    }

    .pricing {}

    .navbar-brand img {
        width: 190px;
    }

    .nav-tabs .nav-link {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .tabs-sections .nav-item {
        display: flex;
        justify-content: center;
    }

    .hero-section {
        background-position: top 47px right -25%, bottom 60px right 6%;
    }

    .hero-img-right img {
        border-radius: 2rem;
    }

    .set-box-content {
        height: auto;
    }

    .side-contents h4 {
        margin-top: 1rem;
    }

    .more-info-section {
        padding-top: 0rem;
    }

    .more-info {
        padding: 3rem 0;
    }

    .text-dark.mb-4 {
        margin-bottom: 0.5rem !important;
    }

    footer a.btn-link {
        padding: 0px;
    }

    .loc-section {
        padding: 2rem 1rem;
    }

    .form-pg {
        padding: 3rem 0rem;
    }

    .service-item i {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1800px) {
    .hero-section {
        background-position: top 43px right 48%, bottom 59px right 19%;
    }
}

@media only screen and (min-width: 2400px) {
    .hero-section {
        background-position: top 43px right 48%, bottom 59px right 19%;
    }
}

@media (min-width: 1400px) {
 .feature-box {
    
    min-height: auto;
}
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;margin: auto;
  }

}
