/*Brickclay Stylesheet Start*/
/*
*	Theme Name:Brickclay
*	Description:blog,shop
*	Author:Brickclay
*	Author URI: https://brickclay.com
*	Version: 2.1
*/
/*Header CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --bc-dark-orange: #FDC528;
    --bc-orange: #FD754C;
    --bc-green: #26CA8E;
    --bc-purple: #BB6BD9;
    --bc-blue: #2877FA;
    --bc-skyblue: #56CCF2;
    --bc-darkbg: #3A3B44;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
* { /* box-sizing: border-box; */
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

a {
    color:#007AFF;
    text-decoration: none;
    transition: all .2s ease;
    transition-delay: 0s;
}

iframe {
    width: 100%;
    max-width: 1260px;
}




/*FAQ Section Css Start */

.accordion {
    width: 100%;
    background: #fff;
    text-align: left;
}

.accordion__trigger {
    font-family: 'Inter', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #000000;
    display: block;
    padding: 28px 0;
    cursor: pointer;
    border: 0 none;
    border-top: 1px solid #DFE4EA;
    transition: text-shadow .3s;
    width: 100%;
    text-align: left;
}

.accordion__trigger[aria-expanded="true"] {
    padding-bottom: 16px;
}

.accordion__item.last_border{
    border-bottom: 1px solid #DFE4EA;
}

section.faq-section:before {
    content: "";
    position: absolute;
    width: 262px;
    height: 262px;
    background: #FDC528;
    border-radius: 50%;
    z-index: 1;
    left: -160px;
    top: calc(50% - 24px);
}

section.faq-section:after {
    content: "";
    position: absolute;
    width: 124px;
    height: 124px;
    background: #007AFF;
    border-radius: 50%;
    z-index: 1;
    right: -71px;
    top: calc(100% - 74px);
}

.accordion__trigger::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/svg-closed.svg");
    transition: transform 0.5s;
    background-repeat: no-repeat;
    right: 20px;
}

.faq-holder .heading1 {
    margin-bottom: 50px;
}

.accordion__trigger[aria-expanded="true"]::after {
    position: absolute;
    top: calc(60% - 5px);
    width: 10px;
    height: 10px;
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/svg-open.svg");
    transition: transform 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
    right: 20px;
}

.accordion__trigger:hover,
.accordion__trigger:focus {
    color: #000;
}

.accordion__desc {
    box-sizing: content-box;
    overflow: hidden;
    padding: 0 64px 0 0 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
    color: #12141d;
    opacity: 0.7;
    max-height: 0;
    visibility: hidden;
    transition: visibility 0.5s, padding 0.5s, max-height 0.5s;
}

.accordion__desc--open {
    visibility: visible;
    position: relative;
    padding-bottom: 28px !important;
}
.accordion__desc a {
    color: #007AFF !important;
    text-decoration: underline;
}

.accordion__desc a:hover,
.accordion__desc a:focus {
    color: #007AFF !important;
    text-decoration: none;
}
/*FAQ Section Css Start */


@media only screen and (min-width: 768px) and (max-width: 1024px)  {

    .accordion__desc {
        font-size: 18px;
        line-height: 28px;
        padding: 0 40px 0 0 !important;
    }

    .accordion__trigger {
        font-size: 20px;
        line-height: 28px;
        padding: 28px 40px 28px 0;
    }

    .accordion__trigger[aria-expanded="true"] {
        padding-bottom: 16px;
    }

    .accordion__trigger[aria-expanded="true"]::after {
        top: calc(50% - 0px) !important;
        /*right: 1px;*/
    }

    section.faq-section:before {
        width: 147px;
        height: 146px;
        left: -105px;
        top: calc(50% - 74px);
    }

    section.faq-section:after {
        width: 70px;
        height: 69px;
        right: -56px;
        top: calc(100% - 119px);
    }

    .accordion__desc--open {
        padding-bottom: 28px !important;
    }

}
@media (max-width: 767px) {

    .faq-container {
        margin-top: 44px;
        margin-bottom: 38px;
    }

    .container__head {
        font-size: 24px;
        line-height: 29px;
        padding: 0px 80px;
        margin-bottom: 10px;
    }
    .faq-desc {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 36px;
        margin-bottom: 26px;
    }

    .accordion__trigger {
        font-size: 16px;
        line-height: 1.5;
        padding: 16px 0 20px 0;
        padding-right: 40px !important;
    }

    .accordion__trigger[aria-expanded="true"] {
        padding-bottom: 8px;
    }

    .accordion__desc {
        padding-right: 0 !important;
        font-size: 14px;
        line-height: 26px;
    }

    .accordion__desc--open {
        padding-bottom: 20px !important;
    }


    .accordion__trigger[aria-expanded="true"]::after {
        top: calc(58% - 5px) !important;
    }

    section.faq-section:before {
        width: 80px;
        height: 80px;
        left: -46px;
        top: -85px;
    }

    .accordion__desc {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5;
        color: #12141D;
        opacity: 0.7;
    }

    .accordion__desc.accordion__desc--open::before {
        display: none;
    }
}



