/* over ride footer */
.alignment-icons {
    padding-left: 0rem;
    margin-top: clamp(0.5rem, 2vw, 1rem) !important;
}


.bread-crumb a,
.bread-crumb-text {
    font-size: 16px;
    color: #252f4a
}


.content-section h2,
h3,
p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.faq-section h2,
.form-container h2 {
    font-weight: 700;
    margin-bottom: 2rem
}

.blog-card,
.faq-toggle svg {
    transition: transform .3s;
    margin-top: 1.4rem;
}

.data-table th,
table,
th {
    border-collapse: collapse
}

.bread-crumb a,
.cta-button,
.custom-link {
    text-decoration: none !important
}

.banner-text,
h1 {
    text-transform: capitalize
}

.category-part,
.section2,
.sticky-banner {
    box-sizing: border-box
}

.author img,
.card img {
    object-fit: cover
}

body {
    background-color: #fff !important;
    font-family: source-sans-pro, sans-serif !important
}

.container {
    width: 85%;
    margin: auto
}

.first-section {
    padding-top: 5.5rem;
    margin-top: 5rem
}


.bread-crumb-link :hover{
    color: #006CBE !important
}

.separator,
h1,
h2,
h3,
h4 {
    color: #252f4a
}

.author-data {
    padding-bottom: 1.4rem;
    gap: .3rem;
    display: flex
}

.faq-section {
    width: 100%;
    margin-bottom: 5%
}

.faq-section h2 {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 32px);

}

.faq-answer p {
    font-size: clamp(16px, 2vw, 23px);
    color: #33475B;
    margin-top: 0;
    padding-top: 0;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.faq-item {
    background-color: #f0f8ff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
}

.faq-toggle {
    background: 0 0;
    border: 1px solid transparent;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    cursor: pointer;
    width: 100%;
    text-align: left
}

.faq-toggle:hover {
    border: 1px solid #105f9b;
    border-radius: 10px
}

input[type=email],
input[type=tel],
input[type=text] {
    outline: 0;
    transition: border-color .2s;
    padding: .8rem
}

.faq-answer {
    font-size: 1rem;
    line-height: 1.5;
    display: none;
    padding-left: 3.5%;
}

.faq-item.active .faq-answer {
    display: block
}

.faq-item.active .faq-toggle .icon,
.faq-item.active .faq-toggle svg {
    transform: rotate(180deg)
}

.demo-form-section {
    background: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 3%
}

.form-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
    padding: 2rem;
    width: 100%
}

.form-container h2 {
    text-align: center;
    font-size: clamp(18px, 2.2vw, 28.8px);
    color: #1b2230
}

.data-table th,
h1 {
    text-align: left;
    font-family: source-sans-pro, sans-serif !important
}

.demo-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-right: 2rem
}

.form-group {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column
}

.form-group label {
    margin-bottom: .5rem;
    font-weight: 600;
    color: #1b2230;
    font-size: clamp(16px, 2vw, 24px);

}

.required {
    color: red
}

input[type=email],
input[type=text] {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    font-size: clamp(14px, 1vw, 16px);
}

input[type=tel] {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    font-size: 1rem;
    width: 100%;

}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    border-color: #4a90e2
}

.phone-input {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap
}

.country-code {
    display: flex;
    align-items: center;
    background: #f2f5fa;
    padding: .5rem .7rem;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    font-size: .95rem;
    color: #1b2230;
    gap: .4rem
}

.phone-input input {
    flex: 1;
    border: 1px solid #e0e6ed;
    padding: .8rem;
    border-radius: 6px;
    font-size: 1rem;
    min-width: 200px
}

.form-check {
    margin-top: 1.5rem;
    align-items: flex-start;
    gap: .75rem;
    font-size: clamp(12px, 0.9vw, 14px);
    color: #333;
    display: flex;
    flex-direction: row;
}

.form-check input[type=checkbox] {
    margin-top: .25rem
}

.form-check a {
    color: #105f9b;
    text-decoration: underline
}

.form-action {
    text-align: center;
    margin-top: 2rem
}

