* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}
body.modal-open {
    padding-inline-end: 0 !important;
}
html {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input, textarea, select {
    box-shadow: none !important;
    outline: none !important;
}

:root {
    --site-blue: #0266B3;
    --site-green: #008000;
    --site-red: #F00000;
    --light-gray: #515151;
}

a {
    text-decoration: none;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: #fff;
   
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
}
.sidebar ul{
    width: 100%;
}
.sidebar ul li{
    text-decoration: none;
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display: none;
}
.header-menus .sidebar li  {
    padding-inline: 13px;
}
.scroll-container {
    height: 160px;
    overflow-y: auto;
    padding-inline-end: 15px;
    margin-block-end: 15px;
}

.scroll-container::-webkit-scrollbar {
    width: 4px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #E0E0E0;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: var(--site-blue);
}




.top-bar-section {
    padding-block: 15px;
    background-color: rgba(53, 151, 236, 0.2);
}
.top-bar-section ul li,
.top-bar-section ul li a{
    color: var(--site-blue);
}
.top-bar-section .top-bar-contact-details ul li:not(:last-child) {
    margin-inline-end: 20px;
}
.top-bar-section .top-bar-social-details ul li:not(:last-child) {
    margin-inline-end: 20px;
}
.top-bar-section .top-bar-contact-details ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-inline-start: 8px;
}
.header {
    padding-block: 10px;
}
.header-logo a {
    display: inline-block;
}
.header-logo img {
    height: 60px;
}
header .header-menus ul li {
    margin-inline-end: 40px;
}
header .header-menus ul li a {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    display: inline-block;
}
.site-btn {
    padding: 9px 33px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    border: none;
}
.site-btn:hover {
    color: #fff;
    filter: brightness(1.1);
}
.site-btn.btn-blue {
    background-color: var(--site-blue);
}
.site-btn.btn-red {
    background-color: var(--site-red);
}
.banner-section {
    background-color: #F1F6FA;
    padding-block: 40px;
}
.banner-content-section h1 {
    font-size: 46px;
    font-weight: bold;
    color: #171A21;
}
.banner-content-section h1 span {
    color: var(--site-red);
}
.banner-content-section p {
    font-size: 20px;
    color: var(--light-gray);
    margin-block-start: 20px;
}
.banner-img-section {
    width: 569px;
    max-width: 100%;
}
.banner-img-section img {
    width: 100%;
}
.popup-box-container-inner {
    width: 100%;
    border-radius: 16px;
    padding: 23px 45px;
    background-color: rgba(0, 100, 244, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.popup-box-container-inner button{
    width: 100%;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    border: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.popup-box-container-inner button img {
    width: 50px;
    height: 50px;
    margin-inline: auto;
}
.popup-box-container-inner button p {
    font-size: 16px;
    font-weight: 600;
    color: #171A21;
    margin-block-start: 20px;
}
.heading {
    font-size: 36px;
    font-weight: 600;
    margin-block-end: 5px;
    color: #232323;
}
.heading span {
    color: var(--site-red);
}
.sub-heading {
    font-size: 18px;
    color: var(--light-gray);
}
.title {
    position: relative;
    margin-block-end: 50px;
}
.title:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(0, 100, 244, .1);
    top: calc(50% - 50px);
    left: -40px;
    z-index: -1;
}
.about-us-img-left {
    width: 425px;
    height: 450px;
    max-width: 100%;
}
.about-us-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mb-70 {
    margin-block-end: 70px;
}
.about-us-content-right h4 {
    padding-block-end: 10px;
    font-weight: 700;
    font-size: 36px;
    color: #232323;
}
.about-us-content-right p {
    margin-block-end: 15px;
}
.desc {
    font-size: 18px;
    color: var(--light-gray);
    line-height: 24px;
}
/*.our-story-section {
    position: absolute;
}*/
.feature-list-img-left {
    width: 530px;
    max-width: 100%;
}
.feature-list-img-left img {
    width: 100%;
}
.feature-list-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.feature-list-inner {
    padding: 10px;
    border-radius: 8px;
    background-color: #E4EEFF;
    display: grid;
    grid-template-columns: 70px auto;
    place-items: center start;
    width: 256px;
}
.feature-list-inner .feature-list-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.feature-list-inner .feature-list-icon img {
    width: 40px;
}
.feature-list-inner p {
    font-size: 18px;
    font-weight: 500;
}

.feature-list-inner.Telegram-feature-list{
   align-items: center;
   margin: auto;
}
/* .get-in-touch-details-inner h4 {
    font-size: 24px;
    font-weight: 500;
    margin-block-end: 20px;
}
.get-in-touch-details-inner .get-in-touch-list {
    display: grid;
    grid-template-columns: 65px auto;
    place-items: center start;
}
.get-in-touch-details-inner:not(:last-child) {
    margin-block-end: 35px;
}
.get-in-touch-details-inner .get-in-touch-list .get-in-touch-icon {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid var(--site-blue);
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: var(--site-red);
}
.get-in-touch-details-inner .get-in-touch-list a {
    font-size: 18px;
    color: var(--light-gray);
} */


.header-inner {
    padding: 10px 30px;
}
.toggle-btn-outer {
    width: 107.58px;
}
.toggle-btn-outer button {
    background-color: transparent;
    border: none;
    font-size: 30px;
    padding: 0;
}
.search-btn-outer button {
    background: rgba(0, 110, 244, 0.1);
    border-radius: 4px;
    padding: 12px 35px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    color: var(--site-blue);
}
.page-title h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}
.sidenav {
    height: 100vh;
    width: 365px;
    background-color: #DEEFFC;
    max-width: 100%;
    padding: 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translateX(-375px);
    transition: all 0.5s ease-in-out;
}
.sidenav-menus {
    padding-block-start: 30px;
}
.sidenav-menus ul li {
    margin-block-end: 20px;
}
.sidenav-menus ul li a {
    color: #637B97;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.sidenav-menus ul li a.active,
.sidenav-menus ul li a:hover {
    color: #008000;
}
.sidenav-menus ul li a svg {
    margin-inline-end: 12px;
    transition: all 0.5s ease-in-out;
}
.sidenav-menus ul li a.active svg path,
.sidenav-menus ul li a:hover svg path{
    stroke: #008000 !important;
}
.user-profile-section {
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 80px;
    background-color: #DEEFFC;
}
.user-profile-section a {
    background-color: var(--site-green);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 12px;
    padding-block: 10px;
    gap: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.user-profile-section a .user-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.user-profile-section a .user-name p {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.navClose {
    position: absolute;
    right: 25px;
    top: 25px;
    width: auto;
}
.navClose button {
    color: var(--site-red);
}
.modal-bg-light-blue {
    background-color: #F1F6FA;
}
.modal-bg-light-green {
    background-color: #DCEAE9;
}
.modal-content {
    border: none;
}
.popup-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #0266B3;
    border-radius: 10px;
    margin-block-end: 10px;
    padding: 12px 20px;
}
.popup-list ul li .form-switch .form-check-input {
    width: 50px;
    height: 25px;
}
.popup-list ul li img {
    width: 30px;
    height: 30px;
    margin-inline-end: 20px;
}
.popup-list-title {
    display: flex;
    align-items: center;
}
.popup-list-title span {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #263238;
}
.login-form-outer .form-input input {
    height: 48px;
    border-radius: 35px;
    border: 1px solid var(--site-blue);
}
.otp-code-inner {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.otp-code-inner input {
    /* width: 40px; */
    height: 40px;
    text-align: center;
    border: 1px solid var(--site-blue);
}
.login-title h4 {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: var(--site-blue);
}
.login-title h5 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--site-blue);
    margin-block-start: 15px;
}
.login-form-outer button.submit-btn {
    border-radius: 35px;
    border: none;
    background-color: var(--site-blue);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-block-start: 15px;
}
.signup-and-forgot-pswd a,
.otp-outer a {
    font-weight: 500;
    font-size: 18px;
}
.google-sign-in button {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    margin-block-start: 30px;
}
.google-sign-in button img {
    margin-inline-end: 10px;
}
.px-60 {
    padding-inline: 60px;
}
.privacy-policy-section{
    padding-block-start: 50px;
}
.privacy-policy-inner h2{
    padding-block-end: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: justify;
    color: #263238;
}
.privacy-policy-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: var(--light-gray);
    margin-block-end: 30px;
}
.py-70 {
    padding-block: 70px;
}
.pb-60 {
    padding-block-end: 60px;
}
.contact-us-img.text-center img {
    height: 380px;
    max-width: 100%;
}
.contact-us-box {
    border-radius: 8px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    padding: 25px;
    height: 100%;
}
.contact-us-box .contact-us-icon-outer {
    width: 100px;
    height: 100px;
    margin-inline: auto;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
}
.contact-us-box .contact-us-icon-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FAF2F2;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}
.contact-us-box:hover .contact-us-icon-inner {
    background-color: var(--site-blue);
}
.contact-us-box:hover .contact-us-icon-inner img {
    filter: brightness(0) invert(1) saturate(100%) hue-rotate(10deg);
}
.contact-us-box .contact-us-icon-inner img {
    width: 40px;
    transition: var(--transition);
}
.contact-us-box h4 {
    color: var(--site-blue);
    font-size: 18px;
    font-weight: 600;
    margin-block: 10px;
}
.contact-us-box h5 a {
    color: var(--light-gray);
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 24px;
}
.career-form-inner {
    background-color: #F3F8FF;
    padding: 40px 20px;
    border-radius: 16px;
    border: 1px solid rgba(215, 22, 53, 0.10);
}
.career-form-inner form .input-field {
    margin-block-end: 20px;
}
.career-form-inner form .input-field input, 
.career-form-inner form .input-field textarea {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #878787;
    padding-block: 12px;
}
.career-form-inner form button[type="submit"] {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
    background-color: var(--site-red);
    border: none;
    padding-block: 15px;
    border-radius: 4px;
}

