html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    font-family: poppins, sans-serif;
    box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 769px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

@media (min-width:768px) {
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.error {
    color: #910404;
    font-size: medium;
    font-weight: 500
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.gap-5 {
    gap: 5rem;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: #01b289
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #01b289
}

h1 {
    font-size: 42px;
    font-weight: bolder;
    line-height: 45px;
    margin: 0 0 10px
}

select:focus,
input:focus,
button:focus {
    outline: none
}

.model_hero {
    position: relative;
    padding-bottom: 50px
}

.model {
    position: relative;
    padding: 50px 0
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
    transition: .3s
}

.overlay a:hover,
.overlay a:focus {
    color: #343434;
    background-color: #00a289
}

.overlay .closebtn {
    position: absolute;
    font-size: 45px;
    color: #fff;
    right: 5px
}

.openbtn {
    font-size: 26px;
    cursor: pointer
}

.nav {
    margin-bottom: 100px;
    padding-top: 22px;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent
}

.w-nav {
    z-index: 1;
    position: relative
}

.w-nav-brand {
    float: left;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    font-size: medium;
    font-weight: 700
}

.w-nav-brand img {
    margin-right: 10px
}

.w-nav,
.w-nav-brand,
.w-nav-link,
.w-nav-menu {
    position: relative
}

.menu {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.dropdown {
    margin-right: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}

.dropdown1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}

.w-dropdown {
    position: relative;
    text-align: left;
    display: inline-block
}

.nav-button.inverted {
    padding-right: 22px;
    padding-left: 22px;
    border: 1px solid #00b289;
    background-color: transparent;
    color: #00b289
}

.nav-button {
    padding: 12px 27px 9px;
    border: 1px solid #00b289;
    border-radius: 4px;
    background-color: #00b289;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .6px
}

.w-button {
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.hero-shape {
    position: absolute;
    z-index: -1;
    left: auto;
    right: -26%;
    bottom: auto;
    display: block;
    width: 90%;
    border-radius: 94px;
    background-color: #f2faff;
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg)
}

.hero-subhead {
    max-width: 510px;
    margin-top: 25px;
    margin-bottom: 24px;
    color: #4c4d5f;
    line-height: 32px
}

#privacy-policy-page .hero-subhead {
    max-width: unset
}

.field-style {
    height: 50px;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 28px;
    border: 2px solid #01b289;
    font-size: 16px;
    font-weight: 600
}

.w-input {
    display: block;
    width: 100%;
    padding: 8px 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px
}

.forum {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    color: #4c525a
}

.slide-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    color: #4c525a
}

.mr_6 {
    margin-right: 6px
}

.mb_2 {
    margin-bottom: 25px
}

.pl_2 {
    padding-left: 20px
}

.pt_2 {
    padding-left: 20px
}

.cta-submit {
    border: 0 solid;
    color: #fff;
    height: 50px;
    padding-right: 37px;
    padding-left: 37px;
    border-radius: 4px;
    background-color: #00b289;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.cta-submit:hover {
    background-color: #00a289
}

.hero-img {
    width: 110%;
    position: relative;
    z-index: 0;
    margin-top: -100px
}

.shape-two {
    position: absolute;
    z-index: -1;
    left: -1%;
    right: auto;
    bottom: 0;
    max-width: 221px
}

.com_head {
    text-align: center;
    margin: 20px 0 10px;
    padding: 10px 0 0
}

.com_row1 {
    margin-bottom: 40px
}

.com_row2 {
    margin-top: 85px
}

.subhead {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    color: #4c4d5f;
    font-size: 21px;
    line-height: 32px;
    font-weight: 300;
    text-align: center
}

.small-title {
    text-align: center;
    position: relative !important;
    z-index: 0 !important;
    margin-bottom: 45px;
    color: #4c4d5f;
    font-size: 23px;
    line-height: 28px;
    font-weight: 600
}

.small_img {
    position: relative !important;
    z-index: 0 !important;
    width: 100% !important
}

.small_img1div {
    justify-content: flex-end
}

.small_img1 {
    position: relative;
    z-index: 0;
    width: 80%
}

.stcky {
    position: sticky;
    top: 10px;
    float: right;
    max-width: 100%
}

.proposals-tab-active {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 22px 20px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    color: #01b289;
    border-radius: 4px
}

.proposal {
    border-bottom: 1px solid #e5e9ef
}