button[type=submit] {
    background: #105f9b;
    color: #fff;
    border: none;
    padding: .75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: background .3s
}

button[type=submit]:hover {
    background: #0c4e85
}

@media (max-width:768px) {
    .demo-form-section {
        padding: 1rem
    }

    .form-container {
        padding: 1.5rem
    }

    .demo-form .form-row {
        flex-direction: column;
        gap: 1.5rem
    }
}

.recommended-section {
    max-width: 100%;
    margin-bottom: 5%;

}

.author-card {
    border: 1px solid #e0e6ed;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5rem;
    text-align: center;
}

.author img,
.blog-card {
    border-radius: 8px;
    width: 100%
}

.author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    justify-content: center
}

.author-info {
    display: flex;
    flex-direction: column;
    align-items: start
}

.author img {
    max-width: 120px;
    height: auto
}

.author-info h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1b2230;
    margin-bottom: 1rem
}

.author-info h3 {
    margin: 0;
    font-size: clamp(24px, 3.2vw, 33px);
    font-weight: 700;
    color: #1b2230
}

.blog-card h4,
h1,
h2,
h3,
th {
    font-weight: 600
}

.author-info p {
    margin: .25rem 0 0;
    color: #4a4a4a;
    font-size: clamp(18px, 2.5vw, 23px);
    text-align: left;
    line-height: 1.5
}

.blog-section-title {
    text-align: center;
    font-size: clamp(28px, 4vw, 44px);
    margin-bottom: 5%;
    font-weight: 700;
    color: #1b2230;
    margin: 2rem 0 3.5rem
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4rem;
}

.card,
.category-part {
    flex-direction: column
}