.blog-section-inner .blog-card {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    transition: all .4s ease-in-out;
    height: 100%;
}
.blog-card-img-box {
    height: 220px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-block-end: 20px;
}
.blog-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all .4s ease-in-out;
}
.blog-card-content ul li {
    display: flex;
    align-items: center;
    color: var(--desc);
    font-size: 13px;
    font-weight: 500;
}
.blog-card-content h5 a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    margin-block-start: 15px;
    transition: all .4s ease-in-out;
}
.blog-card-content h5 a:hover {
    color: var(--site-red);
}
.blog-section-inner .blog-card:hover {
    background: #FAFBFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
}
.blog-section-inner .blog-card .site-btn {
    font-size: 14px;
    padding: 8px 24px;
    margin-block-start: 15px;
}
.blog-b-section .page-item:last-child .page-link {
    border-radius: 50%;
}
.blog-b-section .page-item:first-child .page-link {
    border-radius: 50%;
}
.blog-b-section .page-link {
    border-radius: 50%;
    background-color: #f2f2f2;
    width: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #000;
    height: 40px;
}
.blog-b-section .page-item.active .page-link {
    background-color: var(--site-red);
    border-color: var(--site-red);
}
.blog-b-section .pagination {
    gap: 8px;
}
.new-banner-sec {
    position: relative;
    background-image: url(../img/single-blog-bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-block: 120px !important;
    z-index: 0;
}
.new-banner-sec:after {
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgba(31, 27, 45, 0.00) 0.56%, rgba(215, 22, 53, 0.70) 99.44%);
}
.single-blog-banner .banner-heading {
    font-size: 36px;
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    display: inline-block;
}
.blog-details ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-inline: 8px;
    position: relative;
}
.py-60 {
    padding-block: 60px;
}
.blog-content-section-left p {
    color: var(--desc);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-block-end: 20px;
}
.blog-content-section-left ol {
    margin-block-end: 20px;
}
.blog-content-section-left ol li {
    margin-block-end: 8px;
    color: var(--light-gray);
}
.blog-content-section-left h4 {
    color: var(--light-gray);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-block-end: 20px;
}
.share-blog-section ul {
    display: flex;
    justify-content: space-between;
    margin-block: 50px;
    gap: 20px;
}
.share-blog-section ul li a {
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.share-blog-section ul li {
    flex-basis: 100%;
}
.share-blog-section ul li a span {
    margin-inline-end: 10px;
}
.share-blog-section ul li a.share-fb {
    background-color: #3A579A;
}
.share-blog-section ul li a.share-twi {
    background-color: #00ABF0;
}
.share-blog-section ul li a.share-link {
    background-color: #3A579A;
}
.share-blog-section ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.blog-content-section-left .post-section {
    border-block: 2px solid var(--site-red);
    padding-block: 20px;
    display: flex;
    gap: 40px;
}
.post-section-inner small {
    color: #666276;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-block-end: 5px;
}
.post-section-inner a {
    color: #454056;
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition);
}
.post-section-inner a:hover {
    color: var(--site-red);
}
.next-post-section {
    text-align: right;
}
.post-comment-section {
    margin-block-start: 50px;
}
.post-comment-form {
    padding-block-start: 20px;
} 
.post-comment-form .input-field input,
.post-comment-form .input-field textarea {
    border-radius: 4px;
    border: 1px solid #666276;
    padding-block: 10px;
}
.post-comment-form .input-field .post-cmnt-btn {
    border: none;
    border-radius: 4px;
    padding: 17px 23px;
    font-size: 16px;
    font-weight: 400;
}
.mb-50 {
    margin-block-end: 50px;
}
.blog-content-section-right h5 {
    color: #666276;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; 
    margin-block-end: 30px;
}
.blog-search-box-inner {
    position: relative;
}
.blog-search-box-inner input {
    border: 1px solid #BDBDBD;
    height: 48px;
    border-radius: 0;
    padding-inline-end: 60px;
}
.blog-search-box-inner button {
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px solid #BDBDBD;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #666276;
    background-color: transparent;
}
.latest-post-section-inner .latest-post-card {
    border: 1px solid #BDBDBD;
    background: #FFF;
    padding: 10px;
    transition: var(--transition);
}
.latest-post-section-inner .latest-post-card:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.latest-post-section-inner .latest-post-card .latest-post-card-img {
    width: 100%;
    height: 190px;
}
.latest-post-section-inner .latest-post-card .latest-post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-post-section-inner .latest-post-card .latest-post-card-body {
    padding-block-start: 15px;
    padding-block-end: 5px;
}
.latest-post-section-inner .latest-post-card .latest-post-card-body h6 a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.latest-post-section-inner {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    row-gap: 25px;
}
.pricing-box.card {
    background-color: #F1F6FA;
    border: none;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    height: 100%;
} 
.pricing-box.card .card-header {
    background-color: var(--site-blue);
    text-align: center;
    color: #fff;
    padding: 15px;
    border-block: none;
}
.pricing-box.card .card-header .plan-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}
.pricing-box.card .card-header .plan-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-block: 5px;
}
.pricing-box.card .card-body {
    padding: 30px 20px;
}
.pricing-box.card .card-body ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #0266B3;
    position: relative;
    margin-block-end: 15px;
    padding-inline-start: 30px;
}
.pricing-box.card .card-body ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: var(--site-blue);
    left: 0;
    position: absolute;
}
.pricing-box.card .card-footer {
    background-color: transparent;
    border-top: none;
    padding: 20px;
    text-align: center;
}
.pricing-box.card .card-footer button {
    padding: 13px 50px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
}
.page-link-section ul li:not(:last-child) {
    margin-inline-end: 50px;
}
.page-link-section ul li a{
    background-color: #E4EEFF;
    padding: 15px 30px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.profile-section-container .card {
    width: 800px;
    max-width: 100%;
    background: #F1F6FA;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    margin-inline: auto;
}
.profile-section-container .card .card-header {
    padding: 40px;
    background-color: transparent;
}
.profile-section-container .card .card-header .user-details-left {
    display: grid;
    grid-template-columns: 130px auto;
    place-items: center start;
}
.profile-section-container .card .user-details-left .user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--site-blue);
    position: relative;
}
.profile-section-container .card .user-details-left .user-img button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: var(--site-blue);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.profile-section-container .card .user-details-left .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.profile-section-container .card .user-details-left .user-name h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-block-end: 15px;
}
.profile-section-container .card .user-details-left .user-name button {
    padding: 8px 15px;
    background: rgba(0, 110, 244, 0.1);
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: var(--site-blue);
    border: none;
}
.profile-section-container .card .card-header .personal-info-sec h6 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-block-end: 10px;
}
.profile-section-container .card .card-header .personal-info-sec ul li {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-block-end: 5px;
}
.donation-sec h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.donation-sec ul {
    margin-block: 25px;
}
.donation-sec ul li {
    padding: 10px 15px;
    background: rgba(0, 110, 244, 0.1);
    border-radius: 4px;
    margin-inline: 10px;
    text-align: center;
}
.donation-sec ul li h5 {
    font-size: 24px;
    line-height: 28px;
    margin-block-end: 10px;
}
.donation-sec ul li p {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: var(--light-gray);
}
.donate-btn-grp button {
    padding: 8px 40px;
    margin-inline: 10px;
}
.donate-btn-grp .bg-danger-100 {
    background: rgba(240, 0, 0, 0.1);
    color: var(--site-red);
}
.profile-section-container .card .card-body {
    padding: 40px;
}
.login-form-outer .update-btn-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-form-outer .update-btn-outer .btn-blue-o {
    border: 1px solid var(--site-blue);
    color: var(--site-blue);
    background-color: transparent;
}
.search-field-container input {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #0266B3;
    border-radius: 10px;
    font-size: 18px;
    color: var(--light-gray);
    margin-block-end: 15px;
    font-weight: 700;
}
.nifty-index-list ul {
    background-color: #F5F5F5;
    height: 360px;
    overflow-y: auto;
}
.nifty-index-list ul li button{
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    width: 100%;
    text-align: left;
    border-block-end: 1px solid #000;

}
.select-expire-date-time-field ul li p{
    text-align: center;
    margin-block-end: 5px;
}
.select-expire-date-time-field ul li .btn-blue-o{
    padding: 10px 15px;
    background-color: #F1F6FA;
    border: 1px solid var(--site-blue);
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-inline-end: 10px;
}
.select-expire-date-time-field ul li button.fetch-btn {
    padding: 23px 40px;
    font-size: 22px;
}
.temp-message {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.temp-message p {
    font-size: 20px;
    font-weight: 600;
}
.green-btn {
    background-color: var(--site-green);
}
.sr-stocks-inner {
    margin-block-start: 30px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.sr-stocks-inner button.stocks-box {
    flex-basis: calc(100% / 3 - 10px);
    padding: 25px;
    border-radius: 12px;
    border: none;
}
.trends-stocks-inner button.stocks-box {
    background: rgba(0, 128, 0, 0.5);
}
.share-stocks-inner button.stocks-box {
    background: rgba(240, 0, 0, 0.5);
}
.sr-stocks-inner button.stocks-box h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.sr-stocks-inner button.stocks-box h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}
.sr-stocks-section .nav-pills .nav-link.site-btn.active, 
.sr-stocks-section .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--site-blue);
}
.sr-stocks-section .nav-pills .nav-link.site-btn{
    color: var(--site-blue);
    border: 1px solid var(--site-blue);
    margin-inline: 10px;
}
.daily-analusis-stocks-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.daily-analusis-stocks-container a {
    background: rgba(2, 102, 179, 0.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}
.daily-analusis-stocks-container a:hover {
    background-color: var(--site-blue);
}
.daily-analusis-stocks-container a:hover h4,
.daily-analusis-stocks-container a:hover p {
    color: #fff !important;
}
.daily-analusis-stocks-container a:hover .stocks-details-right .stock-graph {
    border-color: #fff;
}
.daily-analusis-stocks-container a .stocks-details-left {
    padding-inline-end: 50px;
}
.daily-analusis-stocks-container a .stocks-details-left h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: var(--site-blue);
    transition: all 0.5s ease-in-out;
}
.daily-analusis-stocks-container a .stocks-details-left p {
    color: #666276;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    margin-block-start: 10px;
    transition: all 0.5s ease-in-out;
}
.daily-analusis-stocks-container a .stocks-details-right h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #666276;
    padding-block-end: 15px;
    transition: all 0.5s ease-in-out;
}
.daily-analusis-stocks-container a .stocks-details-right .stock-graph {
    width: 100px;
    height: 60px;
    border: 1px solid #000;
    transition: all 0.5s ease-in-out;
}
.daily-analusis-stocks-container a .stocks-details-right .stock-graph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-img-left.chart-img {
width: 700px;
height: auto;

}
.about-us-img-left.chart-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    }
.table-left{
  background-color: #FFFBF8;
  width: 100%;
}
.tableResistance th {
    width: calc(100% / 9);
}
td.strike-price, th.strike-price {
    background: #f0c7c7;
    border: 1px solid #787373;
}
.table-center{
    background-color: #EBEBEB;
    width: 100%;
    position: relative;
  }