.toc a {
    display: block;
    padding: 22px 20px;
    border-bottom: 1px solid #e5e9ef;
    font-size: 18.5px;
    text-indent: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #4c525a;
    width: 100%;
    background: url(/images/icon-2.svg?v=1) no-repeat 10px 25px
}

.toc a img {
    display: none;
    padding-left: 20px
}

.toc a.active {
    background: url(/images/icon-2active.svg?v=1) no-repeat 10px 25px;
    position: relative
}

.toc a.active img {
    display: inline-block
}

.toc a.active::before {
    background: url(/images/arrow.svg) no-repeat;
    position: absolute;
    right: 10px;
    top: 20px
}

.feat_row {
    margin: 0
}

.feat_div1 {
    color: #4c4d5f;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300
}

.feat_div2 {
    display: flex;
    margin-top: 28px
}

.feat_div3 {
    position: relative;
    z-index: 0;
    display: inline-block
}

.explore-link {
    display: flex;
    position: relative !important;
    z-index: 0 !important;
    align-items: center;
    color: #01b289;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none
}

.right-shape.home {
    top: 5%
}

.right-shape {
    position: absolute;
    z-index: -1;
    left: 57%;
    width: 80%;
    height: 80%;
    border-radius: 94px;
    background-color: #fff5e8;
    transform: rotate(-21deg)
}

.trust_con {
    z-index: 0;
    margin-bottom: 40px;
    position: relative
}

.trust_row {
    margin-top: 85px
}

.trusted-by-div {
    text-align: left
}

.small-title {
    color: #4c4d5f;
    font-size: 23px;
    font-weight: 600
}

.content-text {
    color: #4c4d5f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300
}

.tst_row {
    margin-top: 78px;
    background-color: transparent
}

.tst_div {
    display: flex;
    height: 100%;
    margin-right: 36px;
    margin-left: 36px;
    flex-direction: column
}

.testimonial-block {
    position: relative;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0 0 60px 0 rgba(2, 4, 69, .06);
    background-color: #fff
}

.quote-text {
    padding-top: 155px;
    color: #4c4d5f;
    font-size: 21px;
    line-height: 32px
}

.testimonial-detail-holder {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex: 1
}

.name {
    color: #4c4d5f;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600
}

.title-2 {
    opacity: .75;
    color: #4c4d5f;
    font-size: 20px;
    line-height: 32px
}

.img-quote-div {
    position: absolute;
    top: -80px;
    z-index: 1;
    display: -webkit-flex;
    -webkit-box-align: end;
    align-items: flex-end
}

.testimonial-image-1 {
    min-height: 200px;
    padding-right: 84px;
    padding-left: 83px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: url('/images/download 1.jpg');
    background-position: 50% 50%;
    background-size: cover
}

.testimonial-image-2 {
    min-height: 200px;
    padding-right: 84px;
    padding-left: 83px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: url('/images/download 2.jpg');
    background-position: 50% 50%;
    background-size: cover
}

.quote-icon {
    position: absolute;
    left: 200px;
    top: 164px;
    margin-left: 0;
    align-self: flex-start
}

.shape-four {
    top: -7%;
    right: 80%;
    width: 80%;
    height: 85%;
    border-radius: 94px;
    background-color: #f2faff;
    transform: rotate(-22deg);
    position: absolute;
    z-index: -1
}

.upd_row {
    padding-top: 15px;
    padding-bottom: 15px
}

.cta-div {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #f2faff
}

.related-div {
    border-radius: 8px;
    background-color: #f2faff
}

.cta-text-2,
.cta-text-3 {
    font-family: amerigo bt roman, sans-serif;
    color: #4c4d5f;
    font-size: 44px;
    line-height: 62px
}

.cta-text-3 {
    font-size: 34px
}

.cta {
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 22px 55px;
    justify-content: center;
    border-radius: 4px;
    background-color: #00b289;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    object-fit: fill;
    position: static;
    text-align: center;
    letter-spacing: .6px;
    text-transform: uppercase
}

.w-button {
    color: #fff;
    border: 0;
    line-height: inherit;
    cursor: pointer
}

.footer {
    background: #f2faff
}

.footer-title {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: .12px;
    text-transform: uppercase;
}

.footer-title a {
    color: #00b280 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer a {
    margin-bottom: 1px;
    color: #4c4d5f;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-decoration: none
}