.blog-card {
    position: relative;
    background: #fff;
    max-width: 30%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card h3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.blog-card p {
    margin-left: 1rem;
    margin-right: 1rem;
}

.blog-card img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.blog-card .tag {
    display: inline-block;
    margin: .75rem 1rem .5rem;
    background: #105f9b;
    color: #fff;
    padding: .3rem .6rem;
    border-radius: 5px;
    font-size: .75rem
}

.book-demo-button:hover,
.button:hover {
    background-image: linear-gradient(14deg, #fc7318 0, #ffbf00 100%);
    text-decoration: underline
}

.blog-card h4 {
    font-size: 22px;
    margin: .5rem 1rem;
    color: #1b2230;
    line-height: 1.4
}

h1 {
    font-size: 2rem;
    line-height: 1.35
}

.first-section img {
    width: 100%;
    height: auto
}

.content-section {
    font-weight: 400;
    font-family: source-sans-pro, sans-serif !important;
    font-size: 1.325rem;
    line-height: 2.1rem
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-left: 0;
    padding: 0;
    list-style-position: inside;
}

.svg-text-overlay {
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-image: url('../images/blogImages/TryForFree.webp');
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    position: relative;

}

.svg-text-overlay h2 {
    font-size: clamp(22px, 3vw, 35px);

}

.svg-text-overlay p {
    font-size: clamp(18px, 2.5vw, 29px);
    text-align: center !important;
}

.cta-button,
.text-overlay p {
    font-size: 1rem
}

.svg-text-overlay h2,
.svg-text-overlay p {
    color: #fff;
    margin-bottom: 1rem
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #105f9b;
    font-weight: 700;
    padding: .5rem 2.5rem;
    border-radius: 8px;
    transition: background .3s, color .3s, box-shadow .3s;
    margin-top: 1rem;
    box-shadow: none
}

.cta-button:hover {
    background-color: #fff;
    color: #0a4e85;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, .7)
}

h3 {
    font-family: source-sans-pro, sans-serif !important;
    font-size: clamp(18px, 2.2vw, 26px);
}

.content-section p,
ul li {
    line-height: 1.8;
    font-size: clamp(16px, 2vw, 23px);
    color: #252f4a;
    text-align: justify;
}

ul li {
    line-height: 2.2
}

.fa-calendar {
    line-height: 1.1 !important
}

h2 {
    line-height: 2rem;
    font-size: clamp(20px, 3vw, 35px);

}

table {
    width: 100%
}

table,
th {
    border: 1px solid #000
}

td {
    border: 1px solid #dedede
}

th {
    padding: .75rem .9375rem;
    background: #4a4893;
    font-size: 20px;
    font-family: source-sans-pro, sans-serif !important;
    color: #fff
}

.data-table tr td {
    line-height: 1rem;
    padding: 1.3rem 1rem;
    font-weight: 400;
    font-size: 1.125rem
}

.data-table th {
    border-style: solid
}

tr:nth-child(2n) td {
    color: #000
}

tr:nth-child(odd) td {
    color: #000;
    background: #f2f2f2
}

.table-creation {
    width: 90%;
    padding-left: 5rem
}

.custom-link {
    color: #00f
}

.custom-link:hover {
    text-decoration: underline;
    color: #00f
}

.long-text {
    line-height: 1.5
}

.banner {
    background-color: #673AB7CC;
    border-radius: .75rem;
    text-align: center;
    padding: 1rem
}

.book-demo-button,
.button {
    border-radius: .4375rem;
    text-decoration: none
}

.banner-text {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0
}

.banner-para {
    margin: 0;
    color: #fff !important;
    font-weight: 400;
    font-size: 1.25rem !important;
    line-height: 2.25rem !important;
    font-family: source-sans-pro, sans-serif !important;
    padding-top: .5rem
}

.button,
.card-content h3 {
    line-height: 27px;
    color: #33475b
}

.button {
    background-color: #fff;
    padding: .7rem .8rem;
    margin-bottom: 1rem !important;
    font-size: 14px;
    font-family: "Work Sans", sans-serif !important
}

.button:hover {
    color: #fff
}

.book-demo-button {
    text-align: center;
    padding: .6rem .8rem;
    background: linear-gradient(14deg, #ffbf00 0, #fc7318 100%);
    color: #fff;
    font-size: 14px;
    margin-left: 1rem
}

.no-styles,
.no-styles:hover,
.rightarrow,
.sign-up-button,
a.purple-text {
    text-decoration: none
}

.banner-buttons {
    gap: 1rem;
    padding-top: 1rem
}

.header-space {
    padding-bottom: 7rem
}

.separator {
    margin-left: 0.75rem;
    margin-right: 0.75rem
}

.main-section {
    display: flex;
    width: 100%;
    gap: 4rem;
    padding: 2%, 4%
}








.dropdown-toggle {
    background-color: #cae6ff;
    border: none;
    padding: 2% 6%;
    width: 100%;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .2s;
}

.content-dropdown {
    margin: 0;
    font-size: 20px;
}

.dropdown-toggle[aria-expanded=true] .arrow,
.hovered-res .res-div svg {
    transform: rotate(180deg);
}


.dropdown-toggle .arrow {
    display: inline-block;
    transition: transform .3s;
}




.tableofcontentsection {
    display: flex;
    flex-direction: column;

    position: sticky;
    top: 120px;
}

.tableofcontentsinnersection {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    background-color: #F7FCFF;
    border-radius: 2rem;
    /* position: sticky; 
  top: 120px;  */
}



.tableofcontentsection ul {
    padding-left: 0;
}

.tableofcontentsection h3 {
    padding-top: 1rem;
    color: #105F9B;
    text-align: center;
}

.contentbreakline {
    border: none;
    height: 2px;
    background-color: #c4dae7;
    margin: 1rem 0;
}

#content-list {
    padding: 0;
    margin: 0;
}

#content-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

#content-list li.contenthighlights {
    text-decoration: underline;
}

#content-list1 li {
    cursor: pointer;
}

#content-list1 li:hover {
    background-color: #e6f2fa;
}



.section1 {
    width: 75%;
    padding-top: 3rem;
}

.section2 {
    height: auto;
    width: 30%;
    padding: 1rem;
    position: relative;
    margin-right: 2rem
}

.category-part {
    height: auto;
    width: 100%;
    padding: .8rem;
    display: flex;
    border: 1px solid #8b0BAD35;
    border-radius: .7rem;
    padding-bottom: 0 !important
}