.table-right{
    background-color: #F3F8FF;
  }
.table-left tr{
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}  
.table-center tr{
    border-bottom: 1px solid #fff;
    text-align: center;
}  
.table-right tr{
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}  
.table-left th{
   
    text-align: center;
}  
.table-center th{
 
    text-align: center;
}  
.table-right th{
  
    text-align: center;
}  

.table-first{
    border-top: 1px solid #E0E0E0 ;
}
.table-second{
    border-top: 1px solid #fff ;
}
.table-third{
  
    border-top: 1px solid #E0E0E0 ;
}


.lot-size-inner tr td button{
    width: 100%;
    padding: 0;
    border: none;
    display: block;
    background: none;
}
.lot-size-inner .table-left tr td button:hover,
.lot-size-inner .table-right tr td button:hover{
    background-color: #D9D9D9;
    
}
.lot-size-inner tr td button.table-background{
    background-color: #F00000;
   color: #fff;
}
.lot-size-inner tr td button.table-background-1{
    background-color: #FFF962;
   color: #000;
}
.lot-size-inner tr td button.table-background-2{
background-color: #42650F;
color: #fff;
}
.lot-size-inner tr td button.table-background-3{
    background-color: rgba(249, 253, 73, 51%);
   color: #000;
}
.volume-section .volume-section-inner{
    margin-block-start: 20px;
}

