.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #ee3b24;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ee3b24;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #ee3b24;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  margin: 0px 0 30px;
}
.article .article-title {
  padding: 0px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #ee3b24;
  border-bottom: 1px solid #ee3b24;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #000;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #ee3b24;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #ee3b24;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #ee3b24;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


                            .form-control {
                        display: block;
                        width: 100%;
                        padding: .375rem .75rem;
                        font-size: 1rem;
                        font-weight: 400;
                        line-height: 1.5;
                        color: #212529;
                        background-color: #fff;
                        background-clip: padding-box;
                        border: 1px solid #ced4da;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border-radius: .25rem;
                        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                    }
                    .title {
                    color: #3c49b3;
                    position: relative;
                    border: none;
                    border-bottom: 3px solid;
                    border-radius: 130px 100px/4px 4px;
                    }
                    .cls-btn {
                    padding: 10px 20px;
                    border-radius: 6px;
                    background: linear-gradient(96deg, #1b93d4 -7.55%, #4a29a4 107.41%);
                    color: #fff;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 22px;
                    border: 1px solid #1B93D4;
                    margin-top: 30px;
                    }
                    .cls-btn-outline {
                    padding: 10px 20px;
                    background-color: transparent;
                    color: #3C49B3;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 22px;
                    border-radius: 6px;
                    border: 1px solid #1B93D4;
                    }

                    .image-section {
                    position: relative;
                    padding-bottom: 0;
                    }
                    .image-section:before {
                    content: "";
                    position: absolute;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='440' viewBox='0 0 1440 440' fill='none'%3E%3Cpath d='M1785.6 78.7804C1785.6 78.7804 1753.92 -97.5823 748.8 78.7804C-256.32 255.144 -288 78.7804 -288 78.7804V1268.21C-288 1268.21 99.36 1419.08 748.8 1268.21C1398.24 1117.35 1785.6 1268.21 1785.6 1268.21V78.7804Z' fill='url(%23paint0_linear_2_18668)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_18668' x1='-288' y1='63.0366' x2='1785.59' y2='1208.56' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236523D1'/%3E%3Cstop offset='1' stop-color='%2300A3FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
                    background-size: cover;
                    background-repeat: no-repeat;
                    width: 100%;
                    height: 500px;
                    z-index: -1;
                    bottom: 0;
                    }
                    /* .image-section h2 {
                    color: #fff !important;
                    font-size: 37px !important;
                    font-weight: 700 !important;
                    line-height: 47px !important;
                    }
                    .image-section .gp-img img {
                    height: 60px;
                    } */
                    @media screen and (max-width: 768px) {

                    .image-section {
                        padding: 0 !important;
                    }

                    .section-class section {
                        padding: 80px 0 !important;

                    }
                    .footer-policy ul>li {
                        /* padding: 0 20px; */
                        border-right: 0px solid #fff !important;
                    }

                    }
                            
                    /* footer */
                    footer {
                    background: #262626;
                    padding: 80px 0 0 0;
                    }
                    footer .row:first-child {
                    margin-bottom: 32px;
                    }
                    footer .row:nth-child(2),
                    footer .row:nth-child(3) {
                    margin-bottom: 42px;
                    }
                    footer .row:nth-child(4) {
                    margin-bottom: 32px;
                    }
                    footer .row:nth-child(5) {
                    padding-bottom: 32px;
                    }
                    footer h4 {
                    color: #fff;
                    text-align: center;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 28px;
                    }
                    footer .info-box {
                    text-align: center;
                    }
                    footer .info-box .icon {
                    width: 44px;
                    height: 44px;
                    line-height: 44px;
                    margin: 0 auto 15px;
                    text-align: center;
                    border-radius: 8px;
                    background: linear-gradient(99deg, #6523d1 -50.58%, #00a3ff 118.72%);
                    }
                    footer .info-box svg path {
                    fill: #fff;
                    }
                    footer .info-box a {
                    font-size: 18px;
                    line-height: 28px;
                    text-decoration: none;
                    color: #fff !important;
                    }
                    footer ul {
                    display: flex;
                    justify-content: center;
                    column-gap: 25px;
                    margin: 0;
                    }
                    footer ul > li {
                    list-style: none;
                    }
                    footer ul > li > a {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 26px;
                    text-decoration: none;
                    }
                    footer ul > li > a:hover {
                    color: #fff !important;
                    }
                    .footer-policy {
                    background: #4e4e4e;
                    padding: 20px 0 50px;
                    }
                    .footer-policy ul {
                    gap: 0;
                    }
                    .footer-policy ul > li > a {
                    color: #fff;
                    text-align: center;
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 28px;
                    }
                    .footer-policy ul > li {
                    padding: 0 20px;
                    border-right: 1px solid #fff;
                    }
                    .footer-policy ul > li:last-child {
                    border: 0;
                    }

        .main_wrapper{
            width: 100px;
            text-align: center;
            color: #262626;
            font-size: 16px;
            font-family: DM Sans;
            font-weight: 400;
            word-wrap: break-word;
            overflow: hidden;        
            text-overflow: ellipsis; 
            white-space: nowrap;   
        }
        .main_btn{
            width: 141px;
            height: 41px;
            padding: 10px;
            background: white;
            border-radius: 6px;
            border: 1px #E9E9E9 solid;
            justify-content: center;
            align-items: center;
            display: inline-flex;
        }
        .abc {
            max-width: 1108px;
            margin: 0 auto;
        }


        .w_65 {
            width: 65%;
        }

        .table-striped>tbody>tr:nth-of-type(odd) {
            background-color: #EDEFFF;
        }

        table thead tr:first-child th {
            border-top-left-radius: 20px;
        }

        table thead tr:first-child th {
            border-top-right-radius: 20px;
            padding: 20px 11px;
        }

        table tbody tr:last-child td {
            border-bottom-left-radius: 20px;
        }

        table tbody tr:last-child td {
            border-bottom-right-radius: 20px;
            border-bottom: 1px solid #D8D8D8;
        }

        .table>:not(:last-child)>:last-child>* {
            border-bottom: 1px solid #EDEFFF !important;
        }


        table {
            border-collapse: separate;
            border-spacing: 0;
        }

        table tr th,
        table tr td {
            border-right: 1px solid #D8D8D8;
            padding: 5px;
        }

        table tr th:first-child,
        table tr td:first-child {
            border-left: 1px solid #D8D8D8;
        }

        table tbody tr td {
            padding: 10px 15px !important;
            font-size: 18px;
            line-height: 23.44px;
        }

        table thead tr th {
            font-size: 20px;
            line-height: 26.04px;
            font-weight: 700;
        }

        table tr th {
            background: #eee;
            text-align: left;
            border-top: solid 1px #D8D8D8;
        }

        .table-section {
            width: 948px;
        }

        @media screen and (min-width: 1024px) {
            td {
                font-size: 15px !important;
            }
        }

        .filler-width {
            width: 14rem;
            box-shadow: 0px 4px 15px 0px #00000026;
        }

        .gap_12 {
            gap: 12px;
        }

        .w-h {
            width: 100%;
            height: 100%;
        }

        .filler-card-content {
            color: #3C49B3;
            margin-bottom: 0px !important;
            font-size: 30px;
            font-weight: 700;
        }

        .filler-title {
            color: #262626;
            font-size: 18px;
            font-weight: 500;
        }

        .gap_30 {
            gap: 30px;
        }

        .img-wrapper {
            height: 116px;
            width: 116px;
            position: relative;
            overflow: hidden;
        }

        .img-wrapper svg {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        @keyframes slide {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-100%);
            }
        }

        .logos img {
            margin: 10px;
            width: 80px !important;
            height: 80px;
            border-radius: 100px;
            box-shadow: 0px 4px 15px 0px #00000026;
            object-fit: contain;
            padding: 4px;
        }

        .slick-slide {
            display: flex;
            justify-content: center;
        }

        .skip-btn {
            border: none;
            background: #D4D9FF;
            border-radius: 5px;
            padding: 8px 20px;
            opacity: 0.99;
            color: #3C49B3;
            font-size: 18px;
            font-weight: 500;
            line-height: 20px;
            word-wrap: break-word;
        }

        .modal-content {
            border-radius: 20px !important;
        }

        .modal-header {
            padding: 2rem 2rem !important;
            border-bottom: none !important;
        }

        .floating-label-group {
            position: relative;


            .floating-label {
                font-size: 13px;
                position: absolute;
                pointer-events: none;
                top: -10px;
                left: 12px;
                background-color: white;
                padding: 0px 5px;
                font-size: 16px;
                font-weight: 500;
                z-index: 9999;

            }
        }

        .input-group-text.focused {
            color: black;
            border-color: black;
        }

        .form-control:focus {
            background-color: none !important;
            box-shadow: none !important;
            border-color: black !important;

        }

        .iti {
            width: 100% !important;
        }

        .modal-body {
            padding: 0px 3rem 3rem !important;
        }

        .h-50 {
            height: 50px !important;
        }

        .input-group-text {
            background-color: white !important;
            position: relative;

        }

        .border_none {
            border-left: none !important;
            border-bottom-right-radius: 10px !important;
        }

        .input-group-text::after {
            height: 25px;
            width: 1px;
            content: '';
            background: lightgray;
            position: absolute;
            right: 0;
        }

        .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
        .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
            border-top-right-radius: 10px !important;

        }

        .form-control {
            border-radius: 10px;
        }

        .rc-anchor-light {
            border-radius: 10px !important;
        }

        .cross-line {
            position: relative;
            text-align: center;
        }

        .cross-line::after {
            position: absolute;
            content: '';
            background: #E5E5E5;
            height: 1px;
            width: 100%;
            left: 0;
            top: 58%;
            transform: translate(0%, -50%);
        }

        .cross-line p {
            background: white;
            display: inline-block;
            text-align: center;
            z-index: 9;
            position: relative;
            padding: 0 20px;
        }

        .cls-btn1 {
            padding: 10px 20px;
            border-radius: 6px;
            background: white;
            color: black;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            border: 1px solid #D8D8D8;
            margin-top: 30px;
        }

        .send-btn {
            padding: 12px 20px;
            border-radius: 6px;
            background: black;
            color: white;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            border: 1px solid black;
        }
       .close-btn {
            border: none;
            position: absolute;
            top: 5px;
            right: 10px;
            cursor: pointer;
            color: #3C49B3;
            border-radius: 5px;
            padding: 1px 10px;
            font-size: 19px;
            font-weight: 500;
            background: #D4D9FF;
        }


        .verify_icon {
            right: 13px;
            bottom: 13px;
        }

        .hidden {
            display: none !important;
        }

        .disabled-button {
            opacity: 0.6;
            cursor: not-allowed;
        }


        #signupForm :disabled {
            opacity: 0.6;
            cursor: not-allowed;
            background-color: #7D7D7D;
        }

        /* @media (min-width: 320px) and (max-width: 767px) {
            .modal-body {
                padding: 15px !important;
            }

            .send-btn {
                padding: 11px 3px;
                font-size: 15px;
            }
        } */

        @media (min-width: 320px) and (max-width: 375px) {
            /* .modal {
                top: 72px;
            } */

            .modal-header {
                padding: 1rem;
            }

            .form-control {
                padding: .20rem .20rem;
            }

            .g-recaptcha {
                transform: scale(0.77);
                transform-origin: 0 0;
            }
        }

        
        @media (min-width: 320px) and (max-width: 767px) {
            .modal-body {
                padding: 15px !important;
            }

            .send-btn {
                padding: 11px 3px;
                font-size: 15px;
            }
           .navbar-main  h5 {
                margin-right: auto;
                
            }
            .navbar-main{
                column-gap: 7px;
            }
        }
        @media (min-width: 320px) and (max-width: 991px) {
         
           .navbar-main  h5 {
                margin-right: auto;
                
            }
            .navbar-main{
                column-gap: 7px;
            }
        }
        @media (min-width: 320px) and (max-width: 480px) {
            .coming-soon-main img {
                width: 120px;
            }

            .coming-soon-main.gap-5 {
                gap: 10px !important;
            }

            #areas-container .col-2 {
                width: 115px !important;
            }
            /* .navbar-main p{
                font-size: 10px !important;
            } */
        }

        .input-container {
            display: flex;
            align-items: center;
            position: relative;
        }

        .search-icon {
            position: absolute;
            left: 18px;
            pointer-events: none;
        }

        /* .modal-dialog.modal-dialog-centered {
            max-width: 1180px;
        } */

        .gps-container {
            display: flex;
            align-items: center;
            gap: 10px;
            /* padding: 22px 15px;
        border-bottom: dashed 1px #D8D8D8; */
        }

        .gps-container svg {
            width: 25px;
            height: 24px;
        }

        .gps-container p {
            color: #CF0000;
            font-weight: 400 !important;
            line-height: 20.83px;
        }

        .gps-container span {
            font-size: 12px !important;
            line-height: 15.62px !important;
            color: #7D7D7D !important;
        }

        .col-2 {
            cursor: pointer;
            width: 141px;
            height: 41px;
            padding: 10px;
            background: white;
            border-radius: 6px;
            border: 1px #E9E9E9 solid;
            justify-content: center;
            align-items: center;
            display: inline-flex;
        }
        .col-2 div {
            width: 100px;
            text-align: center;
            color: #262626;
            font-size: 16px;
            font-family: DM Sans;
            font-weight: 400;
            word-wrap: break-word;
            overflow: hidden;        
            text-overflow: ellipsis; 
            white-space: nowrap;   
        }
        #areas-container, #current-area-container {
        display: none;
    }