.category-header {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: none !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 0
}

.card-content,
.category-part ul li,
.sticky-banner p {
    font-family: source-sans-pro, sans-serif !important
}

.category-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, transparent, #9d40bf, transparent);
    border-radius: 1px
}

.category-part ul {
    padding-left: 0 !important;
    margin-bottom: 0
}

.category-part ul li {
    display: flex;
    list-style-type: none;
    font-size: 16px;
    color: #33475b;
    font-weight: 600;
    border-bottom: 1px solid #f8bdfc
}

.category-part ul ul {
    padding-bottom: .6rem;
    padding-left: 2.3rem;
    border-bottom: 1px solid #f8bdfc;
    margin-top: .5rem;
    display: none
}

.category-part a {
    display: block;
    width: 100%;
    color: #33475b
}

.category-part li:last-child {
    padding-bottom: 0;
    border: none;
    margin: 0
}

.category-part ul ul:last-child {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: .4rem !important;
    border-top: 1px solid #f8bdfc !important;
    margin: 0
}

.rightarrow {
    font-weight: 600 !important
}

.rightarrow::before {
    content: "â¯";
    font-size: 11px;
    color: #555;
    margin-right: .5rem;
    display: inline-block
}

.sub-height {
    line-height: 1 !important
}

.colored-line {
    background: linear-gradient(90deg, transparent 0, var(--pcaccent-cl) 50%, transparent 100%);
    height: 2px;
    width: 100%;
    position: absolute
}

.card img,
.sticky-banner,
.sticky-banner img {
    width: 100%;
    height: auto
}

.sticky-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(207, 153, 225, .6196078431372549);
    padding: 0 1rem;
    border: 1px solid #fff;
    border-radius: 3%;
    position: sticky;
    top: 10rem;
    line-height: 1.6875rem
}

.sticky-banner img {
    display: flex
}

.sign-up-button {
    margin: 1rem 0;
    text-align: center;
    padding: .3rem 1.2rem;
    background: linear-gradient(14deg, #fc7318 0, #ffbf00 100%);
    border-radius: 5px;
    color: #fff;
    font-size: .9375rem
}

.sign-up-button:hover {
    background-image: linear-gradient(14deg, #ffbf00 0, #fc7318 100%)
}

.sticky-banner p {
    text-align: center;
    font-weight: 700 !important;
    font-size: 1.25rem;
    padding-top: 0 !important;
    color: #33475b
}

.card-section {
    padding-bottom: 1rem
}

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    margin: auto
}

.card {
    display: flex;
    justify-content: space-between;
    border-radius: .1875rem;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: #fff
}

.card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: .5rem 1.6rem
}

.card-content h3 {
    font-size: 1.25rem !important;
    margin-bottom: 10px;
    font-weight: 600
}

.card-content p {
    font-size: .875rem !important;
    color: #33475b;
    flex-grow: 1;
    margin-bottom: 1rem;
    font-weight: 400
}

.card-footer {
    font-size: .75rem;
    color: #490c96;
    margin-top: auto;
    padding-top: 10px
}

.purple-icon,
.purple-text {
    color: #6650be;
    vertical-align: middle;
    font-size: 12px
}

.no-styles {
    color: inherit
}

a.purple-text {
    font-weight: 500;
    padding-top: 0
}

.divider {
    margin: 0 8px;
    color: #ccc;
    font-size: 14px
}

.sub-category {
    margin: 0;
    padding-left: 2rem;
    font-weight: 600;
    color: #888
}

.sub-arrow {
    padding-left: 1rem
}

.icon-position {
    padding-bottom: .3rem
}



@media (max-width:370px) {
    .faq {
        height: 5.6rem !important;
        line-height: 1.225rem !important
    }
}

