.container1 {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.page_bnr {
    background-image: url(../images/inner-banner-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 60px 0;
    position: relative;
}

.page-template-default-template2 .page_bnr {
    padding: 320px 0 160px;
    z-index: 1;
}

.page_bnr:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 65px;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #fff);
}

.page-template-default-template2 .page_bnr::before {
    display: none;
}

.page_bnr.bnroverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .8)
}

.page-template-default-template2 .page_bnr.bnroverlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000 10%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.page_title h1,
.page_title h2 {
    font-family: var(--headingFont);
    font-size: 55px;
    line-height: 1.1;
    color: #fcb740;
    position: relative;
    margin: 0 0 10px 0;
}

.page_title h2 {
    font-size: 40px;
}

.inrpg-breadcrumbs {
    color: #5915d0;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--bodyFont);
}

.page-template-default-template2 .inrpg-breadcrumbs {
    color: #fff;
}

.inrpg-breadcrumbs span.breadcrumb_last {
    color: #fcbb4d;
}

.page_default {
    padding: 0 0 70px;
    position: relative;
}

.page_default::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -40px;
    width: 100%;
    height: 739px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../images/defpg-bg.webp);
    background-size: 79%;
}

.page_default.contact_pg::before {
    display: none;
}

.page_content {
    display: flex;
    justify-content: space-between;
}

.genpg-rite {
    width: 67%;
}

.genpg-rite.full-width {
    width: 100%;
}

.genpg-lft {
    width: 30%;
    max-width: 450px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: var(--bodyFont);
    line-height: 1.1;
    letter-spacing: 0;
    font-size: 70px;
    font-weight: 600;
    color: #5915d0;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

h1,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 60px;
    font-weight: 600;
    color: #5915d0;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    color: #5915d0;
}

h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
    color: #5915d0;
    line-height: 1.2;
}

h4 {
    font-size: 26px;
    line-height: 1.3;
}

h5 {
    font-size: 22px;
    line-height: 1.3;
}

h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

p,
li,
.table td {
    font-size: 19px;
    line-height: 1.9;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    font-weight: 400;
}

.table {
    border: 0px solid #f1f1f1;
    width: 100%;
    text-align: center;
}

.table td,
.table th {
    border: 1px solid #f1f1f1;
    padding: 4px 8px;
}

.table tr:nth-child(even) {
    background: #f1f1f1;
}

.page_default .genpg-rite a {
    color: #5915d0;
    text-decoration: none;
}

.page_default .genpg-rite li {
    padding-left: 20px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.page_default .genpg-rite ul li:before {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background: #fcb740;
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
}

.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}

.page_default .genpg-rite li ul li {
    padding-left: 25px;
}

.page_default .genpg-rite li ul li:before {
    display: block;
}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 30px;
    list-style-position: inside;
    width: 100%;
    display: block;
}

.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
    list-style-position: inside;
}

.page_content .genpg-rite ol>li {
    list-style: decimal;
    padding-left: 0 !important;
}

.page_default .genpg-rite li a {
    text-decoration: none;
    color: var(--blue);
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #fcb740;
}

.page_default .genpg-rite .tab-content-inner a.cmn-btn:hover {
    color: #5915d0;
}

.page_default .genpg-rite ul li ul li {
    position: relative;
}

.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}

.page_default .genpg-rite ul li ul li:before {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background: #fcb740;
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
}

.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}

.page_default .genpg-rite ul li>ol li:before {
    display: none;
}

.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}

.genpg-rite p {
    text-align: justify;
}

/*  SearchPage Styles */
.search-no-results article.post .entry-header {
    margin: 0;
}

/* Sidebar Styles */
.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    border-radius: 0;
    padding: 20px;
    background-color: #fff;
}

.page_default.blog_pg .blog-archives {
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px;
}

.page_default.blog_pg .widget.widget_search {
    order: 3;
}

.page_default.blog_pg .widget.widget_categories {
    order: 1;
}

.page_default.blog_pg .widget.widget_archive {
    order: 2;
}

.page_default.blog_pg h4.widget-title {
    display: none;
}

.page_default.blog_pg .widget input,
.page_default.blog_pg .widget select {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #5915d0;
    padding: 21px 32px;
    border: 1px solid #7f5fdd;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background-image: url(../images/blog-sdb-arrow.webp);
    background-repeat: no-repeat;
    background-size: 34px 39px;
    background-position: 95% 52%;
    height: 75px;
}

.page_default.blog_pg .blog-archives .widget input#search-form {
    background-image: url(../images/searh-icn.webp);
    background-size: 37px 32px;
}

.page_default.blog_pg .blog-archives .widget input::placeholder {
    color: #5915d0 !important;
}

.genpg-lft .blog-archives .widget input::placeholder {
    color: #fff !important;
}

.page_default.blog_pg .widget {
    width: 30.9%;
}

.page_default.blog_pg .blog-archives .widget select option {
    color: #000000;
}

.widget.widget_recent_entries {
    background: linear-gradient(to right, rgba(243, 245, 251, 1) 0%, rgba(245, 247, 251, 0.54) 100%);
    margin: 0 0 50px 0;
}

.genpg-lft .widget.widget_recent_entries .widget-title {
    font-family: 'Mona Sans';
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #5915d0;
    text-align: center;
    padding: 26px;
    font-weight: 600;
    margin: 0;
    display: block;
    border-bottom: 1px solid #e3e2e5;
}

.genpg-lft .widget ul {
    padding: 42px 37px;
    margin: 0;
}

.genpg-lft .widget ul li a {
    font-family: 'Mona Sans';
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    color: #000;
    position: relative;
    display: inline-block;
    text-align: left;
}

.genpg-lft .widget ul li {
    margin: 0 0 19px 0;
    padding: 0 0 0 30px;
    position: relative;
}

.genpg-lft .widget ul li::before {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background: #fcb740;
    width: 13px;
    height: 14px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
}

.genpg-lft .widget ul li:hover::before {
    background: #5915d0;
}

.genpg-lft .widget ul li:last-child {
    margin: 0;
}

.genpg-lft .widget ul li a:hover {
    color: #5915d0;
}

.genpg-lft .widget.widget_categories .widget-title {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 26px;
}

.genpg-lft .widget.widget_categories ul {
    padding: 0;
}

.genpg-lft .widget.widget_categories ul li a:hover {
    color: #ffba03;
}

.genpg-lft .widget.widget_categories ul li a,
.widget.widget_categories ul li {
    color: #fff;
}

.widget.widget_categories ul li:before {
    display: none;
}

.genpg-lft .widget.widget_categories {
    background: #5916d0;
    padding: 10px 0 0;
}

.genpg-lft .widget.widget_categories {
    margin-bottom: 25px;
}

.genpg-lft .widget.widget_categories ul li {
    border-bottom: 1px solid #7f5fdd;
    padding: 10px 30px;
    margin: 0;
}

.genpg-lft .widget.widget_categories ul li a {
    padding: 0 10px 0 0;
}

.genpg-lft .blog-archives {
    padding: 55px 35px;
    background-color: #5916d0;
    position: relative;
}

.genpg-lft .blog-archives .widget {
    margin: 0 0 25px 0;
    background-color: transparent;
    position: relative;
}

.genpg-lft .blog-archives .widget:last-child {
    margin: 0;
}

.genpg-lft .blog-archives .widget input,
.genpg-lft .blog-archives .widget select {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding: 23px 26px;
    background-color: #0000;
    border: 1px solid #7f5fdd;
    width: 100%;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background-image: url(../images/sdb-arrow.webp);
    background-repeat: no-repeat;
    background-size: 37px 32px;
    background-position: 89% 52%;
    height: 80px;
}

.genpg-lft .blog-archives .widget .search-field {
    cursor: text;
    background-image: none;
}

.genpg-lft .blog-archives .widget select option {
    color: #000000;
}

.genpg-lft .blog-archives .widget .widget-title {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0;
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    color: #fff;
}

.genpg-lft .blog-archives .widget input#search-form {
    background-image: url(../images/searh-icn.webp);
    background-size: 37px 32px;
}

/* / Table Content /  */
.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 40px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}

.genpg-lft .widget .lwptoc_header b {
    font-weight: 400 !important;
}

.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}

.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}

.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #1e90ff !important;
}

.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}

.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 40px 30px;
    width: 100%;
}

.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}

.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}

/* Table Content */
.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 40px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}

.genpg-lft .widget .lwptoc_header b {
    font-weight: 400 !important;
}

.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}

.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}

.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #1e90ff !important;
}

.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}

.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 40px 30px;
    width: 100%;
}

.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}

.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}

/* SideBar testimonials */
.genpg-lft .widget.sd-testi {
    background: linear-gradient(to right, rgba(243, 245, 251, 1) 0%, rgba(245, 247, 251, 0.54) 100%);
}

.genpg-lft .widget.sd-testi h4.widget-title {
    font-family: 'Mona Sans';
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #5915d0;
    text-align: center;
    padding: 26px;
    margin: 0;
    border-bottom: 1px solid #e3e2e5;
}

.sidebar-testi.owl-carousel .owl-nav button {
    display: none;
}

.sidebar-testi .star-rat {
    margin: 0 auto 30px;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -81px -25px;
    width: 155px;
    height: 25px;
}

/* .sidebar-testi.owl-carousel .owl-nav button {
    width: 39px;
    height: 19px;
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-position: -344px -308px;
    bottom: 2px;
    left: 0;
    box-shadow: none;
    z-index: 1;
}
.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: 0;
    background-position: -426px -307px;
    z-index: 1;
} */
/* .sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 50%;
    font-family: var(--headingFont);
    letter-spacing: -.68px;
} */
.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
    line-height: 0;
}

.sidebar-testi.owl-carousel {
    padding: 30px;
    text-align: center;
}

.sidebar-testi p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
    text-align: center;
}

.sidebar-testi h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-testi h4.author {
    color: #000;
    font-size: 22px;
}

/*  Testimonials Page */
.top-testi .testi-lft-cont {
    width: 52%;
}

.top-testi .testi-rgt-image {
    width: 46%;
}

.top-testi h6 {
    color: #5915d0;
}

.top-testi h4 {
    font-size: 20px;
    line-height: 1;
    color: #010101;
    font-family: 'Mona Sans';
    font-weight: 400;
}

.top-testi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
}

.testimonials-page {
    column-count: 3;
    margin: 30px 0 0;
}

.testimonials-page .inn-testi-item {
    width: 100%;
    background: #efeefb;
    padding: 40px 36px 132px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.testimonials-page .inn-testi-item:hover {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
}

.testimonials-page .inn-testi-item:hover p,
.testimonials-page .inn-testi-item:hover .feature-list h6.title {
    color: #fff;
}

.testimonials-page .inn-testi-item:hover h3 {
    color: #fff;
}

.testimonials-page .inn-testi-item:hover h4.sub-title {
    color: #fcb740;
}

.testimonials-page .inn-testi-item:hover::before {
    background-position: -165px -448px;
}

.testimonials-page .inn-testi-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -256px -448px;
    width: 59px;
    height: 44px;
    top: 23px;
    left: 38px;
}

.testimonials-page .star-rat {
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -81px -25px;
    width: 155px;
    height: 25px;
    margin: 0 0 28px 72px;
}

.testimonials-page .testi-blck {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    bottom: 40px;
}

.testimonials-page .inn-testi-item h3 {
    font-family: 'Mona Sans';
    font-weight: 700;
    color: #5915d0;
    font-size: 30px;
    position: relative;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -0.6px;
    margin: 0 0 10px 0;
}

h3.testi-clnts {
    text-align: center;
    margin: 0 0 10px;
}

.page_default.general.review_page .feature-list h6 {
    text-align: center;
}

.testimonials-page .testi-blck .feature-list h6 {
    margin-bottom: 10px;
    text-align: start !important;
}

/* .page_default.general.review_page .feature-list h6 {
    text-align: center;
} */
.top-testi .testi-lft-cont .feature-list h6 {
    text-align: left !important;
}

.testimonials-page img {
    display: block;
    width: 100%;
    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 50% 100%, 0 80%, 0 20%);
}

.testimonials-page h4.sub-title {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #666666;
    margin: 0;
}

.testimonials-page .inn-testi-item p {
    font-family: 'Mona Sans';
    font-size: 22px;
    line-height: 1.7;
    color: #656565;
    position: relative;
    text-align: left;
    margin: 0 0 32px 0;
}

/* Blog Page */
.page_default.blog_pg .pagination span.page-numbers.dots {
    line-height: 1;
    background: no-repeat;
    border: none;
    box-shadow: none;
    height: 5px !important;
    position: absolute;
    bottom: 0;
    margin: auto;
    top: -45px;
    right: 0;
    width: 38.7%;
    font-size: 30px;
}

.blg-cntblk {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.blg-cntblk .post-item {
    width: 30.9%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background-color: #fff;
    position: relative;
    padding: 15px 15px 90px;
}

.blg-cntblk .post-category a {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    letter-spacing: -0.3px;
    margin: 0 0 20px 0;
    display: inline-block;
}

.blg-cntblk .post-category a:hover {
    color: #6228d6;
}

.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    display: block;
}