/* ROW */
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 13px;
}


.col-xs-12 {
    grid-column: span 12
}

.col-xs-11 {
    grid-column: span 11;
}

.col-xs-10 {
    grid-column: span 10
}

.col-xs-9 {
    grid-column: span 9
}

.col-xs-8 {
    grid-column: span 8
}

.col-xs-7 {
    grid-column: span 7
}

.col-xs-6 {
    grid-column: span 6
}

.col-xs-5 {
    grid-column: span 5
}

.col-xs-4 {
    grid-column: span 4
}

.col-xs-3 {
    grid-column: span 3
}

.col-xs-2 {
    grid-column: span 2
}

.col-xs-1 {
    grid-column: span 1
}

@media (min-width: 768px) {
    .col-sm-12 {
        grid-column: span 12
    }

    .col-sm-11 {
        grid-column: span 11;
    }

    .col-sm-10 {
        grid-column: span 10
    }

    .col-sm-9 {
        grid-column: span 9
    }

    .col-sm-8 {
        grid-column: span 8
    }

    .col-sm-7 {
        grid-column: span 7
    }

    .col-sm-6 {
        grid-column: span 6
    }

    .col-sm-5 {
        grid-column: span 5
    }

    .col-sm-4 {
        grid-column: span 4
    }

    .col-sm-3 {
        grid-column: span 3
    }

    .col-sm-2 {
        grid-column: span 2
    }

    .col-sm-1 {
        grid-column: span 1
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        grid-column: span 12
    }

    .col-md-11 {
        grid-column: span 11;
    }

    .col-md-10 {
        grid-column: span 10
    }

    .col-md-9 {
        grid-column: span 9
    }

    .col-md-8 {
        grid-column: span 8
    }

    .col-md-7 {
        grid-column: span 7
    }

    .col-md-6 {
        grid-column: span 6
    }

    .col-md-5 {
        grid-column: span 5
    }

    .col-md-4 {
        grid-column: span 4
    }

    .col-md-3 {
        grid-column: span 3
    }

    .col-md-2 {
        grid-column: span 2
    }

    .col-md-1 {
        grid-column: span 1
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        grid-column: span 12
    }

    .col-lg-11 {
        grid-column: span 11;
    }

    .col-lg-10 {
        grid-column: span 10
    }

    .col-lg-9 {
        grid-column: span 9
    }

    .col-lg-8 {
        grid-column: span 8
    }

    .col-lg-7 {
        grid-column: span 7
    }

    .col-lg-6 {
        grid-column: span 6
    }

    .col-lg-5 {
        grid-column: span 5
    }

    .col-lg-4 {
        grid-column: span 4
    }

    .col-lg-3 {
        grid-column: span 3
    }

    .col-lg-2 {
        grid-column: span 2
    }

    .col-lg-1 {
        grid-column: span 1
    }
}

.text-center {
    text-align: center;
}

/* CONTAINER */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

}



/*Solution Pages Css Start */
.grid-three-column {
    grid-template-columns: 283px 1px 283px 1px 283px;
}

.header-links-grid {
    display: grid;
    justify-content: center;
    grid-column-gap: 30px;
    padding-top: 20px;
}
.header-blue-txt {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #007AFF;
}
.stats-section-dark {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 110px;
    padding-bottom: 110px;
    background: #3A3B44;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.stats-section-dark {
    position: relative;
}