@media (max-width:700px) {
    .faq-answer {
        padding-left: 2.5rem !important
    }

    .main-section {
        flex-direction: column;
        gap: 0
    }

    .data-table tr td {
        line-height: 1.3rem
    }

    .section1 {
        margin: auto;
        width: 90%;
        padding-top: 1.6rem
    }

    .content-section {
        line-height: 1.6rem
    }

    h1 {
        font-size: 1.7rem;
        margin: 1.7rem 0
    }

    /* h2,
    h3 {
        font-size: 1rem
    } */

    h3 {
        line-height: 1.8rem
    }

    .content-section p,
    ul li {
        /* font-size: 1.125rem; */
        line-height: 1.8
    }

    h2 {
        font-weight: 600;
        line-height: 1.9rem
    }

    .table-creation {
        padding-left: 0;
        width: 100%
    }

    .main-header p {
        font-size: 40px !important;
        line-height: 4rem
    }

    p {
        margin-top: .5rem;
        font-size: 17px
    }

    h4 {
        font-size: 1.3rem
    }

    .faq {
        height: 4.7rem;
        line-height: 1.325rem;
        font-size: 1rem
    }

    .banner-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0
    }

    .book-demo-button {
        padding: .4rem 1.6rem;
        margin-left: 0
    }

    .button {
        padding: .4rem .6rem
    }

    .banner-text {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.65rem
    }

    .sticky-banner {
        margin-top: 1.5rem
    }

    .sign-up-button {
        padding: .5rem .6rem
    }

    .card-content h3 {
        font-size: 1.15rem
    }

    .card {
        margin-top: 1rem
    }

    .card-section {
        padding-top: 1rem
    }

    .card-content p {
        margin-bottom: 1rem
    }

    .section2 {
        width: 90%;
        margin: auto
    }

    .card-container {
        grid-template-columns: repeat(1, 1fr);
        width: 90%
    }
}

@media (min-width:475px) and (max-width:700px) {

    .content-section p,
    .data-table tr td,
    ul li {
        font-size: 1.125rem
    }

    .data-table tr td {
        line-height: 1rem
    }

    th {
        padding: .85rem .9375rem
    }

    .banner-buttons {
        display: block
    }

    .book-demo-button {
        margin-left: 1rem
    }

    .sticky-banner img {
        width: 70%
    }

    .faq {
        height: 3.4rem
    }
}

@media(min-width:700px) and (max-width:900px) {
    .faq {
        height: 3.6rem;
        font-size: 1.1rem
    }

    .main-section {
        gap: 1rem
    }

    .section2 {
        margin-right: 0;
        padding: 1rem 0
    }

    .table-creation {
        padding-left: 0;
        width: 100%
    }

    table {
        width: 90%
    }

    .card-container {
        grid-template-columns: repeat(2, 1fr);
        width: 90%
    }

    .content-section p,
    ul li {
        font-size: 1.125rem
    }

    .card-section {
        padding-bottom: 2rem;
        padding-top: 3rem
    }

    .fa-calendar {
        line-height: 1.1 !important
    }
}