.navbar-brand img {
    width: 150px;
}
.article .article-title h2 {
    color: #20247b;
    font-weight: 600;
    font-size: 30px !important;
    margin-bottom: 0px !important;
    line-height: 38px !important;
}
.article-content p
{
    margin-bottom:15px !important;
}
.article-content h2,  .article-content h3,  .article-content h4
{
    margin-top:25px !important;
}
  .main-blog-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }

  .main-blog-box .blog-box {
    background: #FFFFFF;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 20px;
    border-radius: 15px;
  }

  .main-blog-box h2 {
    font-family: "Poppins";
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left !important;
    font-weight: 500;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .main-blog-box p {
    font-family: sans-serif;
    font-size: 16px !important;
    line-height: 25px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6b6b84 !important;
    margin-bottom: 0 !important;
  }

  .main-blog-box a p {
    font-family: "Poppins";
    text-transform: capitalize !important;
    color: #6523d1 !important;
    font-weight: 600;
  }

  .main-blog-box a i {
    color: #6523d1;
    font-size: 14px !important;
  }

  .main-blog-box img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 15px 15px 0 0;
    height: 200px;
  }

  .blog-link {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  @media(max-width:991px) {
    .main-blog-box {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px;
      padding: 40px 0;
    }
  }

  @media(max-width:768px) {
    .main-blog-box {
      grid-template-columns: repeat(1, 1fr);
      padding: 30px 0;
    }

    .main-blog-box .blog-box {
      max-width: 400px;
      margin: auto;
    }
  }

  @media(max-width:576px) {
    .main-blog-box {
      padding: 20px 0 30px 0;
    }

    .main-blog-box h2 {
      font-size: 18px !important;
      line-height: 25px !important;
    }

    .main-blog-box p {
      font-family: sans-serif;
      font-size: 14px !important;
      line-height: 18px !important;
    }

    .main-blog-box img {
      margin-bottom: 20px;
    }

    .main-blog-box a p {
      font-size: 15px !important;
    }
  }

  @media(max-width:400px) {
    .main-blog-box a {
      font-size: 14px !important;
    }

    .main-blog-box img {
      height: 195px;
    }
  }

  @media(max-width:375px) {
    .main-blog-box img {
      height: 180px;
    }
  }

  @media(max-width:320px) {
    .main-blog-box img {
      height: 160px;
    }
  }





  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #loader img {
    width: 100px;
    height: 100px;
    animation: loader 2s infinite;
  }

  @media (min-width: 768px) {
    #loader img {
      width: 150px;
      height: 150px;
    }
  }


  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }

    25% {
      transform: rotate(180deg);
    }

    50% {
      transform: rotate(360deg);
    }

    75% {
      transform: rotate(180px);
    }

    100% {
      transform: rotate(0);
    }
  }
  .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}