.volume-section-inner ul{
    gap: 20px;
}
.volume-section-inner ul li a{
    padding: 10px 30px;
    background: #EBEDF0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: none;
}

.volume-section-inner ul li a{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #42650F;
display: inline-block;
}
.volume-section-inner ul li h3{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: right;
color: #000000;
}
.volume-section-inner ul li {
    position: relative;
}
.volume-section-inner ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E0E0E0;
    top: 0;
    right: -10px;
}
.crr-volume-inner{
    margin-block-start: 30px;
}
.crr-volume-inner .crr-volume-content h3{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2D888D;
    margin-block-end: 10px;
}
.crr-volume-inner .crr-volume-content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #000000;
margin-block-end: 5px;
}
.crr-volume-content{
margin-block-end: 30px;
}
.volume-section{
    border-bottom: 1px solid #dddddd;
}
.dessection-inner p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #515151;
margin-block: 30px;


}
.modal-dialog.ai-chart {
    max-width: 1340px;
}
.nav.ai-chart-nav {
    text-align: center;
    justify-content: center;
}

.nav-link {
    display: block;
    padding: 5px 15px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}
li.nav-item {
border-radius: 4px;

}
ul li.ai-chart-item{
    margin-inline: 5px;
}
.tab-pane.ai-chart-img{
    max-width: 960px;
}
.ai-chart-img{
    height: 100%;
    width: 100%;
   padding-inline: 20px;
}
.oi-chart-btn-inner ul li button {     
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;  
    padding-inline: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #515151;
    display: flex;
    align-items: center;
    gap: 10px;
}
.oi-chart-btn-inner ul li button span{
     height: 6px;
     width: 25px;
    background: #0266B3;
    display: inline-block;
}
.oi-chart-btn-inner ul li button .oi-chart-green{
    background: #006E1C;
}
.oi-chart-btn-inner ul li button .oi-chart-red{
    background: #F00000;
}
.oi-chart-btn-inner ul li button .oi-chart-wine{
    background: #9B27AF;
}
.oi-chart-btn-inner ul li button .oi-chart-lite-blue{
    background: #2196F3;
}
button.info-table {
    background-color: Transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-inline-start: 715px;
}
.info-table {
    border: 2px solid#637B97;
}