@media (min-width:900px) and (max-width:1019px) {
    .main-section {
        gap: 3.5rem
    }

    .table-creation {
        width: 95%;
        padding-left: 2rem
    }

    .section1 {
        padding-top: 2rem
    }

    h2,
    h3,
    h4,
    p {
        margin: 1.1rem 0
    }

    .faq {
        box-sizing: border-box;
        width: 100%;
        height: 3.6rem;
        line-height: 1.325rem;
        font-size: 1.1rem
    }

    .card-section {
        padding-bottom: 1.5rem
    }

    .card-content h3 {
        font-size: 1.15rem
    }

    .card-content p {
        font-size: .975rem
    }

    .section2 {
        margin-right: 0;
        width: 35.1%
    }

    .fa-solid,
    .fas {
        padding-top: .3rem
    }

    .category-part a {
        display: block;
        width: 100%;
        color: #33475b;
        line-height: 1.375rem;
        margin: .3rem 0
    }

    .category-part ul ul:last-child {
        padding-top: .1rem !important;
        border-top: 1px solid #f8bdfc !important
    }

    .faqs {
        margin-top: 2rem
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .form-container {
        padding: 1.5rem
    }

    .blog-card {
        max-width: 45%
    }

    .author {
        flex-direction: column;
        text-align: center
    }

    .author img {
        margin-bottom: 1rem
    }

    .author-info h2 {
        font-size: 2rem
    }

    .card-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1020px) and (max-width:1200px) {

    .card-section,
    .section1 {
        padding-top: 2rem
    }

    .main-section {
        gap: 3rem
    }

    .table-creation {
        width: 95%;
        padding-left: 2rem
    }

    .faq {
        box-sizing: border-box;
        width: 100%;
        height: 3.6rem;
        line-height: 1.325rem;
        height: 3.8 rem
    }

    .card-section {
        padding-bottom: 1.5rem
    }

    .card-content h3 {
        font-size: 1.15rem
    }

    .section2 {
        margin-right: 0
    }

    .card-content p {
        font-size: .975rem
    }

    .content-section p,
    ul li {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .section2 {
        margin-right: 1.5rem
    }
}

@media(min-width:2200px) {



    h2 {
        font-size: 2.8rem
    }

    h3 {
        font-size: 2.5rem
    }
}

@media (min-width:1920px) {
    .btn.color-freesignup {
        padding: 0 4.7rem !important
    }

    .page-header ul.complete-list>li>a {
        font-size: 1.175rem
    }

    .page-header li.drop-down-menu .mega-content-holder {
        max-width: 61%
    }

    .page-header li.drop-down-menu .mega-content-holder .blocks-holder .col h3,
    .page-header li.drop-down-menu .mega-content-holder .blocks-holder .col ul a span,
    .page-header li.drop-down-menu .mega-content-holder.left .blocks-holder .col ul a span {
        font-size: 1.05rem !important
    }
}

@media (max-width: 475px) {
    .page-header .header-navbar {
        width: 100%;
        margin-left: -9.7%;
    }
}

@media (min-width:476px) and (max-width:767px) {
    .page-header .header-navbar {
        margin-left: -6%
    }
}

@media (min-width: 767px) and (max-width: 900px) {
    .page-header .header-navbar {
        width: 100%;
        margin-left: -8.4%;
    }

}

@media (min-width:900px) and (max-width:1019px) {
    .page-header .header-navbar {
        width: 100%;
        margin-left: -2%
    }
}

@media (min-width:1439px) and (max-width:1919px) {
    .page-header ul.complete-list>li>a {
        font-size: 1rem !important
    }
}

.new-footer-design-wrapper-1 {
    margin: auto
}

.single-footer-list-holder {
    margin-top: 1.375rem !important;
}

.new-footer-design {
    margin-top: 3rem
}

.contact-information-holder {
    padding-bottom: 0
}

.footer-link-blocks.list-footer-link-blocks {
    color: #fff;
    margin-bottom: .5375rem
}

@media (max-width:374px) {
    .footer-text-blocks-1 {
        font-size: 1.2375rem
    }

    .footer-text-blocks {
        font-size: .925rem
    }
}

.single-footer-list-holder {
    margin-top: 2.375rem !important;
}

.new-footer-design {
    margin-top: 3rem;
}

.contact-information-holder {
    padding-bottom: 0;
}

@media (min-width:1000px) and (max-width:2558px) {
    #contact-blocks {
        margin-bottom: 2rem
    }
}

@media (min-width:1920px) and (max-width:2558px) {
    .single-footer-list-holder .footer-text-blocks {
        font-size: 1rem;
        line-height: 30px
    }

    .single-footer-list-holder .first-list-item-footer {
        font-size: 24px;
        padding-bottom: 0
    }

    .footer-privacypolicy-links .footer-privacypolicy-text {
        font-size: 14px
    }

    .single-footer-list-holder .footer-text-blocks-1 {
        font-size: 21px
    }

    .contact-information-holder .footer-support-blocks {
        padding-bottom: 1%
    }

    .follow-us {
        font-size: 18px
    }

    .single-footer-list-holder .footer-button {
        padding: .4rem !important;
        font-size: 1.1375rem !important
    }

    #contact-blocks {
        max-width: 45rem;
        margin-bottom: 2rem
    }

    .contact-information-holder .footer-support-blocks {
        font-size: 16px
    }
}