.footer p {
    color: #4c4d5f
}

.footer-img {
    padding-left: 5px;
    width: 5%
}

.invertedd {
    padding-top: 22px;
    padding-bottom: 22px;
    border: 1px solid #00b289;
    background-color: transparent;
    color: #00b289;
    margin-top: 5px
}

.nav-btn {
    padding-top: 22px;
    padding-bottom: 22px;
    border: 1px solid #00b289;
    background-color: #00b289;
    color: #fff;
    margin-top: 5px
}

.w-button:hover {
    color: #fff;
    background-color: #00a289
}

@media screen and (max-width:425px) {
    .mrgtp {
        margin-top: 30px
    }
}

@media screen and (max-width:770px) {
    h1 {
        font-size: x-large;
        line-height: 42px
    }

    h2 {
        font-size: 25px;
        line-height: 36px
    }

    .nav {
        margin-bottom: 50px
    }

    .min_nav {
        display: block
    }

    .max_nav {
        display: none
    }

    .flx {
        display: flex;
        align-items: center;
        line-height: 20px
    }

    .hero-img {
        margin-top: 0;
        width: 100%
    }

    .hero-subhead {
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 28px
    }

    .field-style {
        padding-left: 20px
    }

    .cta-submit {
        padding-right: 5px;
        padding-left: 5px;
        font-size: medium
    }

    .subhead {
        font-size: 18px;
        line-height: 28px
    }

    .small-title {
        width: 100%
    }

    .slide-title {
        font-size: 18px
    }

    .body-text {
        font-size: 21px
    }

    .cntr {
        text-align: center
    }

    .small-title.left-aligned {
        font-size: 20px;
        line-height: 30px;
        text-align: center
    }

    .cta-text-2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center
    }

    .w-button {
        width: 55%
    }

    .e-button {
        width: 100%
    }

    .stcky {
        float: none;
        max-width: initial
    }

    .wid {
        width: auto
    }

    .w-nav-brand {
        position: initial
    }
}

.result-wrapper {
    width: 100%;
    margin: 1% auto;
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 6px 40px -25px #aaa;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 200px;
    transition: all ease-in-out .3s
}

.result-wrapper.show {
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0
}

@media screen and (min-width:770px) {
    .min_nav {
        display: none
    }

    .max_nav {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .flx {
        display: -webkit-box;
        align-items: center;
        line-height: 20px
    }

    .small-title.left-aligned {
        margin-top: 30px;
        margin-bottom: 10px;
        line-height: 32px;
        text-align: left
    }

    .wid {
        width: 85%
    }

    .result-wrapper {
        position: absolute;
        width: 90%
    }
}

.main {
    overflow-x: clip
}

.main-lcm-result {
    border-left: 5px solid #00a289;
    background-color: #f8f8f8;
    padding: 10px 20px;
    word-break: break-word;
    position: relative
}

.result-head-title {
    font-size: 18px;
    color: #888;
    margin-bottom: 0
}

.result-hcf-ans,
.result-lcm-ans {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #00b289
}

.result-hcf-ans {
    color: #f5bd73
}

.tab-links-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.tab-links-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.tab-links-wrapper ul>li {
    display: inline-block;
    text-align: center
}

.tab-links-wrapper ul>li span {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    background: #f8f8f8;
    transition: all ease-in-out .2s;
    transform: scale(.9)
}

.tab-links-wrapper ul>li.active span {
    box-shadow: 0 10px 30px -10px #ddd;
    transform: scale(1)
}

.tab-links-wrapper ul>li span:hover {
    background: #eee
}

.tab-links-wrapper ul>li:nth-child(1).active span {
    background: #f7a355
}

.tab-links-wrapper ul>li:nth-child(2).active span {
    background: rgba(85, 210, 247, .4)
}

.tab-links-wrapper ul>li:nth-child(3).active span {
    background: rgba(85, 247, 150, .4)
}

.tab-links-wrapper ul>li:nth-child(4).active span {
    background: #fff5e8
}

.tab-content-wrapper {
    position: relative;
}

div#lmMethod {
    overflow: auto
}

div#lmMethod::-webkit-scrollbar {
    width: 12px
}

div#lmMethod::-webkit-scrollbar-track {
    background: #f1f1f1
}

div#lmMethod::-webkit-scrollbar-thumb {
    background-color: #00b289
}

div#lmMethod {
    scrollbar-width: thin;
    scrollbar-color: #00b289 #f1f1f1
}