.info-table .info-table-row{
    background-color: #0266B3;
    
}
.info-table-row .info-table-heading{

font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
align-items: center;
text-align: center;
color: #FFFFFF;
border: 2px solid #637B97;
padding-block: 15px 10px;
}
.info-table .info-table-data{
    color:#515151;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    padding-block: 10px 10px;
    border: 2px solid #637B97;
}
.volume-chart-inner h3{
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
align-items: center;
text-align: center;
color: #263238;
}
.volume-chart-inner h4{

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
align-items: center;
text-align: center;
color: #000;
margin-block: 20px;


}
.volume-chart-inner h4 strong{
    color: #F00000;
}
.volume-chart-inner .volume-copy-btn{
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;  
 
}
.volume-chart-1 h3 {
     padding-block: 50px;
}

input.ltp-calculator-field {
    width: 460px;
    height: 49px;
    border-radius: 10px;
    border: 1px solid #0266B3;
    margin-block-end: 85px;
    max-width: 100%;
}
.ltp-calculator-content h3{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    align-items: center;
    color: #000000;
}
.ltp-calculator-content h4{
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
align-items: center;
text-align: center;
color: #000000;

}
.ltp-calculator-content h4 strong{
    color: #F00000;
}
.ltp-calculator-content h5{

    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
align-items: center;
text-align: center;
color: #000000;
margin-block-end: 145px;

}
.ltp-calculator-content h5 strong{
    color: #6FAF12;
}
.ltp-calculator-content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
align-items: center;
text-align: center;
color: #F00000;
margin-block-end: 40px;
}
.free-user-content p{
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
align-items: center;
color: #282828;
}
.free-user-content{
    margin-block-end: 30px;
}
.free-user-check h2{
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
align-items: center;
color: #282828;
margin-block-end: 10px;
}
.free-user-check{
    margin-block-end: 15px;
}
.free-user-check i.fa.fa-check-circle-o {
    margin-inline-end: 10px;
}
.free-user-btn-content .free-user-btn{
    padding: 8px 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
    background-color: #0266B3;
    border-radius: 4px;
}
.free-user-btn-content .btn-red{
    background-color: #F00000;
}
.free-user-btn-content{
    margin-block-end: 10px;
}