@media (min-width:1800px) {
    .new-footer-design {
        background-size: unset !important
    }
}

.mail-add {
    padding-top: 0
}

@media (min-width:995px) and (max-width:1440px) {
    .footer-support-blocks {
        margin-top: .7rem
    }

    .footer-privacypolicy-links {
        padding-right: 4rem
    }
}

@media(max-width:700px) {
    .section2 {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem
    }

    .sticky-banner {
        position: unset
    }

    .header-space {
        padding-bottom: 1rem
    }
}

    @media (max-width:768px) {
        .form-row {
            flex-direction: column
        }

        .phone-input {
            flex-direction: column;
            align-items: stretch
        }

        .country-code {
            width: 100%;
            justify-content: space-between
        }

        .phone-input input {
            width: 100%
        }

        .blog-cards {
            flex-direction: column;
            align-items: center
        }

        .blog-card {
            max-width: 100%
        }

        .author-info p {
            font-size: .9rem !important
        }

        .blog-section-title {
            font-size: 1.6rem !important
        }


        .cta-button {
            font-size: .95rem;
            padding: .6rem 1.2rem
        }

        .blog-section-title{
            margin: 0;
        }
    }

    @media (max-width:480px) {
        .demo-form-section {
            padding: 2rem 1rem
        }

        .author-info h2,
        .form-container h2 {
            font-size: 1.5rem
        }

        .form-check {
            font-size: .8rem !important;
        }

        button[type=submit] {
            width: 100%
        }

        .recommended-section {
            padding: 1rem .5rem
        }

        .author-info h3 {
            font-size: 1rem !important
        }

        .author-info p {
            font-size: .85rem !important
        }

        .blog-card .tag {
            font-size: .65rem
        }

        .blog-card h4 {
            font-size: .9rem
        }
    }

    input[type=email],
    input[type=tel],
    input[type=text] {
        font-size: 1rem;
        outline: 0;
        transition: border-color .2s
    }

    input[type=email],
    input[type=text] {
        border: 1px solid #e0e6ed;
        border-radius: 6px;
        /* width: 60% */
    }

    input[type=tel] {
        border: 1px solid #e0e6ed;
        border-radius: 6px;
        /* width: 72% */
    }

    .form-row {
        flex-direction: column
    }

    .form-check label,
    .form-group label {
        font-size: 16px !important;
    }

    .form-action button {
        font-size: 18px
    }

    .author-info p,
    .phone-input>div span {
        font-size: 14px
    }

    .author-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .author-info h3 {
        font-size: 20px !important
    }

    @media screen and (max-width:320px) {
        .country-code {
            width: 20%
        }
    }

}

@media (max-width:400px) {

    input[type=email],
    input[type=text] {
        border: 1px solid #e0e6ed;
        border-radius: 6px;
        width: 78.5%
    }

    input[type=tel] {
        border: 1px solid #e0e6ed;
        border-radius: 6px;
        width: 89%
    }
}