.stats-section-dark:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: #FDC528;
    border-radius: 100%;
    bottom: 0;
    right: -125px;
    bottom: -100px;
}

.stats-section-dark .bc-container::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100%;
    top: -20px;
    background: var(--bc-dark-orange);
}

.stats-section-dark h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FDC528;
    margin: 0 0 56px;
}
.icon-tilta {
    position: absolute;
    top: -40px;
    right: 0;
    width: 52px;
    height: auto;
}

.stats-info {
    margin-bottom: 20px;
    height: 100%;
}

.stats-info h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    margin: 0 0 17px;
}

.stats-source-head, .stats-source h4 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #979797;
    font-weight: 400;
}

.stats-source a, .external-link {
    color: #007AFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.stats-bottom-section {
    padding-top: 84px;
    max-width: 760px;
    margin: 0 auto;
}
.stats-bottom-section p {
    margin: 0 0 20px;
}
/*Solution Pages Css End */




/* Start Common Classes */
.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-inline-block {
    display: inline-block;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}
.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-68 {
    margin-bottom: 68px;
}

.mb-71 {
    margin-bottom: 71px;
}

.mt--11px {
    margin-top: -11px;
}

/* End Common Classes */



/* Portrait and Landscape Tablet */

/* Portrait and Landscape mobiles phone*/
@media (min-width: 320px) and (max-width: 767px) {

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px !important;
        line-height: 0 !important;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #007AFF !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 5px !important;
        height: 5px !important;
        margin: 0px 7px 0px 0px !important;
        border-radius: 50% !important;
    }
}
/*Brickclay Stylesheet End*/

/*Brickclay Asset Stylesheet Start */
:root {
    --cmplz_button_settings_background_color: #E0E0E0 !important;
    --cmplz_button_deny_background_color: #E0E0E0 !important;
    --cmplz_button_settings_text_color: #171717 !important;
}


/*----------------------Cookies Banner Start----------------------*/
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background: var(--bc-blue) !important;
}

html body .cmplz-cookiebanner {
    background: #F7F7F8;
    padding: 25px 35px;
}

html body .cmplz-cookiebanner .cmplz-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    /* Black */
    justify-self: start;
    color: #12141D;
    grid-column-start: 1;
}

html body .cmplz-cookiebanner .cmplz-header {
    grid-template-columns: none;
    margin-bottom: 0;
}

html body .cmplz-cookiebanner .cmplz-body .cmplz-message {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    letter-spacing: -0.205714px;
    color: #000000;
}

html body .cmplz-cookiebanner .cmplz-divider {
    display: none;
}

html body .cmplz-cookiebanner .cmplz-buttons {
    display: block;
}

html body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    width: auto;
    margin-right: 10px;
    border-radius: 0;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    height: auto;
    font-weight: 500;
    font-family: 'inter';
    border: 0 !important;
    float: left;
}

html body .cmplz-cookiebanner {
    border-radius: 0;
    box-shadow: none !important;
    gap: 20px;
}

html body .cmplz-cookiebanner .cmplz-close svg {
    width: 14px;
    height: 14px;
}

html body .cmplz-cookiebanner .cmplz-close {
    width: 14px;
    height: 14px;
    position: relative;
    top: -10px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background: var(--cmplz_button_settings_background_color) !important;
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
    padding-top: 10px;
}

/*----------------------Cookies Banner End----------------------*/
.bullet-list {
    margin: 0 0 40px;
}

.bullet-list li {
    margin: 0 0 10px;
}

.bullet-list {
    margin: 0 0 40px;
}

.bullet-list li:last-child {
    margin: 0;
}

.bullet-list li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}

.bullet-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 12px;
}

.blue-bullet li:before {
    background: var(--bc-blue);
}


.border-orange {
    border-color: var(--bc-orange) !important;
}

.border-dark-orange {
    border-color: var(--bc-dark-orange) !important;
}

.border-green {
    border-color: var(--bc-green) !important;
}

.border-purple {
    border-color: var(--bc-purple) !important;
}

.border-blue {
    border-color: var(--bc-blue) !important;
}

.border-skyblue {
    border-color: var(--bc-skyblue) !important;
}