/* footer */
footer{
    background-image: url(../img/footer-background-img.svg);
}
.footer-logo{
    width: 165px;
    height: 60px;
    max-width: 100%;
    margin-block-end: 30px;
    }

.footer-inner{
    padding-block-start: 50px;
    padding-block-end: 30px;
}
.footer-quicklinks{
    padding-inline-start: 200px;
}
.footer-quicklinks h2{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding-block-end: 10px;
}
.quicklinks-contant ul {
     column-count: 5;
     width: 100%;
     display: block;
}
.quicklinks-contant ul li{
    break-inside: avoid;
    width: 100%;
    padding-block-end: 12px;
    
}

.quicklinks-contant ul li:last-child {
    column-span: all;
}
.quicklinks-contant ul li a{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.quicklinks-contant ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.quicklinks-contant ul li a::after {
    content: '';
    width: 0;
    background-color:#333333;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
}

.quicklinks-contant ul li a:hover::after,
.quicklinks-contant ul li a.active::after {
    width: 100%;
}
.quicklinks-contant {
    padding-block-end: 30px;
}
.footer-border{
    border: 2px solid #D9D9D9;            
}
.footer-bottom-contant h3{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #263238;
    padding-block-start: 10px;
}
.follow-icon ul li{
    margin-inline: 10px;
    background-color: #fff;
    border-radius: 100%;
   padding: 10px 10px;
}
.our-pricing-section .our-pricing-inner{
    background-color: #E4EEFF;
    border-radius: 20px;
}
.our-pricing-img{
    width: 300px;
    height: 258px;
    max-width: 100%;
    margin: auto;
    margin-block-start: 20px;
}
.our-pricing-img img{
    width: 100%;
   
}
.our-pricing-img-contant h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 42px;
color: #FF0000;
text-align: center;
margin-block: 20px;



}
.about-us-content-right .our-pricing-contant h4{
    font-size: 32px;
}
.our-pricing-contant h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 23px;
align-items: center;
color: #515151;
padding-block-end: 10px;


}
.our-pricing-btn{
    margin-block: 20px;
}
.our-pricing-btn a{
    padding: 10px 20px;
    background-color: #008000;
    border-radius: 4px;
    color: #FFF;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;
text-align: center;


}
/* CSS for the dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.mobile-sidenav-btn {
    display: none;
}
.mobile-sidenav-content {
    width: 260px;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #DEEFFC;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    padding-block-start: 100px;
    transform: translateX(110%);
}

.mobile-sidenav-btn button {
    border: 2px solid var(--dark-green);
    background: transparent;
    color: var(--dark-green);
    border-radius: 5px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 20px;
}
.sidenav-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
}
.mobile-sidenav-content ul li a {
    color: #637B97;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    padding: 10px 25px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.sidenav-menus ul li a {
  
    text-decoration: none;
    display: inline-block;
   
}
.table-border{
    
    height: 34px; 
}
/* .table-border-after{
   position: relative;
}
.table-border{
  position: absolute;
   top: 15px;
} */
/*
.table-border-btn{

width: 310px;
height: 36px;
background: #F00000;
border-radius: 30px;

}*/
.table-border-btn button{

font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
width: 310px;
height: 36px;
background: #F00000 !important;
border-radius: 30px;
}
.table-border-after .table-border {
    position: relative;
}
.table-border-after .table-border::before{
    content: '';
    width: 100%;
    height: 3px;
    background-color: red;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
}
.sidenav-menus::-webkit-scrollbar {
    width: 5px;
  }