.tab-content {
    padding: 10px;
    background: #fff;
    width: 100%;
    display: none
}

.tab-content.active {
    display: block
}

.result-tab-head {
    font-size: 18px;
    color: #444;
    font-weight: 300;
    margin-bottom: 40px
}

.step-wrapper {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0
}

.step-wrapper:hover {
    background-color: #f8f8f8
}

.step-wrapper .step-head {
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 85px
}

.step-wrapper .step-head span {
    background: #f6f6f6;
    padding: 4px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500
}

.step-wrapper .step-content {
    font-size: 20px;
    overflow-x: auto
}

.step-wrapper .step-content .text-gray {
    color: #999
}

.text-green {
    color: #00b289
}

.text-gray {
    color: #999
}

.text-white {
    color: #fff
}

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

.text-right {
    text-align: right !important
}

.table {
    border-collapse: collapse
}

.step-wrapper .sqrt-box sup {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #00a289;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 12px;
    bottom: 24px
}

.step-wrapper .step-content .table {
    color: #777
}

.step-wrapper .step-content .table tr:hover,
.table tr:hover {
    background-color: #f8f8f8
}

.step-wrapper .step-content .table tr td,
.table tr td {
    padding: 5px 20px
}

.step-wrapper .step-content .table tr td u,
.table tr td u,
.step-wrapper .step-content .table tr td:first-child {
    color: #000;
    font-weight: 500
}

.step-wrapper .step-content .table tr:not(:last-child) td,
.table tr:not(:last-child) td {
    border-bottom: 1px solid #ccc
}

.table tr td:first-child {
    border-right: 1px solid #00a289
}

.step-wrapper .step-content .table tr td:first-child {
    border-right: 1px solid #00a289
}

.step-wrapper .step-content .border,
.step-wrapper .step-content .common {
    display: inline-block;
    padding: 5px 10px;
    background: #f7f7f7;
    border-radius: 4px;
    margin: 10px 5px
}

.step-wrapper .step-content .common {
    background-color: #00b289;
    color: #fff
}

#lmMethod .lm-step-wrapper>strong {
    display: block;
    width: 100%;
    color: #00b289
}

#lmMethod .lm-step-wrapper {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0
}

#lmMethod .lm-step-wrapper:hover {
    background-color: #f8f8f8
}

#lmMethod .lm-step-wrapper .border {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 4px;
    transition: all ease-in-out .1s
}

.lcm_calculator2 table tr:first-child td {
    border-top: 0
}

.how-it-works-wrapper {
    position: inherit;
    width: 100%;
    text-align: center;
    height: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all ease-in-out .3s
}

.how-it-works-wrapper.hide {
    visibility: hidden;
    opacity: 0;
    top: -200px;
    display: none
}

.how-it-works-title {
    font-size: 30px;
    font-weight: 700
}

.how-it-works-wrapper ol {
    margin: 10px;
    padding: 0;
    list-style: none
}

.how-it-works-wrapper ol>li {
    margin-top: 10px;
    font-size: 18px
}

.inverted.e-button {
    border: solid 1px #6c757d !important;
    background-color: transparent !important;
    color: #6c757d !important
}

.brand.w-nav-brand.w--current:hover {
    color: #000 !important
}

.square-root {
    margin-top: 30px;
    margin-bottom: 30px
}

.square-root .square-root-one {
    width: 60px;
    margin-top: -30px
}

.square-root .square-root-sign {
    font-size: 50px;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: -20px
}

.square-root .square-root-two {
    margin-top: 8px;
    position: relative;
    width: 100%
}

.square-root .square-root-two:before {
    content: '';
    position: absolute;
    left: -3px;
    right: 0;
    top: -6px;
    border: solid #000 1px;
    z-index: 111
}

.calculator-res .root {
    font-size: 26px;
    margin-top: -10px
}

.calculator-res .sign {
    margin-top: 10px;
    margin-left: -15px;
    margin-right: 5px
}

.calculator-res .value {
    font-size: 40px;
    margin-top: 3px;
    position: relative
}

.calculator-res .value:before {
    border: solid #f5bd73 1px
}

.calculator-res .value:before {
    content: '';
    position: absolute;
    left: -7px;
    right: -1px;
    top: 3px;
    z-index: 111
}

.model-msg .value-msg {
    position: relative;
    border-top: solid #6b6b6b 1px;
    padding: 0 3px
}