.border-box {
    text-align: left;
    padding: 30px 50px;
    background: #fff;
    border-top: 2px solid #BB6BD9;
    height: 100%;
}

.border-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 20px;
}

.border-box p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.left-border-box .border-box {
    border-top: 0;
    border-left: 2px solid #007AFF;
}

.center-align-border-box .border-box {
    text-align: center;
}


.text-left {
    text-align: left;
}

.d-md-block {
    display: block;
}

.page-section {
    padding: 80px 0;
    position: relative;
}

.page-section p {
    margin-bottom: 40px;
}

.page-section p:last-of-type {
    margin-bottom: 0;
}

.page-section ul,
.page-section ol,
.page-section p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.bc-container {
    max-width: 1260px;
    margin: 0 auto;
}

.title-before {
    font-weight: 500;
    font-size: 14px;
    text-transform: Uppercase;
    line-height: 1.5;
    display: block;
    letter-spacing: 0.15em;
    margin: 0 0 10px;
}

.heading1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    margin: 0 0 12px;
    letter-spacing: -0.96px;
}

.heading4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.heading5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

/*.mb-10{ margin-bottom:10px !important;}*/
.wrapper-404 {
    text-align: center;
    padding-bottom: 0;
}

.wrapper-404 h1 {
    margin: 40px 0;
    font-size: 36px;
}

.wrapper-404 img {
    max-width: 100%;
}

.text_xs_center {
    text-align: center;
}


@media only screen and (max-width: 1023px) {

    .page_wrapper {
        overflow-x: hidden;
        max-width: 100%;
    }

    /*----------------------Cookies Banner Start----------------------*/
    html body .cmplz-cookiebanner {
        gap: 10px;
        padding: 20px !important;
    }

    .cmplz-cookiebanner .cmplz-header .cmplz-title {
        display: block !important;
        font-size: 18px;
        line-height: 24px;
    }

    .cmplz-cookiebanner .cmplz-buttons button {
        padding: 7px 12px !important;
        font-size: 13px !important;
    }

    html body .cmplz-cookiebanner .cmplz-body .cmplz-message {
        font-size: 13px;
        line-height: 18px;
    }

    .cmplz-cookiebanner .cmplz-categories .cmplz-icon {
        width: 10px !important;
        line-height: 1 !important;
    }

    .cmplz-cookiebanner .cmplz-categories .cmplz-icon svg {
        width: 10px !important;
    }


    /*----------------------Cookies Banner End----------------------*/
    .border-box {
        height: auto;
    }

    .left-border-box .border-box {
        margin: 0 0 10px;
    }

    .border-box {
        padding: 15px 25px;
    }

    .border-box h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 21px;
    }

    .left-border-box .col-md-6:last-child .border-box {
        margin-bottom: 0;
    }

    .wrapper-404 {
        padding: 40px 20px !important;
    }

    .wrapper-404 h1 {
        margin: 20px 0;
    }

    .d-md-block {
        display: inline;
    }

    .bc-container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .page-section ul,
    .page-section ol,
    .page-section p {
        margin-bottom: 20px;
    }

    .heading1 {
        font-size: 36px;
        line-height: 52px;
        margin: 0 0 8px;
        letter-spacing: -0.72px;
    }

    .page-section ul,
    .page-section ol,
    .page-section p {
        font-size: 15px;
        line-height: 20px;
    }


    .page-section {
        padding: 40px 0;
    }

    .title-before {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .row {
        display: block;
    }

    .text_xs_center {
        text-align: left;
    }

}

/*Brickclay Asset Stylesheet End */


/*--------------------- Original StyleB1 Css Start--------------------- */

/*reuse class start*/
.bc_page_section {
    padding: 80px 0;
}

.image_responsive {
    width: 100%;
    height: auto;
}

.position_relative {
    position: relative;
}

.bg_light_sky {
    background: #F5F8FC;
}

.bg_white {
    background: #FFFFFF;
}

.bg_black {
    background: #000000;
}

.bc_text_light_gray {
    color: #FAFAFA !important;
    opacity: 0.7 !important;
}

.bc_dark_bg {
    background: #12141d;
}