.sidenav-menus::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .sidenav-menus::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
  .forgot-password-heading{
    padding-block-end: 30px;
  }
  .submit-btn-number-popup{
    margin-block-end: 10px;
  }
  button.submit-btn a {
    color: #fff;
}
#strikePriceModel .volume-chart-inner {
    text-align: center;
}
#strikePriceModel .volume-chart-inner h2 {
    margin-block-end: 15px;
}
#strikePriceModel .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: blue;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 transparent;
    border: none;
    border-bottom: 2px solid blue;
    /* margin-block-end: 15px; */
}
#strikePriceModel .nav-tabs .nav-link {
    font-size: 16px;
}
.loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height */
  }




  td.strike-pric.spot-price {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-inner h3 {
    text-transform: uppercase;
}
.table-left th {
    text-transform: uppercase;
}


/* ----02 july --- */
.new-feature-model {
    width: 300px;
    border: 1px solid #000 !important;
    border-radius: 10px;
    padding: 10px !important;
}
.new-feature-model table,
.new-feature-model th,
.new-feature-model td {
    border: 1px solid #000;
}
.new-feature-model th {
    background-color: rgb(255, 234, 238);
}
/* .snapshot-table td {
    border: 1px solid #000;
} */
 .table-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.interval-buttons {
  display: flex;
  gap: 6px;
}

.interval-buttons button,
.play-button button {
  background-color: #1c1f26;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.interval-buttons button:hover,
.play-button button:hover {
  background-color: #007bff;
}