.model-msg .value-msg:before {
    content: '';
    position: absolute;
    left: -7px;
    right: -2px;
    top: 3px;
    z-index: 111
}

.model-msg .root-msg {
    font-size: 16px;
    margin-top: -8px
}

.model-msg .sign-msg {
    font-size: 22px;
    margin-top: -3px
}

.calculator-res .return-as {
    font-size: 40px
}

@media screen and (max-width:500px) {
    .value {
        font-size: 30px
    }

    .step-wrapper {
        flex-direction: column
    }

    .how-it-works-wrapper {
        position: static !important
    }

    .footer {
        text-align: center
    }

    .footer-title {
        border-bottom: 2px solid #00b289;
        width: fit-content;
        margin: 0 auto 20px
    }
}

.content-wrapper p {
    line-height: 40px
}

.clearfix {
    clear: both
}

@media screen and (max-width:500px) {
    .toc a {
        width: 100%;
        font-size: 18px
    }
}

@media screen and (max-width:425px) {
    .cta {
        padding: 15px 30px
    }

    .overlay a {
        font-size: x-large
    }

    .tab-links-wrapper ul {
        overflow-x: scroll
    }

    .tab-links-wrapper ul>li span {
        font-size: 15px
    }

    .exp-table tr td {
        padding: 4px 10px
    }
}

@media screen and (max-width:352px) {
    .w-nav-brand {
        font-size: small
    }

    .openbtn {
        font-size: medium
    }

    .langSelectorWrap {
        margin: 0 !important
    }
}

.content-wrapper p {
    font-size: 18px
}

.mera_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    padding: 10px;
    margin-top: 10px
}

.mera_accordion.active {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.mera_accordion i:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.mera_accordion.active i:after {
    content: '\2212'
}

.mera_panel {
    display: none;
    padding: 0 18px;
    max-height: 0;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    margin-top: -1px
}

.mera_accordion.active+.mera_panel {
    display: block
}

@media (max-width:768px) {
    .mera_accordion {
        font-size: 12px
    }

    .mera_panel {
        padding: 0 10px
    }

    .model_hero {
        padding-bottom: 10px
    }

    .model {
        position: relative;
        padding: 20px 0
    }

    .how-it-works-wrapper {
        padding: 20% 5% 5%
    }
}

.top-nav-btn {
    border: 1px solid #00b289;
    color: #00b289;
    border-radius: 4px;
    white-space: nowrap
}

.top-nav-btn-allmath {
    border: 1px solid #00b289;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    background-color: #00b289;
}

.top-nav-btn:hover {
    background-color: #00b289;
    color: #fff;
    transition: all .3s ease
}

a.top-nav-btn-allmath:hover {
    background-color: #fff;
    color: #00b289;
    transition: all .3s ease
}

.lead-steps {
    font-size: 10px;
    font-family: system-ui;
    font-style: italic;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: 12px;
    top: 12px
}

.nav-item.dropdown {
    position: relative
}

.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 125%;
    left: 0;
    right: 8px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    z-index: 1;
    border: solid 1px #00b289;
    color: #fff;
    background-color: #00b289;
    border-radius: 5px
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block
}

.top-nav-btn {
    padding: 5px !important
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #00b289
}

.dropdown-divider {
    margin: 5px 0;
    border-top: 1px solid #ccc
}

.dropdown {
    font-weight: 400
}

.nav-item {
    list-style: none
}

.max_nav {
    font-size: 18px
}

#reset_btn {
    background: #fff;
    color: #00b289;
    border: 1px solid
}

.footer-section-block-social a {
    background: #00b289;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px 11px
}

.text-center {
    text-align: center
}

.gg-chevron-down {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    transform: scale(.5);
    width: 10px;
    height: 10px
}

.gg-chevron-down::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

.box-light {
    background-color: #f7f7f7
}

.box-light.inner {
    width: 33.3%
}

.box-light.last {
    height: 500px
}

.language {
    position: relative
}

.language:hover .language-drop {
    display: block
}

.language .language-drop {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    border: solid 1px #00b289
}

.language .language-drop a {
    color: #fff;
    display: block;
    padding: 4px 10px;
    background-color: #00b289
}

.language .language-drop a:hover {
    color: #00b289;
    background-color: #f2faff
}