.blg-cntblk .post-cnt {
    padding: 10px;
}

.blg-cntblk .post-cnt h5 {
    margin-bottom: 0;
}

.blg-cntblk .post-cnt h5 a {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-transform: none;
    color: #656565;
    letter-spacing: -0.6px;
    display: inline-block;
    margin: 0 0 20px;
}

.post-btn {
    margin-top: auto;
    padding-bottom: 0;
    position: absolute;
    bottom: 10px;
}

.blg-cntblk .post-cnt h5 a:hover {
    color: #6228d6;
}

.blg-cntblk .post-item .post-btn a:hover {
    background: #ffcf01;
}

.blg-cntblk .post-item .post-btn a {
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.36px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    padding: 20px 72px 20px 37px;
    background-image: -webkit-linear-gradient(175deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    margin: 0 0 20px;
    position: relative;
    clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 70%, 100% 100%, 14% 100%, 0% 68%, 0% 30%);
}

.blg-cntblk .post-item .post-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -258px -9px;
    width: 26px;
    height: 29px;
    top: 0;
    right: 27px;
    margin: auto;
    bottom: 0;
}

.blg-cntblk .post-item p {
    display: none;
}

.blg-cntblk .post-dt {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'Mona Sans';
    padding: 17px 42px 16px 36px;
    background-color: #ffcf01;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    line-height: 1;
    letter-spacing: -0.4px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 55%);
}

.page_default.blog_pg .paging-navigation {
    width: 100%;
}

.page_default.blog_pg .pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 50px 55px;
}

.page_default.blog_pg .pagination a.page-numbers,
.page_default.blog_pg .pagination span.page-numbers.current {
    width: 67px;
    height: 77px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 35px;
    background: transparent;
    color: #5915d0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.page_default.blog_pg .pagination span.page-numbers.current,
.page_default.blog_pg .pagination a.page-numbers:hover {
    background: #5915d0;
    color: #fff;
}

.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-image: url(../images/inn-sprites.webp);
    width: 52px;
    height: 60px;
}

.page_default.blog_pg .pagination a.prev.page-numbers {
    left: 0;
    background-position: -407px -11px;
}

.page_default.blog_pg .pagination a.prev.page-numbers:hover {
    background-position: -407px -91px;
}

.page_default.blog_pg .pagination a.next.page-numbers {
    right: 0;
    background-position: -496px -11px;
}

.page_default.blog_pg .pagination a.next.page-numbers:hover {
    background-position: -496px -91px;
}

/* / Single Blog Page /  */
.blog-post-img {
    margin: 0 0 29px;
}

.blog-post-img img {
    width: 100%;
    display: block;
}