@media (min-width:2560px) {
    .container {
        /* margin-right: 125rem;
        margin-left: 125rem; */
        width: 60%;
    }

    .page-header .header-content-container {
        /* margin-right: 125rem;
        margin-left: 125rem; */
        width: 60%;
    }

    .sub-container {
        width: 60%
    }

    #content-list li::before {
        content: "";
        width: 18px !important;
        height: 18px !important;
        margin-top: 13px;
    }

    .content-section {
        font-weight: 400;
        font-family: source-sans-pro, sans-serif !important;
        font-size: 10.325rem !important;
        line-height: 2.1rem;
    }

    .content-section p,
    ul li {
        font-size: 32px;
    }

    .bread-crumb a,
    .bread-crumb-text {
        font-size: 22px;
    }

    .main-header p {
        font-size: 70px !important;
    }

    .form-check {
        font-size: 35px;
    }

    .faq-answer p {
        font-size: 32px;
    }

    .form-container h2 {
        font-size: 60px;
    }

    .form-group label {

        font-size: 32px;
    }

    input[type=email],
    input[type=text] {

        font-size: 30px;
    }

    input[type=tel] {

        font-size: 1.8rem;
    }

    .iti--separate-dial-code .iti__selected-dial-code {

        font-size: 1rem !important;
    }

    button[type=submit] {
        font-size: 22px !important;
    }

    .author-info h3 {
        font-size: clamp(24px, 3.2vw, 53px);
    }

    .author-info p {
        font-size: 32px;
    }

    .blog-section-title {
        font-size: 70px;
    }

    .blog-card h3 {
        font-size: 2rem;
    }

    .page-header ul.complete-list>li>a {
        font-size: 1.175rem !important;
    }

    .page-header ul.complete-list>li.last-li>a {
        font-size: 1.175rem !important;
    }

    .footer-col-header {
        font-size: 2.1rem !important;
    }

    .footer-column ul li {
        font-size: 1.4rem;
    }

    .logo-content {
        font-size: 1.4rem;
    }

    .mobile-number ul li {
        font-size: 1.45rem;
    }

    .mail-id ul li {
        font-size: 1.45rem;
    }

    .term-conditions {
        font-size: 1.4875rem;
    }

    .media-text {
        font-size: 1.425rem;
    }

    /* .footer-logo {
    height: auto;
    width: 10%;
} */

}

@media (min-width:3500px) {
    .container {
        /* margin-right: 125rem;
        margin-left: 125rem; */
        width: 40%;
    }

    .page-header .header-content-container {
        /* margin-right: 125rem;
        margin-left: 125rem; */
        width: 40%;
    }

    .sub-container {
        width: 40% !important
    }

    #content-list li::before {
        width: 21px !important;
        height: 21px !important;
    }

    .term-conditions {
        font-size: 1rem;
    }

    .footer-column ul li {
        font-size: 1.2rem;
    }

    .bread-crumb {
        margin-top: 2%;
    }
}

@media (min-width:2200px) {

    .blog-card,
    .faq-toggle svg {
        transition: transform .3s;
        margin-top: 2rem;
    }
}


@media (min-width:1024px) {
    .left-contents {
        display: none;
    }



}



@media (max-width:1023px) {
    .tableofcontentsection {
        display: none;
    }


    .left-container {
        display: none;
    }



    .section1 {
        width: 100%;
    }

    .left-second-content {
        display: none;
    }

    .main-section {
        gap: 0rem;
    }


    .first-section {
        padding-top: 2.5rem;
    }
}

.dropdown-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu.show {
    display: block;
}



.credentials {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-top: 0rem;
    cursor: pointer;
    padding-bottom: 0.5rem;
}


.credentialsblogs {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    padding-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
    bottom: 3rem;
}

.left-innercontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-innercontent-text {
    text-align: center;
}

.left-second-content {
    margin-top: 2rem;
    padding: 1rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 0 14px 0 rgba(24, 153, 228, 0.1);
    background-color: white;
    box-sizing: border-box;
}




.left-container {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 120px;
    width: 30%;
}

@media (max-width:1023px) {
    .left-container {
        display: none;
        width: 0%;
    }
}


.left-content-button {
    text-decoration: none;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.75rem 2rem;
    background: linear-gradient(14deg, #006cbe, #105f9b);
    border-radius: 0.5rem;
}

.left-content-button-container {
    margin: 1.5rem 0rem;

}


.listofcontents {
    padding: 1rem;
}




.list-of-items li {
    list-style-type: disc !important;
    list-style-position: inside;
    list-style-position: outside; 
    text-indent: 0;      
}



.list-of-items {
  list-style-type: disc !important;   
  padding-left: 1.2em;       
}


@media (min-width: 374px) and (max-width: 500px) {
    .contact-details {
        flex-direction: column;
        padding: 1.5rem;
    }
}


@media (max-width: 992px) {
    .badge1 {
        width: 150px !important;
    }

    .quality-choiceaward {
        width: 70px !important;
    }

    .happiest-award {
        width: 70px !important;
    }
}