.langSelectorWrap {
    position: relative;
    display: inline-block;
    min-width: 56px;
    overflow: hidden
}

.langSelectorWrap .langS_Btn .lang-btn-text {
    font-size: 12px
}

.langSelectorWrap img {
    position: absolute;
    left: 102%;
    bottom: 6px
}

.langSelectorWrap select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 20px;
    cursor: pointer
}

.app-benner {
    background-image: url('https://www.lcm-calculator.com/images/Rectangle-2312.png');
    background-position: 140% 110%;
    background-repeat: no-repeat;
    background-size: 60%
}

.app-benner h1 {
    font-size: 37px;
    color: #4c4d5f;
    font-weight: 300
}

@media screen and (max-width:768px) {
    .app-benner h1 {
        font-size: 26px
    }

    .app-benner {
        background-position: 33% 11%;
        background-repeat: no-repeat;
        background-size: 184%
    }

    .app-benner .text-right,
    .app-benner .text-left {
        text-align: center !important
    }
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: rgba(1, 178, 137) !important
}

.irs-single,
.irs-from,
.irs-to,
.irs--flat .irs-handle>i:first-child,
.irs-bar {
    background-color: rgba(1, 178, 137) !important
}

.irs--round .irs-handle {
    border: 4px solid rgba(1, 178, 137) !important
}

.btnloading {
    position: relative;
    padding: 8px 20px;
    background: #00b289;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer
}

.btnloading.show {
    padding-right: 35px
}

.btnloading.show .button-loading::after {
    display: block
}

.btnloading:active {
    background: #007a63
}

.button-loading::after {
    content: '';
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: auto;
    right: 10px;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.other-tools .card {
    margin-top: 50px;
    background-color: #f2faff;
    border-radius: 10px !important
}

.other-tools .card .box-1 {
    background-color: #fff;
    border-radius: 10px !important
}

.other-tools .card .box-1 p {
    font-size: 18px;
    line-height: 40px
}

.other-tools .head {
    background-color: #00b289;
    border-radius: 10px !important
}

.other-tools .head p {
    font-size: 18px;
    line-height: 14px
}

.other-tools .tools-btn {
    border: solid 2px #00b289;
    border-radius: 5px !important;
    padding: 7px 12px;
    display: inline-block;
    color: #000;
    font-size: 14px
}

.other-tools .tools-btn:hover {
    background-color: #fff
}

.d-inline-grid {
    display: inline-grid
}

body {
    font-size: 18px
}

.font-lg {
    font-size: xx-large
}

[data-tooltip] {
    position: relative;
    display: inline-block
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    opacity: 1
}

[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 9999;
    opacity: 0
}

[data-tooltip]:before {
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .8) transparent transparent
}

[data-tooltip]:after {
    width: max-content;
    content: attr(data-tooltip);
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, .7);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 80px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px
}

[data-tooltip].active:after {
    content: attr(data-tooltip-active) !important
}

.model-bg {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 50;
    display: none;
    top: 0
}

.model-box {
    background: #fff;
    height: auto;
    left: 50%;
    width: 600px;
    margin: 0 auto;
    min-height: 200px;
    position: fixed;
    top: 40px;
    margin-left: -300px;
    z-index: 60;
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 50px -5px #3a3a3a;
    padding: 0;
    overflow: hidden
}

.model-box .model-heading {
    width: 100%;
    display: block;
    color: #000;
    border-bottom: 1px solid #929292;
    background: #fff;
    text-align: left;
    padding: 10px;
    font-size: 20px
}

.model-box .model-body {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #6b6b6b;
    min-height: 150px;
    padding: 10px
}

.model-box .model-footer {
    width: 100%;
    display: block;
    background: #00b289;
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    text-align: center
}

.close-model {
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    background: #e7e7e7;
    border-radius: 3px;
    padding: 0 8px;
    border: none
}

.close-model:hover {
    color: #000;
    background: #ccc
}

.model-box .model-footer a {
    color: #000
}

.model-box .model-footer a:hover {
    text-decoration: underline
}

@media (max-width:576px) {
    .model-box {
        width: 400px;
        left: calc(100% - 32%)
    }

    .responsive-img {
        max-width: 100% !important;
        height: auto !important
    }
}

@media (max-width:420px) {
    .model-box {
        width: 300px;
        left: calc(100% - 10.5%)
    }

    .shareit div {
        text-align: center
    }
}