.p_0 {
    padding: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_23 {
    margin-bottom: 23px !important;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_60 {
    margin-top: 60px;
}

.bc_py_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bc_py_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_23 {
    margin-right: 23px;
}

.top_0 {
    top: 0 !important;
}

.text_left {
    text-align: left !important;
}

.width_100 {
    width: 100% !important;
}

.bc_text_white {
    color: #FFFFFF !important;
}

.bc_color_dark_yellow {
    color: #FDC528 !important;
}

.bc_align_items_center {
    align-items: center;
}

.bc_justify_content_center {
    justify-content: center;
}

.bc_col_gap_50 {
    grid-column-gap: 50px;
}

.bc_d_grid {
    display: grid !important;
}

.d_gap_0 {
    grid-gap: 0 !important;
}

.overflow_hidden {
    overflow: hidden !important;
}

.offset_2 {
    margin: 0 92px;
}

.col_6_center {
    grid-column: 4 / span 6;
    margin: 0 auto;
}

.col_8_center {
    grid-column: 3 / span 8;
    margin: 0 auto;
}

.col_10_center {
    grid-column: 2 / span 10;
    margin: 0 auto;
}

/*Offset Class Css Start */
.offset_3_end {
    grid-column-start: 4;
    grid-column-end: 13;
}

.offset_inner_5_end {
    grid-column-start: 8;
    grid-column-end: 13;
}

.offset_6_end {
    grid-column-start: 6;
    grid-column-end: 13;
}

.offset_7_end {
    grid-column-start: 7;
    grid-column-end: 13;
}

.offset_8_end {
    grid-column-start: 8;
    grid-column-end: 13;
}

.offset_9_end {
    grid-column-start: 9;
    grid-column-end: 13;
}

/*Offset Class Css End */
.diagonal_section {
    transform: skew(0, -6deg);
}

.diagonal_section .bc-container {
    transform: skew(0, 6deg);
}

.separator_plan_white {
    width: 0;
    height: 0;
    border-left: 100vw solid #ffffff;
    border-bottom: 12vw solid #ffffff;
    margin-top: -6.1vw;
}

.separator_plan_sky {
    width: 0;
    height: 0;
    border-left: 100vw solid #F5F8FC;
    border-bottom: 11.5vw solid #F5F8FC;
    margin-top: -6.1vw;
}

.separator_plan {
    width: 0;
    height: 0;
    border-left: 100vw solid #12141d;
    border-bottom: 16.5vw solid #12141d;
    margin-top: -6.1vw;
}

/*light page separator start*/
/*light page separator end*/
.bc_section_title .text {
    font-size: 20px;
    line-height: 30px;
    color: #12141D;
    opacity: 0.7;
    margin-bottom: 24px;
}

/*reuse class end*/
/*---------- Common Section Css Start ----------*/
/*--- Hero Section Css Start --- */
.bc_title_heading_before {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FBBC49;
}

.bc_main_heading {
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -3px;
    line-height: 75px;
    margin-bottom: 10px;
}

.bc_text_after_heading {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #12141D;
    opacity: 0.7;
}

.bc_btn_theme {
    border: 1px solid #007AFF;
    border-radius: 0;
    font-weight: 500;
    font-size: 17.2px;
    line-height: 21px;
    letter-spacing: -0.01em;
    display: inline-block;
    padding: 16px 28px;
}

.bc_btn_blue {
    background: #007AFF;
    color: #FFFFFF !important;
}

.bc_btn_blue:hover {
    background: #0073F0;
    border-color: #0073F0;
    color: #FFFFFF;
}

.bc_btn_outline {
    background: #FFFFFF;
    color: #007AFF;
}

.bc_btn_outline:hover {
    background: #007AFF;
    border-color: #007AFF;
    color: #FFFFFF;
}

/*---Calendly-inline-button-widget Custom Css Start---*/
#calendly-inline-button-widget {
    border: 1px solid #007AFF;
    border-radius: 0;
    font-weight: 500;
    font-size: 17.2px;
    line-height: 21px;
    letter-spacing: -0.01em;
    display: inline-block;
    padding: 16px 28px;
    color: #007AFF;
}

#calendly-inline-button-widget:hover {
    background: #007AFF;
    border-color: #007AFF;
    color: #FFFFFF;
}