/* .page_default.single-blog_pg .post-meta {
    display: flex;
    justify-content: left;
    gap: 15px;
    font-size: 30px;
    align-items: center;
    line-height: 1;
} */
.post-tags span {
    font-family: 'Mona Sans';
    font-size: 22px;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

.meta-dt-main {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0;
    color: #000 !important;
    font-weight: 400;
    text-transform: capitalize;
}

.post-tags a {
    font-size: 19px;
}

.post-tags {
    margin-bottom: 20px;
}

.page_default.single-blog_pg .post-meta {
    display: flex;
    justify-content: left;
    gap: 15px;
    font-size: 30px;
    line-height: 1;
    flex-direction: column;
    align-items: flex-start;
}

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.page_default.single-blog_pg .genpg-rite {
    width: 66.7%;
}

.page_default .genpg-rite .single_post_cnt h2 {
    font-family: 'Mona Sans';
    /* font-size: 60px; */
    font-size: 40px !important;
    font-weight: 600;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: -0.06px;
}

.page_default .genpg-rite .single_post_cnt h1 {
    font-size: 40px !important;
}

.page_default .genpg-rite .single_post_cnt h3 {
    font-family: 'Mona Sans';
    /* font-size: 55px; */
    font-size: 35px !important;
    font-weight: 600;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: -0.06px;
}

/*.page_default .genpg-rite .single_post_cnt p{font-family: 'Mona Sans'; font-size: 20px; font-weight: 400; line-height: 1.9; letter-spacing: 0; margin: 0 0 63px; } */
.page_default .genpg-rite .inn-cmncation-blk {
    background: linear-gradient(to right, rgba(243, 245, 251, 1) 0%, rgba(245, 247, 251, 0.54) 100%);
    padding: 43px;
    margin: 72px 0 90px;
}

.page_default .genpg-rite .inn-cmncation-blk h5 {
    font-family: 'Mona Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 15px;
    color: #5915d0;
}

.page_default .genpg-rite .inn-cmncation-blk h3 {
    font-family: 'Mona Sans';
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 23px;
}

.page_default .genpg-rite .inn-cmncation-blk h4 {
    font-family: 'Mona Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    margin: 0 0 41px;
    color: #000;
    text-transform: none;
}

.page_default .genpg-rite .inn-cmncation-blk a.cmn-btn {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    color: #fff;
    border: none;
}

.page_default .genpg-rite .inn-cmncation-blk a.cmn-btn:hover {
    background: #ffcf01;
}

.page_default.single-blog_pg .page-navi a {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
}

/* .page_default.single-blog_pg .genpg-rite ol, .page_content .genpg-rite ul {margin: 0 0 70px 0;} */
.page_default.single-blog_pg .page-navi a:hover {
    background: #ffcf01;
    color: #fff;
}

.page_default.single-blog_pg .post-dt,
.meta-author,
.post-category a {
    font-size: 22px;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

.post-itm-btm {
    margin-bottom: 20px;
}

/* Contact Page */
.page_default .genpg-rite .cntpg-frmadrs {
    background: #f6f6f6;
    border-top: 8px solid #3584f0;
    padding: 60px 95px;
    text-align: center;
    position: relative;
}

.page_default .genpg-rite .cntpg-fm {
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    text-align: left;
}

.page_default .genpg-rite .cntfrm {
    width: 50%;
    float: right;
    padding: 0 0 0 30px;
}

.cntadrs {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}

.page_default .genpg-rite .cntadrs h3 {
    background: #e5b21b;
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin: 0;
    padding: 21px 30px;
}

.page_default .genpg-rite .cntpg-adrs {
    background: #03152b;
    padding: 40px 150px 40px 50px;
}

.page_default .genpg-rite .cntadrs ul {
    margin: 0;
}

.page_default .genpg-rite .cntadrs ul li {
    list-style: none;
    color: #fff;
    padding: 0 0 0 95px;
}

.page_default .genpg-rite .cntadrs ul li:before {
    width: 65px;
    height: 65px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background: #fff;
}

.page_default .genpg-rite .cntadrs ul li strong {
    font-weight: 400;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.page_default .genpg-rite .cntadrs .ftr-socil {
    padding: 0 0 20px 95px;
}

.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #3584f0;
    transition: 1s;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li {
    margin: 0 0 10px 0;
    padding: 0;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper label.gfield_label {
    display: none;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li input,
.page_default .genpg-rite .contpg-frm .gform_wrapper li select,
.page_default .genpg-rite .contpg-frm .gform_wrapper li textarea {
    font-size: 15px !important;
    padding: 10px 15px !important;
    outline: 0 !important;
    border: 1px solid #b7b7b7 !important;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li.popfield {
    margin: 0 0 -30px 0;
}

.page_default .genpg-rite .contpg-frm .gform_legacy_markup_wrapper .gform_footer {
    text-align: right;
    padding: 0;
}

.page_default .genpg-rite .contpg-frm input {
    --placeholdercolor: #000;
}

.page-content form.search-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.page-content form.search-form label {
    width: 100%;
}

.page-content form.search-form input[type="submit"] {
    width: 100%;
    padding: 17px;
    background: #d9262c;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
}

/* changes pages styling */

/* 24/7 Availability page */

.feature-list p {
    line-height: 1.5;
}

.service-cont-lft .feature-list h5 {
    color: #5e22d2;
}

.page-template-default-template2 .service-rgt-image img {
    width: 100%;
    display: block;
}

.top-service.marginTopServiceSec {
    margin-top: 60px;
}

.container3 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.top-service-sec {
    background: linear-gradient(180deg, rgba(237, 235, 251, 1) 0%, rgba(245, 248, 251, 0.9864320728291317) 48%);
}

.top-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;

}

.page-template-default-template2 .top-service {
    padding: 70px 0;
    margin-bottom: 0;
}

.page-template-default-template2 .top-service.marginTopServiceSec {
    margin: 0;
}

.top-service.alignTopServ {
    align-items: flex-start;
}

.service-rgt-image {
    width: 40%;
}

.service-cont-lft {
    width: 57%;
}

.page-template-default-template2 .service-cont-lft h2,
.page-template-default-template2 h2 {
    font-size: 36px;
}

/* -------------------- */

.unlocking-sec {
    padding: 30px 0;
    text-align: center;
}

.unlocking-sec h2 {
    color: #5915d0 !important;
    max-width: 1100px;
    margin: 0 auto 20px;
}

.unlocking-sec p {
    text-align: center;
}

.service-list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 40px;
    margin: 50px 0 0;
    align-items: stretch;
}

.service-itm {
    width: 30.5%;
    padding: 0 0 0 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-itm::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #5915d0;
    outline: 2px solid #5915d0;
    outline-offset: 5px;
    border-radius: 50%;
    top: 0px;
    left: 0;
}

.service-itm h3 {
    color: #5915d0 !important;
    margin: 0 0 12px;
}

.service-itm p {
    text-align: left !important;
}

/* -------------------- */

.inr-unlocking-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.inr-unlocking-itm {
    width: 30.7%;
    background: linear-gradient(180deg, rgba(237, 235, 251, 1) 0%, rgba(245, 248, 251, 0.9864320728291317) 48%);
    padding: 35px;
}

.inr-unlocking-list.features .inr-unlocking-itm {
    text-align: center;
}

.inr-unlocking-list.features .inr-unlocking-itm h5 {
    padding-top: 130px;
    position: relative;
    font-weight: 600;
}

.inr-unlocking-list.features .inr-unlocking-itm p {
    color: #101011;
}

.inr-unlocking-list.features .inr-unlocking-itm h5::after {
    content: "";
    position: absolute;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -468px;
    width: 89px;
    height: 103px;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    margin: auto;
}

.inr-unlocking-list.features .inr-unlocking-itm.one h5::after {
    background-position: -137px -468px;
}

.inr-unlocking-list.features .inr-unlocking-itm.two h5::after {
    background-position: -273px -468px;
}

.unlocking-list.ava .unlocking-itm {
    width: 48.5%;
}

.unlocking-itm p {
    text-align: center;
}

.unlocking-list.Savin .unlocking-itm.cnt {
    padding: 0;
    clip-path: none;
}

.unlocking-list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.unlocking-itm {
    width: 37.5%;
    background: linear-gradient(180deg, rgba(237, 235, 251, 1) 0%, rgba(245, 248, 251, 0.9864320728291317) 48%);
    padding: 50px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.unlocking-itm:hover {
    background: linear-gradient(180deg, rgba(100, 49, 212, 1) 40%, rgba(125, 108, 222, 1) 100%);
}

.unlocking-itm:hover p,
.unlocking-itm:hover h2,
.unlocking-itm:hover h3,
.unlocking-itm:hover h4,
.unlocking-itm:hover h5,
.unlocking-itm:hover h6,
.unlocking-itm:hover a {
    color: #fff !important;
}

.unlocking-list.legal .unlocking-itm:hover h5::before {
    background-image: url(../images/sernum-icn-hover.webp);
}

.unlocking-itm:hover a:hover {
    color: #fcb740 !important;
}

.unlocking-list.snd .unlocking-itm {
    padding: 50px 30px;
    width: 31.8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unlocking-itm h6 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.unlocking-itm h6 {
    font-size: 25px;
    font-weight: 700;
}

.unlocking-itm p {
    color: #656565;
}

.unlocking-itm h5 {
    position: relative;
    font-weight: 600;
}

.unlocking-list.legal .unlocking-itm h5::before {
    position: absolute;
    content: "";
    background-image: url(../images/hex-bullet.webp);
    background-repeat: no-repeat;
    /* background-position: -11px -593px;*/
    width: 67px;
    height: 80px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.unlocking-list.blk .unlocking-itm,
.unlocking-list.rec-post .unlocking-itm {
    width: 31.4%;
    padding: 50px 25px;
}

.unlocking-list.rec-post .unlocking-itm {
    width: 32%;
}

.single.single-post .unlocking-list.blk .unlocking-itm,
.single.single-post .unlocking-list.rec-post .unlocking-itm {
    width: 48.4%;
    margin-bottom: 15px;
}

.unlocking-list.cont.virtual .unlocking-itm {
    padding: 95px 35px;
    position: relative;
    width: 31.4%;
    align-items: center;
}

.unlocking-cont-btm {
    position: relative;
    text-align: left;
}

/*
.unlocking-cont-btm {
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    text-align: left;
}*/
.unlocking-list.ref-top .unlocking-itm {
    width: 31.4%;
}

.unlocking-itm.refer-top {
    width: 29.4%;
}

.refer-top .unlocking-list .unlocking-itm {
    width: 31.4%;
    padding: 50px 20px;
}

.unlocking-list.virtual .unlocking-itm {
    width: 28.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.unlocking-list.cont .owl-item .unlocking-itm {
    width: 100%;
    height: 100%;
}

.unlocking-list.greg .unlocking-itm {
    width: 48.4%;
}

.unlocking-list.cont.hex-items-inner.owl-carousel {
    max-width: 85%;
    margin: 0 auto;
}

.unlocking-list.cont.hex-items-inner .owl-nav {
    width: 100%;
}

.unlocking-list.cont.hex-items-inner .owl-nav button.owl-prev,
.unlocking-list.cont.hex-items-inner .owl-nav button.owl-next {
    width: 65px;
    height: 34px;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -344px -362px;
    position: absolute;
    opacity: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: unset;
}

.unlocking-list.cont.hex-items-inner .owl-nav button.owl-prev {
    left: -102px;
}

.unlocking-list.cont.hex-items-inner .owl-nav button.owl-next {
    background-position: -425px -362px !important;
    right: -102px;
}

.unlocking-list.cont.hex-items-inner .owl-nav button span {
    font-size: 0;
}

.unlocking-list.cont.hex-items-inner .owl-nav button.owl-prev:hover {
    opacity: 100%;
}

.unlocking-list.cont.hex-items-inner .owl-nav button.owl-next:hover {
    opacity: 100%;
}

.unlocking-list.top .unlocking-itm {
    width: 44.5%;
}

.single-post .unlocking-itm {
    width: 48.5%;
}


.service-cont-lft .blog-box-btn {
    text-align: left;
    margin: 0;
}

.blog-box-btn {
    text-align: center;
    margin: 0 0 25px 0;
}

.service-lft p,
.service-rgt p {
    text-align: left;
}

.genpg-rite .clutch-itms p {
    text-align: center;
}

.blog-box-sec {
    background-image: linear-gradient(to right, #7d6cde 0%, #5915d069 100%);
    color: #fff;
    box-shadow: 0 0 70px 0 rgba(4, 58, 94, 0.09);
}

.blog-box {
    background-color: #fff;
    box-shadow: 0 0 70px 0 rgb(4 58 94 / .09);
    padding: 35px 50px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.page-template-default-template2 .blog-box {
    box-shadow: none;
    background-color: transparent;
}

.page-template-default-template2 .blog-box {
    margin-bottom: 0;
}

.blog-box-btn a {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.36px;
    font-size: 18px;
    display: inline-block;
    color: #fff !important;
    padding: 20px 72px 20px 36px;
    background-image: -webkit-linear-gradient(175deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    margin: 0;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), 100% 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
}

.blog-box-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -258px -9px;
    width: 26px;
    height: 29px;
    top: 0;
    right: 15px;
    margin: auto;
    bottom: 0;
}

.blog-box-cont h6 {
    color: #5b19d1;
    font-size: 20px;
    text-align: left;
}

.page-template-default-template2 .blog-box-cont h6 {
    color: #fff;
}

.blog-box-cont h4 {
    margin-bottom: 10px;
    text-align: left;
    color: #fcb740;
}

.blog-box-cont h5 {
    font-size: 30px;
}

/* ------------------------- */

.in-feature-sec {
    padding: 50px 0;
    text-align: center;
}

.feature-list h6 {
    font-weight: 600;
}

.feature-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 40px 0;
}

.page_content .genpg-rite .benefits-list ul {
    margin: 0;
}

.in-feature-sec .feature-list p {
    text-align: center;
}

.in-feat-itm {
    width: 32%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 0px 12px 6px rgba(0, 0, 0, .05);
    padding: 20px;
}

.in-feature-sec p {
    text-align: center;
}

.benefits-list {
    max-width: 1000px;
    margin: 0 auto;
}

/* ----------- */

.in-tailored-sec {
    padding: 50px 0;
    text-align: center;
}

.in-tailored-sec p {
    text-align: center;
}

.legal-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 35px 0;
}

.legal-itm {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 23%;
    padding: 50px 20px;
    background: linear-gradient(180deg, rgb(237 235 251) 0%, rgb(245 248 251 / .9864320728291317) 48%);
}

.legal-itm h5 {
    position: relative;
}

.legal-itm h6 {
    padding: 15px 0 0;
    font-size: 18px;
    font-weight: 500;
}

.legal-itm:hover {
    background: linear-gradient(180deg, rgb(100 49 212) 40%, rgb(125 108 222) 100%);
}

.legal-itm h5::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/easybeereceptionist/images/hex-bullet.webp);
    background-repeat: no-repeat;
    width: 67px;
    height: 80px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.legal-itm:hover h5::before {
    background-image: url(/wp-content/themes/easybeereceptionist/images/sernum-icn-hover.webp);
}

.legal-itm:hover {
    background: linear-gradient(180deg, rgb(100 49 212) 40%, rgb(125 108 222) 100%);
}

.legal-itm:hover h6,
.legal-itm:hover h5 {
    color: #fff;
}

.our-plans-btn a {
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: -0.36px;
    font-size: 22px;
    display: inline-block;
    color: #fff !important;
    padding: 20px 72px 20px 37px;
    background-image: -webkit-linear-gradient(90deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    padding: 22px 85px 22px 45px;
    border: transparent;
    position: relative;
}

.our-plans-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-position: -377px -10px;
    width: 40px;
    height: 45px;
    top: 0;
    right: 15px;
    margin: auto;
    bottom: -5px;
}

.unlocking-list.industries {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}

/* .unlocking-list.industries .unlocking-itm {text-align: center; min-height: 137px; }  */

.in-industries-sec {
    padding: 50px 0;
    text-align: center;
}

.in-industries-sec p:last-child {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.industries-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 30px;
}

.industries-itm h6 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.industries-itm {
    text-align: center;
    width: 21.4%;
    padding: 50px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgb(237 235 251) 0%, rgb(245 248 251 / .9864320728291317) 48%);
}

.in-industries-sec .industries-itm {
    align-items: center;
    justify-content: flex-start;
}

.industries-itm:hover {
    background: linear-gradient(180deg, rgb(100 49 212) 40%, rgb(125 108 222) 100%);
}

.page_default .genpg-rite .industries-itm:hover * {
    color: #fff;
}

.page_default .genpg-rite .industries-itm a:hover {
    color: #fcb740;
}

.top-service.virtual .service-cont-lft h6 {
    color: #5b18d0;
    font-size: 20px;
}

.top-service.call {
    align-items: center;
    padding-right: 0;
    gap: 50px;
}

.unlocking-list.benefits .unlocking-itm {
    width: 23.5%;
    background: linear-gradient(180deg, rgba(237, 235, 251, 1) 0%, rgba(245, 248, 251, 0.9864320728291317) 48%);
    text-align: center;
    min-height: auto;
    padding: 50px 20px;
}

.unlocking-list.benefits .unlocking-itm:hover {
    background: linear-gradient(180deg, rgba(100, 49, 212, 1) 40%, rgba(125, 108, 222, 1) 100%);
}

.unlocking-list.benefits .unlocking-itm h6 {
    color: #656565;
    font-size: 21px;
    margin: 0 0 5px;
}

.unlocking-list.benefits .unlocking-itm p {
    margin-bottom: 0;
    color: #656565;
    line-height: 1.5;
}

.unlocking-list.industries.call-available {
    gap: 2%;
}

.unlocking-list.industries.call-available .unlocking-itm {
    width: 24%;
    margin: 0 0 20px;
}

/* -------------------------------- */

.in-outbound-sec {
    padding: 70px 0 0;
}

/* HomePage FAQ's Section Starts */

.inr-pln-accdn {
    padding: 50px 0 0;
}

.inr-pln-accdn .accordion-section {
    margin: 0 0 15px 0;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.accordion-section-content {
    display: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #c7c7c7;
}

.accordion-section.accordien-active .accordion-section-content {
    padding: 25px 40px;
    border-radius: 0 0 5px 5px;
    display: block;
}

.accordion-section {
    position: relative;
}

.accordion-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -412px -264px;
    width: 31px;
    height: 31px;
    right: 30px;
    top: 25px;
    pointer-events: none;
}

.accordion-section.accordien-active::after {
    background-position: -500px -264px;
}

.accordion-section.accordien-active h4 {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    color: #fff;
}

.accordion-heading {
    background-color: transparent;
    padding: 25px 80px 25px 30px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #c7c7c7;
}

.accordion-section-content p {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 0;
    text-align: left;
}

.accordion-section .accordion-heading {
    border-radius: 0;
    font-size: 20px;
    margin: 0;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}

.accordion-section.accordien-active .accordion-heading {
    border-radius: 0;
    margin: 0;
}

/* in-accordion-sec styling */

.in-accordion-sec .accordion {
    gap: 0;
}

.in-accordion-sec .accordion-heading {
    background-color: transparent;
    padding: 25px 30px 25px 80px;
    cursor: pointer;
    border-top: 1px solid #c7c7c7;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.in-accordion-sec .accordion-section::after {
    top: 31px;
    pointer-events: none;
    right: inherit;
    left: 25px;
    transform: scale(0.65);
    transform-origin: left top;
}

.in-accordion-sec .accordion-section.accordien-active h4 {
    background: transparent;
    color: #000;
}

.in-accordion-sec .accordion-section.accordien-active .accordion-section-content {
    padding: 5px 80px 25px;
    border: none;
}

.in-accordion-sec .accordion-section.accordien-active::after {
    filter: brightness(0);
}

.in-accordion-sec .accordion-section-content p,
.page_content .genpg-rite .in-accordion-sec .accordion-section-content ul {
    margin: 0 0 20px;
}

.in-accordion-sec .accordion-section-content p:last-child {
    margin: 0;
}

/* HomePage FAQ's Section Ends */

.unlocking-list.features .unlocking-itm {
    text-align: center;
}

.unlocking-list.features .unlocking-itm h5 {
    padding-top: 130px;
    position: relative;
    font-weight: 600;
}

.unlocking-list.features .unlocking-itm p {
    color: #101011;
}

.unlocking-list.features .unlocking-itm h5::after {
    content: "";
    position: absolute;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -468px;
    width: 89px;
    height: 103px;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    margin: auto;
}

.unlocking-list.features .unlocking-itm.one h5::after {
    background-position: -137px -468px;
}

.unlocking-list.features .unlocking-itm.two h5::after {
    background-position: -273px -468px;
}

.service-rgt-image h6 {
    display: grid;
    padding-left: 105px;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 10px;
    font-weight: 600;
}

.service-rgt-image h6 span {
    font-size: 20px;
    font-weight: 300;
}

.service-rgt-image h6::after {
    content: "";
    position: absolute;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -132px -599px;
    width: 72px;
    height: 73px;
    top: 0;
    left: 0;
    pointer-events: none;
    margin: auto;
}

.service-rgt-image.case-studies-img h6::after {
    background-position: -375px -594px;
}

.our-plans-btn a:hover,
.blog-box-btn a:hover {
    background: #ffcf03;
}

.blog-box-btn a:hover:before {
    background-position: -258px -43px;
}

.blog-box-cont {
    width: 58%;
}

.service-rgt-image.in {
    width: 15%;
}

/*  Service Page*/
.inn-service-sec .top-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inn-hndl-list.madeup-itms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.inn-service-sec .madeup-sec {
    padding: 30px 0;
}

.inn-hndl-list.madeup-itms .hndl-item {
    width: 23.3%;
    text-align: center;
    padding: 20px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    aspect-ratio: 1;
    clip-path: none;
}

.inn-hndl-list.madeup-itms .hndl-item::before {
    display: none;
}

.inn-hndl-list.madeup-itms .hndl-item:hover p {
    color: #fff;
}

.inn-hndl-list.madeup-itms .hndl-item h3 {
    position: relative;
    padding: 75px 0 0;
}

.inn-hndl-list.madeup-itms .hndl-item h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 61px;
    background-image: url(../images/inn-sprites.webp);
    height: 71px;
    background-position: -12px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item2 h3:before {
    background-position: -82px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item3 h3:before {
    background-position: -156px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item4 h3:before {
    background-position: -234px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item5 h3:before {
    background-position: -302px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item6 h3:before {
    background-position: -375px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item7 h3:before {
    background-position: -446px -680px;
}

.inn-hndl-list.madeup-itms .hndl-item.item8 h3:before {
    background-position: -517px -680px;
}

/* .inn-hndl-list.madeup-itms .hndl-item.item2:hover:before{background-position: -82px -758px;}
.inn-hndl-list.madeup-itms .hndl-item.item3:hover:before{background-position: -156px -758px;}
.inn-hndl-list.madeup-itms .hndl-item.item4:hover:before{background-position: -234px -758px;}
.inn-hndl-list.madeup-itms .hndl-item.item5:hover:before{background-position: -302px -758px;}
.inn-hndl-list.madeup-itms .hndl-item.item6:hover:before{background-position:-375px -758px;}
.inn-hndl-list.madeup-itms .hndl-item.item7:hover:before{background-position: -446px -758px;}
.inn-hndl-list.madeup-itms .hndl-item.item8:hover:before{background-position: -517px -758px;} */
.inn-hndl-list.madeup-itms .hndl-item:hover h3 {
    color: #fff;
}

.inn-hndl-list.madeup-itms h3 {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 21px !important;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    color: #656565;
}

.inn-hndl-list.madeup-itms .hndl-item p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #656565;
}

.hndl-item p {
    text-align: center;
}

.inn-service-sec .benefits-sec {
    padding: 60px 0;
}

.inn-service-sec .banefit-itms .itm {
    background-color: #f3f5fb;
    padding: 30px;
}

.inn-service-sec .itm p {
    font-family: 'Mona Sans';
    font-size: 17px;
    line-height: 1.7;
    color: #656565;
    margin: 0 0 60px 0;
    min-height: 161px;
    text-align: left;
}

.inn-service-sec .itm .btm-head {
    padding: 0 0 0 73px;
    position: relative;
}

.inn-service-sec .itm .btm-head p {
    min-height: inherit;
}

.inn-service-sec .itm .btm-head::before {
    content: "";
    position: absolute;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -391px -509px;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.inn-service-sec .owl-item.active.center .btm-head::before {
    background-position: -462px -509px;
}

.inn-service-sec .itm .btm-head h6 {
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    margin: 0;
    text-align: left;
}

.inn-service-sec .itm .btm-head p {
    margin: 0;
    font-weight: 700;
}

.inn-service-sec .owl-stage-outer {
    margin: 0 0 60px;
}

.inn-service-sec .owl-carousel .owl-dots.disabled {
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(-68deg, rgba(204, 188, 251, 0) 0%, rgb(204, 188, 251) 100%);
    max-width: 280px;
    margin: auto;
    border-radius: 50px;
    height: 25px;
}

.inn-service-sec button.owl-dot.active {
    width: 94px;
    background-image: -webkit-linear-gradient(90deg, rgb(89, 21, 208) 0%, rgb(125, 108, 222) 100%);
    height: 25px;
    border-radius: 50px;
}

.inn-service-sec button.owl-dot {
    width: 91px;
    background-color: transparent;
    height: 25px;
    border-radius: 50px;
}

.inn-service-sec .owl-carousel .owl-dots.disabled {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto -30px;
}

/* .owl-carousel .owl-nav.disabled  */
.inn-service-sec .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 65px;
    height: 34px;
    font-size: 0;
}

.inn-service-sec .owl-carousel .owl-nav button.owl-next {
    background-position: -426px -363px;
}

.inn-service-sec .owl-carousel .owl-nav button.owl-prev {
    background-position: -344px -362px;
}

.inn-service-sec .owl-carousel .owl-nav button.owl-next:active,
.inn-service-sec .owl-carousel .owl-nav button.owl-prev:active {
    box-shadow: none;
}

.hndl-item.item5::before,
.hndl-item.item6::before,
.hndl-item.item7::before,
.hndl-item.item8::before {
    background-image: url(../images/inn-sprites.webp);
    background-position: -11px -361px;
}

.hndl-item.item6::before {
    background-position: -98px -361px;
}

.hndl-item.item7::before {
    background-position: -185px -361px;
}

.hndl-item.item8::before {
    background-position: -272px -361px;
}

/* Plans Page */
.page_default .pln-itm-back-cnt.scroll ul li {
    margin: 0 0 10px;
}

.pln-itm-back-cnt.scroll ul li,
.pln-itm-back-cnt.scroll strong {
    color: #5915d0 !important;
}

.pln-itm-back-cnt.scroll ul {
    margin-top: 20px;
}

.page_default .genpg-rite .pln-itm-back-cnt.scroll ul li:before {
    background: #5915d0;
    top: 6px;
    width: 12px;
    height: 13px;
}

.hm-pick-your-plan-sec.inner {
    margin: 0;
    padding: 0 0 160px 0;
}

.pln-btn a.cmn-btn {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    background-color: #5915d0;
    padding: 26px 60px;
    border-radius: 0;
    width: calc(100% - 40px);
    margin: 0;
    position: relative;
    border: 0;
}

.pick-ur-pln a.cmn-btn {
    position: relative;
}

.page_content .genpg-rite .pick-ur-pln a.cmn-btn::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-position: -377px -10px;
    width: 40px;
    height: 45px;
    top: 0;
    right: 15px;
    margin: auto;
    bottom: -5px;
    display: block;
}

.pick-ur-pln a.cmn-btn:hover {
    border: 1px solid #fcb740 !important;
    background-color: transparent !important;
    color: #fcb740 !important;
}

.inr-plan-title h6.text-head {
    color: #fcb740;
}

.inr-plan-title {
    margin: 0 0 32px 0;
}

.inn-plns-blck .owl-nav {
    display: block;
}

.plans-sec .plns-itm-top p {
    text-align: center;
}

.btm-itm-cnt p {
    text-align: center;
}

.plans-sec .inn-plns-blck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plans-sec .plns-itm-btm ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/checkmark.webp);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 17px;
    left: 0;
    top: 5px;
}

.plans-sec .inn-plns-blck a {
    color: #fff !important;
}

.plans-sec .plns-itm:hover a.cmn-btn {
    background: #fff;
    color: #5915d0 !important;
}

.plans-sec li {
    font-size: 18px;
    line-height: 1.6 !important;
    color: #656565 !important;
    font-family: 'Mona Sans';
    font-weight: 400;
}

.plans-sec .pln-mnts span {
    font-size: 53px;
    font-weight: 800;
}

.plans-sec h6.text-head,
.plans-sec .text-head {
    text-align: center;
    margin: 0 0 10px;
}

.plans-sec h4.text-head {
    font-size: 20px;
    line-height: 1.5;
    color: #010101;
    font-family: 'Mona Sans';
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

.plans-sec .plns-itm-top {
    background-color: #eef2fb;
}

.inn-plan {
    padding: 70px 0;
}

.inn-plan h3.text-head {
    text-align: left;
}

.inn-plan .text-head {
    text-align: left;
}

.page_default .genpg-rite .plns-itm-btm ul li {
    margin: 0 0 10px;
}

.page_default .genpg-rite .plns-itm-btm ul {
    margin: 0 0 20px;
    min-height: 185px;
}

.plans-sec .pln-itm-full {
    box-shadow: 0 0 70px 0 rgba(4, 58, 94, 0.09);
}

/*Staff Page Starts*/
.stfban-sec h2 {
    font-weight: 600;
}

.stfban-cntnt {
    max-width: 56%;
}

.our-staf-list {
    padding: 30px 0;
}

.our-staf-list h2 {
    font-size: 65px;
    font-weight: 600;
    text-align: center;
}

.ourstf-items {
    display: flex;
    justify-content: center;
    gap: 2%;
    padding: 30px 0 0;
    flex-wrap: wrap;
}

.oustf-itm {
    width: 100%;
    padding: 0 15px;
    position: relative;
    background-color: transparent;
    background-size: 100%;
}

.oustf-itm p {
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

.oustfitm-img {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

.oustfitm-img img {
    display: block;
    margin: 0 auto;
}

.oustfitm-name h5 {
    margin: 0;
    text-align: center;
}

.oustfitm-name h6 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 25px;
}

.oustfitm-design {
    line-height: 1.4;
    font-family: 'Mona Sans';
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.oustfitm-design {
    font-size: 17px;
}

.oustf-itm a.overlay-link,
.mkhpy-itm a.overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.oustf-itm:hover .oustfitm-name,
.oustf-itm:hover .oustfitm-design {
    color: #fff;
}

.our-staf-list .owl-nav {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.our-staf-list .owl-nav button.owl-prev,
.our-staf-list .owl-nav button.owl-next {
    width: 65px;
    height: 34px;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -344px -262px;
    margin: 0 10px;
    box-shadow: unset;
}

.our-staf-list .owl-nav button.owl-next {
    background-position: -426px -259px !important;
}

.our-staf-list .owl-nav button span {
    font-size: 0;
}

.our-staf-list .owl-nav button.owl-prev:hover {
    background-position: -344px -361px;
    opacity: 100%;
}

.our-staf-list .owl-nav button.owl-next:hover {
    background-position: -426px -361px !important;
    opacity: 100%;
}

.staf-serv-sec {
    width: 100%;
}

.staf-serv-sec .sml-hd,
.make-happy .sml-hd,
.case-studies-list .sml-hd,
.page_default.contact_pg .genpg-rite .sml-hd {
    font-size: 30px;
    line-height: 1.5;
    color: #5915d0;
    font-family: 'Mona Sans';
    font-weight: 600;
}

.staf-serv-sec h3 {
    font-weight: 600;
    margin: 20px 0 35px;
}

.stfserv-itm {
    width: 100%;
    display: flex;
    gap: 3%;
    margin: 0 0 45px;
    align-items: center;
}

.stfserv-img {
    max-width: 14%;
}

.stfserv-img img {
    width: 100%;
    display: block;
}

.stfserv-text {
    max-width: 83%;
}

.stfserv-text p {
    letter-spacing: 0;
    margin: 0;
    width: 100%;
}

.stfserv-text p a {
    color: #5915d0;
}

.stfserv-text p a:hover {
    color: #fcb740;
}

.make-happy {
    padding: 30px 0;
    position: relative;
    text-align: center;
}

.make-happy h3 {
    font-weight: 600;
    margin: 0 0 55px;
}

.mkhpy-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0 0 50px;
}

.mkhpy-itm {
    width: 19.2%;
    height: auto;
    display: flex;
    background-color: #fcb740;
    align-items: center;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    position: relative;
    padding: 10px 10px;
    aspect-ratio: 1;
}

.mkhpy-sngl {
    max-width: 19%;
}

.mkhpy-sngl h5 {
    font-size: 23px;
    margin: 0;
}

.mkhpy-itm::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*background: linear-gradient(to bottom,  rgba(204,188,251,0) 0%,rgba(204,188,251,0.1) 100%);*/
    background-color: #5915d0;
    z-index: 0;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.mkhpy-itm::after {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f5f6fb;
    z-index: -1;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.mkhpy-title {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    position: relative;
}

.staff-page p.mkhpy-title {
    color: #000;
}

/*Staff Page Ends*/
/*Case Studies Page*/
.case-studies-list h3 {
    font-weight: 600;
    margin: 0 0 30px;
}

.oustfitm-cstdname {
    font-size: 20px;
    line-height: 1.3;
    color: #5915d0;
    margin: 0 0 10px;
    font-family: 'Mona Sans';
    font-weight: 600;
    width: 100%;
    text-align: center;
}

/*Case Studies Page Ends*/
/*Contact Us Page*/
.page_default.contact_pg {
    padding-bottom: 0;
}

.contpg-mapsec {
    padding-top: 70px;
}

.in-contact-list {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px;
}

.inn-contact-itm {
    background: linear-gradient(to bottom, rgba(245, 247, 251, 1) 0%, rgba(243, 245, 251, 1) 100%);
    width: 31%;
    clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    padding: 60px 30px;
    text-align: center;
}

.inn-contact-itm p {
    text-align: center;
}

.inn-contact-itm:hover {
    background: linear-gradient(to bottom, rgba(89, 21, 208, 1) 0%, rgba(125, 108, 222, 1) 100%);
}

.inn-contact-itm h3 {
    padding-top: 150px;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.inn-contact-itm h3:before {
    content: "";
    position: absolute;
    background: #5915d0;
    background-repeat: no-repeat;
    clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 99px;
    height: 114px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
}

.inn-contact-itm.ct-loc h3:before {
    background-position: -12px -10px;
}

.inn-contact-itm.ct-call h3:before {
    background-position: -127px -10px;
}

.inn-contact-itm.ct-mail h3:before {
    background-position: -245px -10px;
}

.inn-contact-itm.ct-loc:hover h3:before {
    background-position: -12px -133px;
}

.inn-contact-itm.ct-call:hover h3:before {
    background-position: -127px -133px;
}

.inn-contact-itm.ct-mail:hover h3:before {
    background-position: -245px -133px;
}

.inn-contact-itm a {
    color: #000;
}

.inn-contact-itm:hover a {
    color: #fff;
}

.inn-contact-itm:hover a:hover {
    color: #fcb740
}

.inn-contact-itm .ctpg-phn a {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Mona Sans';
}

.inn-contact-itm:hover h3,
.inn-contact-itm:hover p {
    color: #fff;
}

.inn-contact-itm:hover h3:before {
    background-color: #fff;
}

.page_default.contact_pg .genpg-rite {
    text-align: center;
}

.page_default.contact_pg .genpg-rite h2 {
    font-weight: 600;
    margin: 0 0 10px;
}

.contpg-mapsec {
    width: 100%;
    position: relative;
}

.contpg-mapsec h3 {
    margin-bottom: -110px;
    /*font-size: 60px; line-height: 1.3; font-weight: 600; */
    color: #5915d0;
    text-align: center;
    position: relative;
}

.ctpgmap-loc {
    position: absolute;
    top: 41%;
    left: 50.3%;
    width: 300px;
    padding: 0 0 0 68px;
    text-align: left;
}

.ctpgmap-loc p {
    margin: 0;
    letter-spacing: 0;
    line-height: 1.4;
    color: #5915d0;
}

.ctpgmap-link {
    display: block;
}

.ctpgmap-link a {
    font-size: 14px;
    line-height: 2;
    color: #5915d0;
    font-weight: 800;
    border-bottom: 1px solid #5915d0;
}

.ctpgmap-link a:hover {
    color: #fcb740;
    border-bottom: 1px solid #fcb740;
}

.ctpgmap-loc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 58px;
    background-image: url(../images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -403px -362px;
}

/*contpg-frm*/
.contpg-frmsec {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 185px;
}

.contpg-frmsec .cntct-rit,
.contpg-frmsec .cntct-lft {
    width: 49%;
}

.contpg-frmsec .sals-frmsec,
.contpg-frmsec .sprt-frmsec {
    background-color: #5d1bd2;
    padding: 30px 40px;
    min-height: 658px;
}

.contpg-frmsec .sals-frmsec {
    background-color: #5d1bd2;
    padding: 30px 40px;
}

.contpg-frmsec .text-heading {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 62px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 15px 0;
}

.page_default.contact_pg .page_content .genpg-rite h2.cntct-heading {
    text-align: left;
    font-family: var(--bodyFont);
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.contpg-frmsec p {
    color: #000;
    text-align: left;
    margin: 0 0 15px;
}

.contpg-frmsec .sals-frmsec p,
.sprt-frmsec p {
    font-size: 19px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px 0;
}

.contpg-frmsec .sals-frmsec .gform-theme--foundation .gform_fields,
.contpg-frmsec .sprt-frmsec .gform-theme--foundation .gform_fields {
    row-gap: 15px;
}

.contpg-frmsec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.contpg-frmsec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
    margin: 0 0 15px;
    text-align: left;
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1;
    color: #230061 !important;
    padding: 25px 20px;
    height: 110px;
}

.contpg-frmsec .gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1;
    padding: 13px 20px !important;
    color: #230061 !important;
    border: 0;
    border-radius: 0;
    outline: 0;
    height: 50px;
    text-align: left;
}

.contpg-frmsec .gform_footer input[type="submit"] {
    background-image: url(../images/form-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    background-color: #fcb740 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 22px 84px 22px 42px !important;
    position: relative !important;
    border: 1px solid transparent !important;
    text-align: center !important;
}

.contpg-frmsec .gform_footer input[type="submit"]:hover,
.top-lft-form input#gform_submit_button_2:hover {
    background: #fff !important;
    color: #fcb740 !important;
    background-image: url(../images/hov-frm-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
}

.contpg-frmsec .gform_wrapper .gfield {
    position: relative;
}

.contpg-frmsec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) span {
    display: none !important;
}

.contpg-frmsec .gform_wrapper .gfield .instruction.validation_message {
    top: 54px;
}

.contpg-frmsec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.contpg-frmsec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.contpg-frmsec .gform_wrapper .gform_validation_errors {
    display: none;
}

.contpg-frmsec .gform_wrapper .gform_validation_errors {
    display: none;
}

.contpg-frmsec .sals-frmsec div#validation_message_4_10 {
    top: 41% !important;
}

.contpg-frmsec .sals-frmsec .gfield_description.instruction.validation_message {
    top: 75% !important;
}

.contpg-frmsec .sprt-frmsec .gfield_description.instruction.validation_message {
    top: 82% !important;
}

.contpg-frmsec .gform-footer.gform_footer.top_label {
    margin: 0;
}

.contpg-frmsec .cntct-lft .gform-footer.gform_footer.top_label {
    margin: 64px 0 0;
}

/*contpg-frm*/
/*Contact Us Page ends*/
.inn-hndl-list.madeup-itms.cont {
    padding: 30px 0;
}

.inn-hndl-list.madeup-itms.cont .hndl-item {
    min-height: auto;
}

.unlocking-list.rec-post a:hover {
    color: #fcb740;
}

.unlocking-list.rec-post p {
    margin: 0;
    color: #000;
}

.unlocking-list.rec-post h6,
.unlocking-list.rec-post h5 {
    margin: 0 0 10px;
}

.blog-box-btn.in {
    text-align: center;
}

.unlocking-list.cont {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
}

.inr-unlocking-itm p {
    text-align: center;
}

.unlocking-list.cont.span-cal-pg .unlocking-itm.serv {
    width: 23%;
    min-height: auto;
    padding: 20px;
}

.unlocking-list.cont.fqa-pg .unlocking-itm.serv {
    width: 23%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 75px;
    padding-bottom: 60px;
}

.service-lft,
.service-rgt {
    width: 49.5%;
}

.unlocking-list.grace-imm .unlocking-itm {
    width: 45%;
}

.genpg-rite .trail-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
    padding: 30px;
    box-shadow: 0 11px 30px rgba(154, 161, 177, .1);
    border: 1px solid #5915d0;
    border-radius: 9px;
}

.genpg-rite .trail-left {
    width: 70%;
}

.genpg-rite .img-cnt-sec {
    display: flex;
    align-items: center;
    margin: 30px 0;
    background-color: #f8fafc;
}

.genpg-rite .img-sec {
    width: 50%;
}

.genpg-rite .img-sec img {
    width: 100%;
    display: block;
}

.genpg-rite .cnt-sec {
    width: 50%;
    padding: 50px;
}

.genpg-rite .cnt-sec p {
    margin: 0 !important;
}

.genpg-rite .trail-blk {
    margin: 30px 0;
    /* text-align: center; */
}

/* .genpg-rite .trail-blk p{
    text-align: center;
} */
.genpg-rite .trail-blk p {
    margin: 0 !important;
}

.service-rgt-image.imm-sec img {
    margin: 0 0 15px;
}

.blog-box-btn.servPg {
    margin: 35px 0 35px 0;
}

.join-team-form {
    background-color: #5d1bd2;
    padding: 50px 60px;
    padding: 30px 20px;
}

.join-team-form h6 {
    color: #fff;
    text-align: center;
}

.join-team-form .gform-theme--foundation .gfield input {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1;
    padding: 10px 15px !important;
    color: #230061 !important;
    border: 0;
    border-radius: 0;
    outline: 0;
    height: auto;
    text-align: left;
}

.join-team-form .gform-theme--foundation .gfield input[type=file] {
    padding: 0;
    background-color: transparent !important;
    color: #fff !important;
}

.join-team-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])),
.join-team-form .gfield_description.gform_fileupload_rules,
.join-team-form .gfield--type-fileupload .gfield_description {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.join-team-form span.gfield_required.gfield_required_text {
    display: none;
}

.join-team-form .gform_footer input[type="submit"] {
    background-image: url(../images/form-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    background-color: #fcb740 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 15px 68px 15px 16px !important;
    position: relative !important;
    border: 1px solid transparent !important;
    text-align: center !important;
}

.join-team-form .gform_footer input[type="submit"]:hover {
    background: #fff !important;
    color: #fcb740 !important;
    background-image: url(../images/hov-frm-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
}

.join-team-form .gform-footer.gform_footer.top_label {
    justify-content: center;
}

.join-team-form .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}

.join-team-form .gform-theme--foundation .gfield:nth-child(1),
.join-team-form .gform-theme--foundation .gfield:nth-child(2) {
    grid-column: span 6;
}

.genpg-rite .step-blk {
    display: flex;
}

.genpg-rite .step-cnt {
    width: 49%;
}

.genpg-rite .step-empty {
    width: 48.9%;
}

.genpg-rite .step-blk h6.left {
    text-align: right;
}

.genpg-rite .step-blk h6 {
    color: #fcb740;
}

.genpg-rite .step-cnt {
    position: relative;
}

.genpg-rite .step-cnt::before {
    background-color: #1c2630;
    border-radius: 10px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: translateX(4px);
    width: 10px;
}

.genpg-rite .step-cnt::after {
    background-color: #1c2630;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 11px;
    width: 1px;
}

.genpg-rite .step-cnt.last::after {
    display: none;
}

.genpg-rite .step-cnt.right::after {
    left: 0;
}

.genpg-rite .step-cnt.right::before {
    left: -9px;
}

.genpg-rite .step-cnt.left {
    padding-right: 25px;
}

.genpg-rite .step-cnt.right {
    padding-left: 25px;
}

.refer-top {
    text-align: center;
    margin-bottom: 20px;
}

.unlckitm-img {
    text-align: center;
    margin: 0 0 15px;
}

.unlckitm-img img {
    max-width: 120px;
    margin: 0 auto;
}

.unlocking-itm p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

/* .unlocking-list.cont.virtual .unlocking-itm {
    padding: 35px 35px 80px;
    position: relative;
} */
.unlocking-list.cont.virtual .unlocking-itm h6 {
    margin-bottom: 5px;
}

/* .unlocking-cont-btm {
    position: absolute;
    bottom:15px;
} */
.unlocking-cont-top {
    margin-bottom: 15px;
}

.unlocking-cont-btm {
    padding-top: 70px;
    text-align: center;
}

.unlocking-cont-btm::after {
    background-image: url(../images/checkmo.webp);
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.unlocking-itm:hover .unlocking-cont-btm::after {
    background-image: url(../images/checkmo-white.webp);
}

.top-service.law {
    background-color: #f8fafc;
}

.unlocking-list.ava {
    gap: 15px;
}

/* tabbing */
.tab-btn-group {
    margin: 0 0 24px;
    padding: 8px 0;
    position: relative;
    display: flex;
    gap: 50px;
}

.tab-btn h4 {
    padding: 8px 0;
    font-size: 18px;
    margin: 0;
    position: relative;
}

.tab-btn h4:hover {
    color: #fcb740;
    cursor: pointer;
}

.tab-btn h4::after {
    background-color: #fcb740;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .2s ease-in-out;
    visibility: hidden;
    width: 0;
}

.tab-btn.tab-btn-active h4::after {
    visibility: visible;
    width: 100%;
    color: #fcb740;
}

.tab-content-inner {
    padding: 50px 60px;
    background-color: #f3f3f3;
    margin-bottom: 15px;
    text-align: center;
}

.tab-pane {
    display: none;
}

.tab-pane.tab-pane-active {
    display: block;
}

.page_default .genpg-rite .service-btn a.cmn-btn:hover,
.page_default .genpg-rite .clutch-btn a.cmn-btn:hover {
    color: #fff;
}

.page_default .genpg-rite .clutch-btn a.cmn-btn {
    color: #fff;
}

.blog-box.inn .service-rgt-image.in {
    width: 25%;
}

.blog-box.inn {
    background: transparent;
    box-shadow: none;
}

.blog-box.inn .service-rgt-image.in {
    width: 35%;
}

.svg-icn-pst svg {
    width: 34px;
    fill: #fcb740;
}

.svg-icn-pst h4 {
    display: inline-block;
    padding-left: 20px;
    font-size: 41px;
}

ul.list-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.list-type-one,
ul.list-type-two {
    width: 35%;
}

.refer-top .unlocking-list {
    justify-content: center;
    gap: 20px;
}

.unlocking-itm.cnt {
    background: transparent;
    width: 100%;
    padding: 0;
    clip-path: none;
}

.service-rgt-image.cont {
    margin: auto;
}

.staf-serv-sec.in .stfserv-img {
    max-width: 14%;
}

.page_default .genpg-rite li a {
    text-decoration: none;
    color: #622bd3;
}

.hndl-list.inn-slider .hndl-item {
    clip-path: none;
    padding: 105px 15px 20px;
    width: 100%;
    background: transparent !important;
    min-height: auto;
}

.hndl-list.inn-slider .owl-item {
    background: linear-gradient(180deg, rgba(243, 244, 251, 1) 40%, rgba(238, 237, 251, 1) 100%);
}

.hndl-list.inn-slider .owl-item:hover {
    background: linear-gradient(180deg, rgba(100, 49, 212, 1) 40%, rgba(125, 108, 222, 1) 100%);
}

.hndl-list.inn-slider .hndl-item {
    margin: 0 0 10px;
}

.hndl-list.inn-slider .owl-item .hndl-item {
    margin: 0;
}

.hndl-list.inn-slider .hndl-item::before {
    top: 16px;
}

.hndl-list.inn-slider .hndl-item h6 {
    font-size: 25px;
    margin: 0 0 10px;
}

.hndl-list.inn-slider .hndl-item:hover h6,
.hndl-list.inn-slider .hndl-item:hover h6 a {
    color: #fff;
}

.hndl-list.inn-slider .hndl-item p {
    font-size: 18px;
}

.hndl-list.inn-slider .owl-item:hover .hndl-item h6,
.hndl-list.inn-slider .owl-item:hover .hndl-item h6 a,
.hndl-list.inn-slider .owl-item:hover .hndl-item p {
    color: #fff;
}

.hndl-list.inn-slider.owl-carousel .owl-nav {
    bottom: 20px;
}

.hndl-list.inn-slider {
    padding: 30px 0 100px;
}

.service-audio audio {
    width: 100%;
    margin: 0 0 15px;
    max-width: 80%;
}

.plns-blck {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.top-rgtfrm-sec h4 {
    color: #fff;
}

.virtual-receptionist .hm-form-sec {
    padding: 60px 0;
    background-image: url(../images/infopg-frm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.hndl-list-inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 0;
}

.hndl-list-inner p {
    text-align: center;
}

.hndl-list.inn-slider .hndl-item p {
    text-align: center;
    margin: 0;
}

.virtual-receptionist .handle-sec {
    padding: 50px 0;
    background-image: none;
}

.page_default .genpg-rite .hndl-item:hover h3 a {
    color: #fff;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.service-card-img {
    width: 32%;
}

.plns-blck-lft,
.plns-blck-rgt {
    width: 46%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 11px 30px rgba(154, 161, 177, .2);
    border: .5px solid rgba(147, 140, 244, .2);
    border-radius: 9px;
}

.pln-btn a.cmn-btn:hover {
    color: #fff;
    background: #fcb740;
}

.unlocking-itm.serv {
    width: 24%;
    border: .5px solid rgba(147, 140, 244, .2);
    border-radius: 9px;
    box-shadow: 0 11px 30px rgba(154, 161, 177, .2);
}

.virtual-receptionist.ref .hm-form-sec {
    background: transparent;
}

.staf-serv-sec.ref .stfserv-itm {
    justify-content: center;
}

.top-service.ref {
    padding-top: 20px;
    justify-content: center;
}

.scl-lft.ref {
    background: #6532d5;
    padding: 10px;
    width: max-content;
    margin: auto;
}

.top-service.ref .service-rgt-image {
    width: max-content;
}

.service-rgt-image.ref {
    width: max-content;
    margin: auto;
}

.scl-lft.ref a {
    transition: none;
}

.ref-prgm {
    text-align: center;
    padding: 40px 0;
}

a.mail {
    background-position: -336px -433px;
}

a.mail:hover {
    background-position: -408px -433px;
}

/* INFO FORM */
.top-rgtfrm-sec.info .gfield_checkbox label.gform-field-label.gform-field-label--type-inline {
    color: #666666 !important;
    font-size: 16px;
    font-weight: 700;
}

.top-rgtfrm-sec.fm {
    background: transparent;
    padding: 0;
    margin: 0;
}

.top-rgtfrm-sec.info {
    background-color: #fbfbfb !important;
    background-image: none !important;
    border-color: #938CF4 !important;
    border-radius: 9px !important;
    border-style: solid !important;
    border-width: 1px !important;
    display: block !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.hm-form-sec.info .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    color: #666666 !important;
}

.top-rgtfrm-sec.info .gfield_checkbox .gchoice {
    margin: 0 0 5px;
}

.hm-form-sec.info .col .gfield input.large,
.hm-form-sec.info .gform-theme--foundation .gfield textarea.large {
    color: #000 !important;
}

.top-frm-sec.audio .top-lftfrm-sec img {
    margin: 0 auto 20px;
    max-width: 270px;
}

.unlocking-list.our .unlocking-itm {
    width: 100%;
    position: relative;
    height: 100%;
}

.unlocking-list.our .unlocking-itm p {
    font-size: 18px;
    margin: 0 0 20px;
    min-height: 172px;
}

.our-industry a {
    font-size: 16px;
    text-transform: capitalize;
}

.unlocking-list.our .our-btns {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: auto;
}

.our-industry.lft {
    border: 1px solid #5915d0;
    padding: 10px 15px;
}

.unlocking-list.our .unlocking-itm:hover .our-industry.lft {
    border: 1px solid #fff;
}

.top-menu ul.sub-menu li.current-menu-item {
    background: #fcb740;
}

.top-menu ul li.current_page_ancestor a {
    color: #fcb740;
}

.single_post_cnt p {
    text-align: left;
}

.unlocking-itm p,
.top-lftfrm-sec p,
.ref-prgm p {
    text-align: center;
}

.page-id-3013 .blog-box-btn {
    text-align: left;
    margin: 19px 0 0 0;
}

.blog-box-cont p {
    text-align: left;
}

.page-template-default-template2 .blog-box-cont p {
    color: #fff;
}

.unlocking-list.awsn-serv .unlocking-itm {
    width: 42.5%;
}

.unlocking-list.our.owl-carousel .owl-nav {
    display: block;
    text-align: center;
    padding: 20px 0;
}

.unlocking-list.our.owl-carousel .owl-nav button.owl-prev,
.unlocking-list.our.owl-carousel .owl-nav button.owl-next {
    width: 65px;
    height: 34px;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -344px -363px;
    box-shadow: unset;
    margin: 0 15px;
}

.unlocking-list.our.owl-carousel .owl-nav button.owl-next {
    background-position: -426px -361px !important;
}

.unlocking-list.our.owl-carousel .owl-nav button.owl-prev:hover,
.unlocking-list.our.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 50%;
}

.unlocking-list.our.owl-carousel .owl-nav button.owl-prev span,
.unlocking-list.our.owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
}

.unlocking-list.our.owl-carousel .owl-stage {
    display: flex;
}

.refer-top p {
    text-align: center;
}

.page_default.general .clutch-img {
    margin: 50px 0 0;
}

/* new styling */
/*inner-pages.css*/
.blog-box.abtpg-serv-sec .blog-box-cont h6 {
    margin: 0 0 10px;
}

.blog-box.abtpg-serv-sec {
    padding: 30px;
}

.blog-box.abtpg-serv-sec .blog-box-btn {
    max-width: 22%;
}

.blog-box.abtpg-serv-sec .blog-box-cont h4 {
    font-size: 31px;
    line-height: 1;
    color: #fcb740;
}

.blog-box.abtpg-serv-sec .blog-box-cont p {
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
}

/*Inner Responsive*/
.sub-title-color h6 {
    color: #fcb740;
    font-weight: 500;
}

.title-color-rgt h3 {
    color: #5915d0;
}

.title-color-lft h3 {
    color: #fcb740;
}

.sub-title-color.lft h6 {
    color: #5915d0;
}

.tab-cnt-btns a.cmn-btn.btm {
    margin: 0 0 0 50px;
}

.tab-content-inner h4,
.tab-content-inner p {
    text-align: center;
}

.tab-cnt-btns {
    text-align: center;
}

.tab-cnt-btns a.cmn-btn.btm {
    margin: 0 0 0 20px;
}

.page-heading-yellow {
    color: #fcb740;
}

.inn-service-sec .banefit-itms .owl-item {
    background-color: #f3f5fb;
}

.banefit-itms.owl-carousel .owl-dots {
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(-68deg, rgba(204, 188, 251, 0) 0%, rgb(204, 188, 251) 100%);
    max-width: 460px;
    margin: 0 auto;
    border-radius: 50px;
    height: 25px;
}

.banefit-itms.owl-carousel .owl-dot {
    width: calc(100% / 8) !important;
    background-color: transparent;
    height: 25px;
    border-radius: 50px;
}

.ourstf-items.succ-stry {
    padding-left: 0;
    padding-right: 0;
}

.ourstf-items.succ-stry .oustf-itm {
    width: 100%;
    padding: 0 0 15px;
    background-color: #fff;
    border: .5px solid rgba(147, 140, 244, .2);
    border-radius: 9px;
    box-shadow: 0 11px 30px rgba(154, 161, 177, .2);
    overflow: hidden;
}

.ourstf-items.succ-stry .oustfitm-cstdname,
.ourstf-items.succ-stry .oustfitm-name,
.ourstf-items.succ-stry .oustfitm-design {
    padding: 0 15px;
}

.oustfitm-cstdname {
    font-size: 18px;
    margin: 0 0 5px;
    min-height: 47px;
}

.ourstf-items.succ-stry .oustfitm-name h3 {
    font-size: 23px;
    margin: 0 0 10px;
    text-align: center;
}

.ourstf-items.succ-stry .oustfitm-design {
    font-size: 17px;
}

.ourstf-items.succ-stry .oustfitm-img {
    margin: 0 0 15px;
}

.unlocking-list.legal.tailored .unlocking-itm {
    width: 23%;
    padding: 50px 20px;
}

.unlocking-list.legal.tailored .unlocking-itm h6 {
    padding: 15px 0 0;
    font-size: 18px;
    font-weight: 500;
}

.unlocking-list.spread-buzz .unlocking-itm.refer-top {
    padding: 50px 30px;
}

.unlocking-list.greg.vander-wou .unlckitm-img img {
    max-width: 110px;
}

.unlocking-list.greg.vander-wou .unlocking-itm p {
    font-size: 16px;
}

.feature-list.yl-clr h6 {
    color: #fcb740;
}

.ourstf-items.succ-stry .owl-nav {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

.ourstf-items.succ-stry .owl-nav button.owl-prev,
.ourstf-items.succ-stry .owl-nav button.owl-next {
    width: 65px;
    height: 34px;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -344px -262px;
    margin: auto;
    box-shadow: unset;
    display: inline-block;
    margin: 0 20px;
}

.ourstf-items.succ-stry .owl-nav button.owl-next {
    background-position: -426px -259px !important;
}

.ourstf-items.succ-stry .owl-nav button span {
    font-size: 0;
}

.ourstf-items.succ-stry .owl-nav button.owl-prev:hover {
    background-position: -344px -361px;
    opacity: 100%;
}

.ourstf-items.succ-stry .owl-nav button.owl-next:hover {
    background-position: -426px -361px !important;
    opacity: 100%;
}

.ourstf-items.succ-stry .oustfitm-cstdname {
    color: #fcb740;
}

.page_default .genpg-rite .plans-table {
    position: relative;
}

.page_default .genpg-rite .plans-table ul {
    margin: 0;
}

.page_default .genpg-rite .plans-table .plnitm-back ul {
    margin: 0 0 10px;
}

.page_default .genpg-rite .plans-table ul li {
    margin: 0 !important;
    line-height: 1 !important;
    position: relative;
}

.page_default .genpg-rite .plans-table ul li:before {
    display: none;
}

.page_default .genpg-rite .plnstbl-slider ul li.pln-no,
.page_default .genpg-rite .plnstbl-slider ul li.pln-yes {
    font-size: 0 !important;
    line-height: 0 !important;
}

.page_default .genpg-rite .pick-ur-pln a.cmn-btn {
    color: #fff;
}

.page_default .genpg-rite .plans-table .plnslid-itm .plnitm-back ul li {
    padding: 0 0 0 20px;
    background-color: transparent !important;
    display: block;
    height: auto;
    min-height: auto;
    line-height: 1.5 !important;
}

.page_default .genpg-rite .pln-itm-back-cnt.scroll ul li::before {
    display: block;
}

.inrpg-cont-box {
    width: 100%;
    display: block;
    padding: 20px 20px 0;
    margin: 0 0 25px;
    border: 1px solid #5915d0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.unlocking-list.our.owl-carousel .owl-item {
    background: linear-gradient(180deg, rgba(237, 235, 251, 1) 0%, rgba(245, 248, 251, 0.9864320728291317) 48%);
}

.unlocking-list.our.owl-carousel .owl-item:hover {
    background: linear-gradient(180deg, rgba(100, 49, 212, 1) 40%, rgba(125, 108, 222, 1) 100%);
}

.unlocking-list.our.owl-carousel .owl-item .unlocking-itm {
    background: transparent !important;
}

.genpg-rite .clutch-itm {
    padding: 45px 30px 30px;
}

.genpg-rite .cluth-arrows {
    width: 45%;
}

.hndl-list.inn-slider .owl-stage {
    display: flex;
}

.hndl-list-inner .hndl-item {
    clip-path: none;
    padding: 120px 20px 20px;
    min-height: auto;
}

.hndl-list-inner .hndl-item p {
    margin: 0;
}

.hndl-list-inner .hndl-item::before {
    top: 20px;
}

.cmn-img.quote svg {
    fill: #fcb740;
    max-width: 35px;
}

.sinpst-revw {
    background-color: #fff;
    border: .5px solid rgba(147, 140, 244, .2);
    border-radius: 9px;
    box-shadow: 0 11px 30px rgba(154, 161, 177, .2);
    padding: 20px;
    margin: 0 0 25px;
}

.sinpst-revw p {
    margin: 0;
}

.inpstrev-img-sec {
    display: flex;
    align-items: center;
}

.pstrev-img {
    width: 200px;
}

.pstrev-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.page_default.general.review_page .feature-list.yl-clr h6 {
    margin: 0 0 10px;
}

.case-studies-top-sec {
    padding: 50px 0 90px;
    background-image: url(../images/csres-top-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    margin: 0 0 50px;
}

.case-studies-top-sec .service-cont-lft h2,
.case-studies-top-sec .service-cont-lft h3,
.case-studies-top-sec .service-cont-lft p {
    color: #fff;
}

.top-rgtfrm-sec.csres-pg em {
    margin: 0 0 15px;
    display: block;
    font-style: italic;
}

.top-service.succ-stor-single .service-rgt-image {
    width: 50%;
}

.top-service.succ-stor-single .service-cont-lft {
    width: 48%;
}

.top-service.succ-stor-single .service-rgt-image img {
    min-width: 65%;
    margin: 0 auto;
}

.staf-serv-sec .stfserv-itm.succ-stry .stfserv-img img {
    max-width: 108px;
}

.nathaniel-services {
    margin: 50px 0 0;
}

.nathaniel-services .stfserv-itm {
    justify-content: center;
    align-items: center;
}

.nathaniel-services .stfserv-itm .stfserv-img,
.nathaniel-services .stfserv-itm .stfserv-text {
    width: 48.5%;
    max-width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nathaniel-services .stfserv-itm .stfserv-img img {
    max-width: 200px;
    width: auto;
}

.nathaniel-services .stfserv-itm .stfserv-text {
    text-align: left;
}

.nathaniel-services .stfserv-itm .stfserv-text h6 {
    width: 100%;
    display: block;
}

.staf-serv-sec.our-team .stfserv-img {
    max-width: 16.5%;
}

.case-studies-top-sec .service-rgt-image {
    width: 50%;
}

.case-studies-top-sec .service-cont-lft {
    width: 48%;
}

.graceimm-featuresec {
    background-image: linear-gradient(rgba(241, 244, 249, 1), rgba(241, 244, 249, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 50px 0;
    margin: 50px 0;
}

.nathaniel-services .stfserv-itm:last-child {
    margin-bottom: 0;
}

.refer-top .nathaniel-services .stfserv-text p {
    text-align: left;
}

.top-rgtfrm-sec.fm p {
    color: #000;
    text-align: center;
}

.top-service.img-center {
    justify-content: center;
}

.top-service.jntm-frmsec .service-lft .jntm-frmsec-list {
    text-align: center;
}

.top-service.jntm-frmsec .service-lft .jntm-frmsec-list ul {
    display: inline-block;
    /* width: auto; */
}

.hm-pick-your-plan-sec.inner {
    background: none;
    position: relative;
}

.hm-pick-your-plan-sec.inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background-position: bottom;
    background: linear-gradient(to bottom, rgba(125, 107, 222, 0) 0%, rgba(122, 101, 221, 0.2) 6%, rgba(116, 86, 219, 0.3) 11%, rgba(110, 71, 216, 0.4) 16%, rgba(103, 55, 214, 0.5) 21%, rgba(102, 52, 213, 0.51) 22%, rgba(101, 50, 213, 0.7) 41%, rgba(89, 21, 208, 1) 100%);
}

.smls-sec-imgbtmcont {
    text-align: center;
}

.smls-sec-imgbtmcont h3 {
    margin: -10px 0 15px;
}

.smls-sec-imgbtmcont h3 a {
    color: #ffcf03 !important;
}

.smls-sec-imgbtmcont:hover h3 a {
    color: #5915d0 !important;
}

.smls-sec-imgbtmcont:hover .blog-box-btn a {
    background: #ffcf03;
}

.smls-sec-imgbtmcont:hover .blog-box-btn a:before {
    background-position: -258px -43px;
}

.page_content h2.legal-customized {
    font-size: 28px;
}

.service-cont-lft h2 {
    font-size: 30px;
}

.page-id-20 .page_bnr {
    padding: 200px 0 90px 0;
}

.faqHeading {
    margin: 40px 0;
}

.unlocking-list .owl-stage {
    display: flex;
}


/* .page-id-182 .header-sec {
    position: relative;
}
.page-id-182 .header-sec.f-nav {
    position: fixed;
}
.page-id-182 .page_bnr {
    position: relative;
    background-image: url(../images/join-our-banner-img.webp);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0 60px 0;
    background-size: auto;
    text-align: center;
}
.page-id-182 .page_bnr:before {
    display: none;
}
.page-id-182 .page_title h1 {
    color: #fff !important;
}
.page-id-182 .page_title p {
    color: #fff;
    text-align: center;
} */
.page-id-182 .hm-form-sec {
    display: none;
}

.join-tm-head {
    text-align: center;
    margin: 60px 0 40px;
}

.unlocking-list.join-tm .unlocking-itm {
    width: 32%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.unlocking-list.join-tm .unlocking-itm p {
    text-align: left;
}

.unlocking-itm-btm-cont {
    display: flex;
    gap: 20px;
}

.unlocking-itm-btm-text p {
    color: #fcb740;
}

.ourstf-items.team-pg .oustf-itm p,
.ourstf-items.team-pg .oustf-itm h6 {
    text-align: left;
}

.our-staf-list .ourstf-items.team-pg .owl-nav {
    display: none;
}

.ourstf-items.team-pg .oustfitm-name {
    margin: 30px 0 0;
}

.ourstf-items.team-pg .oustf-itm {
    width: 100%;
    position: relative;
    background-color: #fff;
    background-size: 100%;
    border: 1px solid #0f0f0f0f;
    padding: 18px 25px 25px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.unlocking-list.join-tm {
    margin: 50px 0;
}

.ourstf-items.team-pg .owl-stage {
    display: flex;
}

.ourstf-items.team-pg .owl-item {
    height: 100% !;
}




.page-id-1275 .spread-bnr-btm .page_title h2 {
    text-align: center;
    margin: 0 0 25px;
    color: #fff !important;
}

.page-id-1275 .spread-bnr-btm p {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.page-id-1275 .spread-bnr-btm {
    padding: 150px 0;
    background-image: url(https://3d349bf277.nxcli.io/wp-content/uploads/2025/05/referel-pg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -140px;
}

.join-bnr-btm {
    padding: 70px 0;
    background-image: url(../images/join-our-banner-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.join-bnr-btm p {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

@media screen and (max-width:1700px) {
    .page-id-1275 .spread-bnr-btm {
        padding: 100px 0;
        background-position: 0 -110px;
    }

}

@media screen and (max-width:1500px) {
    .page-id-1275 .spread-bnr-btm {
        padding: 70px 0;
        background-position: 0 -90px;
    }

}

@media screen and (max-width:1240px) {
    .page-id-1275 .spread-bnr-btm {
        padding: 50px 0;
        background-position: 0 -70px;
    }

    .join-bnr-btm {
        padding: 50px 0;
    }

}

@media screen and (max-width:991px) {
    .join-bnr-btm {
        padding: 30px 70px;
    }

    .join-bnr-btm p {
        font-size: 20px;
    }

    .join-bnr-btm p br {
        display: none;
    }

    .page-id-1275 .spread-bnr-btm p {
        font-size: 20px;
    }

    .page-id-1275 .spread-bnr-btm {
        padding: 40px 0;
        background-position: 0 -70px;
    }
}

@media screen and (max-width:767px) {
    .join-bnr-btm {
        padding: 20px 20px;
    }

    .join-bnr-btm p {
        font-size: 18px;
        line-height: 1.3;
    }

    .page-id-1275 .spread-bnr-btm {
        padding: 30px;
        background-size: cover;
        background-position: center;
    }

    .page-id-1275 .spread-bnr-btm p br {
        display: none;
    }

    .page-id-1275 .spread-bnr-btm p {
        line-height: 1.3;
    }
}

/* .page-id-1275 .header-sec {
    position: relative;
}
.page-id-1275 .header-sec.f-nav {
    position: fixed;
}
.page-id-1275 .page_bnr:before{
    display: none;
}
.page-id-1275 .page_title h1, .page_title h2 {
    text-align: center;
    margin: 0 0 25px;
    color: #fff !important;
}
.page-id-1275 .page_bnr p{
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.page-id-1275 .page_bnr {
    padding: 300px 0 200px 0;
} */
.page-id-1275 .hm-form-sec {
    display: none;
}

.page-id-1275 .top-service {
    padding: 50px 0;
}

.frm-blks {
    display: flex;
    justify-content: space-between;
}

.lft-blk {
    width: 50%;
}

.lft-blk img {
    width: 100%;
    display: block;
}

.rgt-blk {
    width: 45%;
}


.rgt-blk .gform-theme--foundation .gfield input,
.rgt-blk .gform-theme--foundation .gfield select {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1;
    padding: 10px 15px !important;
    color: #230061 !important;
    border: 1px solid #dadada;
    border-radius: 0;
    outline: 0;
    height: auto;
    text-align: left;
}

.rgt-blk .gform-theme--foundation .gfield input[type=file] {
    padding: 0;
    background-color: transparent !important;
    color: #737373 !important;
}

.rgt-blk .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])),
.rgt-blk .gfield_description.gform_fileupload_rules,
.rgt-blk .gfield--type-fileupload .gfield_description {
    color: #5915d0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.rgt-blk span.gfield_required.gfield_required_text {
    display: none;
}

.rgt-blk .gform_footer input[type="submit"] {
    background-image: url(../images/form-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    background-color: #fcb740 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 15px 68px 15px 16px !important;
    position: relative !important;
    border: 1px solid transparent !important;
    text-align: center !important;
}

.rgt-blk .gform_footer input[type="submit"]:hover {
    background: #fff !important;
    color: #fcb740 !important;
    background-image: url(../images/hov-frm-btn.webp) !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
}

.rgt-blk .gform-footer.gform_footer.top_label {
    justify-content: left;
}

.rgt-blk .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}

/* .rgt-blk .gform-theme--foundation .gfield:nth-child(1),
.rgt-blk .gform-theme--foundation .gfield:nth-child(2) {
    grid-column: span 6;
} */
.rgt-blk .gform-theme--foundation .gfield select {
    padding: 15px !important
}

.rgt-blk .gform_validation_errors {
    display: none !important;
}

.page_content h3.legal-awnrg-sevrs {
    font-size: 29px;
}

@media screen and (max-width: 1700px) {
    .page-id-1275 .page_bnr p {
        font-size: 20px;
    }

    .page-id-1275 .page_bnr {
        padding: 250px 0 150px 0;
    }
}

@media screen and (max-width: 1500px) {
    .page-id-1275 .page_bnr {
        padding: 200px 0 100px 0;
    }

    .page-id-1275 .page_title h1,
    .page_title h2 {
        margin: 0 0 15px;
    }

    .page-id-1275 .page_bnr p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .frm-blks {
        flex-direction: column;
    }

    .lft-blk {
        width: 100%;
    }

    .rgt-blk {
        width: 100%;
        max-width: 500px;
        margin: auto;
        background: #6023d3;
        padding: 20px;
    }

    .rgt-blk .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])),
    .rgt-blk .gfield_description.gform_fileupload_rules,
    .rgt-blk .gfield--type-fileupload .gfield_description {
        color: #ffff !important;
    }

    .inr-unlocking-itm,
    .unlocking-itm,
    .plans-sec .plns-itm,
    .unlocking-list.snd .unlocking-itm {
        width: 44% !important;
        max-width: 350px;
        margin: 0;
    }

    .top-service,
    .refer-top .unlocking-list,
    .blog-box,
    .inr-unlocking-list {
        gap: 30px;
    }

    .page-id-1275 .page_bnr {
        padding: 150px 0 50px 0;
    }

    .page-id-1275 .top-service {
        max-width: 350px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .unlocking-list {
        align-items: center;
        flex-direction: column;
    }

    .page-id-1275 .page_bnr {
        padding: 100px 0 50px 0;
    }

    .page-id-20 .genpg-rite p {
        text-align: left;
    }

    .service-cont-lft h2 {
        text-align: left;
    }
}

@media screen and (max-width: 640px) {
    .page-id-1275 .page_bnr {
        padding: 50px 0;
    }
}


.page-id-131 .top-frm-sec.audio,
.page-id-3013 .clutch-list,
.page-id-137 .top-frm-sec.audio {
    margin: 0 0 90px 0;
}

.join-team-form .gform-theme--framework .gform_validation_errors {
    color: #fff !important;
    border: 1px solid #fff;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #fff !important;
}

.trail-blk.testi {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.trail-blk.testi h5 {
    margin: 0;
    color: #fcb740;
}

.trail-blk.testi h6 {
    margin: 0;
    color: #737373;
}

.trail-blk.testi svg {
    width: 59px;
}

.testimonial-footer-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.testimonial-footer-list img {
    width: 100%;
    display: block;
    max-width: 100px;
    border-radius: 100%;
    height: 100px;
    object-fit: cover;
}


/* formatted pages responsive */

@media screen and (max-width:1680px) {
    .container3 {
        max-width: 1290px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 290px 0 140px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 49px;
        margin: 0 0 8px;
    }

    .page-template-default-template2 .inrpg-breadcrumbs {
        font-size: 17px;
    }

    /* -------------------------- */

    .page-template-default-template2 .top-service {
        padding: 60px 0;
    }

    .page-template-default-template2 .service-cont-lft h2,
    .page-template-default-template2 h2 {
        font-size: 33px;
    }

    .page-template-default-template2 p,
    .page-template-default-template2 li {
        font-size: 17px;
        margin: 0 0 27px;
    }

    .page-template-default-template2 li {
        margin: 0 0 13px;
    }

    /* -------------------------- */

    .service-itm {
        padding: 0 0 0 45px;
    }

    .service-itm::before {
        width: 22px;
        height: 22px;
    }

    .service-list {
        gap: 36px;
        margin: 45px 0 0;
    }

    .service-itm h3 {
        font-size: 27px;
        letter-spacing: 0;
        margin: 0 0 10px;
    }

    /* -------------------------- */

    .legal-list {
        gap: 18px;
        margin: 32px 0;
    }

    .legal-itm {
        padding: 45px 18px;
    }

    .legal-itm h5::before {
        transform: scale(0.85);
    }

    .legal-itm h6 {
        padding: 13px 0 0;
        font-size: 17px;
    }

    /* -------------------------- */

    .industries-itm {
        padding: 46px 20px;
    }

    .industries-itm h6 {
        font-size: 24px;
    }

    .industries-list {
        gap: 19px;
        margin: 0 0 28px;
    }

    /* -------------------------- */

    .in-accordion-sec .accordion-section .accordion-heading {
        font-size: 19px;
        padding: 22px 27px 22px 72px;
    }

    .in-accordion-sec .accordion-section.accordien-active .accordion-section-content {
        padding: 5px 70px 25px;
    }

    .in-accordion-sec .accordion-section::after {
        top: 25px;
        left: 22px;
        transform: scale(0.65);
    }

    .in-accordion-sec .accordion-section-content p,
    .page_content .genpg-rite .in-accordion-sec .accordion-section-content ul {
        margin: 0 0 18px;
    }

    /* -------------------------- */

    .in-outbound-sec {
        padding: 60px 0 0;
    }

}

@media screen and (max-width:1550px) {
    .container3 {
        max-width: 1190px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 47px;
        margin: 0 0 8px;
    }

    .page-template-default-template2 .service-cont-lft h2,
    .page-template-default-template2 h2 {
        font-size: 31px;
    }

    .page-template-default-template2 p,
    .page-template-default-template2 li {
        font-size: 16px;
        margin: 0 0 24px;
    }

    .page-template-default-template2 li {
        margin: 0 0 13px;
    }

    /* -------------------------- */

    .in-feature-sec {
        padding: 40px 0;
    }

    .feature-blk {
        gap: 22px;
        margin: 35px 0;
    }

    /* -------------------------- */

    .legal-itm {
        padding: 38px 16px;
    }

    .legal-itm h6 {
        padding: 11px 0 0;
        font-size: 16px;
    }

    .legal-list {
        gap: 17px;
        margin: 29px 0;
    }


}

@media screen and (max-width:1440px) {
    .container3 {
        max-width: 1120px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 270px 0 120px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 44px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .inrpg-breadcrumbs {
        font-size: 15px;
    }

    .page-template-default-template2 p,
    .page-template-default-template2 li {
        font-size: 15px;
        margin: 0 0 21px;
    }

    .page-template-default-template2 li {
        margin: 0 0 13px;
    }

    /* -------------------------- */

    .page-template-default-template2 .top-service {
        padding: 50px 0;
        margin: 0;
    }

    .page-template-default-template2 .service-cont-lft h2,
    .page-template-default-template2 h2 {
        font-size: 29px;
    }

    /* -------------------------- */

    .unlocking-sec h2 {
        max-width: 1060px;
        margin: 0 auto 16px;
    }

    .service-itm h3 {
        font-size: 25px;
    }

    .service-list {
        gap: 33px;
        margin: 41px 0 0;
    }

    .service-itm {
        padding: 0 0 0 42px;
    }

    .service-itm::before {
        width: 19px;
        height: 19px;
    }

    /* -------------------------- */

    .page-template-default-template2 .blog-box-cont {
        width: 58%;
    }

    .page-template-default-template2 .blog-box-cont p {
        font-size: 16px;
    }

    .page-template-default-template2 .blog-box-btn a {
        font-size: 17px;
        padding: 18px 65px 18px 30px;
        letter-spacing: 0;
    }

    .feature-blk {
        gap: 20px;
        margin: 32px 0;
    }

    .in-feat-itm {
        padding: 17px;
    }

    /* -------------------------- */

    .in-tailored-sec {
        padding: 45px 0;
    }

    .legal-list {
        gap: 15px;
        margin: 25px 0;
    }

    .legal-itm h5::before {
        transform: scale(0.8);
    }

    .page-template-default-template2 .our-plans-btn a {
        font-size: 20px;
        padding: 19px 70px 19px 38px;
        letter-spacing: 0;
    }

    /* -------------------------- */

    .in-industries-sec {
        padding: 45px 0;
    }

    .industries-itm {
        padding: 43px 17px;
    }

    .industries-itm h6 {
        font-size: 22px;
    }

    /* -------------------------- */

    .in-accordion-sec .accordion-section .accordion-heading {
        font-size: 19px;
        padding: 20px 20px 20px 60px;
    }

    .in-accordion-sec .accordion-section::after {
        top: 23px;
        left: 18px;
        transform: scale(0.55);
    }

    .in-accordion-sec .page_default.single-blog_pg .genpg-rite ol,
    .in-accordion-sec .page_content .genpg-rite ul {
        margin: 0 0 25px 0;
    }

    .in-accordion-sec .accordion-section.accordien-active .accordion-section-content {
        padding: 5px 60px 20px;
        border: none;
    }

    .in-accordion-sec .accordion-section-content p {
        font-size: 15px;
        margin: 0 0 16px;
    }

    .page_default .genpg-rite .in-accordion-sec ul li:before {
        width: 9px;
        height: 9px;
        top: 6px;
    }

    /* -------------------------- */

    .page-template-default-template2 .page_default.single-blog_pg .genpg-rite ol,
    .page-template-default-template2 .page_content .genpg-rite ul {
        margin: 0 0 25px;
    }

    /* -------------------------- */

    .in-outbound-sec {
        padding: 55px 0 0;
    }


}

@media screen and (max-width:1366px) {
    .container3 {
        max-width: 1060px;
    }
}

@media screen and (max-width:1280px) {
    .container3 {
        max-width: 960px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 250px 0 110px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 40px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .inrpg-breadcrumbs {
        font-size: 14px;
    }

    /*  -------------------------- */

    .page-template-default-template2 .top-service {
        padding: 45px 0;
    }

    .page-template-default-template2 .service-cont-lft h2,
    .page-template-default-template2 h2 {
        font-size: 26px;
    }

    .page-template-default-template2 p,
    .page-template-default-template2 li {
        font-size: 14px;
        margin: 0 0 17px;
    }

    .page-template-default-template2 li {
        margin: 0 0 12px;
    }

    .page-template-default-template2 li {
        margin: 0 0 10px;
        padding-left: 16px;
    }

    .page-template-default-template2 .page_default .genpg-rite ul li:before {
        width: 9px;
        height: 9px;
        top: 6px;
    }

    /*  -------------------------- */

    .unlocking-sec {
        padding: 25px 0;
    }

    .service-list {
        gap: 30px;
        margin: 35px 0 0;
    }

    .service-itm h3 {
        font-size: 22px;
        letter-spacing: 0;
        margin: 0px 0 8px;
    }

    .service-itm {
        padding: 0 0 0 38px;
    }

    .service-itm::before {
        width: 17px;
        height: 17px;
    }

    .unlocking-sec h2 {
        margin: 0 auto 18px;
    }

    .page-template-default-template2 .blog-box-cont p {
        font-size: 15px;
    }

    .page-template-default-template2 .blog-box-btn a {
        font-size: 15px;
        padding: 15px 58px 15px 26px;
    }

    .page-template-default-template2 .blog-box-btn a::before {
        transform: scale(0.85);
    }

    .feature-blk {
        gap: 18px;
        margin: 28px 0;
    }

    .in-feat-itm {
        padding: 15px;
    }

    .benefits-list {
        max-width: 800px;
    }

    .in-tailored-sec {
        padding: 40px 0;
    }

    .legal-itm h5::before {
        transform: scale(0.7);
    }

    .page-template-default-template2 .our-plans-btn a {
        font-size: 17px;
        padding: 16px 65px 16px 32px;
    }

    .page-template-default-template2 .our-plans-btn a::before {
        transform: scale(0.85);
    }

    /* -------------------------- */

    .in-industries-sec {
        padding: 40px 0;
    }

    .industries-itm {
        padding: 38px 15px;
    }

    .industries-itm h6 {
        font-size: 20px;
    }

    .industries-list {
        gap: 17px;
        margin: 0 0 22px;
    }

    /* -------------------------- */

    .in-accordion-sec .accordion-section .accordion-heading {
        font-size: 16px;
        padding: 17px 17px 17px 50px;
    }

    .in-accordion-sec .accordion-section-content p {
        font-size: 14px;
        margin: 0 0 16px;
    }

    .in-accordion-sec .accordion-section::after {
        top: 21px;
        left: 15px;
        transform: scale(0.5);
    }

    .in-accordion-sec .accordion-section.accordien-active .accordion-section-content {
        padding: 5px 50px 17px;
        border: none;
    }

    .page-template-default-template2 .page_default.single-blog_pg .genpg-rite ol,
    .page-template-default-template2 .page_content .genpg-rite ul {
        margin: 0 0 20px;
    }

    /* -------------------------- */

    .in-outbound-sec {
        padding: 45px 0 0;
    }

}

@media screen and (max-width: 1240px) {
    .page-template-default-template2 .page_default {
        padding: 0 0 40px;
    }

    .page-template-default-template2 .our-plans-btn a {
        font-size: 17px;
        padding: 16px 65px 16px 32px;
    }


}

@media screen and (max-width:991px) {

    .container3 {
        max-width: 720px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 190px 0 80px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 35px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 160px 0 80px;
    }

    .page-template-default-template2 h3 {
        margin-bottom: 14px;
    }

    /* -------------------------- */

    .page-template-default-template2 .top-service {
        padding: 45px 0;
        gap: 35px;
        flex-direction: column;
    }

    .page-template-default-template2 .top-service.reverse {
        flex-direction: column-reverse;
    }

    .page-template-default-template2 .service-rgt-image img {
        margin: 0 auto 0 !important;
    }

    .page-template-default-template2 p,
    .page-template-default-template2 li {
        margin: 0 0 16px;
    }

    .page-template-default-template2 li {
        margin: 0 0 10px;
    }

    /* -------------------------- */

    .service-list {
        gap: 10px 30px;
        margin: 30px 0 0;
    }

    .unlocking-sec h2 {
        margin: 0 auto 16px;
    }

    .service-itm {
        padding: 0 0 0 38px;
        width: 100%;
        max-width: 300px;
    }

    .service-rgt-image.virtual {
        max-width: 400px;
        border: 2px solid #000;
        border-radius: 15px;
        overflow: hidden;
    }

    .page-template-default-template2 .page_content .genpg-rite ul:last-child {
        margin: 0;
    }

    .page-template-default-template2 .blog-box-cont h4 {
        text-align: center;
    }

    .page-template-default-template2 .blog-box-cont p {
        font-size: 15px;
        text-align: center;
    }

    .page-template-default-template2 .blog-box-btn {
        margin: 0 0 15px;
    }

    .page-template-default-template2 .blog-box-cont {
        width: 100%;
    }

    .page-template-default-template2 .genpg-rite {
        margin: 0;
    }

    .in-feat-itm {
        padding: 15px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        box-shadow: none;
        height: 100%;
        border: 2px solid #5915d0;
        border-radius: 15px;
    }

    .feature-blk {
        margin: 28px auto;
        max-width: 650px;
    }

    .feature-blk .owl-stage {
        display: flex;
    }

    .feature-blk .owl-item {
        padding: 0 2px;
    }

    .feature-blk.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
        gap: 7px;
    }

    .feature-blk.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #fcb740;
    }

    .feature-blk.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #5915d0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        text-align: center;
    }

    .benefits-list {
        max-width: 500px;
    }

    /* -------------------------- */

    .legal-itm {
        max-width: 280px;
        width: 100%;
    }

    /* -------------------------- */

    .industries-itm {
        padding: 40px 15px;
        width: 100%;
        max-width: 250px;
    }


}

@media screen and (max-width:768px) {
    .container3 {
        max-width: 100%;
        padding: 0 10px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 210px 0 80px;
    }

    .service-list {
        gap: 10px 30px;
    }

    .service-itm::before {
        outline-offset: 3px;
        border: 1px solid #5915d0;
        outline: 1px solid #5915d0;
    }

    .page-template-default-template2 .service-cont-lft h2,
    .page-template-default-template2 h2 {
        font-size: 25px;
    }

    .feature-blk {
        gap: 18px;
        margin: 24px 0;
    }

}

@media screen and (max-width: 680px) {
    .page-template-default-template2 .blog-box-cont p {
        font-size: 14px;
    }

    .page-template-default-template2 .blog-box {
        gap: 10px;
        padding: 20px 5px 10px;
    }

}

@media screen and (max-width:480px) {
    .page-template-default-template2 .page_bnr {
        padding: 175px 0 50px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 27px;
        margin: 0 0 7px;
    }

    /* -------------------------- */

    .page-template-default-template2 .top-service {
        padding: 40px 0;
    }

    .page-template-default-template2 .top-service {
        gap: 25px;
    }

    /* -------------------------- */

    .in-accordion-sec .accordion-section .accordion-heading {
        padding: 14px 15px 14px 30px;
    }

    .in-accordion-sec .accordion-section-content p {
        margin: 0 0 14px;
    }

    .in-accordion-sec .accordion-section::after {
        top: 17px;
        left: 7px;
        transform: scale(0.45);
    }

    .in-accordion-sec .accordion-section.accordien-active .accordion-section-content {
        padding: 5px 30px 15px;
    }

    /* -------------------------- */

    .in-outbound-sec {
        padding: 40px 0 0;
    }

}