.table-of-contents {
  max-width: 60%;
  padding: .75ch;
  border: 1px solid rgb(162, 169, 177);
  
  font-size: 1.5rem;
  margin:15px 0;
  background: rgb(248, 249, 250);
}

.table-narrow {
  width: 160px;
}

.list-invisible {
  display: none;
}

.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin: 4px 0;
}

.table__title {
  line-height:32px !important;
  font-size: 24px !important;
  margin-bottom:10px !important;
  margin-top:0 !important;
}

.toggle-wrapper::before {
  content: '[';
  
  color: rgb(32, 33, 34);
}

.toggle-wrapper::after {
  content: ']';
  
  color: rgb(32, 33, 34);
}

.toggle {
  padding: 0;
  border: none;
  
  font-size: 1.5rem;
  
  color: rgb(6, 69, 173);
  background-color: inherit;
}

.toggle:hover {
  text-decoration: underline rgb(6, 69, 173);
  cursor: pointer;
}

.toggle:focus {
  border: 1px dotted rgb(6, 69, 173);
  
  text-decoration: underline rgb(6, 69, 173);
}

.toggle:active {
  border: none;
  text-decoration: none;
}

.table__list,
.table__nested-list {
  list-style: none;
}

.content__number {
  font-size:16px;
  
  color: rgb(32, 33, 34);
}

.table__list {
  padding: 0;
}


.table__link {
 color: rgb(6, 69, 173);
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    text-decoration: none;
}

.table__link:active {
  color: rgb(245, 194, 66);
}

.table__link:hover {
  text-decoration: underline rgb(6, 69, 173);
}
.article-img
{
    margin-bottom:15px;
}
.related-blogs h2
{
    color: #20247b;
    font-weight: 600;
    font-size: 30px !important;
    margin-bottom: 15px !important;
    line-height: 38px !important;
}