/*---Calendly-inline-button-widget Custom Css End---*/
/*--- Hero Section Css End --- */
/*---------- Common Section Css End ----------*/
/*media query for container start */
@media screen and (min-width: 1023px) {
    .pb_lg_0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1300px) {
    .bc-container {
        padding-right: 28px;
        padding-left: 28px;
    }
}

/*media query for container end */
@media only screen and (max-width: 1023px) {
    .bc-container {
        padding-right: 48px;
        padding-left: 48px;
        max-width:100% !important;
    }
}

/*responsive media query start*/
@media only screen and (max-width: 1023px) {
    .mr_23 {
        margin-right: 9px;
    }

    .offset_7_end {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .offset_8_end {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .offset_9_end {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .offset_inner_5_end {
        grid-column-start: 7;
        grid-column-end: 13;
    }

    .col_8_center {
        grid-column: 1 / span 12;
        margin: 0;
    }

    /*---Offset Classes Css Start ---*/
    /*new classes start*/
    .d_sm_block {
        display: block;
    }

    .pb_md_0 {
        padding-bottom: 0 !important;
    }

    /*new classes end*/
    /*heading after text start */
    .bc_section_title .text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    /*heading after text end */
    /*new class md screen only start*/
    .offset_md_2 {
        margin: 0 92px;
    }

    .grid_8_column {
        grid-template-columns: repeat(8, 1fr) !important;
        display: grid !important;
    }

    .text_md_center {
        text-align: center;
    }

    .text_md_left {
        text-align: left !important;
    }

    .d_md_flex {
        display: flex !important;
    }

    .flex_md_reverse {
        flex-direction: column-reverse;
    }

    .flex_md_column {
        flex-direction: column;
    }

    /*!*new class md screen only end*!*/
    /*page separator css start */
    /*---------- Common Section Css Start ----------*/
    /*Hero Section Css Start */
    .bc_main_heading {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }

    .bc_text_after_heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }


    .bc_btn_theme {
        font-size: 16px;
        line-height: normal;
        padding: 12px 23px;
    }

    #calendly-inline-button-widget {
        font-size: 14px;
        line-height: 17px;
        padding: 13px 26px;
    }

    /*Hero Section Css End */
    /*---------- Common Section Css End ----------*/
}

/*responsive media query end*/
/*mobile responsive css start */
/*    offset class */
@media only screen and (max-width: 767px) {

    .text_xs_center {
        text-align: left;
    }
    .d_xs_block {
        display: block;
    }

    .mt_30 {
        margin-top: 15px;
    }

    /*container padding start */
    .bc-container {
        padding-right: 28px;
        padding-left: 28px;
    }

    /*container padding end */
    .col_8_center {
        grid-column: 1 / span 13;
        /*margin: 0 auto;*/
    }

    .offset_inner_5_end {
        grid-column-start: 1;
    }

    .offset_md_2 {
        margin: 0;
    }

    .grid_8_column {
        grid-template-columns: repeat(2, 1fr) !important;
        display: grid !important;
    }

    .text_sm_center {
        text-align: center !important;
    }

    .text_md_center {
        text-align: left;
    }

    .heading1 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 8px;
        letter-spacing: -0.48px;
    }

    .bc_section_title .text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }


    /*---------- Common Section Css Start ----------*/
    /*Hero  Section Start */
    .bc_main_heading {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -2px;
        margin-bottom: 12px;
    }

    .bc_title_heading_before {
        line-height: 20px;
        letter-spacing: 2px;
        font-size: 14px;
    }

    .bc_text_after_heading {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .bc_btn_theme {
        font-size: 14px;
        line-height: 14px;
        padding: 11px 25px;
    }

    #calendly-inline-button-widget {
        font-size: 14px;
        line-height: 14px;
        padding: 11px 25px;
    }



    /*Hero  Section End */
    /*---------- Common Section Css End ----------*/



    .accordion__trigger::after {
        right: 10px;
    }


    .accordion__trigger[aria-expanded="true"]::after {
        right: 10px;
    }
}
.blog-divider {
    border-top: 1px solid #DFE4EA;
    margin-bottom: 20px;
    display: block;
}