@media (max-width:320px) {
    .model-box {
        left: calc(100% - 3.5%)
    }
}

.loading-overlay {
    top: 0;
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 12
}

@keyframes lodr-slim-ring {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.lodr-slim-ring div {
    position: absolute;
    animation: lodr-slim-ring 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #00b289;
    transform-origin: 80px 82px;
    box-sizing: content-box
}

.lodr-slim-ring {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0
}

::selection {
    color: #fff;
    background: #01b289
}

.absolute-value-calculator .hero-shape {
    top: -107%;
    height: 149%
}

.antilog-calculator .hero-shape {
    top: -112%;
    height: 149%
}

.arccos-calculator .hero-shape {
    top: -114%;
    height: 149%
}

.arctan-calculator .hero-shape {
    top: -114%;
    height: 149%
}

.associative-property-calculator .hero-shape {
    top: -80%;
    height: 149%
}

.average-calculator .hero-shape {
    top: -114%;
    height: 149%
}

.cosine-calculator .hero-shape {
    top: -114%;
    height: 149%
}

.cube-root-calculator .hero-shape {
    top: -114%;
    height: 149%
}

.exponent-calculator .hero-shape {
    top: -105%;
    height: 149%
}

.lcd-calculator .hero-shape {
    top: -105%;
    height: 149%
}

.lcm-calculator .hero-shape {
    top: -93%;
    height: 149%
}

.least-to-greatest-calculator .hero-shape {
    top: -105%;
    height: 149%
}

.log-calculator .hero-shape {
    top: -111%;
    height: 149%
}

.long-addition-calculator .hero-shape {
    top: -111%;
    height: 149%
}

.long-division-calculator .hero-shape {
    top: -108%;
    height: 149%
}

.multiples-calculator .hero-shape {
    top: -102%;
    height: 149%
}

.prime-factorization-calculator .hero-shape {
    top: -106%;
    height: 149%
}

.prime-number-calculator .hero-shape {
    top: -106%;
    height: 149%
}

.root-calculator .hero-shape {
    top: -104%;
    height: 149%
}

.square-root-calculator .hero-shape {
    top: -153%;
    height: 214%
}

.gcf-calculator {
    #home .hero-shape {
        top: -83%;
        height: 150%
    }
}

.hcf-lcm {
    .main-lcm-result:first-child {
        border-left: 5px solid #e18f25
    }

    .hero-shape {
        top: -84%;
        height: 150%
    }
}

.contact-us-page {
    .success-message::before {
        content: '✅'
    }

    .success-message {
        display: flex;
        gap: 10px;
        background: white;
        padding: 10px;
        color: green;
        border: 1px solid green;
        animation: successmessage 1s ease-in 1;
        -webkit-animation: successmessage 1s ease-in 1
    }

    .success {
        margin-left: 13px;
        width: 96%
    }

    .forum label {
        font-size: initial
    }

    .self-center {
        align-self: center
    }

    .how-it-works-wrapper {
        position: relative;
        margin-top: 60px;
        height: auto
    }

    .alert-dismissible {
        padding-right: 4rem
    }

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

    .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb
    }

    .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb
    }

    .alert {
        text-align: left;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem
    }

    .loading {
        position: absolute;
        bottom: -55px
    }

    .loading::after {
        content: '';
        width: 20px;
        height: 20px;
        border: 3px solid white;
        border-left: none;
        position: absolute;
        right: 14px;
        top: calc(50% - 12px);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        animation: loader 1s alternate-reverse infinite;
        -webkit-animation: loader 1s alternate-reverse infinite
    }
}

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

    100% {
        transform: rotate(720deg);
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
        -ms-transform: rotate(720deg);
        -o-transform: rotate(720deg)
    }
}

@keyframes successmessage {
    0% {
        right: -100vw
    }

    100% {
        right: 0
    }
}

.form-calculator-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    gap: 15px
}

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

    .home-page-tool,
    .row.gcf-calculator {
        flex-wrap: nowrap !important
    }
}

.multiples-calculator .form-calculator-buttons {
    margin-top: 20px
}

.form-calculator-buttons .form-submit-btn,
.form-calculator-buttons .form-clear-btn {
    flex-grow: 1;
    display: flex
}

.form-submit-btn button {
    margin-left: auto
}

@media screen and (max-width:550px) {
    #foo {
        padding: 0 15px
    }
}

div#value-res {
    white-space: nowrap
}

div#ans-res {
    word-break: break-all
}

#blog-page {
    .model_hero {
        padding-bottom: 0 !important
    }

    .post-btn {
        position: absolute;
        bottom: 5px;
        right: 5px;
        border: 1px solid #f7941c;
        padding: .2rem;
        font-size: .675rem;
        line-height: 1.3;
        border-radius: .2rem;
        background: #fff
    }

    .post-btn:hover {
        background: #fafafa;
        color: #4a4a4a !important
    }

    .box time {
        display: block;
        font-size: small;
        color: gray
    }

    .card-header {
        background-color: transparent;
        border: none;
        word-break: break-all;
        border-bottom: 2px double #fafafa
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px);
        width: 100%;
        text-transform: capitalize;
        margin: auto
    }

    @media screen and (min-width:550px) {

        .card-img,
        .card-img-top {
            max-width: 270px
        }
    }

    .postTitle {
        font-size: 20px;
        line-height: initial
    }

    .underline-hover:hover {
        text-decoration: underline !important
    }

    .card-body p {
        word-break: break-all;
        font-size: 18px
    }

    .box {
        background: #fff;
        border-radius: .25rem;
        -webkit-box-shadow: 0 3px 6px 1px #00000029;
        box-shadow: 0 3px 6px 1px #00000029;
        transition: all .2s
    }

    .box:hover {
        border-radius: .49rem;
        -webkit-box-shadow: 0 3px 6px 3px #00000029;
        box-shadow: 0 3px 6px 3px #00000029;
        transition: all .2s
    }

    @media (max-width:768px) {
        .box {
            margin: 0 !important;
            border: 2px solid transparent
        }
    }

    @media (max-width:576px) {
        .box {
            max-width: 320px;
            margin: 10px auto !important
        }
    }

    .hero-shape {
        top: -125% !important;
        height: 215% !important;
        right: -34% !important
    }
}

.font-lg {
    font-size: xx-large
}

.lcm_box {
    text-align: center;
    line-height: 16px
}

.lcm_quote {
    font-style: italic;
    line-height: initial
}

.lcm_quote::before,
.lcm_quote::after {
    color: #ebebeb;
    content: '“';
    font-family: Georgia;
    font-size: 6rem;
    margin: -1.4rem 0 0 -2.5rem;
    position: absolute
}

.lcm_quote::after {
    content: '”';
    margin: .5rem 0 0 -.38rem
}

[data-tooltip] {
    position: relative;
    display: inline-block
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    opacity: 1
}

[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 9999;
    opacity: 0
}

[data-tooltip]:before {
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .8) transparent transparent
}

[data-tooltip]:after {
    width: max-content;
    content: attr(data-tooltip);
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, .7);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 80px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px
}

[data-tooltip].active:after {
    content: attr(data-tooltip-active) !important
}

.result-content:has(#resultSection .main-lcm-result) .how-it-works-wrapper {
    display: none !important
}

.form-container-child-1 {
    width: 60%
}

.form-container-child-2 {
    width: 40%
}

.submits-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 13px
}

@media screen and (max-width:767px) {
    .form-container-child-1 {
        width: 100%
    }

    .form-container-child-2 {
        width: 100%
    }

    .submits-container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%
    }
}

div#submit_btn {
    justify-content: end
}

div#resultSection:has(li[data-tab-id='#dtMethod'].active) {
    min-height: 800px
}

#table-contaoner {
    overflow: auto
}

.main.multiples-calculator {
    div#resultSection {
        max-height: 80vh;
        overflow: auto
    }

    div#resultSection::-webkit-scrollbar {
        width: 5px
    }

    div#resultSection::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    div#resultSection::-webkit-scrollbar-thumb {
        background-color: #00b289
    }
}

@media (max-width:500px) {
    .footer-section-block-social {
        justify-content: center;
    }
}

@media screen and (max-width:770px) {
    .nav {
        margin-bottom: 35px
    }
}

.response_head_h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.response_head_h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

#dropdown02 {
    margin-right: 0px;
}


#random_captcha {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    bottom: -5rem;
    height: 66%;
    z-index: 9999;
}

.loader__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff6;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1000;
    border-radius: inherit;
}

.captcha_overlay {
    position: static;
    display: none;
}

.divide {
    display: inline-grid;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}

.divide span.upper {
    border-bottom: 1px solid #000;
    text-align: center;
}